-
Description:
对整型有序关键码序列进行折半查找,待排序序列以数组存储。如果找到待查记录,返回找到的位置下标,并删除该关键码记录;如果没找到待查记...
Description:
对整型有序关键码序列进行折半查找,待排序序列以数组存储。如果找到待查记录,返回找到的位置下标,并删除该关键码记录;如果没找到待查记录,返回0,并将待查记录插入到适当位置,即该查找属于动态查找。输出查找过程中每一轮的low,mid,high 值,以及与给定值相比较的关键码值,并输出最后找到的位置,及变化后的数组。
注意:该数组为整型,数组中关键码存储位置为r[1]~r[n],r[0]留作它用,且关键码个数大于4.
Input Format:
第一行输入数组中记录个数n
第二行输入n个有序的整型关键码,以空格隔开
接下来输入三个待查关键码,每个关键码占一行
Output format:
对于每个关键码,分别输出:
找到给定值之前的每一轮的low,mid,high及相比较的待查找序列中的关键码,以空格隔开
接下来一行输出查找到的位置
接下来一行输出变化后的待查找序列
-Description:
The key codes for integers ordered sequence of binary search until the sorting sequence to an array of storage. If you find a complete set of records, returns to find the location of the next standard, and delete the key code is recorded if not find a complete set of records, returns 0, and a complete set of records inserted into the appropriate location, that is, the search was part of search. Find out the process for each one of the low, mid, high value, as well as compared to the value given the key code value and output of the last to find the locat
- 2023-05-15 19:40:03下载
- 积分:1
-
经典C源程序90例.rar
经典C源程序90例.rar
经典C源程序90例.rar
经典C源程序90例.rar-Classic C source of 90 cases. Rar
- 2022-03-19 08:45:04下载
- 积分:1
-
向u盘拷贝文件
调用windows的dl文件,获取u盘在pc上的盘符,然后向u盘中拷贝文件。
源方法如下。
判断指定驱动器的类型:GetDriveTypeA函数
该函数能依据根目录识别1个驱动器是软驱或光驱或硬盘等。声明:
Declare Function GetDriveType Lib "kernel32" Alias "GetDriveTypeA" (ByVal nDrive As String) As Long
参数nDrive:驱动器根目录路径的字符串,如"C : ".
函数返回值为1个常数,指定驱动器类型:DRIVE_ REMOVABLE=2,软驱; REMOVABLE是可移动的
如果驱动器不能识别,则返回0,如指定目录不 DRIVE_ FIXED=3,硬盘。
存在,则返回1。 DRIVE _REMOTE=4,网络驱动器;
DRIVE _CDROM=5,光驱;
DRIVE_ RAMDISK=6虚拟磁盘
调用如:
Private Const DRIVE_CDROM = 5
- 2023-02-14 04:40:03下载
- 积分:1
-
钟 20、 50 和 10 30 兆赫生成的 vhdl 语言和语言实现
fpga implemantaion 时钟生成。
如果我在工作我想要设计一些赤 角 10 mhz geneartion 与赤 角计数器的 50 mhz 时钟代
然后什么我能为做那一个 implemneting 20 mhz 到 50 mhz,而无需使用任何 ip 核心使用直接从编码技术
我们可以为每个时钟生成实现的代码。
- 2023-02-06 07:10:03下载
- 积分:1
-
iocp可扩展模型
iocp可扩展通信模型,包含客户端和服务器
- 2022-01-25 17:03:32下载
- 积分:1
-
GPRS VB code version of wireless communications. GPRS
GPRS VB 版 无线通信代码。基础的无线GPRS通信。可做无线监控用-GPRS VB code version of wireless communications. GPRS-based wireless communications. Can use wireless monitors
- 2022-01-31 04:56:25下载
- 积分:1
-
建立高校时间表
米勒先生去年在一所大学的两个班负责建立每周时间表。两个班有相同的教师,除了数学和体育。在大学所有课程都有持续两个小时。此外,同一个类的所有学生参加完全相同的课程。从周一到周五,插槽的课程如下:8:00-10:00,10:15-12:15 14:00-16:00,16:15-18:15。下表列出了每个老师的两个小时的课程数量必须每周教两个班的学生。
- 2022-04-07 03:23:59下载
- 积分:1
-
bmp of the tools to achieve
bmp工具条的实现-bmp of the tools to achieve
- 2022-07-21 16:04:16下载
- 积分:1
-
socket编程实例 可以实现简单的Socket通信 可供初学者参考
socket编程实例 可以实现简单的Socket通信 可供初学者参考-socket programming can be achieved simply an instance of Socket Communications for advanced users
- 2022-05-23 03:37:25下载
- 积分:1
-
vc++实现的GE MMT列车监控模拟,windows平台
vc++实现的GE MMT列车监控模拟,windows平台-vc++ realize monitoring of GE MMT train simulation, windows platform
- 2022-07-09 09:34:28下载
- 积分:1