-
这个只是一个简单的编辑工具很好用的希望你们能好好的研究,有什么问题随时联系。...
这个只是一个简单的编辑工具很好用的希望你们能好好的研究,有什么问题随时联系。-a simple tools to you learning java project.
- 2023-01-28 21:20:04下载
- 积分:1
-
此算法包含了快速排序、堆排序、希尔排序等内容
此算法包含了快速排序、堆排序、希尔排序等内容-Algorithm contains quicksort heap sort, Shell sort etc.
- 2022-12-13 14:50:03下载
- 积分:1
-
C++语言的入门介绍,包括C++的语法,调试,如何书写
C++语言的入门介绍,包括C++的语法,调试,如何书写-C++ language of the entry, including the syntax of C++, debugging, how to write code
- 2022-01-31 09:36:13下载
- 积分:1
-
程序源代码
遗传算法是基于达尔文进化论的一种智能优化算法,一种可用于复杂系统优化的具有鲁棒性的搜索算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广...
程序源代码
遗传算法是基于达尔文进化论的一种智能优化算法,一种可用于复杂系统优化的具有鲁棒性的搜索算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广泛应用于组合优化、离散优化、工程优化等领域。旅行商问题是一种NP难的组合优化问题,具有重要的理论研究价值和实际应用背景。然而,传统遗传算法中存在有不足,需要提出新的改进的遗传算法,并应用于旅行商问题的求解。-Genetic algorithm source code 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 combinatorial 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-07-04 18:15:39下载
- 积分:1
-
在自动点击链接源
source for click in links automaticly
- 2023-02-03 18:55:03下载
- 积分:1
-
利用DLL编写导出类,是一个通俗易懂的例子哦,拿回去看看吧
利用DLL编写导出类,是一个通俗易懂的例子哦,拿回去看看吧-derived type is a user-friendly examples Oh, look at the federal Look here
- 2022-09-22 15:45:03下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
can deal with the Chinese in the regular expression, you can search for document...
可以处理中文的正则表达式库,可以用于文件检索-can deal with the Chinese in the regular expression, you can search for documents
- 2022-05-08 09:02:54下载
- 积分:1
-
Intel386™ CXSA
EMBEDDED MICROPROCESSOR
datasheet
Intel386™ CXSA
EMBEDDED MICROPROCESSOR
datasheet-Intel386™ CXSA
EMBEDDED MICROPROCESSOR
datasheet
- 2023-08-30 00:50:03下载
- 积分:1
-
clock program using OpenGl with C
clock program using OpenGl with C-clock program using OpenGl with C
- 2022-01-25 19:10:08下载
- 积分:1