资源列表
selectionsort
- 选择排序法精讲,并附上代码,每行都有注释,很好理解。-Selection Sort Jingjiang, along with the code, each line has a comment, well understood.
math
- 经典数值算法源码,包括:数据处理与回归分析,特征函数,插值,矩阵特征值与特征向量的计算,矩阵运算,-Classical numerical algorithm source code, including: data processing and regression analysis, the characteristic function, interpolation, eigenvalue and eigenvector calculations, matrix operations,
Pratical_Algorithms_for_Programmers
- 本书作者为Andrew.Binstock等。 本书重点关注的是实用,立即可用的代码,并且广泛讨论了可移植性和特定于实现的细节。本书作者介绍了一些用用但很少被讨论的算法,它们可用于语音查找,日期和时间历程,B树和索引文件,数据压缩,任意精度的算术,校验和数据验证,并且全面的介绍了例程,排序算法和数据结构。 本书只要求读者具有C语言的初级知识以及基本代数的相关知识。源代码经过测试符合ANSI标准,可以运行在UNIX下,以及BORLAND,Microsoft和Watcom的编译器上。-Book
DIJKSTRA
- 数据结构 图章节 最短路径的一种方法————Dj- the short way
xianxingbiao
- 线性表的源代码,数据结构的,本人特地打出来帮大家省时间-Linear table source code, data structures, I break out specifically to help you save time
tccglxt
- 实验中存储结构使用链表,实现元素的插入和删除,停车厂中使用栈的方式,在便道上使用队列-Experiment using the linked list storage structure, to achieve the element insertion and deletion, for Parking in the way of using the stack, use the queue in the sidewalk
erchapaixushu
- 键入关键字,建立二叉排序树,实现二叉排序树的插入和查找功能-Type the keyword, the establishment of binary sort tree to achieve binary tree insertion sort and search functions
zhebanchazhao
- 依次输入顺序表的各个元素,然后进行关键字的查找,如果存在则返回待查元素位置,否则显示不存在-Followed by the various elements of the input sequence table, and then keyword search, if there is element of unknown origin location is returned, otherwise the show does not exist
Btree
- 用c++实现b+tree,包含插入删除等函数-Achieved using c++ b+ tree, including insert and delete functions
sy7
- 数据结构是计算机各相关专业的一门重要基础课,上机实验可以达到对学生所学理论基础知识进行种全面综合训练的目的,与课堂教学、学生自学以及习题练习等相辅相成、必不可少,是一个十分重要的教学环节,-The relevant data structure is a computer professional' s an important basic course experiment on the computer can reach the students basic knowledge of
BiTree1
- 建立一个二叉树 统计叶子结点
lisanshuxushiyan1
- 1. 从键盘输入两个命题变元P和Q的真值,求它们的合取、析取、条件和双条件的真值。(A) 2. 求任意一个命题公式的真值表(B,并根据真值表求主范式(C)) -1. From the keyboard input variables of two propositions P and Q of the true value, find their conjunction, disjunction, conditional and biconditional true value. (A)
