登录

最新会员 最新下载

成为了本站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. graph-theory

  数据结构图论问题,初学数据结构的学生可以通过这些简单的问题熟悉数据结构课程(Data structure graph theory problem, learning data structures for students through these simple questions can be familiar with the data structure courses)

1
下载
61
浏览
2013-10-14发布

2. graph-theory

  数据结构图论问题,初学数据结构的学生可以通过这些简单的问题熟悉数据结构课程(Data structure graph theory problem, learning data structures for students through these simple questions can be familiar with the data structure courses)

1
下载
60
浏览
2013-10-14发布

3. zuiyouerfenjiansuozhu

  最优二叉搜索树问题具有最优子结构性质,即其任意一棵子树都是一棵独立的最优二叉搜索树,所以可以采用动态规划方法,并且在每次更新时保存子树的根。(Optimal binary search tree problem has optimal substructure property that any of its sub-tree are an independent optimal binary search tree, so you can use dynamic programming methods, and save each update subtree roots.)

2
下载
126
浏览
2013-10-10发布

4. zuiyouerfenjiansuozhu

  最优二叉搜索树问题具有最优子结构性质,即其任意一棵子树都是一棵独立的最优二叉搜索树,所以可以采用动态规划方法,并且在每次更新时保存子树的根。(Optimal binary search tree problem has optimal substructure property that any of its sub-tree are an independent optimal binary search tree, so you can use dynamic programming methods, and save each update subtree roots.)

2
下载
96
浏览
2013-10-10发布

5. structure-array-code

  根据队列搜索算法的基本思想,现设计了一个简单的结构体数组如下定义代码所示。此结构体数组具备控制结点搜索和存储结点信息和路径的功能,可以较好的实现TDN的最小时间路径搜索。(Search algorithm based on the basic idea of ​ ​ the queue is now designed a simple structure array as defined code. This structure array with the control node and storage node information search and path functions, you can achieve better TDN minimum time path search.)

1
下载
91
浏览
2013-10-09发布

6. structure-array-code

  根据队列搜索算法的基本思想,现设计了一个简单的结构体数组如下定义代码所示。此结构体数组具备控制结点搜索和存储结点信息和路径的功能,可以较好的实现TDN的最小时间路径搜索。(Search algorithm based on the basic idea of ​ ​ the queue is now designed a simple structure array as defined code. This structure array with the control node and storage node information search and path functions, you can achieve better TDN minimum time path search.)

1
下载
122
浏览
2013-10-09发布

7. chen-hui-lan(Data-Structure)

  数据结构 课件 附PPT 附实现源码数据结构 课件 附PPT 附实现源码(Class data structure attached PPT courseware data structure to achieve source components attached attached attached PPT achieve source)

2
下载
64
浏览
2013-10-05发布

8. chen-hui-lan(Data-Structure)

  数据结构 课件 附PPT 附实现源码数据结构 课件 附PPT 附实现源码(Class data structure attached PPT courseware data structure to achieve source components attached attached attached PPT achieve source)

1
下载
69
浏览
2013-10-05发布

9. Kruskal

  Kruskal in Data structure

1
下载
48
浏览
2013-10-02发布

10. Kruskal

  Kruskal in Data structure

1
下载
41
浏览
2013-10-02发布

11. road

  利用分治的思想,并使用C语言,解决树上路径问题,求权值最小的边(Use the idea of ​ ​ partition, and use the C language, problem solving tree path, find the smallest edge weights)

2
下载
49
浏览
2013-09-29发布

12. road

  利用分治的思想,并使用C语言,解决树上路径问题,求权值最小的边(Use the idea of ​ ​ partition, and use the C language, problem solving tree path, find the smallest edge weights)

2
下载
54
浏览
2013-09-29发布

13. xuanzexingjiegou

  选择型结构c语言编程 (Choose the type of structure of C language programming)

1
下载
153
浏览
2013-09-24发布

14. xuanzexingjiegou

  选择型结构c语言编程 (Choose the type of structure of C language programming)

1
下载
102
浏览
2013-09-24发布

15. dispatch

  火车调度问题trains dispatch火车调度问题火车调度问题(trains dispatch)

6
下载
67
浏览
2013-09-24发布

16. zhaose

  本代码是通过C语言来实现贪心算法求着色问题,包括具体问题和实现代码(This code is the C language to implement the greedy algorithm for the coloring problem, including specific issues and the implementation code)

2
下载
196
浏览
2013-09-23发布

17. zhaose

  本代码是通过C语言来实现贪心算法求着色问题,包括具体问题和实现代码(This code is the C language to implement the greedy algorithm for the coloring problem, including specific issues and the implementation code)

2
下载
137
浏览
2013-09-23发布

18. LR(0)

  简单LR语法分析程序自动生成器的实现,可用作数据结构课程设计(LR (0) grammar analysis)

3
下载
99
浏览
2013-09-22发布

19. LR(0)

  简单LR语法分析程序自动生成器的实现,可用作数据结构课程设计(LR (0) grammar analysis)

3
下载
131
浏览
2013-09-22发布

20. priority-queue

  使用循环队列创建最小和最大优先队列,并使用堆排序方法去排序。(Using the circular queue to create the min and max priority queue, and using heap sort method to sort the queue.)

2
下载
52
浏览
2013-09-21发布