资源列表
Link-List2
- 数据结构实现表的操作,表的合并,删除,搜索,查询-Link List2
PushBox
- 推箱子游戏 为研究A*寻路算法的实现,编写了一个老游戏,希望对新手有所帮助。
AdoAction
- 操作Ado,得到数据信息,包括表信息、字段信息-Get Database infomation , about Table or Fields.
1062
- 输入的第一行是一个正整数N(1<=N<=40),表示TheBeet买了N个山东煎饼,已知每个山东煎饼价格为2.5元。 接下来有6个非负整数,范围在[0, 1000]之内,分别表示摊主所拥有的50元、10元、5元、1元、5角、1角纸币的数量。 Output 输出一个整数,表示TheBeet最后收到的纸币数。如果无法满足要求,那就输出-1。
paixusuanfa
- 数据结构中排序算法的C语言程序实现,包括快速排序查找,堆,希哈函数-Sorting algorithm data structure to achieve C-language program, including the quick sort to find, heaps, Syrah functions, and so
Dijkstra
- 最短路径算法迪杰斯克拉算法的程序设计的源代码-Shortest path algorithm for calculation 法迪杰斯克拉 programming source code
Dijkstra
- 1. 初使时令 S={V0},T={其余顶点},T中顶点对应的距离值 若存在<V0,Vi>,d(V0,Vi)为<V0,Vi>弧上的权值 若不存在<V0,Vi>,d(V0,Vi)为∝ 2. 从T中选取一个其距离值为最小的顶点W且不在S中,加入S 3. 对T中顶点的距离值进行修改:若加进W作中间顶点,从V0到Vi的 距离值比不加W的路径要短,则修改此距离值 重复上述步骤2、3,直到S中包含所有顶点,即S=T为止-1 beginning of
test5
- 实现链表的动态建立,显示并销毁链表。对初学数据结构有帮助。-Set up to achieve a dynamic list, show list and destroy. Data structure of the beginner there is help.
halfman
- 实现halfman编码,先将权重以树结构排列,然后进行编码-implement the halfman code,after arrangging the weights in a tree struct,encoding each weight into different binaries
conversion
- 对栈的操作,元素进栈,元素出栈,C++ 代码,连接-Operation of the stack, the element onto the stack, the stack elements, C++ code to connect
java
- java源程序包里面包括了数据结构实验程序代码-java source package which includes a data structure of experimental code
biaoda
- 表达式求值问题,数据结构c++中表达式求值的算法过程-The expression is evaluated, expression evaluation algorithm process data structure c++,
