Programming Methodology
配信者: Mehran Sahami
オーディオ Podcast を試聴するには、タイトルの上にマウスを移動して再生ボタンをクリックしてください。Podcast のダウンロードやサブスクリプションへの登録を行うには iTunes を開いてください。
説明
This course is the largest of the introductory programming courses and is one of the largest courses at Stanford. Topics focus on the introduction to the engineering of computer applications emphasizing modern software engineering principles: object-oriented design, decomposition, encapsulation, abstraction, and testing. Programming Methodology teaches the widely-used Java programming language along with good software engineering principles. Emphasis is on good programming style and the built-in facilities of the Java language. The course is explicitly designed to appeal to humanists and social scientists as well as hard-core techies. In fact, most Programming Methodology graduates end up majoring outside of the School of Engineering
タイトル | 説明 | リリース | 価格 | ||
---|---|---|---|---|---|
1 | Video9. Programming Methodology Lecture 9 | computer, science, technology, programming, software, variable, names, language, java, string, variables, readline, run, methods, return, constructors, implementing, class var, javadoc, | 2008/7/22 | 無料 | iTunes で見る |
2 | Video1. Programming Methodology Lecture 1 | Lecture by Professor Mehran Shami for the Stanford Computer Science Department (CS106A). In the first lecture of the quarter, Professor Shami provides an overview of the course and begins discussing computer programming. | 2008/7/22 | 無料 | iTunes で見る |
3 | Video2. Programming Methodology Lecture 2 | Lecture by Professor Mehran Shami for the Stanford Computer Science Department (CS106A). In the second lecture, Professor Shami introduces Karel and shows the commands associated with the program. | 2008/7/22 | 無料 | iTunes で見る |
4 | Video3. Programming Methodology Lecture 3 | Lecture by Professor Mehran Shami for the Stanford Computer Science Department (CS106A). Professor Shami finishes his lecture on the program Karel by discussing common errors, comments, and advanced instructions. | 2008/7/22 | 無料 | iTunes で見る |
5 | Video4. Programming Methodology Lecture 4 | Lecture by Professor Mehran Shami for the Stanford Computer Science Department (CS106A). Professor Shami moves into the history of computing and introduces the program Java. | 2008/7/22 | 無料 | iTunes で見る |
6 | Video5. Programming Methodology Lecture 5 | Lecture by Professor Mehran Shami for the Stanford Computer Science Department (CS106A). Professor Shami lectures on graphics, objects, classes, variables, and values pertaining to Java. | 2008/7/22 | 無料 | iTunes で見る |
7 | Video6. Programming Methodology Lecture 6 | Lecture by Professor Mehran Shami for the Stanford Computer Science Department (CS106A). Professor Shami continues to talk about expressions, variables, and values. He then finishes his lecture on conditions, scopes, if statements, and different loops. | 2008/7/22 | 無料 | iTunes で見る |
8 | Video7. Programming Methodology Lecture 7 | Lecture by Professor Mehran Shami for the Stanford Computer Science Department (CS106A). Professor Shami recaps on CASTs, then continues talking about loops, function, methods, and returning. | 2008/7/22 | 無料 | iTunes で見る |
9 | Video8. Programming Methodology Lecture 8 | Lecture by Professor Mehran Shami for the Stanford Computer Science Department (CS106A). Professor Shami reviews what he covered on methods and functions and then goes into more detail. | 2008/7/22 | 無料 | iTunes で見る |
10 | Video10. Programming Methodology Lecture 10 | Lecture by Professor Mehran Shami for the Stanford Computer Science Department (CS106A). Professor Shami lectures on classes, constructors, instance variables, setters, strings, extending, interface, labels, and GArcs. | 2008/7/22 | 無料 | iTunes で見る |
11 | Video11. Programming Methodology Lecture 11 | Lecture by Professor Mehran Shami for the Stanford Computer Science Department (CS106A). Professor Shami lectures on GObjects, GImage, Gcompound, and Gpolygons. He then shows how to incorporate the mouse and keyboard into the graphics. | 2008/7/22 | 無料 | iTunes で見る |
12 | Video12. Programming Methodology Lecture 12 | Lecture by Professor Mehran Shami for the Stanford Computer Science Department (CS106A). Professor Shami lectures on Enumeration. | 2008/7/22 | 無料 | iTunes で見る |
13 | Video13. Programming Methodology Lecture 13 | Lecture by Professor Mehran Shami for the Stanford Computer Science Department (CS106A). Professor Shami lectures on string processing and characters. | 2008/7/22 | 無料 | iTunes で見る |
14 | Video14. Programming Methodology Lecture 14 | Lecture by Professor Mehran Shami for the Stanford Computer Science Department (CS106A). Profesor Shami lectures on memory and helps the students understand what happens to a computer internally when programming. | 2008/7/22 | 無料 | iTunes で見る |
15 | Video15. Programming Methodology Lecture 15 | Lecture by Professor Mehran Shami for the Stanford Computer Science Department (CS106A). Professor Shami recaps on pointers and memory. He then lectures on reading files, creating files, and over writing files. | 2008/7/22 | 無料 | iTunes で見る |
16 | Video16. Programming Methodology Lecture 16 | Lecture by Professor Mehran Shami for the Stanford Computer Science Department (CS106A). Professor Shami introduces the topic Array and shows how to create one. | 2008/7/22 | 無料 | iTunes で見る |
17 | Video17. Programming Methodology Lecture 17 | Lecture by Professor Mehran Shami for the Stanford Computer Science Department (CS106A). Professor Shami raps up arrays and introduces array lists. | 2008/7/22 | 無料 | iTunes で見る |
18 | Video18. Programming Methodology Lecture 18 | Lecture by Professor Mehran Shami for the Stanford Computer Science Department (CS106A). Professor Shami reintroduces interfaces and elaborates on the topic. | 2008/7/22 | 無料 | iTunes で見る |
19 | Video19. Programming Methodology Lecture 19 | Lecture by Professor Mehran Shami for the Stanford Computer Science Department (CS106A). Professor Shami reintroduces interfaces and elaborates on the topic. | 2008/7/22 | 無料 | iTunes で見る |
20 | Video20. Programming Methodology Lecture 20 | Lecture by Professor Mehran Shami for the Stanford Computer Science Department (CS106A). Professor Shami introduces a new topic "GUI" or Graphical User Interface. | 2008/7/22 | 無料 | iTunes で見る |
21 | Video21. Programming Methodology Lecture 21 | Lecture by Professor Mehran Shami for the Stanford Computer Science Department (CS106A). Professor Shami introduces a new topic "GUI" or Graphical User Interface. | 2008/7/22 | 無料 | iTunes で見る |
22 | Video22. Programming Methodology Lecture 22 | Lecture by Professor Mehran Shami for the Stanford Computer Science Department (CS106A). Professor Shami introduces the next assignment (Name Surfer) to the class. He then demonstrates how to begin the assignment. | 2008/7/22 | 無料 | iTunes で見る |
23 | Video23. Programming Methodology Lecture 23 | Lecture by Professor Mehran Shami for the Stanford Computer Science Department (CS106A). Professor Shami and the head TA switch places for the day. The TA explains CS106A in a nut shell and goes into detail on the topics Searching and Sorting. | 2008/7/22 | 無料 | iTunes で見る |
24 | Video24. Programming Methodology Lecture 24 | Lecture by Professor Mehran Shami for the Stanford Computer Science Department (CS106A). Professor Shami gives a lecture on data structures; he demonstrates this by showing the class how online music companies sort and classify their music. | 2008/7/22 | 無料 | iTunes で見る |
25 | Video25. Programming Methodology Lecture 25 | Lecture by Professor Mehran Shami for the Stanford Computer Science Department (CS106A). Professor Shami introduces the next assignment "the face pamphlet" and demonstrates how to make the program. | 2008/7/22 | 無料 | iTunes で見る |
26 | Video26. Programming Methodology Lecture 26 | Lecture by Professor Mehran Shami for the Stanford Computer Science Department (CS106A). Professor Shami lectures non-standard Java and shows the class a few books he recommends for further readings on Java. | 2008/7/22 | 無料 | iTunes で見る |
27 | Video27. Programming Methodology Lecture 27 | Lecture by Professor Mehran Shami for the Stanford Computer Science Department (CS106A). Professor Shami lectures on options and opportunities after his class. He shows students the path of majoring in CS and explains what each class will offer. | 2008/7/22 | 無料 | iTunes で見る |
28 | Video28. Programming Methodology Lecture 28 | Lecture by Professor Mehran Shami for the Stanford Computer Science Department (CS106A). Professor Shami's last lecture of the quarter, he shows the winners of the graphics contest. | 2008/7/22 | 無料 | iTunes で見る |
28アイテム |
カスタマーレビュー
just started with the first chapter.. looks good
good!!