-
这是一个有序链表的生成和插入的源码。用C++实现。
这是一个有序链表的生成和插入的源码。用C++实现。-This is an orderly list of the generation and insertion of the source. With C++ Realize.
- 2022-02-02 23:35:15下载
- 积分: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
-
四计算(语言课程设计数据结构)
四计算(c语言数据结构课程设计)
- 2022-04-07 20:39:56下载
- 积分:1
-
顺序查找 实现顺序查找的设计与实现 且加上了注释 更容易理解和上手...
顺序查找 实现顺序查找的设计与实现 且加上了注释 更容易理解和上手-Find the order of search in order to achieve the design and implementation and the addition of annotations easier to understand and get started
- 2022-09-27 11:10:03下载
- 积分:1
-
医药销售管理系统
1)基本要求:
(1)分析各系统的需求;
(2)选用DBMS和设计工具;
(3)提出系统的设计方案;
(4)对所设计的数...
医药销售管理系统
1)基本要求:
(1)分析各系统的需求;
(2)选用DBMS和设计工具;
(3)提出系统的设计方案;
(4)对所设计的数据库系统进行调试。
-Pharmaceutical Sales Management System 1) Basic requirements: (1) to analyze the needs of each system (2) selection of DBMS and design tools (3) for the system design (4) database system designed for debugging.
- 2022-02-26 18:11:44下载
- 积分:1
-
系统主要由考勤机和考勤软件两部分组成,考勤机集成了发卡机、读写器、和数据传输卡,可以脱离微机单独使用,其大容量、高可靠性的存储能力,足以应付人数众多的单位使用;...
系统主要由考勤机和考勤软件两部分组成,考勤机集成了发卡机、读写器、和数据传输卡,可以脱离微机单独使用,其大容量、高可靠性的存储能力,足以应付人数众多的单位使用;高度集成、功能强大的考勤软件让原本枯燥、繁琐的考勤管理变得轻松、愉快 -System primarily by attendance and attendance software is composed of two parts, attendance card issuing machine integrates machine, reader, and data cards from the computer can be used independently, its large capacity, high reliability, storage capacity, sufficient to meet the large number of the use of the units highly integrated and powerful time and attendance software allows the original boring, tedious attendance management becomes easy, pleasant
- 2022-01-26 05:10:42下载
- 积分:1
-
用c语言设计实现一个用事件驱动的“救护车调度”离散模型,模拟120急救中心响应每个病人的呼救信号统一调度救护车运行的情况。 我们对问题作适当简化,假设:某城市共...
用c语言设计实现一个用事件驱动的“救护车调度”离散模型,模拟120急救中心响应每个病人的呼救信号统一调度救护车运行的情况。 我们对问题作适当简化,假设:某城市共有m个可能的呼救点(居民小区、工厂、学校、公司、机关、单位等),分布着n所医院(包含在m个点中),有k辆救护车分派在各医院待命,出现呼救病人时,由急救中心统一指派救护车接送至最近的医院救治。救护车完成一次接送任务后即消毒,并回原处继续待命。假定呼救者与急救中心、急救中心与救护车之间的通讯畅通无阻,也不考虑道路交通堵塞的影响。可以用m个顶点的无向网来表示该城市的各地点和道路。时间可以分钟为单位,路段长可表示为救护车行驶化费的分钟数。 这里设m=10,n=3,k=2。并且令消毒时间为2分钟-language used to achieve a design using event-driven "ambulance dispatch" dispersion model to simulate 120 emergency response center each patient"s distress signal unified dispatching ambulances running. We issue the appropriate simplified assumptions : m in a certain city a total of 000 points possible hue (residential quarters, factories, schools, companies, organizations, units, etc.), distributed by the hospital n (m included in the points), k ambulances were deployed in the various hospitals on standby there cries of the patients, from the first-aid center unified ambulance escort assigned to the nearest hospital for treatment. Ambulance completed
- 2023-03-26 11:35:03下载
- 积分:1
-
实现了链表的逆置,很好用,随便试,你可以改变链表的类型,实现各种链表的逆置,当然也可以设成模板...
实现了链表的逆置,很好用,随便试,你可以改变链表的类型,实现各种链表的逆置,当然也可以设成模板-Realize the inverse of the list home, very good, and not try, you can change the list type, list the various realize the inverse home, of course, can also be set as a template
- 2023-01-10 12:55:03下载
- 积分:1
-
data structure design for the chain design source, and the menu was prepared
用于数据结构设计的链表设计源码,菜单编写方式-data structure design for the chain design source, and the menu was prepared
- 2022-05-15 20:21:47下载
- 积分:1
-
数据结构的课后练习,全会做就能过这门课了
数据结构的课后练习,全会做就能过这门课了-Data structure after-school practice
- 2022-08-22 08:03:46下载
- 积分:1