-
a simple mouse hook
一个最简单的鼠标钩子-a simple mouse hook
- 2023-05-04 00:55:03下载
- 积分:1
-
delphi代码更新
Delphi 自动更新代码小demo,RaizeFlatStyleCoolTrayGridEhVCLZipMSNPopupAutoUpgrader可以方便的进行修改,自定义更新界面
- 2022-04-20 09:33:03下载
- 积分:1
-
MFlood agreement Mflood.cc procedures, the procedures for implementation of the...
MFlood协议的Mflood.cc程序,这个程序用于泛洪协议的实现。-MFlood agreement Mflood.cc procedures, the procedures for implementation of the protocol flooding.
- 2022-04-20 05:50:48下载
- 积分:1
-
通过使用基础的PID控制方式,控制小车的运动以及连接在上面的一级转轴的角度。...
通过使用基础的PID控制方式,控制小车的运动以及连接在上面的一级转轴的角度。-Basis through the use of the PID control mode to control the car
- 2023-03-01 15:50:03下载
- 积分:1
-
操作系统的一个小程序,进程的创建与撤消,仅供学习使用
操作系统的一个小程序,进程的创建与撤消,仅供学习使用-a small operating system procedures, processes and the creation of withdrawal, only learning to use
- 2022-09-25 13:50:03下载
- 积分:1
-
经典报表工具,报表控件SMExport v4.
经典报表工具,报表控件SMExport v4.-classic tools statements, statements SMExport Control v4.
- 2023-01-19 18:15:04下载
- 积分:1
-
Genetic algorithm is based on Darwin' s theory of evolution of an intelligent...
遗传算法是基于达尔文进化论的一种智能优化算法,一种可用于复杂系统优化的具有鲁棒性的搜索算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广泛应用于组合优化、离散优化、工程优化等领域。旅行商问题是一种NP难的组合优化问题,具有重要的理论研究价值和实际应用背景。然而,传统遗传算法中存在有不足,需要提出新的改进的遗传算法,并应用于旅行商问题的求解。-Genetic algorithm is based on Darwin" s theory of evolution of an intelligent optimization algorithm, a complex system can be used to optimize the robustness of the search algorithm, the application of traditional methods to solve difficult and complex, nonlinear problems, can be widely used in combination optimization, discrete optimization, engineering, optimization and other fields. Traveling Salesman Problem is a NP hard combinatorial optimization problem, has important theoretical value and practical application of research background. However, the traditional genetic algorithm, there is less than the need to introduce new improved genetic algorithm, and applied for solving the traveling salesman problem.
- 2022-08-23 15:36:01下载
- 积分:1
-
《Visual C++高级编程及其项目应用开发》源代码
《Visual C++高级编程及其项目应用开发》源代码-"Advanced Programming in Visual C application development projects and the" source code
- 2023-05-29 06:50:03下载
- 积分:1
-
创建一个不能调整大小的MDI窗口
创建一个不能调整大小的MDI窗口-create a unresizable mdi window
- 2022-08-26 07:16:29下载
- 积分:1
-
httpserver解决乱码问题
procedure TForm1.httpS_1CommandGet(AContext: TIdContext;
ARequestInfo: TIdHTTPRequestInfo; AResponseInfo: TIdHTTPResponseInfo);
// var
// bb : Tb
var
sRawByte: RawByteString;
sAnsi: AnsiString;
begin
Mm_1.Clear;
ARequestInfo.ContentType :="text/html;Charset=UTF-8";
Mm_1.Lines.Add("ContentType Params " + ARequestIn
- 2022-08-22 10:45:21下载
- 积分:1