登录

最新会员 最新下载

成为了本站VIP会员

05月31日 10:38

成为了本站VIP会员

05月31日 09:22

成为了本站VIP会员

05月28日 17:59

成为了本站VIP会员

05月26日 21:52

成为了本站VIP会员

05月25日 20:47

成为了本站VIP会员

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

1. nearest-point-two-dimensional-space

  本代码实现了算法导论中二维空间下的最近点对查找的算法。(Find the nearest point on the two-dimensional space under)

47
下载
46
浏览
2014-01-15发布

2. a-linked-list-and-related-processing

  链表的建立及相关处理,包括排序,删除,初始化,增加,删除等等,且程序已运行通过。(The establishment of a linked list and related processing, including sorting, delete, initialization, increase, delete, etc., and the program has been run through )

1
下载
79
浏览
2014-01-13发布

3. a-linked-list-and-related-processing

  链表的建立及相关处理,包括排序,删除,初始化,增加,删除等等,且程序已运行通过。(The establishment of a linked list and related processing, including sorting, delete, initialization, increase, delete, etc., and the program has been run through )

1
下载
67
浏览
2014-01-13发布

4. mofanwenti

  魔方问题 数据结构 使用c++ 经典问题(Cube problem Data Structure Using c++ Classic problem)

3
下载
68
浏览
2014-01-08发布

5. mofanwenti

  魔方问题 数据结构 使用c++ 经典问题(Cube problem Data Structure Using c++ Classic problem)

3
下载
99
浏览
2014-01-08发布

6. deep-copy

  该代码实现了深拷贝的问题,对于深拷贝进行了一系列的介绍,并且显示其与浅拷贝的区别。(A deep copy of the code issues a series of deep copy for presentation, and shows the difference between a shallow copy.)

1
下载
62
浏览
2014-01-03发布

7. deep-copy

  该代码实现了深拷贝的问题,对于深拷贝进行了一系列的介绍,并且显示其与浅拷贝的区别。(A deep copy of the code issues a series of deep copy for presentation, and shows the difference between a shallow copy.)

1
下载
63
浏览
2014-01-03发布

8. Hash-table

  本代码主要实现了哈希表的设计,完成了哈希函数的相关要求。(The code is designed to achieve a hash table, the completion of the relevant requirements of the hash function.)

3
下载
75
浏览
2013-12-30发布

9. Hash-table

  本代码主要实现了哈希表的设计,完成了哈希函数的相关要求。(The code is designed to achieve a hash table, the completion of the relevant requirements of the hash function.)

3
下载
73
浏览
2013-12-30发布

10. huffman_tree

  数据结构学习中提供的不错的源码,一个哈夫曼树类,利用了链队列存储结构。压缩包中有七个文件。(Data structure provided a good learning source, a Huffman tree class, the use of the chain queue storage structure. There are seven compressed file.)

3
下载
80
浏览
2013-12-28发布

11. huffman_tree

  数据结构学习中提供的不错的源码,一个哈夫曼树类,利用了链队列存储结构。压缩包中有七个文件。(Data structure provided a good learning source, a Huffman tree class, the use of the chain queue storage structure. There are seven compressed file.)

3
下载
74
浏览
2013-12-28发布

12. Work3.5

  上海交通大学数据结构课程的课后作业系列3.5:仅供参考,最好还是自己去写(Shanghai Jiaotong University data structure course homework Series 3.5: for reference, it is best to write their own)

4
下载
91
浏览
2013-12-27发布

13. Work3.5

  上海交通大学数据结构课程的课后作业系列3.5:仅供参考,最好还是自己去写(Shanghai Jiaotong University data structure course homework Series 3.5: for reference, it is best to write their own)

4
下载
92
浏览
2013-12-27发布

14. BFS

  迷宫问题 队列求解 界面还不完善 可以自己添加(Maze problem solving interface queue is not perfect you can add your own)

3
下载
82
浏览
2013-12-26发布

15. BFS

  迷宫问题 队列求解 界面还不完善 可以自己添加(Maze problem solving interface queue is not perfect you can add your own)

3
下载
81
浏览
2013-12-26发布

16. yeschengxu

  这是数据结构很重要的程序,主要是课后题的答案,和代码,功能很强大(the data struct of the book)

4
下载
75
浏览
2013-12-22发布

17. yeschengxu

  这是数据结构很重要的程序,主要是课后题的答案,和代码,功能很强大(the data struct of the book)

4
下载
93
浏览
2013-12-22发布

18. ahuangCD

  这个是数据结构课程设计中阿黄的CD的程序代码的工程文件包(This is a data structure curriculum design A yellow CD program code works package)

3
下载
60
浏览
2013-12-21发布

19. ahuangCD

  这个是数据结构课程设计中阿黄的CD的程序代码的工程文件包(This is a data structure curriculum design A yellow CD program code works package)

3
下载
92
浏览
2013-12-21发布

20. maze

  迷宫求解一般采用“穷举法”,逐一沿顺时针方向查找相邻块(一共四块-东(右)、南(下),西(左)、北(上))是否可通,即该相邻块既是通道块,且不在当前路径上。用一个栈来记录已走过的路径栈是限定仅在表尾(top)进行插入或删除操作的线性表。(Maze solving generally use the " exhaustive" one by one to find adjacent blocks in a clockwise direction (a total of four- East (right), South (down), West (left), North (on)) whether to pass, that the both channel blocks adjacent blocks, and not in the current path. Use a stack to record the path traversed stack is limited only in the tail (top) to insert or delete a linear form.)

4
下载
93
浏览
2013-12-13发布