-
c++数据结构入门的实例
c++数据结构入门的实例 -c++数据结构入门的实例c++数据结构入门的实例
- 2022-01-25 15:50:19下载
- 积分:1
-
ADC模块程序,通过配置ADC模块寄存器,设置不同的转换模式。...
ADC模块程序,通过配置ADC模块寄存器,设置不同的转换模式。-ADC module procedures, through the ADC module configuration register, setting a different conversion mode.
- 2022-05-23 20:32:07下载
- 积分:1
-
用VB控制GONDEX1100条码打印机,使用动态链接库驱动打印机,欢迎参考使用...
用VB控制GONDEX1100条码打印机,使用动态链接库驱动打印机,欢迎参考使用-Use VB controll gondex1100 bar code printer, and use DLL driver. Welcome use it as a reference.
- 2023-02-20 20:25:03下载
- 积分:1
-
in VC DBGird under control through database records show
在VC++下借助DBGird控件显示数据库记录 -in VC DBGird under control through database records show
- 2022-06-22 06:17:13下载
- 积分:1
-
VFP发送短信
使用调制解调器GSM/GPRS或GSM手机以Visual FoxPro PDU格式发送短信息
- 2022-05-17 01:49:44下载
- 积分:1
-
内存修改
#ifndef _SEARCH_THREAD_H_
#define _SEARCH_THREAD_H_
#define PROCESS_SIZE 1000 // 进程条的最大值
#define THREAD_NUM 1 // 搜索内存线程个数
#define WM_FIND_MEMORY (WM_USER + 1) // 找到搜索数值
#define WM_FIND_PROGRESS (WM_USER + 2) // 搜索进度
#define WM_SEARCH_FINISH (WM_USER + 3) // 搜索线程完成
#define SEARCH_STRING_MAX_LENGTH 255 // 搜索字符串的最大长度
class CModifyMemoryDlg;
// 搜索线程函数
DWORD WINAPI SearchMemory(LPVOID lpParameter);
// 精确搜索
void EquSearch(CModifyMemoryDlg *pDlg, BYTE *lpBuf, MEMORY_BASIC_INFORMATION &mbi);
// 大于搜索
void GreaterSearch(CModifyMemoryDlg *pDlg, BYTE *lpBuf, MEMORY_BASIC_INFORMATION &mbi);
// 小于搜索
void
- 2022-06-18 16:10:54下载
- 积分:1
-
智能模块定义文件发生器
智能模块定义文件发生器-intelligent generator module definition files
- 2022-01-25 23:30:37下载
- 积分:1
-
WinceUSB同步.reg是一个注册表文件,把他打入WINCE 5下的注册表就支持Active 同步功能了。...
WinceUSB同步.reg是一个注册表文件,把他打入WINCE 5下的注册表就支持Active 同步功能了。-WinceUSB synchronization. Reg is a registry file, put him into the registry under the WINCE 5 support Active Sync function.
- 2022-02-06 17:58:14下载
- 积分: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编写的信访办公自动化系统,数据库使用odbc
vc编写的信访办公自动化系统,数据库使用odbc-a Guest Information System is written by VC. Database use ODBC.
- 2022-05-14 23:52:07下载
- 积分:1