登录

最新会员 最新下载

成为了本站VIP会员

12月25日 15:38

成为了本站VIP会员

12月25日 12:28

成为了本站VIP会员

12月25日 12:10

成为了本站VIP会员

12月24日 23:54

成为了本站VIP会员

12月24日 23:29

成为了本站VIP会员

12月21日 19:40
已选条件
  1. 编程语言:C++
  2. 代码类别:数据结构
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. Teaching-plan

  数据结构课程设计,使用图实现教学计划安排(Data structure curriculum design, teaching plan using graph implementation)

2
下载
55
浏览
2013-06-12发布

2. LinkQueue

  2.4 线性表的应用举例 线性表的链式存储结构 线性表的顺序存储结构是指用一组连续的存储单元依次存储线性表中的每个数据元素。 (2.4 Application examples linear table storage structure linear form linear chain sequence table storage structure refers to a group of contiguous memory locations sequentially stores linear table for each data element.)

1
下载
90
浏览
2013-06-07发布

3. reverse

  本实验设有一个线性表,分别实现数组结构存储的原地逆置。为数据结构课程必做实验。(This experiment has a linear form, respectively, to achieve the storage array structure in situ reverse home. For the data structure courses will do the experiment.)

1
下载
101
浏览
2013-05-29发布

4. TC

说明:  数据结构算法实现C++ Builder上机验证实现(Data structure algorithms to achieve local authentication on C++ Builder)

0
下载
104
浏览
2013-05-23发布

5. quicksort

  数据结构快速排序例程代码,只要按照例子就可以很容易加入到你的程序当中。(Data Structures quick sort routine code, just follow the example you can easily add them into your program.)

1
下载
117
浏览
2013-05-23发布

6. findpt

  VC游戏编写中的求解最短路径算法源码,本示例是自动寻径演示,篮点是起点,红点是终点,按确定键开始。源码爱好者注:编译后运行的时候请把EXE文件从Debug目录中拷贝到项目根目录中,若不然会出错。 (The preparation of the VC games to solve the shortest path algorithm source code, in this example is the automatic routing demonstration, the basket is the starting point, the red dot is the end point, press the OK button to start. Source enthusiasts Note: When compiled and run, please copy the EXE file from the Debug directory to the root directory of the project, and if not be wrong.)

2
下载
108
浏览
2013-05-17发布

7. crox

  矩形件最优排样的程序,用Visual C编写,在6.0下能正常运行。(Rectangular pieces Optimal Nesting program)

52
下载
104
浏览
2013-05-13发布

8. lab07

  本例主要设计查找的有关算法,例如有序表的查找和顺序标的查找,顺序查找、折半查找及二叉排序树上查找的基本思想和算法实现等。(In this case mainly designed to find the relevant algorithm, such as an ordered list of the find and order the subject to find, sequential search, binary search and binary sort tree to find the basic idea and algorithm.)

2
下载
103
浏览
2013-05-12发布

9. c-lib-api

  一个很好的C语言开发的函数库接口, 可以节省很多开发时间, 可以好好看看哦(A good library of C language development interface, you can save a lot of development time can have a good look.)

5
下载
68
浏览
2013-05-12发布

10. KD-tree

  kd-树(k维搜索树)是把二叉搜索树推广到多维数据的一种主存数据结构。这里给出了其代码的VC++实现(Classic data structures- KD tree full implementation, with a detailed explanation of the code, the novice data structure good materials)

29
下载
121
浏览
2013-05-10发布

11. 8queen

  此程序用于解决8皇后问题,运行后输出8皇后问题的所有解(This program is used to solve the 8 queens problem, all solutions of 8 queens problem output operation.)

1
下载
105
浏览
2013-05-06发布

12. examples-of-data-structure

  吴伟民版数据结构每个算法的c实现方法,并模块化处理,将各个功能分开编程,有助于移植使用(failed to translate)

1
下载
101
浏览
2013-05-06发布

13. C

  C语言常见的错误类型描述,还比较的全,适合刚刚入门的人调试程序用(failed to translate)

1
下载
39
浏览
2013-05-05发布

14. link

  实现链表的一些操作,方便进行遍历,查找等程序(Operation, convenient linked list traversal, the search procedure)

1
下载
101
浏览
2013-05-01发布

15. 8-queen

  八皇后的问题的C++简单算法 大学课程作业(Eight queens problem C++ simple algorithm college course work)

1
下载
81
浏览
2013-05-01发布

16. sort-algorithm-validation

  直接插入排序算法验证。 快速排序算法验证。 直接选择排序算法验证。 (Direct insertion sort algorithm validation. Quick sort algorithm validation. Direct selection sort algorithm validation.)

1
下载
100
浏览
2013-04-22发布

17. Stack

  利用C语言,链表,实现的一个入栈出栈的小例子(A small example of the C language, which pushed and poped the stack by linked lists.)

1
下载
60
浏览
2013-04-21发布

18. Dijkstra

  迪特斯特拉算法,课程设计的作品,主要计算站点距离的吧,可以看看(Dieter Stella algorithm, distance course design work, the main computing sites can look)

1
下载
139
浏览
2013-04-11发布

19. HanFuManBianMa

  哈夫曼编码的实现,全面解密数据结构中树的有效应用,算法实现的很得体,学习数据结构的都值得参考(Huffman coding to achieve, fully decrypt the effective application of the tree data structure, algorithm is very decent, learn data structures are worth considering)

1
下载
61
浏览
2013-04-09发布

20. astar

  A*算法 1、将开始节点放入开放列表(开始节点的F和G值都视为0) 2、重复以下步骤: 在开放列表中查找具有最小F值的节点,并把查找到的节点作为当前节点 把当前节点从开放列表删除, 加入到封闭列表. (A* algorithm 1, will begin to node placed in the and opening up list of (the began to node of the F and G values ​ ​ are regarded as 0) 2, repeat the the following steps: to Find a the has a the the smallest F value of the node in the the and opening up list of, and put Find a to the node as the current node current node is removed from the open list, added to the closed list.)

1
下载
95
浏览
2013-04-04发布