-
HTML与Javascript代码互转的C++实现。
HTML与Javascript代码互转的C++实现。-HTML and Javascript code conversion of the C++ Realize.
- 2022-03-06 06:25:00下载
- 积分:1
-
利用对话框,对路口方向上需要检测的车道数目和运行情况,以及利用什么方式进行通信的设置....
利用对话框,对路口方向上需要检测的车道数目和运行情况,以及利用什么方式进行通信的设置.-use box junctions right direction need to detect the number of lanes and running, and using what methods of communication settings.
- 2022-01-26 01:25:38下载
- 积分:1
-
C++ beginner exercises of a good consolidation of the idea of oop
初学c++的一个练习题,很好的巩固了oop的思想-C++ beginner exercises of a good consolidation of the idea of oop
- 2022-03-17 19:38:34下载
- 积分:1
-
双龙电子增补库文件libslavr.a、slavr.h
libslavr.a是库文件,需要将其和ICC标准库文件放到一起,正常情况为:C:icclib...
双龙电子增补库文件libslavr.a、slavr.h
libslavr.a是库文件,需要将其和ICC标准库文件放到一起,正常情况为:C:icclib。
slavr.h是头文件,要使用库函数需要包含此头文件。-Added to the library file Shuanglong electronic libslavr.a, slavr.hlibslavr.a is a library file, and the ICC needs to be put together with the standard library file, the normal situation: C: icclib. slavr.h is the header file, it is necessary to use the library functions need to include this header file.
- 2022-02-24 16:30:34下载
- 积分: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
-
网络流行的开源回声消除算法,听说很好用,但是我没有用过,分享出来,给大家使用。...
网络流行的开源回声消除算法,听说很好用,但是我没有用过,分享出来,给大家使用。-popular network revenue echo cancellation algorithm, heard useful, but I never used to share out for everyone to use.
- 2022-05-30 09:07:08下载
- 积分:1
-
csr4.0 usb driver
csr4.0 usb 驱动程序的源代码,从企业社会责任的官方网站,下载使用在 windows 平台上,windows ddk 解法和在 xp 和 win7 平台上测试运行,它验证用于蓝牙 ble 开发,应用程序可以使用到互动
- 2022-09-13 02:25:03下载
- 积分:1
-
自己以前做的汇编小程序,希望对大家有用。
自己以前做的汇编小程序,希望对大家有用。-A compilation of their previous small program to do the hope that useful for everyone.
- 2023-03-11 17:30:04下载
- 积分:1
-
这是我在进行站点维护时,要对全站所有网页中的相同代码进行替换编写的一个小程序,希望大家喜欢...
这是我在进行站点维护时,要对全站所有网页中的相同代码进行替换编写的一个小程序,希望大家喜欢-This my own site maintenance, to the station all the pages of the same code prepared by the replacement of a small program, hope you like!
- 2022-03-15 21:59:12下载
- 积分:1
-
人脸检测识别系统_通用版
人脸检测识别系统_通用版 -Face Detection Recognition System _ Universal Edition
- 2022-10-15 06:25:03下载
- 积分:1