-
Binary search in C++6.0 compiler you can look through for reference only
折半查找在C++6.0编译下通过 大家可以看看仅供参考-Binary search in C++6.0 compiler you can look through for reference only
- 2023-08-06 20:20:03下载
- 积分:1
-
实现在保证猎人、狼以及狗均安全的情况下使他们都渡过河去。...
实现在保证猎人、狼以及狗均安全的情况下使他们都渡过河去。-It must complete the function which guarntee that
hunters,wolves and dogs can cross the river on the condition that they are safe.
- 2022-06-18 13:00:49下载
- 积分:1
-
How to write without parameters windows applications beginners Gospel
如何写没有参数的windows应用初学者福音
- 2022-03-09 09:09:01下载
- 积分:1
-
A scientific calculator. WINDWOS built
科学计算器一款.跟WINDWOS自带的一样的功能,大家学习一下,非常好的-A scientific calculator. WINDWOS built-in with the same capabilities, we learn from this. very good
- 2022-02-01 09:48:03下载
- 积分:1
-
企业社会责任 4.0 驱动程序
csr4.0 usb 驱动程序的源代码,从企业社会责任的官方网站,下载使用在 windows 平台上,windows ddk 解法和在 xp 和 win7 平台上测试好,它验证用于蓝牙 ble 开发,应用程序可以使用到互动,人机交互界面
- 2023-05-24 04:00: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
-
VC的好书,不过适合有一点基础的人,对提高和精通有着不可估量的作用
!...
VC的好书,不过适合有一点基础的人,对提高和精通有着不可估量的作用
!-VC
- 2023-05-23 22:00:03下载
- 积分:1
-
一个EVC实例MP3播放器
里面含EVC源码和英文文档说明
一个EVC实例MP3播放器
里面含EVC源码和英文文档说明-AppWizard has created this MyMp3sec application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your MyMp3sec application.
MyMp3sec.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CMyMp3secApp application class.
MyMp3sec.cpp
This is the main application source file that contains the application
class CMyMp3secApp.
MyMp3sec.rc
This is a listing of all of the Microsoft Windows CE resources that the
program uses. It includes the icons, bitmaps, and cursors that are stored
in the RES subdirectory. This file can be directly edited in Microsoft
eMbedded Visual C++.
resMyMp3sec.ico
This is an
- 2022-03-04 20:56:58下载
- 积分:1
-
This is a curriculum design, the main achievement of learning management systems...
这是一个课程设计,主要内容是学习的成绩管理系统,希望对大家有用。-This is a curriculum design, the main achievement of learning management systems in the hope for all of us.
- 2022-08-15 20:44:01下载
- 积分:1
-
高斯算子对图像进行平滑,附源码和测试图片
高斯算子对图像进行平滑,附源码和测试图片-Gaussian operator for smoothing the image, with source code and test images
- 2023-02-16 18:25:04下载
- 积分:1