-
采用ic编写的handyboard机器人的中学组3号房间的程序,(2005年浙江省的规则)...
采用ic编写的handyboard机器人的中学组3号房间的程序,(2005年浙江省的规则)-used ic handyboard prepared by the robot on the 3rd secondary room procedures, (2005 Zhejiang Rules)
- 2022-12-11 03:55:03下载
- 积分:1
-
通过本书,将学到EVC高级编程和实例开发技术,对于初学者很有帮助。...
通过本书,将学到EVC高级编程和实例开发技术,对于初学者很有帮助。-Through this book ,you will learn EVC and examples of the development of high-level programming techniques. This book is very helpful for beginners.
- 2023-04-16 06:55:10下载
- 积分:1
-
比较各种排序方法的效率
主要内容
选择四种以上的排序方法,采用随机生成的数据,登记并比较各个排序方法的比较次数和交换次数,计算排序所用的时间,验证各个排...
比较各种排序方法的效率
主要内容
选择四种以上的排序方法,采用随机生成的数据,登记并比较各个排序方法的比较次数和交换次数,计算排序所用的时间,验证各个排序方法效率。-Compare the efficiency of the sorting method of choice of content more than four sorting methods, using randomly generated data, the registration and compare the various methods of sorting and exchange of the number of comparisons, calculate the time used to sort, verify the efficiency of various sorting methods.
- 2022-03-11 13:29:08下载
- 积分: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
-
RFID read
RFID 读写 Psion Teklogix-RFID read-write Psion Teklogix
- 2022-01-21 19:45:49下载
- 积分:1
-
jquery速查手册,一张简图包含了所有jquery最常用的函数简介.
outlook界面,含全部源代码,及demo样例-outlook interface, containing all the source code, and demo sample
- 2022-01-25 22:07:11下载
- 积分:1
-
Example project: Retrieving CE device info from Pascal code (using Free Pascal)
Example project: Retrieving CE device info from Pascal code (using Free Pascal)
- 2022-03-19 05:14:22下载
- 积分:1
-
数据库操作和数据库操作
xml和数据库操作
xml和数据库操作-xml and xml database operations and database operations
- 2023-03-14 22:35:03下载
- 积分:1
-
mfc魔方游戏
用mFC写的魔方游戏,醒目,让人开心,可以看看,
- 2022-07-28 01:22:32下载
- 积分:1
-
用vc++开发的图书管理系统,很好用!值得看看!
用vc++开发的图书管理系统,很好用!值得看看!-using vc++ developed books managed system,easy to use !worth seeing !
- 2022-09-21 05:00:03下载
- 积分:1