惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
aimingoo的专栏
aimingoo的专栏
P
Proofpoint News Feed
宝玉的分享
宝玉的分享
MyScale Blog
MyScale Blog
The GitHub Blog
The GitHub Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
月光博客
月光博客
量子位
博客园 - 司徒正美
V
V2EX
I
InfoQ
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Vercel News
Vercel News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
美团技术团队
N
Netflix TechBlog - Medium
L
LangChain Blog
IT之家
IT之家
Blog — PlanetScale
Blog — PlanetScale
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Stack Overflow Blog
Stack Overflow Blog
A
About on SuperTechFans
Microsoft Azure Blog
Microsoft Azure Blog

酷 壳 – CoolShell

感染新冠的经历 | 酷 壳 - CoolShell 从一次经历谈 TIME_WAIT 的那些事 | 酷 壳 - CoolShell 网络数字身份认证术 | 酷 壳 - CoolShell 我做系统架构的一些原则 | 酷 壳 - CoolShell 源代码特洛伊木马攻击 | 酷 壳 - CoolShell Go编程模式 : 泛型编程 | 酷 壳 - CoolShell 如何做一个有质量的技术分享 | 酷 壳 - CoolShell Go 编程模式:k8s Visitor 模式 | 酷 壳 - CoolShell Go编程模式:Pipeline | 酷 壳 - CoolShell Go编程模式:委托和反转控制 | 酷 壳 - CoolShell Go 编程模式:Go Generation | 酷 壳 - CoolShell Go编程模式:Map-Reduce | 酷 壳 - CoolShell Go 编程模式:错误处理 | 酷 壳 - CoolShell Go编程模式:切片,接口,时间和性能 | 酷 壳 - CoolShell 百度为什么掉队了 | 酷 壳 - CoolShell 程序员如何把控自己的职业 | 酷 壳 - CoolShell 计时攻击 Timing Attacks | 酷 壳 - CoolShell Rust语言的编程范式 | 酷 壳 - CoolShell HTTP的前世今生 | 酷 壳 - CoolShell 记一次Kubernetes/Docker网络排障 | 酷 壳 - CoolShell 可视化编程 | 酷 壳 - CoolShell 程序的本质复杂性和元语言抽象 | 酷 壳 - CoolShell 伙伴分配器的一个极简实现 | 酷 壳 - CoolShell C++11的Lambda使用一例:华容道求解 | 酷 壳 - CoolShell C++面试中string类的一种正确写法 | 酷 壳 - CoolShell C++模板”>>”编译问题与词法消歧设计 | 酷 壳 - CoolShell 数据即代码:元驱动编程 | 酷 壳 - CoolShell 数据的游戏:冰与火 | 酷 壳 - CoolShell 7个示例科普CPU Cache | 酷 壳 - CoolShell 加班与效率 | 酷 壳 - CoolShell
(麻省理工免费课程)计算机科学和编程导论 | 酷 壳 - CoolShell
陈皓 · 2011-02-28 · via 酷 壳 – CoolShell

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

 

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

Youtube(英文字幕)

优酷(无字幕)

 

2: Branching, Conditionals, and Iteration

Youtube(英文字幕)

优酷(无字幕)

 

3: Common Code Patterns: Iterative Programs

Youtube(英文字幕)

优酷(无字幕)

 

4: Abstraction through Functions; Introduction to Recursion

Youtube(英文字幕)

优酷(无字幕)

 

5: Floating Point Numbers, Successive Refinement, Finding Roots

Youtube(英文字幕)

优酷(无字幕)

 

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

Youtube(英文字幕)

优酷(无字幕)

 

7: Lists and Mutability, Dictionaries, Introduction to Efficiency

Youtube(英文字幕)

优酷(无字幕)

 

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

Youtube(英文字幕)

优酷(无字幕)

 

9: Binary Search, Bubble and Selection Sorts

Youtube(英文字幕)

优酷(无字幕)

 

10: Divide and Conquer Methods, Merge Sort, Exceptions

Youtube(英文字幕)

优酷(无字幕)

 

11: Testing and Debugging

Youtube(英文字幕)

优酷(无字幕)

 

12: Debugging, Knapsack Problem, Introduction to Dynamic Programming

Youtube(英文字幕)

优酷(无字幕)

 

13: Dynamic Programming: Overlapping Subproblems, Optimal Substructure

Youtube(英文字幕)

优酷(无字幕)

 

14: Introduction to Object-oriented Programming

Youtube(英文字幕)

优酷(无字幕)

 

15: Abstract Data Types, Classes and Methods

Youtube(英文字幕)

优酷(无字幕)

 

16: Encapsulation, Inheritance, Shadowing

Youtube(英文字幕)

优酷(无字幕)

 

17: Computational Models: Random Walk Simulation

Youtube(英文字幕)

优酷(无字幕)

 

18: Presenting Simulation Results, Pylab, Plotting

Youtube(英文字幕)

优酷(无字幕)

 

19: Biased Random Walks, Distributions

Youtube(英文字幕)

优酷(无字幕)

 

20: Monte Carlo Simulations, Estimating pi

Youtube(英文字幕)

优酷(无字幕)

 

21: Validating Simulation Results, Curve Fitting, Linear Regression

Youtube(英文字幕)

优酷(无字幕)

 

22: Normal, Uniform, and Exponential Distributions

Youtube(英文字幕)

优酷(无字幕)

 

23: Stock Market Simulation

Youtube(英文字幕)

优酷(无字幕)

 

24: Course Overview; What Do Computer Scientists Do?

Youtube(英文字幕)

优酷(无字幕)

(转载本站文章请注明作者和出处 酷 壳 – CoolShell ,请勿用于任何商业用途)

好烂啊有点差凑合看看还不错很精彩 (17 人打了分,平均分: 3.35 )

Loading...