-
Query system idle time. For example, when the system xx free xx seconds after th...
查询系统空闲时间。比如当系统空闲xx秒后执行xx程序。-Query system idle time. For example, when the system xx free xx seconds after the implementation of procedures.
- 2022-06-14 21:22:17下载
- 积分:1
-
USB读写的简单程序,用于读取USB信息
一个读写usb的简单程序,用来读取usb的信息-Usb a to read and write simple procedures, used to read the usb information
- 2022-03-12 07:50:22下载
- 积分:1
-
使用ADO封装类的数据库程序开发实例
在这个测试程序中,我对连接类和记录集类的大部分方法进行了测试,包括对常用数据类型的存取,添加删除等等,还有对多种数据类型以整型,双精度型,字符型类型的变量读取,其中以字符型兼容性最好,基本上对大部分数据都能返回有效值,其次是双精度型,和整型,它们不能读取字符型,日期型等字段的值
- 2022-07-23 00:40:26下载
- 积分:1
-
学校管理系统
学校管理系统保持呼吸道的教师、 学生、 中执行的活动学校和学生的在学校的表现。
- 2022-08-09 18:50:13下载
- 积分:1
-
藏器枚举可成功源文件,可计算机…
HID设备可以成功枚举的源码文件,计算机可以识别-HID device enumeration can be successfully source document, the computer can be identified
- 2022-03-09 15:07: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
-
This program can be used to catch the screen image, which can be used as wall pa...
可以把屏幕内容捕捉下来,用在制作墙纸方面 ,相当于print screen键-This program can be used to catch the screen image, which can be used as wall paper. This function equals to "print screen" key.
- 2022-10-11 00:45:02下载
- 积分:1
-
The use of windows API function to write win32 platform directly under the entry...
利用windows API函数直接书写win32平台下的程学的经典入门书,适合初学者加深winAPI的认识。-The use of windows API function to write win32 platform directly under the entry way to learn the classic book, suitable for beginners to deepen understanding of WinAPI.
- 2022-06-11 23:10:56下载
- 积分:1
-
递归与分治算法的应用.零件切割问题
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则...
递归与分治算法的应用.零件切割问题
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?
-recursive algorithm with the partition of the application. Parts mutilation given a width of the rectangular plate W, the height of rectangular plate unrestricted. Board is required from the respective cut out n height of the hi, wi width of the rectangular parts. Cutting parts to the rules of the height of the rectangular plate with a high degree of consistent direction. Asked how cutting makes use of the rectangular plate height h minimum?
- 2022-01-26 05:51:05下载
- 积分:1
-
在线查找税码
此项目检查税务代码在线从官方网站 ANAF。
如果你问这个验证码,这被插入在一个单独的屏幕中。
- 2022-01-31 04:51:33下载
- 积分:1