-
遍历进程和结束进程的几种常见方法,可以获取进程文件名!...
遍历进程和结束进程的几种常见方法,可以获取进程文件名!-Ergodic process and the end of the process of several common methods, the process can get the file name!
- 2022-01-27 12:48:04下载
- 积分:1
-
xxxzzz xxxzzzz
xxxzz xxxzzz xxxzzz xxxzzz xxxzzz xxxzzz xxxzzz
- 2022-05-16 19:29:05下载
- 积分:1
-
CASIC多模卫星导航接收机驱动程序,GPS驱动程序
GPS驱动程序,从NMEA0183协仪中提取定位数据
- 2022-03-31 22:12:04下载
- 积分:1
-
Bank collection telephone management system 1, the use of document management th...
银行代收电话管理系统1,使用文档管理整个收费信息,内容有:客户姓名C16,电话号码N11,市内收费F7.2,长途收费F7.2,信息费F7.2,ADSL收费F7。2、总费用为F8.2,对应日期N6,收费状态为C(0-无地,1-已收),收费日期为D,银行账户为N20,收费名称为2,提供功能:(注:所有输出发送到显示器)每月统计总费用并逐日统计费用和收费金额,退还治疗费并输出相应单据,提供姓名和电话号码的费用和收费情况及费用明细,要求按姓名顺序插入排序(稳定排序),对电话号码按半插入排序。
- 2022-03-18 08:25:38下载
- 积分:1
-
split windows
split windows
- 2022-03-21 00:37:14下载
- 积分:1
-
运筹学单纯形法方法的演算实现
在我们一般运筹学的学习中,在遇到运输、分配等问题时,需要用到单纯形法来解决,直接利用程序算的结果,避免了手动演算的麻烦,此程序代码为方便学习者使用。
- 2022-02-25 22:36:42下载
- 积分:1
-
零件切割问题
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形...
零件切割问题
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?采用分治递归-Parts mutilation given width W of a rectangular plate, rectangular plate of height restrictions. Is the need to cut out from the board, respectively, n-height hi, a width of the rectangular parts wi. Parts of the rules of cutting height direction and the direction of rectangular plates with a high degree of consistency. Asked how to make the use of cutting rectangular plate height h the smallest? Recursive use of sub-rule
- 2023-04-23 19:05:03下载
- 积分:1
-
bruce powel douglass classic, real time design patterns
bruce powel douglass的经典著作,real time design patterns-bruce powel douglass classic, real time design patterns
- 2022-11-04 05:25: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
-
电信短信的JAVA开发包,中兴提供,做电信短信必需。
电信短信的JAVA开发包,中兴提供,做电信短信必需。-telecom messaging Java Development Kit, ZTE to offer telecom messaging necessary.
- 2022-07-14 18:09:21下载
- 积分:1