Welcome![Sign In][Sign Up]
Location:
Search - gads

Search list

[GUI Developgads

Description: #include <stdio.h> unsigned long int crc32_table[256] unsigned long int ulPolynomial = 0x04c11db7 unsigned long int Reflect(unsigned long int ref, char ch) { unsigned long int value(0) // 交换bit0和bit7,bit1和bit6,类推 for(int i = 1 i < (ch + 1) i++) { if(ref & 1) value |= 1 << (ch - i) ref >>= 1 } return value } init_crc32_table() { unsigned long int crc,temp // 256个值 for(int i = 0 i <= 0xFF i++) { temp=Reflect(i, 8) crc32_table[i]= temp<< 24 for (int j = 0 j < 8 j++){ unsigned long int t1,t2 unsigned long int flag=crc32_table[i]&0x80000000 t1=(crc32_table[i] << 1) if(flag==0) t2=0 else t2=ulPolynomial crc32_table[i] =t1^t2 } crc=crc32_table[i] crc32_table[i] = Reflect(crc32_table[i], 32) } } -# include
Platform: | Size: 795 | Author: 海波 | Hits:

[Other resourceGads

Description: 敝人最近整理的关于MatLab中的遗传算法工具箱Gads的资料,不敢独享,希望能起到一定的帮助作用-myself recently finishing on the MatLab genetic algorithm toolbox Gads information, not exclusive, hope to play a helpful role
Platform: | Size: 12110 | Author: 遗传算法爱好者 | Hits:

[Other resourcegads

Description: 遗传算法工具包,matlab 7.0包含了这个工具箱,matlab7.0以前的版本没有这个工具箱,雷英杰编著《Matlab遗传算法工具箱及应用》对这个工具箱的使用进行了介绍
Platform: | Size: 569966 | Author: li.j | Hits:

[Other resourceMatlab7GADS

Description: 这个程序是关于matlab7中GADS工具箱的使用例程,比较有特点。
Platform: | Size: 57934 | Author: stone | Hits:

[Other resourcegads

Description: matlab7 gads工具箱,非常难得的资料,将其拷到matlab7主目录下,或工具箱目录下即可
Platform: | Size: 567745 | Author: wangjing | Hits:

[GUI Developgadsga

Description: 对于用户来说,建立图书馆,就是为了能够获得最快,最新的关于某一专业的信息资源,对于海量的资源库来讲,只需将现有的信息资源进行必要的更新,在服务器上操作即可,不需要管理者每台终端费时、费神地维护和管理,且对于每个用户来说,只可读取信息库的资源,没有任何写入及修改的权限。 本系统是针对(以学校为样体,用户为学生)图书馆的管理而编制的系统。-for the user, the establishment of libraries, in order to obtain the fastest, the latest of a professional information resources for the massive resource base speaking only to existing information resources necessary for the update, the server can operate without time-consuming per terminal managers, bother to maintenance and management, and for each user can only read for information resources, no write and revise the mandate. The system is against (a school- like bodies, users of students) library management and preparation systems.
Platform: | Size: 1024 | Author: 海波 | Hits:

[GUI Developgads

Description:
Platform: | Size: 1024 | Author: 海波 | Hits:

[Othergads_tb

Description: matlab的遗传算法工具箱介绍,英文的,但是很容易入门。-Matlab toolbox on Genetic Algorithms, English, but very easy entry.
Platform: | Size: 3009536 | Author: 薛艳敏 | Hits:

[matlabGads

Description: 敝人最近整理的关于MatLab中的遗传算法工具箱Gads的资料,不敢独享,希望能起到一定的帮助作用-myself recently finishing on the MatLab genetic algorithm toolbox Gads information, not exclusive, hope to play a helpful role
Platform: | Size: 12288 | Author: 遗传算法爱好者 | Hits:

[matlabgads

Description: 遗传算法工具包,matlab 7.0包含了这个工具箱,matlab7.0以前的版本没有这个工具箱,雷英杰编著《Matlab遗传算法工具箱及应用》对这个工具箱的使用进行了介绍-Genetic Algorithm Toolkit, matlab 7.0 contains the toolbox, matlab7.0 previous versions do not have this toolbox, LEI Ying-jie edited
Platform: | Size: 569344 | Author: li.j | Hits:

[AI-NN-PRMatlab7GADS

Description: 这个程序是关于matlab7中GADS工具箱的使用例程,比较有特点。-This process is about the GADS toolbox matlab7 in the use of routines, the more characteristics.
Platform: | Size: 57344 | Author: stone | Hits:

[matlabgads

Description: matlab7 gads工具箱,非常难得的资料,将其拷到matlab7主目录下,或工具箱目录下即可-Toolbox matlab7 gads, very rare information Kaodao matlab7 their home directory, or directory can Toolbox
Platform: | Size: 567296 | Author: wangjing | Hits:

[Algorithmgads

Description: 自用遗传算法工具箱,很全,我一直使用着,有问题可与我联系-Genetic Algorithm Toolbox for personal use, it is full, I had been using, there are problems to contact me
Platform: | Size: 234496 | Author: guozheng | Hits:

[CSharpgatool

Description: 遗传算法的GADS中的源码gatool函数代码-Genetic GADS in source gatool function code
Platform: | Size: 2048 | Author: 骆琰妍 | Hits:

[CSharpgafitness

Description: 遗传算法GADS的gafitness函数的代码-GA GADS of gafitness function code
Platform: | Size: 2048 | Author: 骆琰妍 | Hits:

[CSharpfitscalingshiftlinear

Description: 遗传算法GADS的fitscalingshiftlinear函数代码-GA GADS of fitscalingshiftlinear function code
Platform: | Size: 1024 | Author: 骆琰妍 | Hits:

[CSharppoll

Description: 遗传算法GADS的private函数中的poll函数代码-GA GADS the private function in the poll function code
Platform: | Size: 2048 | Author: 骆琰妍 | Hits:

[matlabcode-of-gads

Description: 遗传算法的matlab编码文件,适合新手-code of gads for matlab
Platform: | Size: 1024 | Author: 李明 | Hits:

[matlabgads

Description: 该算法是matlab7.0以上版本的工具包。源代码描述的是基本的遗传算法。-The algorithm is matlab7.0 above kit. Source describes the basic genetic algorithm
Platform: | Size: 1308672 | Author: nichao | Hits:

[OtherGADS-Toolbox

Description: GADS的用户手册英文版资料,原版读起来也许收获更大 我认为是这样-GADS(Genetic Algorithm and Direct Search Toolbox) data users tutorials, original read more I think maybe this is the harvest
Platform: | Size: 4029440 | Author: 姚明 | Hits:
« 12 »

CodeBus www.codebus.net