The Hardware/Software Interface (CourseraArchive) 7 个评论 关注 开始时间: 04/22/2022 持续时间: 8 weeks 主页: https://www.coursera.org/course/hwswinterface 简介: Examines key computational abstraction levels below modern high-level languages. From Java/C to assembly programming, to basic processor and system organization. |
Algorithms: Design and Analysis, Part 1 (CourseraArchive) 5 个评论 关注 开始时间: 04/22/2022 持续时间: 6 weeks 主页: https://www.coursera.org/course/algo 简介: In this course you will learn several fundamental principles of algorithm design: divide-and-conquer methods, graph algorithms, practical data structures (heaps, hash tables, search trees), randomized algorithms, and more. |
Algorithms: Design and Analysis, Part 2 (CourseraArchive) 4 个评论 关注 开始时间: 04/22/2022 持续时间: 6 weeks 主页: https://www.coursera.org/course/algo2 简介: In this course you will learn several fundamental principles of advanced algorithm design: greedy algorithms and applications; dynamic programming and applications; NP-completeness and what it means for the algorithm designer; the design and analysis of heuristics; and more. |
Coding the Matrix: Linear Algebra through Computer Science Applications (CourseraArchive) 9 个评论 关注 开始时间: 04/22/2022 持续时间: 10 weeks 主页: https://www.coursera.org/course/matrix 简介: Learn the concepts and methods of linear algebra, and how to use them to think about computational problems arising in computer science. Coursework includes building on the concepts to write small programs and run them on real data. |
Cryptography I (CourseraArchive) 4 个评论 关注 开始时间: 04/22/2022 持续时间: 6 weeks 主页: https://www.coursera.org/course/crypto 简介: Learn about the inner workings of cryptographic primitives and how to apply this knowledge in real-world applications! |
Artificial Intelligence (EdxArchive) 6 个评论 关注 开始时间: 04/22/2022 持续时间: 12 weeks 主页: https://www.edx.org/archive/artificial-intelligence-uc-berkeleyx-cs188-1x 简介: UC Berkeley's upper division course CS188: Introduction to Artificial Intelligence now available to everyone online. |
Design of Computer Programs (Udacity) 4 个评论 关注 开始时间: 04/22/2022 持续时间: 自主 主页: https://www.udacity.com/course/cs212 简介: Learn new concepts, patterns, and methods that will expand your programming abilities, helping move you from a novice to an expert programmer. |
Functional Programming Principles in Scala (CourseraArchive) 7 个评论 关注 开始时间: 04/22/2022 持续时间: 7 weeks 主页: https://www.coursera.org/course/progfun 简介: Learn about functional programming, and how it can be effectively combined with object-oriented programming. Gain practice in writing clean functional code, using the Scala programming language. |
Introduction to Databases (CourseraArchive) 3 个评论 关注 开始时间: 04/22/2022 持续时间: Unknown 主页: https://www.coursera.org/course/db 简介: This course covers database design and the use of database management systems for applications. |
Introduction to Systematic Program Design - Part 1 (CourseraArchive) 2 个评论 关注 开始时间: 04/22/2022 持续时间: 10 weeks 主页: https://www.coursera.org/course/programdesign 简介: This course is about learning to program well: building programs that are elegant, well tested and easy to maintain. The course is intended for students with no programming experience, but many former students who already knew how to program have said it made them better programmers. |