-
这是一个单向链表的程序,可以增加,删除节点,运行调试通过.
这是一个单向链表的程序,可以增加,删除节点,运行调试通过.-This is a one-way linked list of procedures, can add, delete nodes, running through debugging.
- 2022-12-19 17:45:03下载
- 积分:1
-
SHAPE FUNCTION OF 1D MLS APPROXIMATION
SHAPE FUNCTION OF 1D MLS APPROXIMATION
- 2022-03-24 11:51:03下载
- 积分:1
-
在WINCE下,设置PPC机背光的时间的类
在WINCE下,设置PPC机背光的时间的类-in WINCE, PPC machines installed backlight time by category
- 2023-08-28 02:40:04下载
- 积分: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
-
ssd qp4 moves de map according to the city selected
ssd qp4 moves de map according to the city selected
- 2022-01-25 22:44:31下载
- 积分:1
-
地球潮汐改正模型,可用于精密单点定位(precise point positioning)...
地球潮汐改正模型,可用于精密单点定位(precise point positioning)-The Earth tidal correction model can be used for precise point positioning (precise point positioning)
- 2022-02-04 14:11:04下载
- 积分:1
-
VC4000演示
vc4000的vb开发包,希望能帮助有需要的人-vc4000 demo
- 2023-06-06 14:35:03下载
- 积分:1
-
个人播放器(支持微软的所有视频文件格式)
原程序代码
全代码,用MCI 编写...
个人播放器(支持微软的所有视频文件格式)
原程序代码
全代码,用MCI 编写-individual players (Microsoft"s support for all video file format) original program code-code, prepared with MCI
- 2022-01-25 18:05:20下载
- 积分:1
-
c# 调用vlc播放rtmp流
运行时需要将vlc的plugins文件夹放在与exe同一级目录,由于这个插件太大就不上传了,自己可以下载到
- 2022-01-24 14:52:12下载
- 积分:1
-
雪花飘落小程序
雪花飘落小程序-snowflakes floated down to small programs
- 2022-04-09 13:13:47下载
- 积分:1