搜索资源列表
-
0下载:
MIX的模拟器: MIX是《计算机程序设计艺术》(TAOCP)的作者高德纳(Donald.E.Knuth)在TAOCP中描述算法时使用的一种假想的机器,所以书中的汇编代码无法在任何一个机器上运行,附件中的程序可以让以MIXAL汇编语言写成的算法在Windows平台上汇编并且可以单步跟踪运行。详细情况参看其中的MIXBuilder.doc文件。 -MIX simulator : MIX "Art of Computer Programming" (TAOCP), the aut
-
-
0下载:
Welcome to the FTP archive for source code the Eric Roberts texts
\"The Art and Science of C: A Library-Based Approach\"and
Programming Abstractions in C: A Second Course in Computer
Science, both by Eric Roberts. The SAME CODE applies to both
-
-
0下载:
he Art Of Computer Programming,著名计算机科学家高德纳(D.E.Knuth) 设计的计算机: MIX的虚拟机源码-he Art Of Computer Programming VM MIX
-
-
0下载:
这个,应该不用介绍了吧。计算机编程的艺术,据说精读后可以直接给小盖发简历。这部分是第一部分:基本算法。目前只找到了英文版的。不过里面的图很多,希望大家下载收藏-the art of computer programming, i think no one needs me introduce this.
it s the first volume
-
-
0下载:
这个是计算机编程艺术的第二卷:半数值算法。这一卷主要介绍了随机函数和算术计算的算法。这本书的意义就不重复介绍了,有兴趣的可以下来看看。-This is the art of computer programming Volume II: Semi-numerical algorithms. This volume introduces a random function and arithmetic algorithms. The significance of this book is not
-
-
0下载:
The art of computer programming volume3
-
-
0下载:
这是计算机程序设计艺术的第一卷,是一个很牛的大叔写的-This is the first volume Art of Computer Programming is a very cattle Uncle wrote
-
-
0下载:
这是计算机程序设计艺术的第2卷,是一个很牛的大叔写的-This is the first Art of Computer Programming Volume 2, is a cattle Uncle wrote
-
-
0下载:
这是计算机程序设计艺术的第3卷,是一个很牛的大叔写的-This is the art of Computer Programming, Volume 3, is a cow' s Uncle wrote
-
-
0下载:
knuth的计算机编程艺术第三卷,算法是个深奥的-the art of computer programming
-
-
0下载:
这个是高德纳写的《计算机程序设计艺术》中的编译器,方便大家调试程序。-This is written by Donald Knuth " Art of Computer Programming" in the compiler so as to facilitate the debugger.
-
-
1下载:
计算机程序艺术第四卷 英文版 计算机程序艺术第四卷 英文版-The Art of Computer Programming IV English
-
-
0下载:
计算机编程艺术 出自计算机编程的鼻祖 不过这是中文版第一册的-Art of computer programming, computer programming from the originator, but this is the first Chinese version of the register
-
-
0下载:
著名算法大师Donald Knuth《计算机程序设计艺术》第三卷-The Art of Computer Programming
-
-
0下载:
《算法导论》原书名——《Introduction to Algorithms》,是一本十分经典的计算机算法书籍,与高德纳(Donald E.Knuth)的《计算机程序设计艺术》(《The Art Of Computer Programming》)相媲美。 《算法导论》由Thomas H.Cormen、Charles E.Leiserson、Ronald L.Rivest、Clifford Stein四人合作编著(其中Clifford Stein是第二版开始参与的合著者)。本书的最大特点就是将严谨
-
-
0下载:
The Art of Computer Programming
计算机程序设计艺术(第二卷)---排序与查找-The Art of Computer Programming
-
-
0下载:
第1卷首先介绍编程的基本概念和技术,然后详细讲解信息结构方面的内容,包括信息在计算机内部的表示方法、数据元素之间的结构关系,以及有效的信息处理方法。此外,书中还描述了编程在模拟、数值方法、符号计算、软件与系统设计等方面的初级应用。-The Art of Computer Programming (acronym: TAOCP) is a comprehensive monograph written by Donald Knuth that covers many kinds of progra
-
-
0下载:
1. 定义一个抽象学生类CStudent,它具有公有成员函数Average(),该函数用于计算学生的平均分,函数为虚函数;定义一个文科学生类CStudentLiberalArts,它是类CStudent的派生类,并以公有方式派生,它具有的成员有:
1) 保存英语、政治、数学、地理和历史、美术成绩的整形成员变量;
2) 设置上述变量的公有成员函数;
3) 输出上述变量的公有成员函数;
4) 公有的成员函数Average()用于计算学生的平均分;
定义一个理科学生类CStuden
-