-
visual Basic game progrmming example
visual Basic game progrmming example
- 2022-05-05 02:45:52下载
- 积分:1
-
c# calculator,a simple implementation .
C#计算器 属于简单的计算器
这是一个计算器的简单实现。 -c# calculator,a simple implementation .
- 2023-04-26 23:05:03下载
- 积分:1
-
后付费计费系统
与实时计费系统相比,后付费计费系统提供了更多的灵活性。例如,实时计费系统不能灵活地维护复杂的业务客户层次结构,因为后付费计费系统可以处理高达N级的客户层次结构。
- 2022-09-30 10:10:05下载
- 积分:1
-
与书市配套的,挺不错的,很详细,各个部分都讲解的很清楚。
与书市配套的,挺不错的,很详细,各个部分都讲解的很清楚。-Associated with the book, very good, very detailed and explain all parts of it clearly.
- 2022-04-01 00:06:06下载
- 积分:1
-
data structure : the bracketed arithmetic expression is evaluated. Complete with...
数据结构:带括号的算术表达式求值。能完成一位数的带括号的算术表达式的运算,结果可以为多位数。用栈实现中缀表达式和后缀表达式的转换。-data structure : the bracketed arithmetic expression is evaluated. Complete with a number of brackets arithmetic expression Operational results for the multi-digit number. With Stack Implementation grade expression and suffixes expression change.
- 2022-06-20 06:03:47下载
- 积分:1
-
Vista style to imitate the form, you can achieve perfect transparency effects
模仿vista风格的窗体,可以实现完美的透明效果-Vista style to imitate the form, you can achieve perfect transparency effects
- 2022-06-16 22:22:13下载
- 积分:1
-
Circle, run the program, the mouse that would draw a circle, you can also locate...
画圆,运行程序,鼠标一点就画出一个圆,还可以定位圆在床楼中的位置。-Circle, run the program, the mouse that would draw a circle, you can also locate the bed floor in the round position.
- 2023-05-13 23:50:02下载
- 积分:1
-
Sun Star teaching source, master C useful, Sun Star teaching source, master...
孙星教学源码,掌握C++有用,孙星教学源码,掌握C++有用-Sun Star teaching source, master C useful, Sun Star teaching source, master C useful
- 2022-09-29 13:00:03下载
- 积分:1
-
Windows 2000系统编程
Windows 2000系统编程-Windows 2000 System Programming
- 2023-01-19 13:55:04下载
- 积分: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