-
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
-
计费系统
Billing system-cyber cafe management system
- 2022-02-15 07:40:40下载
- 积分:1
-
解决共享软件过期问题的软件,很好的vb程序.
解决共享软件过期问题的软件,很好的vb程序.-sharing software to solve the problem of obsolete software, good vb procedures.
- 2022-03-21 19:53:36下载
- 积分:1
-
如何在命令行下编译创建VC程序
如何在命令行下编译创建VC程序-how the command line compiler to create VC Program
- 2022-01-22 14:59:42下载
- 积分:1
-
JAVA的MPEG播放器
JAVA的MPEG播放器-JAVA MPEG player
- 2023-08-28 01:05:04下载
- 积分:1
-
世界最小的全功能KeyLogger,不到4k
内附汇编源码。具体使用方法看包中英文readme说明。包里面的EXE会被某些杀毒软件杀掉,重新编译版本也是。...
世界最小的全功能KeyLogger,不到4k
内附汇编源码。具体使用方法看包中英文readme说明。包里面的EXE会被某些杀毒软件杀掉,重新编译版本也是。
解决方法:
把源码中的"Globalzkl" 中的"zkl"改为其它字符,然后重新编译,就可以避开杀毒软件。
-the world"s smallest full-featured KeyLogger, containing less than 4k compilation source. Specific ways of looking at the use of English readme package note. EXE inside the package will be some anti-virus software to kill, is recompiled version. Solutions : source put the "Global zkl" of the "zkl" with other characters, then recompile, they can avoid anti-virus software.
- 2022-03-15 10:16:17下载
- 积分:1
-
VC++ 高级编程技术
VC++ 高级编程技术-开发实例剖析一书中的源代码,适合矢量绘图开发者学习-"vc++ advanced programming method-exploit examples introduce" the code for this book,fit for the vector plot learner to study
- 2023-03-16 12:50:03下载
- 积分:1
-
C# 中实现的注册,适用于初学者的练习。
C# 中实现的注册,适用于初学者的练习。-C# realization of registration, applicable to beginners exercises.
- 2022-02-03 19:22:32下载
- 积分:1
-
采用WPF框架编写的多项式拟合软件,能显示拟合效果
采用WPF作为框架,构建界面,使得界面美观,易于操作。能提供任意幂次的多项式拟合。本程序采用Gauss按比例列主元消去法来解法方程组。采用开源作图控件ZedGraph来显示拟合效果。
- 2023-02-02 09:00:03下载
- 积分:1
-
利用ANF快速计算椭圆曲线上的标量乘法
利用miracl大数库,利用椭圆曲线快速实现算法ANF计算椭圆曲线上的单标量乘法
- 2023-03-30 21:25:04下载
- 积分:1