登录

最新会员 最新下载

成为了本站VIP会员

04月30日 12:23

成为了本站VIP会员

04月29日 21:46

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

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

1. dbscanPointcloud

  用DBSCAN聚类算法实现的三维点云的聚类(using DBSCAN to realise 3d pointcloud clustering)

90
下载
72
浏览
2020-10-12发布

2. 最短路径c++语言

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

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

3. jiayou

  贪心算法实现汽车加油问题贪心算法实现汽车加油问题(Greedy algorithm greedy algorithm automobile refueling vehicle refueling)

8
下载
53
浏览
2020-09-17发布

4. ABC-VC

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

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

5. 浙江大学《》配套讲义

  来自浙江大学的一套比较不错的数据结构入门资料(A good introduction to Data Structure from ZJU)

3
下载
67
浏览
2020-09-12发布

6. 浙江大学《》配套讲义

说明:  来自浙江大学的一套比较不错的数据结构入门资料(A good introduction to Data Structure from ZJU)

14
下载
60
浏览
2020-09-12发布

7. BiTree

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

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

8. SuijiShu

  采用C++编程实现服从二项分布的随机数据的产生。(Using C++ programming to obey binomial distribution of random data generation.)

7
下载
106
浏览
2020-08-17发布

9. 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发布

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

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

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

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

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

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

12. YueSeFuHuan

  C++编的数据结构问题,关于约瑟夫环问题。经典问题。(C++ Allocated data structure, on the issue of Joseph Central. Classic problem.)

6
下载
64
浏览
2020-07-08发布

13. FRFT-algorim

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

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

14. KMP---MFC

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

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

15. zuiduan

说明:  一个简单的校园导游系统,数据结构作业,可以简单参考以下。(A simple campus guide system, data structure homework, simple reference)

0
下载
50
浏览
2020-07-03发布

16. EDMI

  数据结构课设--英语词典的维护和识别--Trie树(Data structures course set- English dictionary maintenance and identification- Trie tree)

7
下载
59
浏览
2020-07-02发布

17. 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
下载
84
浏览
2020-07-02发布

18. Prim算法

说明:  利用C语言编写了Prim算法,求解无向图中最小生成树的问题。(The prim algorithm is written in C language to solve the problem of minimum spanning tree in undirected graph.)

0
下载
42
浏览
2020-07-01发布

19. deduplication

  C语言实现的simhash算法,用于文章查重!(Simhash algorithm C language, and re-check for the article!)

25
下载
63
浏览
2020-07-01发布

20. code

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

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