-
一个关于时钟显示的C语言程序。是24小时制式显示。
一个关于时钟显示的C语言程序。是24小时制式显示。-A clock displayed on the C language program. 24-hour format is displayed.
- 2022-02-28 10:47:42下载
- 积分:1
-
This is a program of video upsample in the dct domain which convert the video re...
dct域内视频的上采样了,640*480到1920*1080-This is a program of video upsample in the dct domain which convert the video resolution from 640*480 to 1920*1080.
- 2022-05-06 11:50:46下载
- 积分:1
-
这是一个电子钟制做程序,具有指针的图象效果
这是一个电子钟制做程序,具有指针的图象效果 -This is an electronic bell system to do procedures, the target image with the effect
- 2022-08-20 07:04:35下载
- 积分:1
-
gis Add
gis添加文件-gis Add-----------------------------
- 2022-04-12 20:22:17下载
- 积分:1
-
基于WinCE操作系统、SMDK2410硬件开发平台下的电源管理程序――主要完成系统的 睡眠、唤醒,以达到省电的目的...
基于WinCE操作系统、SMDK2410硬件开发平台下的电源管理程序――主要完成系统的 睡眠、唤醒,以达到省电的目的-Based on the WinCE operating system, SMDK2410 hardware development platform under the power management procedure- Main completed system sleep, wake up, so as to achieve the purpose of saving
- 2022-12-12 07:35:03下载
- 积分:1
-
ImageEn控件Demo,需要先安装ImageEn控件
ImageEn控件Demo,需要先安装ImageEn控件-ImageEn Control Demo, need to install control ImageEn
- 2023-04-30 20:40:03下载
- 积分: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
-
通过重画鼠标所在区域,显示一个与鼠标位置跟随的图片或者图形,非常好玩。
通过重画鼠标所在区域,显示一个与鼠标位置跟随的图片或者图形,非常好玩。-Mouse through the re-drawing the region, showing the location of a mouse to follow the pictures or graphics, very fun.
- 2022-02-04 04:56:42下载
- 积分:1
-
使用微软mci接口,利用MFC工具建立的vc++工成,实现了media player...
使用微软mci接口,利用MFC工具建立的vc++工成,实现了media player-Microsoft mci interface, the use of MFC utility to set up working into vc++ to realize media player
- 2022-01-25 19:57:35下载
- 积分:1
-
数据结构的经典学习编程算法是经典的例子,…
数据结构经典算法 是学习编程的经典例子,对于数据结构的学习有一定的帮助-data structure classical learning programming algorithm is the classic example, the data structure of the study will help
- 2022-08-06 02:44:35下载
- 积分:1