资源列表
Programming_Pearls
- 题目的意思是编程中的珍珠,也就是说这本书讲的都是关于数据结构和算法的精华,值得一看-The meaning of the title is in the Pearl programming, that is to say about this book is on the data structure and algorithm of the best, worth a visit
BiTree
- 平衡二叉树的基本操作,包括插入,删除,修改-The basic operation of a balanced binary tree, including the insertion, deletion, modification
graph
- 根据现有图,实现求关键路径的算法,自己编写的,有什么问题请指教-Under the existing plan, the realization of the algorithm for critical path
datastruct.
- 数据结构课程设计使用报告,包括,二叉树的,图的,电话号码系统的-Curriculum design using data structures, including, tree and graph, telephone number system
datastruct
- 数据结构课程设计使用报告,包括,二叉树的,图的,电话号码系统的-Curriculum design using data structures, including, tree and graph, telephone number system
algorithms
- SANJOY DASGUPTA等著的较新颖的算法类书,英文版本.-SANJOY DASGUPTA s novel algorithm book in English.
sort
- 内部排序算法比较(比较次数&移动次数) 排序算法的分析与应用-Sort Algorithm Analysis and Comparison
BiTree
- 有关二叉树的存储结构和遍历,说明详细,代码清楚,很好的选择-Storage of the BiTree structure and the traversal
bingdu
- 1,主程序调用病毒功能函数 2,病毒功能函数读取查找同目录下所有c文件; 3,找到一个(被感染c文件),打开它,并且将此文件全部读取到数组变量; 4,重新创建一个同名文件(被感染c文件) 5,数组变量写回这个被感染c文件,同时将病毒源文件所需要的头文件,病毒功能函数 调用语句写入; 6,打开病毒源文件,将病毒功能函数全部写到被感染c文件的最后; 这样一个简单的c语言伪病毒virus.c就完成了-1, the main program calls fun
QueueComputing
- 用于队列运算,可用于工程方面,也可用于技术方面等其它方面。-For queue operations can be used for projects, can also be used for other aspects of technology.
KMP
- KMP。。对于ACM极其有用哦-KMP
suanfa
- 基础算法的例题和解答(源程序为Pascal版本),NOIP基础资料-sample questions and answers of algorithms (source code for the Pascal version)
