基于基本遗传算法的函数最优化SGA.C A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code presented by David E.Goldberg
标签: Algorithm Optimizer developed Function
上传时间: 2015-05-29
上传用户:aa54
it is a good programe to use in nonlinear optical aspect
标签: nonlinear programe optical aspect
上传时间: 2014-01-13
上传用户:cc1015285075
oki测试uart,pwm,a/d的程序,大家来讨论
上传时间: 2015-05-29
上传用户:moshushi0009
基于S3C44B0X微处理器,通过A/D转换器读入模拟信号伏值,对ADC进行测试
上传时间: 2013-12-23
上传用户:源码3
Metalworks is a simple Swing-based simulated e-mail application. It shows off several features of Swing, including JInternalFrame, JTabbedPane, JFileChooser, JEditorPane, and JRadioButtonMenuItem. Metalworks is optimized to work with the Java look and feel (codenamed "Metal") and shows use of several features, such as themes, that are specific to the Java look and feel.
标签: Swing-based application Metalworks simulated
上传时间: 2015-05-30
上传用户:lizhen9880
This example imports a text file into a database table using ADO. Because it uses ADO, it should work with all data sources, though it has only been tested with Access. Usage is explained in the code s comments.
标签: ADO database Because example
上传时间: 2013-12-27
上传用户:1079836864
Assembly example with RealView MDK The Assembly example shows how to create a pure assembly program for an ARM device. It is done using the RealView Compilation Tools that are part of the RealView MDK-ARM.
标签: Assembly example RealView assembly
上传时间: 2015-05-30
上传用户:FreeSky
附有本人超级详细解释(看不懂的面壁十天!) 一、 实际问题: 希尔排序(Shell Sort)是插入排序的一种。因D.L.Shell于1959年提出而得名。它又称“缩小增量分类法”,在时间效率上比插入、比较、冒泡等排序算法有了较大改进。能对无序序列按一定规律进行排序。 二、数学模型: 先取一个小于n的整数d1作为第一个增量,把文件的全部记录分成d1个组。所有距离为dl的倍数的记录放在同一个组中。先在各组内进行直接插人排序;然后,取第二个增量d2<d1重复上述的分组和排序,直至所取的增量dt=1(dt<dt-l<…<d2<d1),即所有记录放在同一组中进行直接插入排序为止。该方法实质上是一种分组插入方法。 三、算法设计: 1、将相隔某个增量dlta[k]的元素构成一个子序列。在排序过程中,逐次减小这个增量,最后当h减到1时,进行一次插入排序,排序就完成。增量序列一般采用:dlta[k]=2t-k+1-1,其中t为排序趟数,1≤k≤t≤[log2 (n+1)],其中n为待排序序列的长度。按增量序列dlta[0..t-1]。 2、按增量dlta[k](1≤k≤t≤[log2 (n+1)])进行一趟希尔插入排序。 3、在主函数中控制程序执行流程。 4、时间复杂度:1≤k≤t≤[log2 (n+1)]时为O(n3/2)。
上传时间: 2013-12-11
上传用户:天涯
How to Think Like a Computer Scientist Learning with Python 学习linux下Python脚本的必备书籍
标签: Python Scientist Computer Learning
上传时间: 2014-10-29
上传用户:heart520beat
I2S Interface Specification The I2S-bus (Inter-IC Sound bus) is a serial link for transmitting stereo audio between devices in a system.
标签: Specification transmitting Interface Inter-IC
上传时间: 2013-12-28
上传用户:Thuan