# Awesome Courses [](https://github.com/sindresorhus/awesome)
Introduction
------------
There is a lot of ~~hidden~~ treasure lying within university pages scattered across the internet. This list is an attempt to bring to light those awesome courses which make their high-quality material i.e. assignments, lectures, notes, readings & examinations available online for free.
Table of Contents
-----------------
- [Algorithms](#algorithms)
- [Artificial Intelligence](#artificial-intelligence)
- [Computer Graphics](#computer-graphics)
- [CS Theory](#cs-theory)
- [Introduction to CS](#introduction-to-cs)
- [Machine Learning](#machine-learning)
- [Misc](#misc)
- [Programming Languages / Compilers](#programming-languages--compilers)
- [Security](#security)
- [Systems](#systems)
### Legend
- <img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f9.png" width="20" height="20" alt="Lecture Videos" title="Lecture Videos" /> - Lecture Videos
- <img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4dd.png" width="20" height="20" alt="Lecture Notes" title="Lecture Notes" /> - Lecture Notes
- <img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4bb.png" width="20" height="20" alt="Assignments" title="Assignments" /> - Assignments / Labs
- <img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4da.png" width="20" height="20" alt="Readings" title="Readings" /> - Readings
Courses
-------
### Systems
- [CS 61C](http://www-inst.eecs.berkeley.edu/~cs61c/sp15/) **Great Ideas in Computer Architecture (Machine Structures)** *UC Berkeley* <img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f9.png" width="20" height="20" alt="Lecture Videos" title="Lecture Videos" /><img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4dd.png" width="20" height="20" alt="Lecture Notes" title="Lecture Notes" /> <img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4bb.png" width="20" height="20" alt="Assignments" title="Assignments" /> <img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4da.png" width="20" height="20" alt="Readings" title="Readings" />
- [Lecture Videos](https://www.youtube.com/playlist?list=PL-XXv-cvA_iCl2-D-FS5mk0jFF6cYSJs_)
- [Lecture Notes](http://www-inst.eecs.berkeley.edu/~cs61c/sp15/#Calendar)
- [Resources](http://www-inst.eecs.berkeley.edu/~cs61c/sp15/#Resources)
- [Old Exams](https://hkn.eecs.berkeley.edu/exams/course/CS/61C)
- [CS 107](https://courseware.stanford.edu/pg/courses/lectures/371747) **Computer Organization & Systems** *Stanford University* <img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f9.png" width="20" height="20" alt="Lecture Videos" title="Lecture Videos" /> <img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4bb.png" width="20" height="20" alt="Assignments" title="Assignments" />
- CS107 is the third course in Stanford's introductory programming sequence. The course will work from the C programming language down to the microprocessor to de-mystify the machine. With a complete understanding of how computer systems execute programs and manipulate data, you will become a more effective programmer, especially in dealing with issues of debugging, performance, portability, and robustness.
- [Lecture Videos](https://www.youtube.com/playlist?list=PL08D9FA018A965057&spfreload=10)
- [Assignments](http://web.stanford.edu/class/cs107/assignments.html)
- [CS 140](http://web.stanford.edu/~ouster/cgi-bin/cs140-spring14/lectures.php) **Operating Systems** *Stanford University* <img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4bb.png" width="20" height="20" alt="Assignments" title="Assignments" /> <img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4dd.png" width="20" height="20" alt="Lecture Notes" title="Lecture Notes" />
- This class introduces the basic facilities provided in modern operating systems. The course divides into three major sections. The first part of the course discusses concurrency. The second part of the course addresses the problem of memory management. The third major part of the course concerns file systems.
- [Lecture Notes](http://web.stanford.edu/~ouster/cgi-bin/cs140-spring14/lectures.php)
- [Assignments](http://web.stanford.edu/~ouster/cgi-bin/cs140-spring14/projects.php)
- [6.004](https://6004.mit.edu/) **Computation Structures** *MIT* <img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4bb.png" width="20" height="20" alt="Assignments" title="Assignments" /> <img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4dd.png" width="20" height="20" alt="Lecture Notes" title="Lecture Notes" /> <img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f9.png" width="20" height="20" alt="Lecture Videos" title="Lecture Videos" />
- Introduces architecture of digital systems, emphasizing structural principles common to a wide range of technologies. Multilevel implementation strategies; definition of new primitives (e.g., gates, instructions, procedures, processes) and their mechanization using lower-level elements. Analysis of potential concurrency; precedence constraints and performance measures; pipelined and multidimensional systems. Instruction set design issues; architectural support for contemporary software structures. 4 Engineering Design Points. 6.004 offers an introduction to the engineering of digital systems. Starting with MOS transistors, the course develops of series of building blocks logic gates, combinational and sequential circuits, finite-state machines, computers and finally complete systems. Both hardware and software mechanisms are explored through a series of design examples.
- [Youtube Playlist](https://www.youtube.com/watch?v=9DWlqtsNGV0&index=1&list=PLmP5iIyVnKPQ-cO_EENdUgEdlRf0u5LYa)
- [Lecture Notes](http://computationstructures.org/notes/tradeoffs/notes.html)
- [Labs-Assignments](http://computationstructures.org/exercises/cmos/lab.html)
- [CS 162](http://cs162.eecs.berkeley.edu/) **Operating Systems and Systems Programming** *UC Berkeley* <img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f9.png" width="20" height="20" alt="Lecture Videos" title="Lecture Videos" /> <img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4dd.png" width="20" height="20" alt="Lecture Notes" title="Lecture Notes" /> <img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4bb.png" width="20" height="20" alt="Assignments" title="Assignments" /> <img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4da.png" width="20" height="20" alt="Readings" title="Readings" />
- The purpose of this course is to teach the design of operating systems and operating systems concepts that appear in other advanced systems. Topics we will cover include concepts of operating systems, systems programming, networked and distributed systems, and storage systems, including multiple-program systems (processes, interprocess communication, and synchronization), memory allocation (segmentation, paging), resource allocation and scheduling, file systems, basic networking (sockets, layering, APIs, reliability), transactions, security, and privacy.
- Operating Systems course by the Chair of EECS, UC Berkeley [David Culler](http://www.cs.berkeley.edu/~culler/)
- [Youtube Playlist](https://www.youtube.com/playlist?list=PL-XXv-cvA_iBDyz-ba4yDskqMDY6A1w_c) Spring 2015 lectures
- [Lecture Notes](https://inst.eecs.berkeley.edu/~cs162/sp15/) Spring 2015 lectures
- [CS 168](https://inst.eecs.berkeley.edu/~cs168/fa14/) **Introduction to the Internet: Architecture and Protocols** *UC Berkeley* <img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4dd.png" width="20" height="20" alt="Lecture Notes" title="Lecture Notes"
没有合适的资源?快使用搜索试试~ 我知道了~
matlab生成维纳过程代码-Courses:课程

共15个文件
jpg:4个
css:3个
md:2个

需积分: 50 21 下载量 131 浏览量
2021-05-20
04:21:45
上传
评论 3
收藏 215KB ZIP 举报
温馨提示
matlab生成维纳过程代码很棒的课程 介绍 这里有很多隐珍藏在散布在互联网上的大学网页内。 该清单旨在揭示那些很棒的课程,这些课程可以免费在线提供其高质量的材料,例如作业,演讲,笔记,阅读和考试。 目录 传奇 -讲座视频 - 演讲笔记 -作业/实验 -阅读 课程 系统篇 加州大学伯克利分校计算机架构(机器结构)方面的好主意 斯坦福大学计算机组织与系统 CS107是斯坦福大学入门编程课程中的第三门课程。 该课程将从C编程语言一直到微处理器,以使机器不再神秘。 全面了解计算机系统如何执行程序和处理数据后,您将成为一名更有效的程序员,尤其是在处理调试,性能,可移植性和鲁棒性方面。 斯坦福大学操作系统 本课程介绍现代操作系统中提供的基本功能。 该课程分为三个主要部分。 本课程的第一部分讨论并发。 本课程的第二部分解决了内存管理问题。 本课程的第三个主要部分涉及文件系统。 MIT的计算结构 介绍数字系统的体系结构,着重介绍各种技术共有的结构原理。 多层次实施策略; 使用较低级别的元素定义新的原语(例如,门,指令,过程,过程)及其机械化。 分析潜在的并发性; 优先约束和绩效指标; 流水线和多
资源推荐
资源详情
资源评论

























收起资源包目录




















共 15 条
- 1
资源评论


weixin_38553466
- 粉丝: 11
上传资源 快速赚钱
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


最新资源
- 数据挖掘中DBSCAN聚类算法的Matlab实现与可视化应用
- ANSYS APDL命令流构建双塔双索面半漂浮钢混组合梁斜拉桥杆系模型及模态分析
- 电力系统中的三相短路与无穷大功率电源关联分析
- 酒店推荐系统-g0tc73k2.zip
- 电力电子领域半桥LLC谐振变换器变频闭环控制仿真模型与软开关技术实现
- 基于COMSOL与Matlab的气体放电流注放电及等离子体化学反应建模
- 相空间重构与混沌特征验证:基于Matlab的一维实验数据分析 关联维数
- 西西家居全屋定制系统的设计与实现-52ij7s4j-论文.zip
- COMSOL中高斯光束、超高斯光束及贝塞尔光束的实现方法与高级技巧 - 高斯光束
- JAVA某店POS积分管理系统(源代码+论文).zip
- 基于Matlab Simulink的电池超级电容混合储能系统能量管理与仿真研究 - 能量管理
- JAVA泡泡堂网络游戏的设计与实现(源代码+论文).zip
- 光伏发电并网逆变SimulinkMatlab仿真:两级三相单相系统及MPPT扰动观察法 · Boost升压斩波电路 (08月)
- java+sql企业固定资产管理系统(论文+系统+开题报告+任务书+中期考核报告+任务书+评语表+答辩PPT).zip
- 双向LLC拓扑结构与创新双变压器技术:CDT-LC直流变换器的开环仿真与软开关实现研究
- 基于Simulink的永磁同步电机DTC控制系统仿真及其模糊控制算法的应用 · 电机控制
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



安全验证
文档复制为VIP权益,开通VIP直接复制
