CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - gads
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - gads - List
[
GUI Develop
]
gads
DL : 0
#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
Update
: 2008-10-13
Size
: 795byte
Publisher
:
海波
[
Other resource
]
Gads
DL : 0
敝人最近整理的关于MatLab中的遗传算法工具箱Gads的资料,不敢独享,希望能起到一定的帮助作用-myself recently finishing on the MatLab genetic algorithm toolbox Gads information, not exclusive, hope to play a helpful role
Update
: 2008-10-13
Size
: 11.83kb
Publisher
:
遗传算法爱好者
[
Other resource
]
gads
DL : 0
遗传算法工具包,matlab 7.0包含了这个工具箱,matlab7.0以前的版本没有这个工具箱,雷英杰编著《Matlab遗传算法工具箱及应用》对这个工具箱的使用进行了介绍
Update
: 2008-10-13
Size
: 556.61kb
Publisher
:
li.j
[
Other resource
]
Matlab7GADS
DL : 0
这个程序是关于matlab7中GADS工具箱的使用例程,比较有特点。
Update
: 2008-10-13
Size
: 56.58kb
Publisher
:
stone
[
Other resource
]
gads
DL : 0
matlab7 gads工具箱,非常难得的资料,将其拷到matlab7主目录下,或工具箱目录下即可
Update
: 2008-10-13
Size
: 554.44kb
Publisher
:
wangjing
[
GUI Develop
]
gadsga
DL : 0
对于用户来说,建立图书馆,就是为了能够获得最快,最新的关于某一专业的信息资源,对于海量的资源库来讲,只需将现有的信息资源进行必要的更新,在服务器上操作即可,不需要管理者每台终端费时、费神地维护和管理,且对于每个用户来说,只可读取信息库的资源,没有任何写入及修改的权限。 本系统是针对(以学校为样体,用户为学生)图书馆的管理而编制的系统。-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.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
海波
[
GUI Develop
]
gads
DL : 0
Update
: 2025-02-17
Size
: 1kb
Publisher
:
海波
[
Other
]
gads_tb
DL : 0
matlab的遗传算法工具箱介绍,英文的,但是很容易入门。-Matlab toolbox on Genetic Algorithms, English, but very easy entry.
Update
: 2025-02-17
Size
: 2.87mb
Publisher
:
薛艳敏
[
matlab
]
Gads
DL : 0
敝人最近整理的关于MatLab中的遗传算法工具箱Gads的资料,不敢独享,希望能起到一定的帮助作用-myself recently finishing on the MatLab genetic algorithm toolbox Gads information, not exclusive, hope to play a helpful role
Update
: 2025-02-17
Size
: 12kb
Publisher
:
遗传算法爱好者
[
matlab
]
gads
DL : 0
遗传算法工具包,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
Update
: 2025-02-17
Size
: 556kb
Publisher
:
li.j
[
AI-NN-PR
]
Matlab7GADS
DL : 0
这个程序是关于matlab7中GADS工具箱的使用例程,比较有特点。-This process is about the GADS toolbox matlab7 in the use of routines, the more characteristics.
Update
: 2025-02-17
Size
: 56kb
Publisher
:
stone
[
matlab
]
gads
DL : 0
matlab7 gads工具箱,非常难得的资料,将其拷到matlab7主目录下,或工具箱目录下即可-Toolbox matlab7 gads, very rare information Kaodao matlab7 their home directory, or directory can Toolbox
Update
: 2025-02-17
Size
: 554kb
Publisher
:
wangjing
[
Algorithm
]
gads
DL : 0
自用遗传算法工具箱,很全,我一直使用着,有问题可与我联系-Genetic Algorithm Toolbox for personal use, it is full, I had been using, there are problems to contact me
Update
: 2025-02-17
Size
: 229kb
Publisher
:
guozheng
[
CSharp
]
gatool
DL : 0
遗传算法的GADS中的源码gatool函数代码-Genetic GADS in source gatool function code
Update
: 2025-02-17
Size
: 2kb
Publisher
:
骆琰妍
[
CSharp
]
gafitness
DL : 0
遗传算法GADS的gafitness函数的代码-GA GADS of gafitness function code
Update
: 2025-02-17
Size
: 2kb
Publisher
:
骆琰妍
[
CSharp
]
fitscalingshiftlinear
DL : 0
遗传算法GADS的fitscalingshiftlinear函数代码-GA GADS of fitscalingshiftlinear function code
Update
: 2025-02-17
Size
: 1kb
Publisher
:
骆琰妍
[
CSharp
]
poll
DL : 0
遗传算法GADS的private函数中的poll函数代码-GA GADS the private function in the poll function code
Update
: 2025-02-17
Size
: 2kb
Publisher
:
骆琰妍
[
matlab
]
code-of-gads
DL : 0
遗传算法的matlab编码文件,适合新手-code of gads for matlab
Update
: 2025-02-17
Size
: 1kb
Publisher
:
李明
[
matlab
]
gads
DL : 0
该算法是matlab7.0以上版本的工具包。源代码描述的是基本的遗传算法。-The algorithm is matlab7.0 above kit. Source describes the basic genetic algorithm
Update
: 2025-02-17
Size
: 1.25mb
Publisher
:
nichao
[
Other
]
GADS-Toolbox
DL : 0
GADS的用户手册英文版资料,原版读起来也许收获更大 我认为是这样-GADS(Genetic Algorithm and Direct Search Toolbox) data users tutorials, original read more I think maybe this is the harvest
Update
: 2025-02-17
Size
: 3.84mb
Publisher
:
姚明
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.