-
用aspvbScript实现数据结构中的排序算法
用aspvbScript实现数据结构中的排序算法-aspvbScript use data structure of the algorithm
- 2023-04-08 06:10:03下载
- 积分:1
-
数据结构的基本操作:顺序队列的初始化、销毁、入队、出队基本操作的实现...
数据结构的基本操作:顺序队列的初始化、销毁、入队、出队基本操作的实现-The basic operation of the data structure: the order of the queue initialization, destruction, into the team, out of the realization of basic operations team
- 2022-01-28 08:45:48下载
- 积分:1
-
石头剪子布的游戏,六个文件组成适合初学者
石头剪子布的游戏,六个文件组成适合初学者-rock scissors cloth games, six files for beginners
- 2022-01-25 18:19:36下载
- 积分:1
-
1.定义哈希表数据结构。
2.除留余数法做为哈希函数、
H(key) = key P
用线性探测再散列解决冲突方法,编写函数,实现哈希造表的过程,并...
1.定义哈希表数据结构。
2.除留余数法做为哈希函数、
H(key) = key P
用线性探测再散列解决冲突方法,编写函数,实现哈希造表的过程,并输出哈希表。
3.编写函数,求查找成功时的平均查找长度(ASL)。-1. Define hash table data structure. 2. In addition to leaving the remainder as the hash function method, H (key) = key P re-hashing with linear probing methods of conflict resolution, write a function to achieve the hash table making process and output of the hash table. 3. Write function, seeking to find success, the average search length (ASL).
- 2022-12-16 12:40:03下载
- 积分:1
-
/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means...
迷宫算法(maze)
/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,
* 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary.
* Each step can be made horizontally or vertically for one more grid (diagonal
* jump is not allowed).
* Your program should print a series of grid coordinates that start from m[0][0]
* and go to m[9][9]
* Hint: No need to find the shortest path, only need to find one path that gets
* you to desitination.
*/
-/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,
* 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary.
* Each step can be made horizontally or vertically for one more grid (diagonal
* jump is not allowed).
* Your program should print a series of grid coordinates that start from m[0][0]
* and go to m[9][9]
* Hint: No need to find the shortest path, only need to find one path that gets
* you to desitination.
- 2022-08-08 06:28:42下载
- 积分:1
-
Simulation Bank Queue System, the parent process is responsible for scheduling,...
模拟银行排队机系统,父进程负责调度,子进程负责接收顾客、打印顾客号、呼叫顾客到相应窗口和服务顾客。-Simulation Bank Queue System, the parent process is responsible for scheduling, sub-process is responsible for receiving clients, print customer number, call customer to the appropriate window and customer service.
- 2022-01-25 15:59:30下载
- 积分:1
-
E-store
CMU SSD7 EXE4答案.
实现要求全部功能
绝对满分-E-store CMU SSD7 EXE4 answer. All the functional requirements to achieve absolute perfect score
- 2022-07-09 08:24:37下载
- 积分:1
-
电影院售票系统
51aspx源码必读.txt
dianyingyuan.sln
............AbouForm.cs
............AbouForm.Designer.cs
............AbouForm.resx
............inDebugone.jpg
....................dianyingyuan.exe
....................dianyingyuan.pdb
....................dianyingyuan.vshost.exe
....................gongfu.jpg
....................lost10-001-3.txt
....................lost10-001-4.txt
....................lost10-001-5.txt
....................lost12-001-4.txt
....................lost8-001-3.txt
....................lost8-001-4.txt
....................Sava.txt
....................ShowList.xml
....................spiderman3.jpg
- 2022-01-27 22:42:10下载
- 积分:1
-
堆栈的基本功能实现,链表方式实现
堆栈的基本功能实现,链表方式实现-stack to achieve the basic functions, achieving Chain
- 2023-07-20 04:20:03下载
- 积分:1
-
VCD租赁系统,一个用VB编写的挺好用
VCD租赁系统,一个用VB编写的挺好用-VCD rental system, the one prepared by the VB very good use
- 2022-02-26 03:23:22下载
- 积分:1