-
哈希表姓名查找
资源描述利用哈希表进行姓名查找,实现了快速查找姓名功能、哈希表展示功能,并且会统计出平均查找长度,数据结构哈希表的应用以及课程设计可参考。
- 2022-04-06 23:27:36下载
- 积分:1
-
zhong
对中缀表达式求值 用栈的方法对中缀表达式求值-zhong
- 2023-08-26 08:50:03下载
- 积分:1
-
自己写的堆栈算法,C语言+Visual C++6.0环境下
自己写的堆栈算法,C语言+Visual C++6.0环境下-Write their own stack algorithm, C language Visual C++ 6.0 environment
- 2022-01-27 23:29:18下载
- 积分:1
-
教学管理系统
教学管理系统
简单实用的校园学生档案管理系统-Teaching Management System
Campus students simple file management system
- 2022-03-06 12:07:14下载
- 积分:1
-
1
说明: The famous Collatz sequence is generated by a method decribed as follows. Given a positive integer N, if it is odd, then replace it with 3*N+1. For even number N, use N/2 instead. You can get a sequence of number by this method. It is conjectured that the algorithm above will terminate at 1 for any integral input value. Despite the simplicity of the algorithm, it is unknown whether this conjecture is true. It has been verified, however, for all integers n such that 0 < n < 1,000,000 (and, in fact, for many more numbers than this.)
(Input
The first line contains a single integer T tells that there are T cases in the problem. Then for each case, there is an integers N.
Output
For each number N, output the sequence generated in a line, using coma as its separator.
)
- 2012-12-08 20:33:43下载
- 积分:1
-
Area code conversion software, you can check area code of Chinese characters mai...
区位码转换软件,可以查询汉字的区位码,主要用于学生考试系统-Area code conversion software, you can check area code of Chinese characters mainly used for student examination system
- 2022-02-19 23:44:33下载
- 积分:1
-
double-link
双链表的情况与单链表类似,只是增加了一个前置链而已,以下代码是对双链表的一些基本操作,如:双链表的建立,求链表的长度,在链表中插入
新结点,删除链表中的结点等(some operation to double link,such as creat, insert,delete,etc)
- 2014-08-19 09:50:55下载
- 积分:1
-
Binary_Search_Tree
c++编的几个数据结构代码。包括AVL树、二叉搜索树、二叉树、Kruskal算法和图的邻接表表示(c addendum to the few data structure code. Including AVL tree, binary search tree, binary tree, Kruskal map algorithm and the adjoining table)
- 2007-02-06 21:16:20下载
- 积分:1
-
Class processing, exception handling, overloading the encoding, REM AddNewStuden...
类的处理,异常处理,超载的编码,REM AddNewStudent.sql
REM Chapter 9, Oracle9i PL/SQL Programming by Scott Urman-Class processing, exception handling, overloading the encoding, REM AddNewStudent.sql REM Chapter 9, Oracle9i PL/SQL Programming by Scott Urman
- 2022-03-19 18:46:16下载
- 积分:1
-
C++方面有深度的算法例子,提供完整源代码
C++方面有深度的算法例子,提供完整源代码-C++ Aspects algorithm-depth examples, provide a complete source code
- 2022-05-23 16:32:13下载
- 积分:1