-
请试试这个VB beginners.it很有用。
Please try this for vb beginners.it s very useful.
- 2022-07-01 13:41:32下载
- 积分:1
-
这是一个杂乱的一般程序的matlab仿真,程序可以查看…
这是一个matlab仿真杂波的大致程序,可以通过程序查看瑞利等分布的图形!-This is a matlab simulation of clutter general procedure, the procedure can view the Rayleigh distribution of the graphics!
- 2022-03-04 06:36:41下载
- 积分:1
-
clipboard enhancement procedures
剪贴板增强程序 -clipboard enhancement procedures
- 2022-03-19 14:04: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
-
基于GDI图片上编辑文本
应用背景本软件是一个条码编辑器,可以自定义一个条码背景图,然后打开软件后,自己填写产品型号、序列号等等。主要是用于简单的生成一个条形码,最后既可以在软件上显示结果,也可以输出一张条形码BMP图片。关键技术
1.基于GDI位图技术,在图片上编辑文本;
2.动态创建BMP位图;
3.内存读写位图文件;
4.采用MFC框架编写的条码编辑器;
5.可扩展图片编辑功能;
- 2022-03-22 11:07:03下载
- 积分:1
-
关机,试用时先保存好文件。
关机,试用时先保存好文件。-shutdown, when the first trial to preserve the documents.
- 2022-04-20 20:41:40下载
- 积分:1
-
API procedures used to prepare your API for the first procedure
API程序,用API编写你的第一个程序-API procedures used to prepare your API for the first procedure
- 2022-10-20 20:00:03下载
- 积分:1
-
一个类似windows自带的简易画板
一个类似windows自带的简易画板-a similar windows own simple Sketchpad
- 2022-08-11 01:24:56下载
- 积分:1
-
a program to change string s length,you can change it from the outside ,for exam...
一个改变字符串长度的程序,可以从外部改变它,例如文件名。
- 2022-05-07 00:12:02下载
- 积分:1
-
tc调试程序的原代码
tc调试程序的原代码-source code of tc debugging program
- 2022-11-25 11:10:03下载
- 积分:1