资源列表
用二叉树进行整数的十进制运算
- 用二叉树进行整数的十进制运算(包括括号)-Decimal integer with a binary tree for operations (including brackets)
BSTSolveKnap
- 用二叉树实现了背包问题的一种新解法,对学习链表和树数据结构是一个很好的学习程序,程序经调试运行正确,C++实现。-Knapsack problems with binary tree implemented a new method of learning lists and tree data structure is a good learning process, program debugging and running right through, C++ implementation
munkres
- 匈牙利算法matlab实现,对于二部图的最优匹配-Hungarian algorithm matlab achieve optimal matching of bipartite graph
graph
- 数据结构:利用c++实现图的构造,代码简单易懂。-Data Structures: Using c++ implementation Graphs, code easy to understand.
BOX
- 最少背包问题:假设有许多盒子,每个盒子能保存的总重量为1.0。有N个项i1,i2,…,iN,它们的重量分别是w1,w2,…,wN。目的是用尽可能少的盒子放入所有的项,任何盒子的重量不能超过他的容量。例如,如果想的重量为0.4, 0.4, 0.6和0.6,用两个盒子就能解决。 按如下策略解决此问题:按给定的次序扫描每一个项,把每一个项放入能够容纳他而不至于溢出的最满的盒子。用优先级队列选择要装入的盒子。-Minimum knapsack problem: Suppose there are m
P1
- 顺序表操作 1、显示 2、插入 3、查找(显示比较次数) 4、删除(显示移动次数) 5、排序(普通、快速,显示比较次数、移动次数) 6、折半查找(显示比较次数) 7、编程实现一个顺序表的就地逆置,即利用原表的存储空间将顺序表逆置。-Table 1 Operation sequence, display 2, insert 3, find (show more times) 4, delete (show the number of moves) 5, s
Monkeys-and-peach
- Monkeys and peach,Monkeys and peach-Monkeys and peach
MYAVL
- An implementation of AVL tree very useful for understanding searching in graph.
原代码1
- 数据结构霍夫曼编码译码程序-data structure Hoffman codecs procedures
cPP
- 数据结构课设,城市地铁站的设计与使用规划-Set data structure class, subway station design and use of planning
daima
- 压缩包里的事5段程序的代码,分别是斐波那契数列 最大子段和 最长公共子序列 矩阵连乘积 整数因子分解问题-Compression bag thing the program code, respectively, even the product of Fibonacci Fibonacci series the largest subsegment, and the longest common subsequence matrix Integer factorization issu
aa
- 汉若塔 一个C语言的老例子 但值得下来看看。无错误
