登录

最新会员 最新下载

成为了本站VIP会员

01月05日 00:38

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29
已选条件
  1. 编程语言:C++
  2. 代码类别:数据结构
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. heapsort

说明:  从最后一个非叶子结点开始从后往前进行调整,保证了根下的所有子树都是最大堆,最后对根进行调整,使整棵二叉树为最大堆,保证了根结点为整棵数的最大值点,完成了建堆的过程,再将根结点跟最后一个结点进行交换,如此反复操作,则堆排序就完成了,其中堆排序的过程采用了满二叉树的概念。(From the final of a non-leaf node after the move began to be adjusted to ensure that the root of all sub-tree are the biggest pile, and finally adjusted to the root, so that the largest heap binary tree整棵to ensure that the root node for整棵the maximum number of points, completed the process of building reactors, and then the last root node with a node to be exchanged, and so repeated the operation, then HEAPSORT completed, of which the process of HEAPSORT a full binary tree concept.)

0
下载
122
浏览
2008-11-11发布

2. datastruct

说明:  包含图的遍历和线性链表两个内容,压缩文件里含有设计报告(Contains the graph traversal and linear chain of two elements, compressed file contains the design report)

0
下载
93
浏览
2008-10-11发布

3. m-in

说明:  数据隐私保护K-匿名问题的动态多次发布类似m-invarience算法(Data Privacy Protection K-anonymity problem on many occasions issued a similar dynamic m-invarience algorithm)

0
下载
94
浏览
2008-09-25发布

4. tc_demo

说明:  这是一个数据结构演示系统,可以演示二叉树、二分查找等数据结构(This is a data structure presentation systems, you can demo binary tree, binary search data structure, etc.)

0
下载
70
浏览
2008-09-19发布

5. 12345

说明:  数据结构往年试题及答案(Data structure in previous years questions and answers)

0
下载
76
浏览
2008-09-16发布

6. trunk

  这个程序主要是实现检查是否抄袭作业,它可以打开txt格式的文件,然后检查在所有存的文件中是否有雷同的,用了命令行参数和数据结构算法,很适合学习c++人做参考(This program is mainly to achieve check copying operation, it can open the txt file format, and then check whether all documents are kept identical, with the command line parameters and data structure algorithms, well suited to learning c++ People to do reference)

30
下载
74
浏览
2008-07-25发布

7. zz

说明:  图的相关操作:建立图,图的遍历,查找元素,删除元素等(Map-related steps: the establishment of map, graph traversal, find elements, delete elements, etc.)

0
下载
100
浏览
2008-07-25发布

8. migong

  简单的迷宫问题,有点土,还望大家多指点指点,在此感激不尽。(????? mad spasm, ? Tang Gao, ? oligonucleotide ??? Ning Ning ? ?, Hitomi ?????.)

1
下载
119
浏览
2008-07-05发布

9. ALGO3-9

  用于迷宫问题的解决用户根据根据要求进行设置即可在屏幕上显示(Maze problems for users in accordance with the requirements set can be displayed on the screen)

1
下载
87
浏览
2008-07-02发布

10. abc

  数据结构最短路径求法,迪杰斯算法。大二时写的。在可以运行C的环境中都可运行。(Data structure for shortest path method, DiGisi algorithm. Sophomore year when writing. C can run in the environment can be run.)

2
下载
76
浏览
2008-06-30发布

11. paixu

  简单选择排序,这是个解决排序问题的一个算法模型之一。(Sort simple choice, this is a solution to a scheduling problem, one algorithm model.)

2
下载
105
浏览
2008-06-24发布

12. Matrix

  这是一个数据结构中,对树遍历的程序,写得相当精炼,对数据结构初学者是个不错的参考程序!(This is a data structure, tree traversal of the procedure, written very refined, the data structure is a good beginner s reference to the procedure!)

20
下载
66
浏览
2008-06-19发布

13. shujujiegoukechengshiji

  数据结构课程设计时,所需的封面及任务书版面,希望对大家有点用!(Curriculum design data structure, the necessary task of the book cover and layout, in the hope that we are a bit used!)

24
下载
114
浏览
2008-06-16发布

14. sort

  数据结构中数据的排序示例,包括堆排序、快速排序等(Data structure to sort the data sample, including the heap sort, quick sort, etc.)

1
下载
132
浏览
2008-06-14发布

15. yinhangjiasuanfa

  一个很好的银行家算法,能运行(A good banker s algorithm, will be able to run)

4
下载
96
浏览
2008-06-14发布

16. stuctures

  本系统采用C语言编写,利用邻接链表实现最短路径问题,关键路径问题等(The system uses the C language, using adjacency list realize the shortest path problem, critical path issues)

15
下载
99
浏览
2008-05-29发布

17. codes

  数据结构相关代码,源码-数据结构算法解析(高一凡 )(Data structure-related code, source code- Data Structure Analysis algorithm (high one where))

7
下载
93
浏览
2008-05-23发布

18. Nqueen

  n皇后问题构造法实现,比起启发式修补运行时间较长。(n Queen realize the issue of construction method, compared to a longer run-time heuristic repair.)

37
下载
105
浏览
2008-05-16发布

19. picture

  图结构有着广泛的应用,本实训主要涉及两个方面的内容:一个是有关图的最短路径问题,用一个交通查询系统例子来验证迪杰斯特拉算法和费洛伊德算法;而另一个则工程项目实施过程中的关键路径问题。(Graph structure has a wide application, the Training involves two main aspects: one is related to map the shortest path problem, using examples of a traffic inquiry system to verify Dijkstra algorithm and fees Lloyd algorithm and the other and one project implementation process of the critical path problem.)

18
下载
62
浏览
2008-05-15发布

20. class

  给定m个n维向量a , a , ,am 1 2  ,向量分类问题要求将相同的向量划分为同一类。试用 抽象数据类型表设计解向量分类问题的有效算法。(Given m a n-dimensional vector a, a,, am 1 2 )

3
下载
111
浏览
2008-05-05发布