-
Programming Windows 95 with MFC book attached example, the content is practical...
用MFC编程windows95的书附实例,内容实用清晰。这些示例与编程窗口的示例一样,但都是用mfc编写的。
- 2023-03-16 09:20:04下载
- 积分:1
-
poj1010sticks源代码,欢迎大家下载
poj1010sticks源代码,欢迎大家下载-poj1010sticks source code, welcome you to download
- 2023-07-26 19:15:03下载
- 积分:1
-
这的VB6代码接口ADC通过并行端口。
This the VB6 code for Interfacing ADC through Parallel Port.-This is the VB6 code for Interfacing ADC through Parallel Port.
- 2022-07-12 00:10:05下载
- 积分:1
-
Forrest Shull
Guide to advanced empirical software engineering
2008
Forrest Shull
Guide to advanced empirical software engineering
2008
- 2022-03-31 03:30:04下载
- 积分:1
-
use vc do the typing process
使用vc做的打字程序-use vc do the typing process
- 2022-01-22 08:21:29下载
- 积分:1
-
视频处理代码
可以用来改进算法,成功实现对视频声音的处理,增加效果。同时,采用了一种新型的基于MAXWAVE的架构,从而使得一些微弱的信号也不至于失真。
- 2022-12-20 08:30:03下载
- 积分:1
-
小的MP3播放器。用MFC实现,调用系统自带的realplayer,可以通过编辑框自主选择播放的歌曲。...
小的MP3播放器。用MFC实现,调用系统自带的realplayer,可以通过编辑框自主选择播放的歌曲。-A small MP3 player. With the MFC implementation, call the system comes with realplayer, you can edit box to choose which songs to play.
- 2022-01-27 17:36:56下载
- 积分:1
-
BMP转化为ICO,是一个很有意思小程序,希望网友多多支持。
BMP转化为ICO,是一个很有意思小程序,希望网友多多支持。-BMP into ICO, is a very interesting small procedures in the hope that the generous support of netizens.
- 2022-06-12 21:44:55下载
- 积分:1
-
Source code adopted by the VC compiler, object
源代码经VC编译通过,面向对象C语言的一种比较简单的实现方法,简称ooc-s-Source code adopted by the VC compiler, object-oriented C language to achieve a relatively simple method, referred to as ooc-s
- 2022-02-26 20:13:24下载
- 积分: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