-
测试服务器协议是否可用,但使用Http协议解析的时候能用到
测试服务器协议是否可用,但使用Http协议解析的时候能用到
-Whether or not the server test protocol can be used, but the use of Http protocol to be used when parsing
- 2022-07-08 22:44:23下载
- 积分:1
-
with vb prepared by the compiler to achieve identified the poor state of automat...
用vb编写的编译器 用以实现确定有穷自动机中状态对的转换-with vb prepared by the compiler to achieve identified the poor state of automatic machines for the conversion
- 2022-02-05 08:43:41下载
- 积分:1
-
一个绘制实时曲线的好例子
一个绘制实时曲线的好例子-a good example of the curve
- 2022-02-11 21:59:32下载
- 积分:1
-
an example of the drawing board and let's see it on time
一个画图板的例子 有空就看看吧-an example of the drawing board and let"s see it on time
- 2022-03-17 21:23:40下载
- 积分:1
-
有一个真空吸尘器代理,在10×10大地图,外侧壁(所以实际…
有一个吸尘器代理,在10*10的大地图上,外墙都是(所以实际上是8*8),一个吸尘器只在开会的时候,左下右下,闲着,烟尘滚滚。请至少把功率和污垢的程度降到最低,让吸尘器在2000年一步一步地完成。
- 2022-09-14 13:35:03下载
- 积分:1
-
cSharp 示波器波形图控件源代码
实现波形曲线图的显示,制作为控件,可直接引用。
- 2022-12-20 14:35:03下载
- 积分:1
-
一部很好的c++学习视频,讲得非常详细,透彻!适合c++初学者使用,学习!...
一部很好的c++学习视频,讲得非常详细,透彻!适合c++初学者使用,学习!
-A very good c++ Learning video, was very detailed and thorough! Suitable for c++ Beginners use to learn!
- 2022-11-21 16:40:11下载
- 积分:1
-
用wxWidgets写的ftp文件上传下载的小工具。
用wxWidgets写的ftp文件上传下载的小工具。-Writing with wxWidgets download the ftp file upload gadget.
- 2022-02-22 06:46:27下载
- 积分:1
-
程序目的:两个多项式相加
程序目的:两个多项式相加 -procedures Objective : add two polynomials
- 2022-05-16 09:23:28下载
- 积分: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