This a GA implementation using binary and real coded variables. Mixed variables can be used. Constraints can also be handled. All constraints must be greater-than-equal-to type (g >= 0) and normalized (see the SAmple problem in prob1 in objective()).
标签: variables implementation Constra binary
上传时间: 2015-03-16
上传用户:qiao8960
Programming the Microsoft Windows Driver Model Copyright © 1999 by Walter Oney General Information。The companion disc for Programming the Microsoft Windows Driver Model contains more than 20 SAmple drivers and test programs to illustrate the topics covered by the book.
标签: Programming Microsoft Copyright Informati
上传时间: 2015-03-28
上传用户:skfreeman
This an adaptive receiver for a direct-sequence spread spectrum (DS-SS) system over an AWGN channel. The adaptive receiver block is modified from the LMS adaptive filter block in DSP Blockset. For DS-SS signal reception, the adaptive filter needs to have multi-rate operation. The input SAmple rate is equal to chip rate and the output is at symbol rate. Two rates are related by PG, processing gain
标签: direct-sequence adaptive receiver spectrum
上传时间: 2014-01-16
上传用户:D&L37
Addfilter is a command-line application which adds and removes filter drivers for a given drive or volume. It is intended to demonstrate how to insert a filter driver into the driver stack of a device. The SAmple illustrates how to do this by using the SetupDi APIs. The SAmple works on both x86 and Alpha platforms. It has only been tested in a 32-bit environment. Since Addfilter is not a driver, it does not deal with Plug and Play or Power Management.
标签: command-line application Addfilter drivers
上传时间: 2013-12-30
上传用户:天诚24
This article is a very simple introduction writing a Windows Form application for the Microsoft.NET framework using C#. The SAmple application demonstrates how to create and layout controls on a simple form and the handling of mouse click events. The application displays a form showing attributes of a file. This form is similar to the properties dialog box of a file (Right click on a file and Click on Properties menu item). Since attributes of a file will be shown, the SAmple will show how to use File IO operations in .NET framework.
标签: introduction application Microsoft article
上传时间: 2015-04-09
上传用户:www240697738
SDP Search and Record generator OVERVIEW: Recognizing the difficulty in creating an SDP service description and search from scratch, Microsoft is providing a SAmple utility in bthnscreate.cxx to automatically create a service or record. This utility can be run to create an SDP record or to setup an SDP Service, Attribute, or ServiceAttribute search based on information stored in a human readable file.
标签: Recognizing difficulty SDP generator
上传时间: 2015-04-16
上传用户:dyctj
编译工作台 是本人编写的用于编译原理教学的工具,它是一个自由软件,现在已经发布(主页为http://download.enet.com.cn/html/030792005091701.html,上有软件介绍和截图)。 软件的源代码在压缩包的src目录中。WB.zip是主程序,其编译后生成WB.exe;LLDemo.zip是LL动态演示程序,其编译后生成Demo.exe,将其改名成LLDemo.exe;LRDemo.zip是LR动态演示程序,其编译后生成Demo.exe,将其改名成LRDemo.exe。将这3个exe文件和help目录中的所有文件拷贝到同一目录即可。 另外,SAmple目录中有例子文件,CWB_SETUP.exe是安装程序。
上传时间: 2014-01-24
上传用户:zukfu
LVQ学习矢量化算法源程序 This directory contains code implementing the Learning vector quantization network. Source code may be found in LVQ.CPP. SAmple training data is found in LVQ1.PAT. SAmple test data is found in LVQTEST1.TST and LVQTEST2.TST. The LVQ program accepts input consisting of vectors and calculates the LVQ network weights. If a test set is specified, the winning neuron (class) for each neuron is identified and the Euclidean distance between the pattern and each neuron is reported. Output is directed to the screen.
标签: implementing quantization directory Learning
上传时间: 2015-05-02
上传用户:hewenzhi
This is a serial mouse driver, which is compliant with Plug and Play, supports dynamic detection (via serenum) and removal (either hotplug or via the device manager). The code serves as a SAmple for any serial-enumerable device. The behavior of the various routines is documented in the source code files.
标签: compliant detection supports dynamic
上传时间: 2015-05-16
上传用户:dancnc
Unzip this file into a writeable directory. You should end up with a "Geocode" project, as well as Bitmaps and TestData directories. This SAmple geocodes single-match zip codes, entered by the user, or a batch-match of a table of zips (and other info) against a point shapefile. The point data shapefile consists of 41859 point features from 1996 GDT data, in decimal degrees. The table of zips that can be used in the batch match consists of 38 records, entitled "few_zips.dbf". More specifcs are found at the top of each form and are provided throughout the code.
标签: directory writeable Geocode project
上传时间: 2013-12-19
上传用户:wangchong