CS107

所属分类:编译器/解释器
开发工具:C
文件大小:26120KB
下载次数:0
上传日期:2022-09-27 03:04:06
上 传 者sh-1993
说明:  斯坦福CS107编程范例注释和代码
(Notes & Codes for Stanford CS107 Programming Paradigms)

文件列表:
Examples (0, 2023-08-29)
Examples\Channeling (0, 2023-08-29)
Examples\Channeling\channeling.c (528, 2023-08-29)
Examples\DinningPhilosohper (0, 2023-08-29)
Examples\DinningPhilosohper\Makefile (89, 2023-08-29)
Examples\DinningPhilosohper\dinning.c (2096, 2023-08-29)
Examples\GenericPointer (0, 2023-08-29)
Examples\GenericPointer\generic_bsearch.c (1154, 2023-08-29)
Examples\GenericPointer\generic_lsearch.c (2831, 2023-08-29)
Examples\GenericPointer\generic_swap.c (812, 2023-08-29)
Examples\GenericPointer\lsearch_int.c (645, 2023-08-29)
Examples\GenericPointer\swapint.c (439, 2023-08-29)
Examples\TicketAgent (0, 2023-08-29)
Examples\TicketAgent\CMakeLists.txt (289, 2023-08-29)
Examples\TicketAgent\result (6955, 2023-08-29)
Examples\TicketAgent\src (0, 2023-08-29)
Examples\TicketAgent\src\ticketAgent.c (2763, 2023-08-29)
Examples\TicketAgent\src\ticketAgentSemaphore.c (2429, 2023-08-29)
Handouts (0, 2023-08-29)
Handouts\01Course-Information.pdf (78627, 2023-08-29)
Handouts\02-CS107-Course-Syllabus.pdf (48840, 2023-08-29)
Handouts\03-Introducing-The-STL.pdf (106599, 2023-08-29)
Handouts\05-Unix-Basics.pdf (58135, 2023-08-29)
Handouts\06-Computer-Architecture.pdf (71565, 2023-08-29)
Handouts\07-Arrays-The-Full-Story.pdf (161114, 2023-08-29)
Handouts\08-Unix-Development.pdf (268549, 2023-08-29)
Handouts\12-Computer-Architecture.pdf (308940, 2023-08-29)
Handouts\13-Simple-Code-Generation.pdf (135459, 2023-08-29)
Handouts\15-Function-Call-And-Return.pdf (102368, 2023-08-29)
Handouts\16-Code-Generation-Examples.pdf (120644, 2023-08-29)
Handouts\22-Thread-Package-Docs.pdf (57264, 2023-08-29)
Handouts\23-Concurrency-Examples.pdf (125970, 2023-08-29)
Handouts\26-More-Concurrency.pdf (103396, 2023-08-29)
Handouts\29-Introduction-To-Scheme.pdf (86234, 2023-08-29)
Handouts\30-Scheme-Functions.pdf (101601, 2023-08-29)
Handouts\31-Functions-As-Data.pdf (134904, 2023-08-29)
Handouts\32-Scheme-Examples.pdf (367275, 2023-08-29)
Handouts\35-Python-Basics.pdf (163877, 2023-08-29)
... ...

# CS107: Programming Paradigms View this repo in [Github Pages](https://zard-c.github.io/CS107/) ## Contents 1. [Programming Paradigms](Notes/1-ProgrammingParadigms.md) 2. [C Programming](Notes/2-CProgramming.md) 3. [C Pointer](Notes/3-CPointer.md) 4. [Generic Pointer](Notes/4-GenericPointer.md) 5. [Generic Data Structure](Notes/5-7-GenericDataStructure.md) 6. [Generic Function](Notes/5-7-GenericDataStructure.md) 7. [Memory Management](Notes/5-7-GenericDataStructure.md) 8. [Stack and Heap](Notes/8-StackAndHeap.md) 9. [Assembly Language](Notes/9-Assembly.md) 10. [Activation Record and Return Value](Notes/10-ActivationRecord.md) 11. [C++ and C, Reference and Pointer](Notes/11-CPP.md) 12. [Preprocessor and Macro](Notes/12-Preprocessing.md) 13. [Compile and Linking](Notes/13-CompilingAndLinking.md) 14. [More Assembly](Notes/14-MoreAssembly.md) 15. [Tick Agent: Going to concurrency.](Notes/15-TickAgent.md) ## Resources [offical website](https://web.stanford.edu/class/cs107/) [bilibili video](https://www.bilibili.com/video/BV1Cx411S7HJ) ## Notes If you are confused about the codes or notes, post an issue and I will reply as soon as possible. Enjoy Learning Programming Paradigm!

近期下载者

相关文件


收藏者