搜索资源列表
-
1下载:
卷3为分拣和搜索,这是本书的第1个修订版,它是对计算机分拣和搜索的一流技术的最全面的研究,它扩展了卷1中数据结构的处理方法,将大小数据库以及内存和外部存储都包含在内。本书包括对计算机方法仔细检查的选择方案,和其效率的大量分析。本书该版的独特之处在于优化了的分拣,以及对通用散列法和排列法的新的理论论述。-Volume 3 for sorting and searching, this is the book of a revised edition, it is sorted on the com
-
-
0下载:
这是计算机程序设计艺术的第3卷,是一个很牛的大叔写的-This is the art of Computer Programming, Volume 3, is a cow' s Uncle wrote
-
-
0下载:
"The Art of Computer Programming: 1. Fundamental Algorithms 2. Seminumerical Algorithms 3. Sorting and Searching";-"The Art of Computer Programming: 1. Fundamental Algorithms 2. Seminumerical Algorithms 3. Sorting and Searching";
-
-
0下载:
经典的计算机编程艺术第三卷,绝对经典的一本书!关于数据结构,算法都有详细的阐述! -The classic art of computer programming, Volume III book is absolutely classic! On data structures, algorithms are explained in detail!
-
-
0下载:
The Art of Computer Programming
计算机程序设计艺术(第二卷)---排序与查找-The Art of Computer Programming
-
-
0下载:
1. 定义一个抽象学生类CStudent,它具有公有成员函数Average(),该函数用于计算学生的平均分,函数为虚函数;定义一个文科学生类CStudentLiberalArts,它是类CStudent的派生类,并以公有方式派生,它具有的成员有:
1) 保存英语、政治、数学、地理和历史、美术成绩的整形成员变量;
2) 设置上述变量的公有成员函数;
3) 输出上述变量的公有成员函数;
4) 公有的成员函数Average()用于计算学生的平均分;
定义一个理科学生类CStuden
-