Browse by Tags: comp1202

Up a level
Export as [feed] Atom [feed] RSS 1.0 [feed] RSS 2.0
Number of items: 15.
  1. [img] [img]
    16 & 17 - Code Dojo: RPG Simulator
    We developed a simple RPG Simulator

    Shared with the University by
    Dr Son Hoang
  2. [img]
    COMP1202 - Face-to-Face session 1
    interactive exercises for Java - conditionals, variables, methods

    Shared with the University by
    Dr Jian Shi
  3. [img] [img]
    COMP1202 - Lecture 09 - IDEs
    We discuss different features of IDEs and review IDEs such as BlueJ and IntelliJ

    Shared with the University by
    Dr Son Hoang
  4. [img] [img]
    COMP1202 Programming 1 - Constructors
    Lecture about Encapsulation and Constructors

    Shared with the University by
    Dr Jian Shi
  5. [img]
    COMP1202 Programming I - Abstract classes and interfaces
    Object-oriented Design - Abstract classes and interfaces

    Shared with the University by
    Dr Jian Shi
  6. [img] [img]
    COMP1202 Programming I - F2F Session 3
    Topics: String, HashMap, Inheritance, Polymorphism

    Shared with the University by
    Dr Jian Shi
  7. [img]
    COMP1202 Programming I - Inheritance Handout
    handout for Inheritance 1 & 2

    Shared with the University by
    Dr Jian Shi
  8. [img] [img]
    COMP1202 Programming I - Inheritance I
    Inheritance 1 - super and sub-classes

    Shared with the University by
    Dr Jian Shi
  9. collection
    COMP1202 Programming I - Labs
    Material related to Labs for COMP1202 Programming I

    Shared with the University by
    Dr Son Hoang
  10. collection
    COMP1202 Programming I - Lectures
    Lectures for COMP1202 Programming I

    Shared with the University by
    Dr Son Hoang
  11. collection
    COMP1202 Programming I - Space Cadets
    Material for COMP1202 Programming I - Space Cadets

    Shared with the University by
    Dr Son Hoang
  12. [img] [img]
    COMP1202 Programming I Coursework AY2022-23
    ECS Orchestra Coursework for AY2022-23

    Shared with the University by
    Dr Son Hoang
  13. [img] [img]
    COMP1202 Programming I Coursework AY2023-24
    ECS Sim Coursework for AY2023-24

    Shared with the University by
    Dr Son Hoang
  14. [img] [img]
    COMP1202 Programming II - Inheritance 2
    Inheritance 2 - Polymorphism

    Shared with the University by
    Dr Jian Shi
  15. [img]
    Java path setting batch file
    This is a batch file written to help students on ECS' Programming 1 course (COMP1202) using iSolutions machines which have the JDK, but do not add it to the PATH variable, making compilation from the command line difficult. It attempts to find the JDK directory and add it to the Windows PATH. The code is as follows: @SET JAVA_HOME=C:\Program Files\Java @FOR /F %%G IN ('DIR /B "%JAVA_HOME%\JDK*"') DO @SET JDK_HOME=%JAVA_HOME%\%%G @SET PATH=%JDK_HOME%\bin;%PATH% @javac -version @echo. @echo %JDK_HOME%\bin successfully added to Windows PATH @echo. @echo Now type 'javac'. @echo. @echo. @echo. @CMD

    Shared with the World by
    Mr Rikki Prince
This list was generated on Thu Mar 28 12:05:44 2024 UTC.