Programming

Linear Programming

Posted by on March 22, 2011
Computer & Technology / 25 Comments

Linear Programming. I do a complete example! For more free math videos, visit JustMathTutoring.com

Tags: ,

Lecture 1 | Programming Methodology (Stanford)

Posted by on March 05, 2011
Computer & Technology / 29 Comments

Lecture by Professor Mehran Sahami for the Stanford Computer Science Department (CS106A). In the first lecture of the quarter, Professor Sahami provides an overview of the course and begins discussing computer programing. CS106A is an Introduction to the engineering of computer applications emphasizing modern software engineering principles: object-oriented design, decomposition, encapsulation, abstraction, and testing. Uses the Java programming language. Emphasis is on good programming style and the built-in facilities of the Java language. Complete Playlist for the Course: www.youtube.com CS106A at Stanford Unversity: www.stanford.edu Stanford Center for Professional Development: scpd.stanford.edu Stanford University: www.stanford.edu Stanford University Channel on YouTube www.youtube.com

Tags: , , ,

Lecture 1 | Programming Paradigms (Stanford)

Posted by on February 22, 2011
Computer & Technology / 25 Comments

Lecture by Professor Jerry Cain for Programming Paradigms (CS107) in the Stanford University Computer Science department. Professor Cain provides an overview of the course. Programming Paradigms (CS107) introduces several programming languages, including C, Assembly, C++, Concurrent Programming, Scheme, and Python. The class aims to teach students how to write code for each of these individual languages and to understand the programming paradigms behind these languages. Complete Playlist for the Course: www.youtube.com CS 107 Course Website: www.CS107.stanford.edu Stanford University: www.stanford.edu Stanford University Channel on YouTube: www.youtube.com

Tags: , , ,

Java Programming Tutorial – 1 – Installing the JDK

Posted by on February 15, 2011
Computer & Technology / 25 Comments

****MAKE SURE TO WATCH IN HIGH QUALITY**** How to download and install the Java Development Kit

Tags: , , ,

Java Video Tutorial 5: Object Oriented Programming

Posted by on October 24, 2010
Computer & Technology / 25 Comments

This tutorial discusses the basic concepts of object oriented programming (OOP). This includes object behaviour and attributes aswell as constructors.

Tags: , , , , ,

Lecture 10 | Programming Methodology (Stanford)

Posted by on October 16, 2010
Computer & Technology / 25 Comments

Lecture by Professor Mehran Sahami for the Stanford Computer Science Department (CS106A). Professor Sahami lectures on classes, constructors, instance variables, setters, strings, extending, interface, labels, and GArcs CS106A is an Introduction to the engineering of computer applications emphasizing modern software engineering principles: object-oriented design, decomposition, encapsulation, abstraction, and testing. Uses the Java programming language. Emphasis is on good programming style and the built-in facilities of the Java language. Complete Playlist for the Course: www.youtube.com CS106A at Stanford Unversity: www.stanford.edu Stanford Center for Professional Development: scpd.stanford.edu Stanford University: www.stanford.edu Stanford University Channel on YouTube www.youtube.com

Tags: , , ,