登录

最新会员 最新下载

成为了本站VIP会员

今天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. ZZ

  数据平滑,使用按箱平均值平滑法对以上数据进行平滑,箱的深度为3。 (b) 使用按箱中值平滑法对以上数据进行平滑,箱的深度为3。 (c) 使用按箱边界值平滑法对以上数据进行平滑,箱的深度为3。 提示:(1)使用链表,不使用数组。(2)数据放入一个数据文件中,不从键盘输入。(Data smoothing, use according to the box to the above average smoothing data smooth, the depth of the box for 3. (b) use median smoothing method according to the box to the above data smooth, the depth of the box for 3. (c) use according to the box the boundary value to the above data smoothing, smooth, the depth of the box for 3. Tip: (1) using linked list, do not use an array. (2) data in a data file, not from the keyboard. )

14
下载
76
浏览
2020-06-28发布

2. chechang

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

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

3. 约瑟夫环实验报告

  C语言数据结构课程设计约瑟夫环1. 本演示程序中,人数n应为任意的,首先应输入一个值赋给初始报数上限m,程序应能自动保存出列人的序号和将出列的人所持的密码赋给m,再次作为报数上限,如此循环,直至所有人都出列为止。(C language curriculum design data structure Joseph Central 1. The demo program, the number of n for arbitrary, and the first to be assigned to input an initial ceiling on the number of reported m, procedures should be able to automatically keep people out from the serial numbers and would come up out of a person's password assigned m, as reported again ceiling on the number of such cycles, until all shown up so far.)

3867
下载
68
浏览
2020-06-26发布

4. 实验指导书

  数据结构的实验算法 有线性表的,栈和队列,数组,树和而叉树,图,查找以及排序等算法的源代码 (experimental data structure is linear algorithm to the table, stack and queue, arrays, trees and the trees and fork, graphics, such as search and sorting algorithm source code)

2758
下载
63
浏览
2020-06-26发布

5. seqlist

  数据结构线性表简单创建,插入,删除,等运算,方便操作。(Data structure linear table is easy to create, insert, delete, and other operations, easy to operate.)

0
下载
68
浏览
2020-06-24发布

6. seqlist

说明:  数据结构线性表简单创建,插入,删除,等运算,方便操作。(Data structure linear table is easy to create, insert, delete, and other operations, easy to operate.)

1
下载
31
浏览
2020-06-24发布

7. 二叉树

  这是一个二叉树程序,包含删除等功能,希望帮助到大家(This is a binary tree program, including deletion and other functions, I hope to help you.)

0
下载
33
浏览
2020-06-24发布

8. 二叉树

说明:  这是一个二叉树程序,包含删除等功能,希望帮助到大家(This is a binary tree program, including deletion and other functions, I hope to help you.)

1
下载
49
浏览
2020-06-24发布

9. 插入排序

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

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

10. 插入排序

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

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

11. (C语言版)

  该书籍详细讲述了C语言的数据结构部分,不断提高你的编程能力。(This book describes the data structure of C language in detail, and constantly improves your programming ability.)

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

12. (C语言版)

说明:  该书籍详细讲述了C语言的数据结构部分,不断提高你的编程能力。(This book describes the data structure of C language in detail, and constantly improves your programming ability.)

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

13. 基本问题C实现

  一些基本的数据结构问题,用C语言实现,我们学校的上机作业,大家可以参考一下 包括1、Josephu问题 2、一元多项式加法 3、三元组表示的稀疏矩阵的一些操作 4、n阶“魔方”的解法 5、Hanoi塔 6、中缀转后缀 7、二叉排序树 8、快速排序 9、谢尔排序(Some basic data structure problems, implemented in C language, our school homework on the computer, you can refer to it. Including 1, Josephu Problem 2, Polynomial Addition 3, Some Operations of Sparse Matrix Represented by Triple 4. Solution of Magic Cube of order n 5, Hanoi Tower 6, suffix-to-suffix 7, binary sorting tree 8, fast sorting 9, Shell sorting)

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

14. 基本问题C实现

说明:  一些基本的数据结构问题,用C语言实现,我们学校的上机作业,大家可以参考一下 包括1、Josephu问题 2、一元多项式加法 3、三元组表示的稀疏矩阵的一些操作 4、n阶“魔方”的解法 5、Hanoi塔 6、中缀转后缀 7、二叉排序树 8、快速排序 9、谢尔排序(Some basic data structure problems, implemented in C language, our school homework on the computer, you can refer to it. Including 1, Josephu Problem 2, Polynomial Addition 3, Some Operations of Sparse Matrix Represented by Triple 4. Solution of Magic Cube of order n 5, Hanoi Tower 6, suffix-to-suffix 7, binary sorting tree 8, fast sorting 9, Shell sorting)

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

15. 火车售票系统

  c语言火车票售卖系统项目,利用了数据结构中的知识,有兴趣的可以看一下(C language train ticket selling system)

0
下载
53
浏览
2020-06-21发布

16. 火车售票系统

说明:  c语言火车票售卖系统项目,利用了数据结构中的知识,有兴趣的可以看一下(C language train ticket selling system)

2
下载
43
浏览
2020-06-21发布

17. 2 找出最大值

  c语言是很多编程软件的基础,找最大值,也是C语言运用中的一大关键因素(C language is the basis of many programming software, to find the maximum value, is also a key factor in the use of c language)

0
下载
54
浏览
2020-06-21发布

18. 2 找出最大值

说明:  c语言是很多编程软件的基础,找最大值,也是C语言运用中的一大关键因素(C language is the basis of many programming software, to find the maximum value, is also a key factor in the use of c language)

1
下载
43
浏览
2020-06-21发布

19. BTree

  B+树自己只写了一部分,还有一些功能没有完成,请大家见谅(b plus tree realize, some functions)

0
下载
75
浏览
2020-06-20发布

20. BTree

说明:  B+树自己只写了一部分,还有一些功能没有完成,请大家见谅(b plus tree realize, some functions)

1
下载
55
浏览
2020-06-20发布