登录

最新会员 最新下载

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

成为了本站VIP会员

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

1. Hash-table

  哈希表 数据结构课程设计 1.1问题描述 针对自己的班集体中的“人名”设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表程序。 1.2基本要求 假设人名为中国姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。构造哈希函数,用链表法处理冲突。 1.3测试数据 读取熟悉的30个人的姓名作测试。(Hash table Data Structure Course Design 1.1 Description of the problem For their own class group of the "names" to design a hash table, making the average search length does not exceed R, the completion of construction of tables and look-up table corresponding procedures. 1.2 Basic requirements Assuming the name of the person called Chinese pinyin form. To be filled into a hash table names a total of 30, taking the average search length of the upper limit of 2. Construct a hash function, treatment with a list of conflict. 1.3 Test Data Read the familiar names of 30 individuals tested.)

10
下载
217
浏览
2011-12-19发布

2. Calender

  日历显示,查询1900年后的日历。每一屏显示一年的日历祥情。(Calender dispaling. Acess the calender detail of years after 1900.)

2
下载
129
浏览
2011-12-18发布

3. the-dynamic-planning

  本文讨论了动态规划这一思想的核心内容和其基本特点,探讨了动态规划思想的适用范围,动态规划子问题空间和递推关系式确立的一般思路。(This paper discusses the dynamic planning this thought core content and its basic characteristics, this paper discusses the dynamic planning idea, the applicable scope of the dynamic programming problem space and son recursive formula of the establishment of general thoughts. )

3
下载
121
浏览
2011-12-15发布

4. c-language-book

  C常用算法程序集,一些C语言的基本算法在里面都可以找到。(this is a very good book about c language,you will find it is very useful in your work.)

2
下载
85
浏览
2011-12-14发布

5. huisuo

  实现回溯算法,能解决八皇后问题等~~算法结果优化,时间复杂度较小(Implement backtracking algorithms can solve the eight queens problem, etc. ~ ~)

2
下载
84
浏览
2011-12-14发布

6. suanfa

  插入排序与合并排序的算法比较,比较两种算法的优劣(Comparison of insertion sort and merge)

2
下载
106
浏览
2011-12-13发布

7. text

  输入N个点的坐标,判断这N个点能否构成一个凸多边形。(Enter the coordinates of N points, to determine whether the N points form a convex polygon.)

2
下载
125
浏览
2011-12-13发布

8. LCS

  the longest common serials

2
下载
113
浏览
2011-12-13发布

9. Four-bracket-operator

  数据结构中,运用链表实现四则括号运算等,运行在VC控制台上。(Data structure, the use of chain operations to achieve four brackets, etc., running in the VC console.)

2
下载
91
浏览
2011-12-12发布

10. permutations

  组合数学全排列,包含有六种全排列的方法,字典序法(math of permutations)

10
下载
117
浏览
2011-12-12发布

11. tree

  求二叉树的深度: 给定一个有根二叉树,规定连接两个节点的每条边长度是1,定义树的深度为根到叶子节点距离的最大值。 (Description 给定一个有根二叉树,规定连接两个节点的每条边长度是1,定义树的深度为根到叶子节点距离的最大值。 )

5
下载
192
浏览
2011-12-11发布

12. shiyan1

  数据结构上机操作实验的实验1,线性表的基本操作!!!(the basic operation of sq of date structure)

2
下载
122
浏览
2011-12-11发布

13. binary

  实现对二叉树的操作:建树、遍历、求层高、叶子数和结点数等(binary tree)

2
下载
139
浏览
2011-12-09发布

14. Cpp2

  c-w算法,讲述一种分配运输的节约方法,适合于车辆的调度(c-w algorithm,About one distribution transport saving method, suitable for vehicle scheduling)

8
下载
116
浏览
2011-12-07发布

15. luciferLanguage

  这是acm里关于魔王语言的一道题,通过栈和队列的知识来解决。(this is balout luciferlanguage . i use the datastructure with stack and queue.)

2
下载
113
浏览
2011-11-28发布

16. ListOrder

  链表,输入一定的数据,通过链表进行储存,并排序后输出。(List。Input numbers,then output in order~~)

2
下载
141
浏览
2011-11-24发布

17. courseDesign

  C语言课程设计例子,迷宫的实现,包括了需求分析,概要设计,详细设计,测试,源代码等(C language curriculum design example, the realization of the maze, including requirements analysis, preliminary design, detailed design, testing, source code, etc.)

3
下载
113
浏览
2011-11-23发布

18. Binary-tree

  二叉树,可以进行二叉树的建立和查找,对二叉树进行操作,实现二叉树的数据结构(Binary tree, binary tree can be set up and find, to operate on the binary tree, binary tree data structure to achieve)

3
下载
64
浏览
2011-11-22发布

19. C-integer-linear-sequence

  对元素类型为整型的顺序存储的线性表进行插入、删除和查找操作(C++)。(C integer linear sequence of stored data table insert, delete and search operations)

5
下载
125
浏览
2011-11-20发布

20. kmp

  数据结构中的用kmp算法查找关键字,供初学者参考(Data structure using kmp algorithm to find the keyword reference for beginners)

4
下载
129
浏览
2011-11-16发布