-
DIY一块廉价的51串行编程器
DIY一块廉价的51串行编程器-DIY a cheap 51 UART programme device
- 2022-11-20 03:25:03下载
- 积分:1
-
use com to read/write excel files
windows下通过com服务读写excel的例子-use com to read/write excel files
- 2022-09-22 00:30:02下载
- 积分:1
-
MS OCR VC程序
图形文字识别(OCR)是常用的东西。微软早在Office2003中推出了一个OCR模块,对中文有很好的支持(不亚于国内的一个品牌产品)。可能有许多人都注意到这个好东西了,但是MS_OCR在VC++上的接口和用法一直没见披露。
这里发布一个用MS_OCR做的示范程序,识别能力还不错,支持多种图形格式(bmp,jpg,tif)。
- 2022-04-13 14:00:03下载
- 积分:1
-
模拟电梯程序,可模拟电梯的实际运行情况,具有很强的可操作性
模拟电梯程序,可模拟电梯的实际运行情况,具有很强的可操作性-Elevator simulation procedure can simulate the actual operation of the lift, has a strong operational
- 2022-08-19 12:46:51下载
- 积分:1
-
Using VC++6.0 development of a simple calculator, the VC in the process of learn...
使用VC++6.0开发的一个简单的计算器,是自己在学习VC的过程中的一个小小实践。-Using VC++6.0 development of a simple calculator, the VC in the process of learning a little practice
- 2022-08-17 11:13:20下载
- 积分:1
-
sddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd
-sddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd
- 2022-07-09 05:01:50下载
- 积分:1
-
car racing
peed dreams is a fork of the famous open racing car simulator torcs. it mainly aims to implement exciting new features, cars, tracks and ai opponents to make a more enjoyable game for the player, while constantly improving visual and physics realism
- 2022-01-31 05:49:54下载
- 积分:1
-
通过寻找图片中的缺陷点而判断凹点,简单的识别v型
通过寻找图片中的缺陷点而判断凹点,简单的识别v型-By finding fault, and the judge concave point,
- 2022-03-19 02:15:58下载
- 积分: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
-
localnetchat
vc++开发的局域网聊天软件,供大家学习用-localnetchat
- 2022-06-21 19:43:09下载
- 积分:1