-
CFD_SIMPLE
流体力学SIMPLE算法,FORTRAN语言编译(Hydrodynamics SIMPLE algorithm, FORTRAN compiler)
- 2016-06-30 16:07:41下载
- 积分:1
-
N皇后问题
N-皇后问题是我们在数据结构和算法类的课程上经常遇到的一个问题,它的经典求解方法是采用回溯的方法,可以产生所有的可行解,但是实际上运行时间非常长,能够解决的问题规模相对非常小。有没有一种方法,可以在极短的时间内求解上百万个皇后的N-皇后问题?答案是可以,用局部搜索!Rok Sosic和Jun Gu (顾钧)在20余年前提出的系列快速局部搜索算法可以在极短的时间内,求解百万量级的N-皇后问题。
- 2022-01-22 06:02:25下载
- 积分:1
-
000
51单片机模拟一个USB键盘的代码,c语言编写的(51 USB keyboard microcontroller code that simulates a, c languages)
- 2010-12-14 19:25:58下载
- 积分:1
-
CcerisePort
说明: 实现了EVC操作串口的功能。比较不错的参考源码(Serial operation to achieve the EVC function. Comparison of a good reference source)
- 2008-09-16 18:55:58下载
- 积分:1
-
zhongjile
通过51单片机设计一个电子时钟,精确到秒,可以通过按键调节时间(By 51 microcontroller design an electronic clock, accurate to seconds, you can adjust the time by pressing a button)
- 2013-11-14 09:56:13下载
- 积分:1
-
StringClass
这个代码是STRING类的声明及实现,因为我认为C++类库中的string类比较庞大,找一个函数需要很长时间,所以用一个简单明了的代替之.(STRING kind of statement and realized, because I think the C library string of relatively large, a function for a very long time. Therefore, the use of a simple and straightforward replaced it.)
- 2006-05-17 17:46:58下载
- 积分:1
-
MNTH_TSP
1. 本程序使用模拟退火算法解决TSP问题
a) 初始温度确定方法
选取任意状态为初始状态。以1为起始温度,不断升温,直到模拟所得接受概率大于90 ;
b) 温度下降
温度下降系数为 0.95;
c) 每一温度迭代
选取固定迭代次数 100 * n;
d) 终止条件
温度下降次数到达 800,或某一温度下解不发生改变;
2. 本机运行及编译环境
win7 旗舰版 SP1
MINGW g++ 4.8.1
(Simulated Annealing Traveling Salesman Problem
1. This program uses the simulated annealing algorithm to solve TSP problem
a) determining the initial temperature method
Select any state to the initial state. 1 as the starting temperature, heats up, until the resulting analog acceptance probability greater than 90
b) the temperature drops
Temperature drop coefficient of 0.95
c) Each iteration temperature
Select a fixed number of iterations 100* n
d) the termination condition
The temperature drops to reach the number of 800, or at a temperature solution does not change
2. Run the machine and compiler environment
win7 Ultimate SP1
MINGW g++ 4.8.1)
- 2016-05-06 07:54:19下载
- 积分:1
-
ZBGL20140808
装备管理软件。用MFC编写的简单的数据库操作软件,对数据库操作初学者有帮助!(Equipment management software. Written with MFC simple database operating software for database operations beginners help!)
- 2014-09-20 00:00:42下载
- 积分:1
-
fml
已知二叉树的先序遍历结果,建立二叉树并输出其先序、中序、后序遍历结果(Build a binary tree and print the results of preorder, midorder and postorder traversals based on the known result of preorder traversal)
- 2015-02-15 15:20:26下载
- 积分:1
-
VCdiary
一个基于对话框的日记本小程序。以前在VC知识库中找基于对话框的序列化存储的程序一直没有找到,就自己做了一个。用到了链表和序列化,在对话框中使用工具栏,希望对大家有所帮助。首先,定义一个自己的结构体类,用来存储将要保存的信息。(a dialog based on the diary of the small procedures. In the past, VC knowledge base based on the dialog box to find the sequence of stored procedure has not been found, it had become one. Listless and used in the sequence, in the dialog box using the tool column, we hope to help. First, a definition of the structure type, will be used to store the information stored.)
- 2006-08-15 22:58:35下载
- 积分:1