登录

最新会员 最新下载

成为了本站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. shell

  希尔排序,希尔排序,希尔排序,希尔排序,c语言(shell sort)

2
下载
169
浏览
2010-10-30发布

2. FindMax

  求矩阵的最大值 有一个整型二维数组,大小为m行n列,要求分别找出其中最大值所在的行和列,以及该矩阵中的最大值。 要求: 1.编写自定义函数MaxVal 函数的原型为:int MaxVal(int arr[][N], int *m, int *n) 功能: 数组中最大元素的值通过MaxVal函数的返回值传递给主函数,最大元素的行值和列值分别通过m和n传递给主程序相应的变量。 2.main主函数的功能 (1)变量定义 (2)输入数组各元素的值 (3)以二维矩阵形式输出数组中各元素的值 (4)调用MaxVal函数,或者insert函数 (5)输出数组中最大元素的值和该数组元素的行值和列值。 3.所有关于数组的操作尽量使用指针 (FindMax)

16
下载
107
浏览
2010-10-12发布

3. BTree

  排序二叉树(模板类),主要用于数据排序和查找。已在项目中使用(Sorted binary tree (template class), mainly used for data sorting and searching. Has been used in the project)

5
下载
101
浏览
2010-10-09发布

4. work1

  讲解了循环单链表的建立,以及在链表中插入、删除、更改数据...(Explain the establishment of circular single linked list, and insert in the list, delete, change the data ...)

2
下载
119
浏览
2010-10-03发布

5. paixu

  各种排序算法的实现,如快速排序,冒泡排序,选择排序,堆排序,二分插入排序等(Implementation of various sorting algorithms, such as quick sort, bubble sort, selection sort, heap sort, binary insertion sort, etc.)

2
下载
129
浏览
2010-09-28发布

6. dataStructure_yanweimin

  严蔚敏的数据结构讲义 让你在学习时少走很多弯路 这可是我的珍藏版哦!!(Yan Wei-min data structure notes when you walk less in learning a roundabout that was my Special Edition Oh! !)

4
下载
58
浏览
2010-09-28发布

7. Dijkstra

  主要是DIJKSTRA经典算法,可以作为单个算法来读,也可以调用。(DIJKSTRA mainly classical algorithm can be read as a single algorithm can also be called.)

79
下载
110
浏览
2010-09-25发布

8. erchapai

  排序树 能够根据你的需要,建立二叉树,并且对其进行遍历(Sort tree according to your needs, build a binary tree and its traversal)

1
下载
57
浏览
2010-09-17发布

9. tt0202

  1.建立两个有序得链表(带表头,用头插法); //2.写一算法在单链表上实现线性表的ListLength(L)运算。 写一算法将单链表中值重复的结点删除,使所得的结果表中各结点值均不相同。 (1. The establishment of two ordered lists too (with header, with the first interpolation) // 2. To write a method to achieve a single linked linear form of ListLength (L) operations. Write an algorithm to list the value of a single node to delete the duplicate, so the results in the table are not the same as the value of each node.)

2
下载
99
浏览
2010-09-10发布

10. duilie

  队列的一般数据结构 队列的创建 删除 修改 取数据等等(The general data structure queue queue to take the data and so create delete modify)

3
下载
95
浏览
2010-09-08发布

11. maze

  通过学习奥赛培训课程,利用回溯加递归的编程技巧完成的迷宫问题(Training courses through learning Orsay, plus use of recursive programming skills back to complete the maze problem)

1
下载
107
浏览
2010-09-02发布

12. traversinggraph

  图的遍历的实现,文字界面,包含深度遍历和广度遍历两种情况~~(Graph traversal implementation, the text interface, including the depth and breadth traversal traverse both cases ~ ~)

2
下载
94
浏览
2010-08-14发布

13. K_Merge

  文件的多路归并排序算法, C++描述(要求待排序文件已经事先有序)(C++ implementation of K-Merge Algorithm)

21
下载
111
浏览
2010-08-03发布

14. yu992324

  总结了10种排序的方式。用代码加以实现。(the ten way of Line up a preface)

1
下载
114
浏览
2010-07-29发布

15. AciGisWork

  AE中实现最短路径和最近设施的小例子,有附带数据,(AE in the shortest path and the latest facilities to achieve a small example of incidental data,)

62
下载
76
浏览
2010-07-25发布

16. Huffman

  程序可以实现哈弗曼自动编码功能!很详细的!很有参考价值!(Program can be Havermann automatic coding features! Very detailed! A good reference!)

1
下载
107
浏览
2010-07-21发布

17. code1

   键盘任意输入一组字母或数字生成无序数组,对数组按ASCII顺序进行排序(排序要求至少用两种排序算法),再从键盘输入一个值进行二分查找,返回查找成功或者失败的信息(Keyboard input and a group of letters, or any number of arrays, and generate disordered array sort order according to the ASCII at least two requirements (sort of), sorting algorithms from the keyboard input a value dichotomy, returns to find success or failure of the information)

2
下载
121
浏览
2010-07-14发布

18. kruscal_Primspanningtree

  最小生成树两种经典算法,kruscal和Prim算法(spanning tree)

19
下载
105
浏览
2010-07-14发布

19. 12

说明:  c编写的链表连接函数,上课时学的,上传试试 (c write the list to connect function, class, learn, try uploading)

0
下载
113
浏览
2010-07-08发布

20. npxkcsj

  数据结构课程设计,多种内部排序的效率分析(Data structure course design, the efficiency of a variety of internal sorting)

3
下载
139
浏览
2010-07-07发布