开源计算A级课程资源说明
Open Source learning resource. Documentation, notes and examples following the requirement
本专区汇聚了各类基于 计算机科学 开发的源码资源,共计 586 篇资源供开发者免费下载学习。
Open Source learning resource. Documentation, notes and examples following the requirement
Beej s Network Guide.pdf
讲解编译原理方便的一本好书。讲解编译原理方便的一本好书。-Compilation Principle on one convenient book. Compilation Pri
美国麻省理工的算法导论,英文版,看后程序员宏观的能力培养有好处-Massachusetts Introduction to the algorithm, in English, r
Computing theory, by the professor in the one of the best universities in the world
Lancaster University is evaluating the possibility of using a guided vehicle parking syste
计算机系统结构的一些幻灯片,适合学生参考-Computer system structure of slides, suitable for students
这是一本电子书 是美国计算机专业研究生的教材 绝对是教材-This is the textbook of Computer Science for master degree st
c语言算法(动态规划)实现最长递增子序列。
很不错的课后答案,算法设计与分析,但是不是第二版的-Very good after-school answer, algorithm design and analysis, bu
谭浩强C语言教程 pdf版本 非常好 值得下载
文件中包含了动态规划的经典问题,其中某些问题还做出了延伸,并且里面有详细的思路及问题分析,并且包含可执行代码。