-
gentico种群的crecimeito算法
algoritmo gentico para el crecimeito de poblaciones
- 2022-07-08 11:28:17下载
- 积分:1
-
行编缉源程序.zip
行编缉源程序.zip-line editing source. Zip
- 2022-05-16 22:22:35下载
- 积分:1
-
travel management system
它是一个基于web的应用程序,主要目的是使这个过程易于管理学校的运作
- 2022-05-20 14:33:25下载
- 积分:1
-
计算麻将胡牌
计算麻将胡牌应用c#
以array 来计算。
- 2022-05-18 07:12:34下载
- 积分:1
-
Win32光盘烧录
资源描述使用Win32的API实现光盘的擦除、烧录,并封装成独立的DLL接口
- 2022-09-29 09:05:03下载
- 积分:1
-
本程序实现了如何获取公网IP和地理位置
本程序实现了如何获取公网IP和地理位置-This procedure of how to realize access to public network IP and location
- 2022-01-24 17:22:46下载
- 积分:1
-
自己写的一个高校学生收费和票据套打程序,供大家参考
自己写的一个高校学生收费和票据套打程序,供大家参考-Himself wrote a college student fees and bills套打procedures for your reference
- 2022-02-06 22:32:35下载
- 积分:1
-
VC++自定义图形按钮
VC++自定义图形按钮-VC++ Custom graphics button
- 2022-03-14 03:35:33下载
- 积分: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
-
直线Bresenham 算法
直线的中点 Bresenham 算法的原理:每次在主位移方向上走一步,另一个方向上走不走步取决于中点偏差判别式的值。
理想直线将平面划分为三个区域:对于直线上的点,F(x, y) = 0; 对于直线上方的点 F(x, y)>0; 对于直线下方的点F(x, y)
- 2023-06-04 13:50:03下载
- 积分:1