-
遗传算法求解多旅行商问题
说明: 旅行商问题(TravelingSalesmanProblem,TSP)是一个经典的组合优化问题。经典的TSP可以描述为:一个商品推销员要去若干个城市推销商品,该推销员从一个城市出发,需要经过所有城市后,回到出发地。应如何选择行进路线,以使总的行程最短。从图论的角度来看,该问题实质是在一个带权完全无向图中,找一个权值最小的Hamilton回路。由于该问题的可行解是所有顶点的全排列,随着顶点数的增加,会产生组合爆炸,它是一个NP完全问题。(Traveling Salesman Problem (TSP) is a classic combinatorial optimization problem. The classic TSP can be described as: a merchandiser sells goods to several cities. The salesman starts from a city and needs to go through all the cities and return to the starting point. How to choose the route of travel so that the total journey is the shortest. From the point of view of graph theory, the essence of the problem is to find a Hamilton loop with the smallest weight in a completely undirected graph with weights. Since the feasible solution to this problem is the full permutation of all vertices, as the number of vertices increases, a combinatorial explosion occurs, which is an NP-complete problem.)
- 2020-06-17 11:00:02下载
- 积分:1
-
frmOrderGoods.Designer
说明: 图片识别,识别任意图片中的汉字,字符灯内容,保存为c文件,可以用做多种用途(Picture recognition, recognition of Chinese characters in any picture, character lamp content, saved as C file, can be used for a variety of purposes.)
- 2020-06-25 03:00:02下载
- 积分:1
-
ARMandc51
说明: ARM与51编写程序的区别
测试环境:KEIL ARM的空间统一编址,单片机的空间独立编址 ARM没有bool变量,单片机可采用bit变量(ARM write programs with 51 different test environment: KEIL ARM room for a unified addressing, single-chip ARM addressing space is not an independent bool variable, the variable bit microcontroller can be used)
- 2010-03-28 02:27:13下载
- 积分:1
-
遗传算法的实数编码
说明: 遗传算法的实数编码实现,亲测能用,没有编码和解码过程(The real coding implementation of genetic algorithm, which can be used by hand test, has no coding and decoding process)
- 2019-12-02 20:53:30下载
- 积分:1
-
11
说明: 本文主要将蚁群算法用于解决连续函数优化的问题(This paper will be used for ant colony algorithm to solve the problem of continuous function optimization)
- 2008-12-05 21:11:37下载
- 积分:1
-
模糊控制的隶属度值的计算
Membership Value calculateion for Fuzzy Control
- 2022-01-24 17:27:54下载
- 积分:1
-
列出所有的Windows USB设备,一个小程序。很有用的
列举出WINDOWS中所有的USB设备的一个小程序。很实用-list all of the Windows USB device, a small procedure. Very useful
- 2022-02-04 08:07:06下载
- 积分:1
-
设计了IIR低通滤波器,需要的可以参考一下子的
设计了IIR低通滤波器,需要的可以参考一下子的-Designed IIR low-pass filter at once need to refer to the
- 2022-06-21 01:14:45下载
- 积分:1
-
Example realize this application NTC thermistor for temperature measurements. Th...
本应用例实现NTC热敏电阻器对温度的测量。热敏电阻器把温度的变化转换为电阻阻值的变化,再应用相应的测量电路把阻值的变化转换为电压的变化;SPMC75F2413A内建8路ADC可以把模拟的电压值转换为数字信号,对数值信号进行处理可以得到相应的温度值。-Example realize this application NTC thermistor for temperature measurements. The thermistor temperature is converted to resistance changes, and then the application of the corresponding measuring circuit the resistance change is converted to voltage changes SPMC75F2413A built-in 8-way ADC analog voltage can be converted into digital signal values, Numerical treatment of the signals can be the corresponding temperature value.
- 2023-06-11 08:25:04下载
- 积分:1
-
G.729的编解码C源码
说明: G.729的编解码C源码(使用Intel的IPP包)堪称效率最高(G. 729 codec C source (the use of Intel IPP package) is the highest efficiency)
- 2020-06-16 14:25:20下载
- 积分:1