博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[转]麻省理工免费课程)计算机科学和编程导论
阅读量:4078 次
发布时间:2019-05-25

本文共 1492 字,大约阅读时间需要 4 分钟。

原文地址:http://coolshell.cn/articles/3723.html

 

以前本站推荐过 ,今天在他们的网站看到上有一组关于 (视 频是Youtube的),我看了几个课程,我觉得讲得很系统啊,而且有一点一通百通的感觉。虽然是理论课,但是可以感到我国的教育还是有很大差距的。这个 组课程推荐给大家(需要藩墙),视频都有字幕,计算机科学系毕业的同学应该会很容易听懂。强烈推荐。(网友Aslan指出已经有人搬运到优酷上了, ,遗憾的是没有字幕,另外,不知道为什么会说是Python学习)

1: Introduction and Goals; Data Types, Operators, and Variables

2: Branching, Conditionals, and Iteration

3: Common Code Patterns: Iterative Programs

 

4: Abstraction through Functions; Introduction to Recursion

5: Floating Point Numbers, Successive Refinement, Finding Roots

6: Bisection Methods, Newton/Raphson, Introduction to Lists

7: Lists and Mutability, Dictionaries, Introduction to Efficiency

8: Complexity: Log, Linear, Quadratic, Exponential Algorithms

9: Binary Search, Bubble and Selection Sorts

10: Divide and Conquer Methods, Merge Sort, Exceptions

11: Testing and Debugging

12: Debugging, Knapsack Problem, Introduction to Dynamic Programming

13: Dynamic Programming: Overlapping Subproblems, Optimal Substructure

14: Introduction to Object-oriented Programming

15: Abstract Data Types, Classes and Methods

16: Encapsulation, Inheritance, Shadowing

17: Computational Models: Random Walk Simulation

18: Presenting Simulation Results, Pylab, Plotting

19: Biased Random Walks, Distributions

20: Monte Carlo Simulations, Estimating pi

21: Validating Simulation Results, Curve Fitting, Linear Regression

22: Normal, Uniform, and Exponential Distributions

23: Stock Market Simulation

24: Course Overview; What Do Computer Scientists Do?

 

转载地址:http://vxsni.baihongyu.com/

你可能感兴趣的文章
Java8 Lambda表达式介绍
查看>>
【JAVA数据结构】双向链表
查看>>
【JAVA数据结构】先进先出队列
查看>>
String类的intern方法随笔
查看>>
【泛型】一个简易的对象间转换的工具类(DO转VO)
查看>>
1.随机函数,计算机运行的基石
查看>>
MouseEvent的e.stageX是Number型,可见as3作者的考虑
查看>>
在mc中直接加aswing组件,该组件还需最后用validate()方法
查看>>
移植Vim配色方案到Eclipse
查看>>
从超链接调用ActionScript
查看>>
谈谈加密和混淆吧[转]
查看>>
TCP的几个状态对于我们分析所起的作用SYN, FIN, ACK, PSH,
查看>>
网络游戏客户端的日志输出
查看>>
关于按钮的mouseOver和rollOver
查看>>
《多线程服务器的适用场合》例释与答疑
查看>>
Netty框架
查看>>
Socket经验记录
查看>>
对RTMP视频流进行BitmapData.draw()出错的解决办法
查看>>
FMS 客户端带宽计算、带宽限制
查看>>
在线视频聊天(客服)系统开发那点事儿
查看>>