非常好的优化算法的书,详细介绍了蚁群算法和粒子群算法以及相关的matlab工具箱,讲了理论和应用给出了工具箱的下载地址。 Swarm intelligence is an innovative computational way to solve hard problems. In particular, particle swarm optimization, also commonly known as PSO, mimics the behavior of a swarm of insects or a school of fish. IF one of the particle discovers a good path to food the rest of the swarm will be able to follow instantly even IF they are far away in the swarm. Swarm behavior is modeled by particles in multidimensional space that have two characteristics: a position and a velocity. These particles wander around the hyperspace and remember the best position that they have discovered. They communicate good positions to each other and adjust their own position and velocity based on these good positions.
标签: 优化算法
上传时间: 2014-01-26
上传用户:zgu489
his an ecapsulation of the ICS - Internet Component Suite. ICS can be found at : http://users.swing.be/francois.piette/indexuk.htm Please take the time to look at the code and learn something. IF you re a Dephi Pro, you can probably give me some tips as I am still new to Delphi programming.
标签: ecapsulation ICS Component Internet
上传时间: 2013-12-22
上传用户:epson850
四元式,递归下降法书写的IF。。else条件语句的语法分析及语义分析程序
标签:
上传时间: 2013-12-08
上传用户:ddddddos
SD card controller can just read data using 1 bit SD mode. I have written this core for NIOS2 CPU, Cyclone, but I think it can works with other FPGA or CPLD. Better case for this core is SD clock = 20 MHz and CPU clock = 100 MHz (or in the ratio 1:5). IF you have a wish you can achieve this core. Good luck
标签: controller written NIOS2 using
上传时间: 2016-08-12
上传用户:王楚楚
The acceptance and introduction of serial communication to more and more applications has led to requirements that the assignment of message identIFiers to communication functions be standardized for certain applications. These applications can be realized with CAN more comfortably, IF the address range that originally has been defined by 11 identIFier bits is enlarged
标签: more communication introduction applications
上传时间: 2014-01-04
上传用户:小草123
a sample WDM stream class video capture driver that supports two IEEE 1394 digital cameras. The same driver may be able to support other digital cameras that conform to 1394-based Digital Camera SpecIFication from 1394 Trade Association. Digital camera supported by dcam.sys is a data source that produces digital image data without any other input connection. It manIFests itself in a DirectShow graph as a WDM Streaming Capture Device and as a capture filter that has output capture stream supporting image sizes of 320x240 with a UYVY color space. Its de-compressor, Msyuv.dll, is part of the OS delivery, and it can convert image data format from UYVY to RGB16, RGB8, or to a Direct Draw surface IF the video card supports UYVY format.
标签: supports capture cameras digital
上传时间: 2014-01-13
上传用户:yph853211
This a sample Plug and Play filter driver that provides WMI data blocks. Typically, driver writers will copy the sample code into their own driver and make any minor modIFications so that the WMI data blocks are always available when the driver is loaded. Alternatively, WmiSamp can be left as a filter driver IF WMI data blocks should only be made available when the filter driver is loaded.
标签: driver Typically provides writers
上传时间: 2016-08-26
上传用户:talenthn
The iputils package contains ping, a basic networking tool. The ping command sends a series of ICMP protocol ECHO_REQUEST packets to as pecIFied network host and can tell you IF that machine is alive and receiving network traffic.ipv6calc is a small utility which formats and calculates IPv6 addresses in dIFferent ways. It extends the existing address detection on IPv6 initscript setup or make lIFe easier in adding reverse IPv6 zones to DNSor using in DNS queries like nslookup -q=ANY ipv6calc -r 3ffe:400:100:f101::1/48`
标签: ping networking The contains
上传时间: 2014-08-25
上传用户:zhichenglu
The main features of the considered identIFication problem are that there is no an a priori separation of the variables into inputs and outputs and the approximation criterion, called misfit, does not depend on the model representation. The misfit is defined as the minimum of the l2-norm between the given time series and a time series that is consistent with the approximate model. The misfit is equal to zero IF and only IF the model is exact and the smaller the misfit is (by definition) the more accurate the model is. The considered model class consists of all linear time-invariant systems of bounded complexity and the complexity is specIFied by the number of inputs and the smallest number of lags in a dIFference equation representation. We present a Matlab function for approximate identIFication based on misfit minimization. Although the problem formulation is representation independent, we use input/state/output representations of the system in order
标签: identIFication considered features separati
上传时间: 2016-09-20
上传用户:FreeSky
wince EVC 简单的图片浏览功能,自已随意扩展 支持 *.bmp *.jpg *.gIF *.png 等等 // TODO: Add your control notIFication handler code here CString defFilter("选中其中一个文件|*.bmp *.jpg *.gIF *.png") CFileDialog dlg(TRUE,NULL,NULL,OFN_ALLOWMULTISELECT,defFilter) IF(dlg.DoModal()==IDOK){ PathName=dlg.GetPathName() }
标签: notIFication control wince TODO
上传时间: 2016-09-22
上传用户:gut1234567