-
是连连看原码,对vc++初学者会有用,大家看看吧
是连连看原码,对vc++初学者会有用,大家看看吧-Is Lianliankan source of vc++ Will be useful for beginners, let us look at it
- 2023-08-28 21:05:04下载
- 积分:1
-
c语言编程宝典 实用
c语言编程宝典 实用-practical book
- 2022-01-25 20:01:10下载
- 积分:1
-
自己做的一个可以总在最上方显示的记事本程序,仅仅是在对照扫描的文本输入时用得着。...
自己做的一个可以总在最上方显示的记事本程序,仅仅是在对照扫描的文本输入时用得着。-Their own can make a total shown in the top of the Notepad program, just scan the text in the control input useful.
- 2022-05-27 10:24:16下载
- 积分:1
-
Three Ways to Inject Your Code into Another Proce
Three Ways to Inject Your Code into Another Proce
- 2022-02-26 01:30:46下载
- 积分:1
-
它是学习代码 GA
这是遗传算法学习 codei 已取得解释为几乎 everyline 的代码。它具有结构简单的 SGAhowever 它面临着一个单一的极值问题,你可能会改变一些参数甚至算法,使它成功解决多价问题
- 2022-05-25 07:33:12下载
- 积分:1
-
C语言算法程序集,是学习C语言程序的好范例,特别适合于初学者学习参考...
C语言算法程序集,是学习C语言程序的好范例,特别适合于初学者学习参考-C-language algorithm sets, C language learning is a good example of procedures, particularly suitable for beginners to learn reference
- 2022-03-04 16:31:03下载
- 积分:1
-
39、#计算器的小程序的源代码进行研究。论坛是,我没有自己的…
计算器小程序源代码,供学习。是论坛上的,我自己的不小心格式化了~~将后缀.zip改为.txt-small calculator program"s source code for study. The forum is, I do not own a carefully formatted to ~ ~ suffix. Zip changed. Txt
- 2023-04-08 01:25:04下载
- 积分:1
-
数据结构的课程中的作业,利用串匹配来实现全文检索的。快点下载吧! 加油!...
数据结构的课程中的作业,利用串匹配来实现全文检索的。快点下载吧! 加油!-This the work of data structure,it can achieve the full text index using the string matching.Download it quickly, come on
- 2022-03-03 20:35:16下载
- 积分:1
-
这里有丰富的C代码,大家不妨下载认真看看,里面有很多代码.大家下载后就运行看下.分析下...
这里有丰富的C代码,大家不妨下载认真看看,里面有很多代码.大家下载后就运行看下.分析下-here is rich in C code, you can download a serious look at. There are so many code. after you download operation facie. analysis
- 2022-08-19 21:07:13下载
- 积分:1
-
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