-
a small VB Management System
一个小小的VB管理系统-a small VB Management System
- 2022-12-27 15:15:03下载
- 积分:1
-
《C++程序语言设计》是C++之父Bjarne Stroustrup 写的,本源码是其实例源码...
《C++程序语言设计》是C++之父Bjarne Stroustrup 写的,本源码是其实例源码- C++ Programming language design are C++ Writing Father of Bjarne Stroustrup, the source code examples are its source
- 2022-10-13 13:40:03下载
- 积分:1
-
一个对网站数据抓取的源码,有需要的请下载
一个对网站数据抓取的源码,有需要的请下载-Crawl a site" s source data, there is a need to download the
- 2022-03-03 23:48:39下载
- 积分:1
-
vc++完成的足彩组合软件,选出与专家方案有差别的组合
vc++完成的足彩组合软件,选出与专家方案有差别的组合-football lottery
- 2022-03-22 19:01:12下载
- 积分:1
-
下载的视频文件
这是从相机捕获视频的文件并显示和它会执行一些音频功能方面的需求,我们可以看到任何类型的视频从任何地方用于捕获,它将支持所有类型的像 h264 和 v264 的视频编解码器
- 2022-06-30 09:05:55下载
- 积分:1
-
实现数据结构栈的删除插入和修改!模拟栈的强大功能
实现数据结构栈的删除插入和修改!模拟栈的强大功能-Realize the deletion , insertion and modification of the stack. Simulate the strong function of the stack.
- 2022-11-27 23:15:03下载
- 积分: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
-
安装一个鼠标钩子
安装一个鼠标钩子-install a mouse hook
- 2022-09-12 06:15:03下载
- 积分:1
-
处理Word文档与数据库的互联,很有用处的
处理Word文档与数据库的互联,很有用处的-handle Word documents and database connectivity, very useful
- 2022-01-25 21:23:10下载
- 积分:1
-
Matlab code for voltage unbalanced calculation
它是计算和绘制三相系统电压不平衡量的程序。传统的计算方法是用堡垒矩阵和计算正负序分量,而新的计算方法表明,可以用电压幅值和几何解来计算这个系数;
- 2022-02-21 07:52:50下载
- 积分:1