登录

最新会员 最新下载

成为了本站VIP会员

05月13日 14:43

成为了本站VIP会员

05月13日 10:19

成为了本站VIP会员

05月12日 14:03

成为了本站VIP会员

05月10日 21:42

成为了本站VIP会员

05月10日 16:59

成为了本站VIP会员

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

1. hashtable102

  哈希表实现源码,在VS2005环境下编译。使用了模板。(Hash table to achieve source in VS2005 compiler environment. The use of templates.)

1
下载
55
浏览
2016-02-18发布

2. TreeDepth

  使用深度优先遍历最小路径树,根源是 A (Using depth-first traversal minimum path tree but root is A )

1
下载
123
浏览
2016-02-15发布

3. biaodashiqiuzhi101

  这说我精心收藏的一个求表达式值的5种方法源代码,对学习数据结构的人可能会有帮助!(It said that I carefully seek the expression of a collection of five kinds of methods the value of source code, data structure for learning may be helpful!)

1
下载
93
浏览
2016-02-15发布

4. Haffman

  将一组数组转换为哈夫曼编码,使用数据结构中的二叉树功能实现(Convert an array to Haffman code)

1
下载
79
浏览
2016-01-30发布

5. mapsearch

  数据结构,关键路径问题,设计并实现关键路径的一种应用,采用图的算法(Data structure, critical path problem, using graph algorithm)

1
下载
80
浏览
2016-01-09发布

6. main

  安全哈希算法的实现,使用的是C语言来实现的,希望对你有用(Secure hashing algorithm, using C language, and I hope to help you)

3
下载
61
浏览
2015-11-20发布

7. MyGPS

  1>实现可以随意浏览任一景点的介绍。(功能一) 2>可以给出任意两个景点的最短距离及其路线。(功能二) 3>可以查看任一景点热度,并可以对对所有景点热度(访问次数)进行排序。(功能三) 4>每个景点相关内容从文件读取,实现对文件操作的练习。 (1> implementations can feel free to browse introduce 任一景 points. (Function a) 2> You can give the shortest distance and route between any two attractions. (Function b) 3> You can view Renyi Jing point heat, and heat can all attractions (visits) to be sorted. (Function c) 4> each spot related content file reading, to achieve the file operations exercises.)

3
下载
91
浏览
2015-11-12发布

8. Bitree

  二叉树的打包数据结构,包括遍历,删除,添加,注释详细(Packaged binary tree data structure, including traversal, delete, add, annotate details)

2
下载
120
浏览
2015-10-04发布

9. knight-tour_DFSandBFS_SQueue

  在一个N*N的棋盘上指点任意一点的坐标,以马走日的方式走完整个棋盘且没有重复,试分别用DFS、BFS方法求解并输出全部可能的路径。(knight tour problem solved by the method of BFS and DFS.)

3
下载
43
浏览
2015-09-17发布

10. Introduction-to-Algorithms

  算法导论的英文版,讲解算法的非常经典的书。(English version of Introduction to Algorithm. A classical book to teach algorithm.)

4
下载
62
浏览
2015-09-14发布

11. Six-degree-space

  中国大学MOOC-陈越、何钦铭-数据结构 解题报告—06-3 六度空间 (Chinese University MOOC- Chen Yue, He Qinming- data structure Solving report of the problem- 06-3 Six degrees space)

2
下载
59
浏览
2015-09-06发布

12. listnode

  C++中,对链表的增删改查的基本使用,值得学习(C++, on the list of CRUD basic use, it is worth learning)

5
下载
101
浏览
2015-08-05发布

13. MyKD Tree

  KD树算法,能够实现对点云数据进行压缩,非常简单,适用于初学者(KD tree algorithm, can achieve the point cloud data compression, very simple, suitable for beginners)

21
下载
105
浏览
2015-06-24发布

14. data-structure

  对栈、队列、链表、图、树、查找、排序、顺序表等基本功能的实现(Realization of the basic functions of the stack queue list tree search sort order list)

3
下载
49
浏览
2015-06-16发布

15. Huffman-Tree

  使用三叉链表实现的哈夫曼树,统计inputfile1.txt中各字符的出现频率,并据此构造Huffman树,编制Huffman 码;根据已经得到的编码,对01形式的编码段进行译码。 具体的要求: 1.将给定字符文件编码,生成编码,输出每个字符出现的次数和编码; 2.将给定编码文件译码,生成字符,输出编码及其对应字符。 (Emergence of the frequency of each character in the trigeminal lists using the Huffman tree, statistics inputfile1.txt, and accordingly the Huffman tree structure, preparation of Huffman code according to the coding has been. 01 to form the code segment for decoding. Specific requirements: 1 coding the given character file, generating the encoding, and outputting the number and encoding of each character 2 will be given the encoding file decoding, generating the character, the output code and its corresponding character.)

10
下载
112
浏览
2015-05-22发布

16. Campus-navigation-system

  校园导航系统包含佛山科技学院本部校区的校园景点平面图。通过系统的各功能不仅可以查询任意景点的编号,名称,简介等信息,还可以查询任意两景点间的最短路径及长度和所有路径及长度。另外,还可以通过一系列操作增加,更改或删除任意的景点的各信息。(Contains the campus attractions plan of the campus Foshan Institute of Technology campus navigation system. Through the function of the system not only can query any spots number, name, profile and other information, can also query the shortest path and arbitrary length between two spots and all paths and the length of. In addition, can also increase through a series of operations, the information change or delete any of the attractions.)

7
下载
71
浏览
2015-05-09发布

17. QueueWithTwoStacks

  使用两个栈实现队列的操作,有进站出站等操作(Queue With Two Stacks)

3
下载
37
浏览
2015-04-29发布

18. Estruc_Proyect

  good stacks and queues example

3
下载
34
浏览
2015-04-13发布

19. 2.2

  已知线性表中的元素以值递增有序排列,并以单链表作存储结构。试写一高效的算法,删除表中所有值大于mink且小于maxk的元素(若表中存在这样的元素)同时释放被删结点空间,并分析你的算法的时间复杂度(注意:mink和maxk是给定的两个参变量,它们的值可以和表中的元素相同,也可以不同)。(Known linear elements in the table to the value increments ordered, and a single list for the storage structure. Try to write a highly efficient algorithm to delete all values ​ ​ greater than mink and maxk elements smaller than (if there is such an element in the table) while the release of the deleted node space, and analyze your time complexity of the algorithm (Note: mink and maxk is given two parameters variables, their values ​ ​ and elements in the table can be the same or different).)

5
下载
90
浏览
2015-04-11发布

20. e2.6

  《数据结构教程》,李春葆蒋晶钰版,实验2.6,C语言版(Data Structure Course, Li ChunBao,Jiang JingYu version, experiments 2.6, C language version)

3
下载
52
浏览
2015-03-24发布