资源列表
hao1
- 用C解方程的第2种算法-C solution of the equation algorithms No. 2
0-1beibao
- 解决背包的取舍问题,问选择多少个不超过背包的重量的物品.能使价值最大.-solve knapsack choice question about the choice of the number does not exceed the weight of the backpack items. Make the greatest value.
topbinfinder
- 简单而清晰的使用二分法求最高位,比较初级但是比较实用的算法-simple and clear dichotomy for maximum use of spaces, but more junior comparison practical algorithm
mowangyuyan
- 实现魔王语言程序,运用了数据结构中的队列。-Achieve devil language procedure, use of the data structure of the queue.
29
- 数据结构中的哈夫曼树的建立,使用了结构体,在子函数中建立哈夫曼数-Data structure of the Huffman tree in the establishment of the structure used in the establishment of Function in the number of Huffman
InfixToFuffix
- 利用堆栈,将中缀表达式转化为后缀表达式,并且输出表达式。-The use of the stack will be made up of expressions into expressions suffix
UnZip
- 实现ZIP文件的解压缩的类,只要指定压缩的文件以及解压缩的路径即可-ZIP file decompression to achieve the class, as long as the specified compressed file and extract the path can be
Text1
- 数据结构中的一个迷宫小程序,没事可以下下来看看。-Data structure in a maze of small programs, nothing to look down under.
str1
- 邻接表与邻接矩阵互相转化,已通过测试,可直接运行-Adjacency list and adjacency matrix into each other, has been tested, can be directly run
FinalExam
- C语言期末考试题,含答案。数组、链表、函数等的使用和C编程。-failed to translate
jiayouzhan
- 【汽车加油问题】一辆汽车加满油后可以行驶N千米。旅途中有若干个加油站。若要使沿途的加油次数最少,设计一个有效的算法,指出应在那些加油站停靠加油。并证明你的算法能产生一个最优解。-[Problem] auto fuel fill up a car after driving N km. There are several gas stations journey. To make the least number of refueling along the way to design an ef
BiTree
- 该源代码为二叉树的构建和使用,为数据结构课程中的一个例子-The source code for the construction and use of binary tree data structure courses for an example