-
用VC编的小游戏程序,能给大家参考,谢谢你们使用,多多帮助我,互相学习....
用VC编的小游戏程序,能给大家参考,谢谢你们使用,多多帮助我,互相学习.-VC series of small game procedures, give your reference, thank you for your use, give more to help me, to learn from each other.
- 2022-09-09 10:35:04下载
- 积分:1
-
修正后版本
遗传算法是基于达尔文进化论的一种智能优化算法,一种可用于复杂系统优化的具有鲁棒性的搜索算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广...
修正后版本
遗传算法是基于达尔文进化论的一种智能优化算法,一种可用于复杂系统优化的具有鲁棒性的搜索算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广泛应用于组合优化、离散优化、工程优化等领域。旅行商问题是一种NP难的组合优化问题,具有重要的理论研究价值和实际应用背景。然而,传统遗传算法中存在有不足,需要提出新的改进的遗传算法,并应用于旅行商问题的求解。-Amended version of genetic algorithm based on Darwin" s theory of evolution is 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.
- 2023-06-10 23:05:03下载
- 积分:1
-
c++ university curricula, user
c++大学教程,通俗易懂,可以作为初学者的入门学习,并且内有大量的实例用于操作.-c++ university curricula, user-friendly, can be used as entry for beginners to learn, and there are a large number of examples used in the operation.
- 2022-01-24 14:26:28下载
- 积分:1
-
Learning process found in a puzzle game source code, want to share with you all.
学习过程中发现的一个字迷游戏源代码,希望和大家分享。-Learning process found in a puzzle game source code, want to share with you all.
- 2022-02-25 22:38:28下载
- 积分:1
-
How To Create A Working Thread
How To Create A Working Thread
- 2022-05-08 07:04:53下载
- 积分:1
-
用C来调用另外的可执行文件。通过调用达到执行其他程序的效果。...
用C来调用另外的可执行文件。通过调用达到执行其他程序的效果。- run an exe with C, then you can run other exe program
- 2022-03-20 10:56:00下载
- 积分:1
-
创建透明窗体-VB6
使窗体不同。您可以使您的窗体透明,并放一些控件,因此,用户只会看到控件......漂浮在他们的桌面。您可以使用这个闪屏,等等...它是所有编程,所以你从不不需要加载任何额外的扩展/OCX。和它一起玩,并让您获得不同 的窗体!
- 2022-04-26 23:18:52下载
- 积分:1
-
用来读取内存占用率,CPU占用率和磁盘剩余空间的类。
用来读取内存占用率,CPU占用率和磁盘剩余空间的类。-Occupancy rate is used to read memory, CPU utilization and disk space remaining categories.
- 2023-01-10 10:15:03下载
- 积分:1
-
用vc++mfc做的时钟
#include "stdafx.h"#include"windows.h"#include "clock.h"#include "clockDlg.h"#include"math.h"#ifdef _DEBUG#define new DEBUG_NEW#undef THIS_FILEstatic char THIS_FILE[] = __FILE__;#endif/////////////////////////////////////////////////////////////////////////////// CAboutDlg dialog used for App Aboutclass CAboutDlg : public CDialog{public: CAboutDlg();// Dialog Data //{{AFX_DATA(CAboutDlg) enum { IDD = IDD_ABOUTBOX }; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAboutDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL// Implementationprotected: //{{AFX_MSG(CAboutDlg) //}}AFX_MSG DECLARE_MESSAGE_MAP()
- 2022-08-21 22:08:38下载
- 积分:1
-
API库代码按钮
应用背景按钮API基础代码。如果你救了这个,你可以使用按钮API ;只是复制和粘贴。关键技术使用C语言。使用API,不是MFC。你不需要写代码,如果你下载了这。使用按钮
- 2023-01-11 05:45:03下载
- 积分:1