登录

最新会员 最新下载

成为了本站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. 编程语言:Visual C++
  2. 代码类别:数据结构
  3. 发布时间:一周内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. B_Tree

  B-树的创建、插入、删除等一系列操作!(B-tree creation, insert, delete a series of manipulations!)

88
下载
121
浏览
2020-10-18发布

2. B_Tree

  用控制台实现了经典的数据结构B树,可以通过测试文件.txt加载已有的B树,有插入,删除,查找的功能,加深对数据结构的理解。(Using the console to achieve the classic B tree data structure, you can pass the test document. Txt already loaded B-tree, there are insert, delete, search functions, to deepen understanding of the data structure.)

28
下载
123
浏览
2020-10-18发布

3. 123

  中科大数据结构全部上机实验的实验程序以及报告,内容包括多项式,图,栈,SQL语言……(All experimental procedures USTC data structures as well as reports on experiments, including polynomial, maps, stack, SQL language ......)

20
下载
90
浏览
2020-10-14发布

4. 123

  中科大数据结构全部上机实验的实验程序以及报告,内容包括多项式,图,栈,SQL语言……(All experimental procedures USTC data structures as well as reports on experiments, including polynomial, maps, stack, SQL language ......)

20
下载
97
浏览
2020-10-14发布

5. 最短路径c++语言

说明:  用从c++写的floyd最短路径算法,可以求邻接矩阵任意两点的最短路径。(from using c++ to write the Floyd shortest path algorithm, can help adjacency matrix arbitrary 2:00 Shortest Path.)

0
下载
159
浏览
2020-09-20发布

6. ABC-VC

  蜂群算法C语言实现,附带中文注释,简单易懂(ABC algorithm coded using C programming language)

29
下载
101
浏览
2020-09-16发布

7. BiTree

  二叉排序树的建立、插入与删除。按递增顺序插入N个整数,并按同样顺序删除;(Binary sort tree establishment, insertions and deletions. Insert N integers in ascending order, press the same sequence deleted )

5
下载
90
浏览
2020-09-05发布

8. the-shortest-path-of-chart

  求有向图的最短路劲,根据所给图的边长和顶点,建立有向图,以邻接表的方式存储,并编写程序求从有向图任一点出发的最短路径(according to the graph with sides and vertex, establish a directed graph, and write a program find the shortest path from one of the point of the chart )

6
下载
95
浏览
2020-07-16发布

9. DIJKSTRA算法实现的最短路径程序linjiebiaoshortpath

  用邻接表表示的数据结构,及DIJKSTRA算法实现的最短路径程序(adjoining table with the data structure and algorithm DIJKSTRA the shortest path procedures)

110
下载
88
浏览
2020-07-16发布

10. 有向图的邻接表存储的实现graph

  有向图的邻接表存储的实现,包括有向图的各种操作(Directed graph adjacency list storage implementation, including a variety of operations to the map)

12
下载
105
浏览
2020-07-16发布

11. FRFT-algorim

  常在该网站下载资料,也想分享些材料上去,这个资料是FRFT算法(Often the site to download information, but also want to share some material up, this information is FRFT algorithm)

33
下载
86
浏览
2020-07-04发布

12. KMP---MFC

  数据结构里面的KMP算法的可视化演示程序 MFC实现(Visualization of data structures inside the KMP algorithm demo program MFC implementation)

35
下载
107
浏览
2020-07-04发布

13. HuffanCoding

  读取数据,统计所得到的文件中每个字母的权值,创建哈夫曼树,哈夫曼编码。哈夫曼解码,解码后内容写入到指定的文件。 读取数据里面的内容是由英文单词组成。读取文件的时候传入文件存放的路径、读取方式以及读出以后存放的数组,最终可以得到一个存放目标文件内容的数组。 将得到的数组进行字母权值的统计,统计每个字母出现的次数,次数即为每个字母的权值。 将得到的字符数组与权值数组作为创建哈夫曼树的依据,哈夫曼树根据每个字母权值的大小来创建,每个节点,包括权值、父节点、左子、右子和字母本身。 根据哈夫曼树进行编码。形成目标文件的哈夫曼编码,将此编码返回。 根据哈夫曼树得到的数组即为解码数组,解码数组作为解码的结果返回。 写入输出文件,将解码得到的数组、文件的完整路径以及文件的写方式作为参数传入,将数组写入到相应的文件中。 (Read the data, statistical documents obtained weights for each letter, create a Huffman tree, Huffman coding. Huffman decoding, the decoded contents are written to the specified file. Read the content inside is composed of English words. When the incoming file to read the file storage path, read mode and read out after storage array that can eventually get a storage target file contents of the array. The resulting array of letter weights statistics, statistical number of occurrences of each letter, the number is the weight of each letter. The resulting character array with the weights array as the basis for creating Huffman tree, Huffman tree based on the size of the weights of each letter to create, for each node, including weights, parent, left child, right child, and letter itself. According to Huffman coding. The formation of the target file Huffman coding, this code returns. According to Huffman decoding the resulting array is an array, the decoder decodes the result is retur)

3
下载
87
浏览
2020-07-02发布

14. code

  C++实现的两类问题随机森林生成算法,对学习随机森林很有帮助(Source code for random forests,wanderful codes,and help youself to it!)

67
下载
92
浏览
2020-06-29发布

15. chechang

  数据结构作业-停车场管理(operating data structure-the car park management)

2590
下载
71
浏览
2020-06-26发布

16. 插入排序

  根据所选定的字符顺序,按照从大到小的规则,对字符进行插入排序,(Insert and sort characters)

0
下载
89
浏览
2020-06-22发布

17. 插入排序

说明:  根据所选定的字符顺序,按照从大到小的规则,对字符进行插入排序,(Insert and sort characters)

1
下载
92
浏览
2020-06-22发布

18. c语言,码图合集

说明:  a set of uestc computer academic matu

49
下载
81
浏览
2020-04-05发布

19. 第4章

  清华大学出版社,数据结构简明教程李春葆著,第四章源文件(Tsinghua University press, a brief course on data structure, Li Chunbao, fourth chapters)

1
下载
79
浏览
2018-02-03发布

20. c++

  一款可以排序的小程序,希望大家可以看一下(A sort of small program, I hope you can look at it)

1
下载
88
浏览
2017-12-13发布