登录

最新会员 最新下载

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

  高一凡数据结构答案,算法代码正确,齐全。(The answer is one where data structures, algorithms, code is correct and complete.)

3
下载
65
浏览
2013-11-07发布

2. DataStruce

  高一凡数据结构答案,算法代码正确,齐全。(The answer is one where data structures, algorithms, code is correct and complete.)

3
下载
67
浏览
2013-11-07发布

3. sort

  归并排序,复习排序算法,在不同环境下,寻找时间复杂度最少的排序算法( Merge sort, review sorting algorithm, in different contexts, looking for the least time complexity of sorting algorithm)

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

4. sort

  归并排序,复习排序算法,在不同环境下,寻找时间复杂度最少的排序算法( Merge sort, review sorting algorithm, in different contexts, looking for the least time complexity of sorting algorithm)

1
下载
150
浏览
2013-11-05发布

5. stack

  数据结构 堆栈 实现了以下功能: cout<<"----------------主菜单---------------"<<endl <<"* 1.建立 *"<<endl <<"* 2.输出 *"<<endl <<"* 3.判断栈是否为空 *"<<endl <<"* 4.栈的长度 *"<<endl <<"* 5.输出栈顶元素 *"<<endl <<"* 6.进栈 *"<<endl <<"* 7.出栈 *"<<endl <<"* 8.遍历 *"<<endl <<"* 9.数制转换 *"<<endl <<"* 10.清空 *"<<endl <<"* 11.销毁 *"<<endl <<"* 12.退出 *"<<endl <<"--------------------------------------"<<endl<<endl (data structure stack)

1
下载
120
浏览
2013-11-01发布

6. stack

  数据结构 堆栈 实现了以下功能: cout<<"----------------主菜单---------------"<<endl <<"* 1.建立 *"<<endl <<"* 2.输出 *"<<endl <<"* 3.判断栈是否为空 *"<<endl <<"* 4.栈的长度 *"<<endl <<"* 5.输出栈顶元素 *"<<endl <<"* 6.进栈 *"<<endl <<"* 7.出栈 *"<<endl <<"* 8.遍历 *"<<endl <<"* 9.数制转换 *"<<endl <<"* 10.清空 *"<<endl <<"* 11.销毁 *"<<endl <<"* 12.退出 *"<<endl <<"--------------------------------------"<<endl<<endl (data structure stack)

1
下载
124
浏览
2013-11-01发布

7. FreeTree

  无环连通图G=(V, E)亦称为自由树T,其直径是树中所有顶点之间最短路径的最大值,设计一个算法求T的直径(Acyclic connected graph G = (V, E) is also known as free tree T, whose diameter is the tree of shortest paths between all vertices maximum design an algorithm for the diameter of T)

12
下载
128
浏览
2013-10-29发布

8. FreeTree

  无环连通图G=(V, E)亦称为自由树T,其直径是树中所有顶点之间最短路径的最大值,设计一个算法求T的直径(Acyclic connected graph G = (V, E) is also known as free tree T, whose diameter is the tree of shortest paths between all vertices maximum design an algorithm for the diameter of T)

12
下载
118
浏览
2013-10-29发布

9. jiaotongzixun

  数据结构的课程设计,做的是一个交通查询,主要用到图的算法,和大家共享,欢迎指正!(Data structure curriculum design, do a query traffic, mainly used graph algorithms, and share, please correct me!)

1
下载
121
浏览
2013-10-28发布

10. jiaotongzixun

  数据结构的课程设计,做的是一个交通查询,主要用到图的算法,和大家共享,欢迎指正!(Data structure curriculum design, do a query traffic, mainly used graph algorithms, and share, please correct me!)

1
下载
111
浏览
2013-10-28发布

11. 6

说明:  求循环小数数据结构c语言,这是一个软件,再这年做的, 有问题的话我们都可以在求。

0
下载
38
浏览
2013-10-28发布

12. 6

  求循环小数数据结构c语言,这是一个软件,再这年做的, 有问题的话我们都可以在求。

4
下载
60
浏览
2013-10-28发布

13. graph-DFS

  邻接表存储图,然后进行深度优先遍历及广度优先遍历。(DFS,adjacent matrix)

4
下载
155
浏览
2013-10-27发布

14. graph-DFS

  邻接表存储图,然后进行深度优先遍历及广度优先遍历。(DFS,adjacent matrix)

4
下载
124
浏览
2013-10-27发布

15. sorting_string

  随机生成字符串排序。直接插入排序,快速排序,归并排序,堆排序(Randomly generated string sorting. Direct insertion sort, quick sort, merge sort, heap sort)

3
下载
62
浏览
2013-10-19发布

16. sorting_string

  随机生成字符串排序。直接插入排序,快速排序,归并排序,堆排序(Randomly generated string sorting. Direct insertion sort, quick sort, merge sort, heap sort)

3
下载
61
浏览
2013-10-19发布

17. list-and-array

  数组的定义与使用,数组的运算,字符串的输入与输出,冒泡排序(list and array)

1
下载
109
浏览
2013-10-17发布

18. list-and-array

  数组的定义与使用,数组的运算,字符串的输入与输出,冒泡排序(list and array)

1
下载
96
浏览
2013-10-17发布

19. C

说明:  c语言编写规范,主要介绍编程中如何写出实用性以及易于阅读的代码,方便代码的维护和升级。(c language specification describes how to write programming code for practicality and easy to read, easy to code maintenance and upgrades.)

0
下载
60
浏览
2013-10-16发布

20. C

  c语言编写规范,主要介绍编程中如何写出实用性以及易于阅读的代码,方便代码的维护和升级。(c language specification describes how to write programming code for practicality and easy to read, easy to code maintenance and upgrades.)

1
下载
88
浏览
2013-10-16发布