资源列表
suanfadonghua
- 给出了算法的动画演示,文件格式swf。包括查找、串、排序、队列、栈、图、线性表等。-Animation algorithm is given, the file format swf. Including search, strings, sorting, queues, stacks, maps, linear tables, etc.
LeastCommonAncestors
- 求一棵二叉树的2个结点的最近公共祖先 输入:根据带空指针的先序遍历结果建立普通二叉树 数据元素类型:字符类型 空指针: # 输入格式: 第一行:依次为元素个数N 第二行:元素序列 第三行:字符x 字符y 输出格式:x与y的最近共同祖先的元素值,或者NULL。 注意:1、输入错误时,输出ERROR(大写)并结束程序。2、树节点保存的元素值为字符类型。3、任意多余输出视为错误。4、二叉树的结点关键字是主关键字 -Seeking a binary tree
index
- 根据所输数字,生成索引表,并根据关键字在索引表中查找其所在位置。-Depending on the input numbers, generate the index table, and based on keywords in the index table to find its location.
asd
- 几个C++程序,可供大家参考与学习。请多多指教-some C++ code for you.
Assignments2-src
- 一个tic-tac-toe三子棋游戏的代码,可实现人工智能下法和人人对战下法。界面可扩展为n子棋并选择深度优先或者广度优先下法。-A tic-tac-toe three chess game code, and everyone can achieve artificial intelligence war dismount dismount. Interface can be extended to n-game and choose depth-first or breadth-first
Single-chain-programs
- 单链表程序,数据结构域STL一书中的配套第二章程序。-Single-chain programs, data domain STL a book supporting the Chapter II procedure.
Data-Structures
- 数据结构是计算机存储、组织数据的方式。数据结构是指相互之间存在一种或多种特定关系的数据元素的集合。通常情况下,精心选择的数据结构可以带来更高的运行或者存储效率。数据结构往往同高效的检索算法和索引技术有关。-Data structure is a computer store, organize data. Data structure refers to the mutual relationship between the presence of one or more specific da
Numerical-integration
- VC++ 6.0中有关数值积分的实例源程序-Numerical integration source code in VC++6.0
yuesefu
- 约瑟夫生死游戏功能齐全完整的源代码加课程设计-Joseph life and death game featured the complete source code plus curriculum design
chart
- 存储了一个表格,并且能够实现查找,功能可以实现。-Stored in a table, and can achieve lookup function can be achieved.
LinkTree
- 链式存储二叉树,查找左右孩子节点、计算节点数,查找节点,输出节点等。功能齐全,实现简单,没有错误。-Chain store binary tree, find about child nodes, compute nodes, find the node, the output node and so on. Fully functional, simple, no errors.
my_algorithm
- 建立t树存储数据,录入数据为文件形式,每个数字占据一行,这样可以实现建立t树-T build tree to store data, input data for the document, each digit occupies one line, so you can achieve the establishment of tree t