资源列表
store
- 使用C++编写的商店购物与管理系统的一个小程序,供初学者使用-Store shopping management system using C++ written a small program for beginners
BAB
- 使用分支定界法进行特征选择,是基于单调准则函数进行优化搜索的一种方法。-Feature selection using the branch and bound method, a method based on a monotonic criterion function to optimize the search.
BTree
- B-树查找算法的测试,包括查找,拆分,替换,新建,删除等-Test of the B-tree search algorithms, including Find, split, replace, new, delete, etc.
BitMapSort
- 使用位图进行排序,这是一个简单实现,在此基础上可扩展-Using bitmap to sort, on the basis of scalable
BST
- 用二叉链表实现二叉排序树的各个基本运算的算法,包括建表、查找,插入,删除,树的输出表示等-Binary sort tree binary list basic arithmetic algorithms, including the construction of the table, find, insert, delete, output representation of the tree
1
- 数据结构中对数值进行表示和用数组对对战和队列进行表示-Said, and with an array of values in the data structure expressed Battle and queue
3
- 数据结构算术表达式的求解问题,还可以转化成后缀表达式-Data structure of arithmetic expressions to solve problems, and can also be converted into postfix expression
StackOperations
- 堆栈操作:初始化堆栈,入栈操作,出栈操作,取栈顶元素。-Stack operations: initialize the stack, the stack operation, and pop operations, to take the top element.
HuffmanTree
- 哈夫曼树:构造哈夫曼树,构造哈夫曼编码。-Huffman tree: Huffman tree structure, constructed Huffman coding.
duobianxing
- 计算机算法实习,使用动态规划法实现多边形游戏,通过调试,里面有详细的解释-The computer algorithm internship polygon game using the dynamic programming method to achieve through the debugger, which are explained in detail
HeapSort
- 堆排序:利用堆进行排序操作,内有详细步骤说明。-Heap Sort: the heap sorting operation, with detailed step-by-step instructions.
正则表达式到有穷自动机转换
- 实现了正则表达式到有穷自动机转换, VC++程序
