老年人计算机科学

发布于 2024-07-08 16:43:25 字数 1477 浏览 8 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

请你别敷衍 2024-07-15 16:43:25

计算机程序的结构和解释 href="http://groups.csail.mit.edu/mac/classes/6.001/abelson-sussman-lectures/" rel="nofollow noreferrer">出席讲座提供了函数式编程的精彩介绍(使用Scheme)中的许多术语都是由此而来。

Structure and Interpretation of Computer Programs a long with the attendant lectures provide a great introduction to functional programming (using Scheme) from whence many of these terms come.

叹梦 2024-07-15 16:43:25

尽管我很难说,维基百科是一个很好的起点。 通常有详细的文章以及其他网站上其他定义的链接,以及 代码项目 等地方的示例。

Stack Overflow 也非常值得搜索!

As much as it galls me to say it, Wikipedia is a great starting place. There are often detailed articles as well as links to other definitions on other sites, and examples on places like Code Project.

It's also very worthwhile searching Stack Overflow!

白衬杉格子梦 2024-07-15 16:43:25

斯坦福大学有一些优秀的在线计算机科学课程

http://see.stanford.edu/SEE/Courses。 ASPX

Stanford has some excellent computer science classes online

http://see.stanford.edu/SEE/Courses.aspx

假装爱人 2024-07-15 16:43:25

如果您正在寻找更广泛、更深入的方法,请查看麻省理工学院的开放课程软件。

“麻省理工学院开放课程(OCW)是一个基于网络的出版物,几乎包含了麻省理工学院的所有课程内容。OCW 向全世界开放,并且是麻省理工学院的一项永久性活动。”

http://ocw.mit.edu/OcwWeb/web/ course/courses/index.htm#ElectricalEngineeringandComputerScience

与您的问题相关,“计算机科学和编程导论”课程使用 Python。 非洲大陆各地的不同机构还提供了数十门其他课程。

If you're looking for a broader, in-depth approach, take a look at MIT's OpenCourseware.

"MIT OpenCourseWare (OCW) is a web-based publication of virtually all MIT course content. OCW is open and available to the world and is a permanent MIT activity."

http://ocw.mit.edu/OcwWeb/web/courses/courses/index.htm#ElectricalEngineeringandComputerScience

Pertinent to your question, the "Introduction to Computer Science and Programming" course uses Python. There are also dozens of other courses offered, and many more at different institutions around the continent.

心如狂蝶 2024-07-15 16:43:25

我认为你不需要再次学习所有那些(相当理论性的)计算机科学课程。 只需使用维基百科并查看 Python 文档即可。 当谈到现代 C++ 时,我建议您查看 C++ faq lite(只需 google 即可)。

I don't think you need to go through all that (rather theoretical) CS courses again. Just use wikipedia and look at the Python documentation. When it comes to modern C++ I suggest that you look at the C++ faq lite (just google it).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文