Browsing by Subject "Java"
Now showing 1 - 2 of 2
Results Per Page
Sort Options
- ItemOpen AccessComputational physics resources - topic 2 - root-finding, interpolation & extrapolation(2014) Wheaton, SpencerA collection of Computational Physics Java simulations (developed using EJS) and guided inquiry worksheets aimed at the senior undergraduate or honours level. Ideal for guided inquiry at the senior undergraduate or honours level.
- ItemMetadata onlyAn introduction to programming with processing(2014-08-20) Daniels, LyndonProcessing is a high-level programming language that is based on Java, and is known for its abstractions that simplify creating visually-based programs. Its easy to learn syntax make it a compelling choice for beginners wanting to learn basic programming concepts that can be scaled into more advanced applications. Processing applications (known as "sketches") can be deployed in various formats such as Java stand-alone applications, Javascript that can be embedded into HTML5 documents and Android Apps for Google's popular mobile platform. This course assumes no prior programming knowledge as the learner is led through a guided tour of programming concepts that extend across many high-level languages, then demonstrates a practical implementation of these concepts within Processing sketches. The course encourages learners to work along-side the examples by creating their own programs or remixing the source code that is included with the documentation. This source code Includes a game emphasizing programmatic logic, data visualizations that read from external datasets and various other examples that cover all the major topics discussed within the documentation. At the end of each major section a Quiz is included so that the learner can assess their personal progress and compare their results with other students that have taken the course.