搜索资源列表
lwip_readme
- 整型寄存器中的值被解释为有符号的二进制补码数,而reg寄存器或时间寄存器中的值被解释为无符号数。实数和实数时间类型寄存器中的值被解释为有符号浮点数。 -integer value of the register be interpreted as a symbol of the binary complement, rather reg register or time value of the register was no explanation for the symbols. Re
JavaGALib
- 遗传算法的java包。提供的染色体编码方式包括二进制编码,实数编码,字符编码,字符串编码。-GA java package. The chromosome coding including binary coding, real coding, character coding, coding string.
matlab-forPID
- mtlab仿真的基于遗传算法的pid,实数编码和二进制编码
gatbs_matlab
- 遗传算法matlab原代码 很不错的 希望大家可以 包括 二进制编码实数编码
数字水印
- 对原始信号做DCT的算法:Cox 和Piva 等人提出的DCT技术的经典之作。Cox利用随机数发生器产生标准正态序列作为水印信息对图像进行整体DCT变换后,选取除去DC系数之外部分较低频率系数叠加水印信息 Piva则修改整幅图像的中频部分。对原始信号分块后,再作DCT的算法:Hsu和Wu 把图像进行8*8分块,将一个二进制序列作为水印放入DCT的中频区;有些学者则计算整个图像的DCT,把一个实数序列嵌入DCT的中频系数上。选择中频区的好处是一方面尽量减少嵌入信息对图像主观视觉的影响;同时,尽量避
chap5_2
- 利用二进制编码和实数编码遗传算法求函数极大值仿真程序-The use of binary encoding and real-coded genetic algorithm for maximum function simulation program
JPEG2000_9_7_002.pdf
- 基于实数的二进制表示法,把CDF(Cohen,Daubechies and Feauveau)9/7双正交小波基的提升系数化为二进制,采用简单的移位一加操作代替结构复杂的浮点乘法器,从而实现了JPEG2000中9/7离散小波变换的定点计算.相对于浮点计算法,移位一加操作最大的优点是计算简单,特别易于超大规模集成电路实现,因而使硬件实时处理图像信号成为可能.实验仿真结果表明:在低压缩比的情况下,用移位一加操作重构的图像,其峰值信噪比(PSNR)只比浮点法低0.10 dB,当压缩比增大时,其PSNR
Matlab-GA
- 对于单种群进化,多方式进化是提高全局搜索能力和收敛速度的一种有效策略 该程序采用: 编码:二进制编码、实数编码(默认) 选择:非线性排名选择(主要表现在前期),锦标赛选择(主要表现在后期,含精英保留),由于单纯的转轮盘选择存在诸多弊端,这里没有采用 交叉:二进制编码采用多点交叉和均匀交叉,并逐步增大均匀交叉概率 实数编码采用离散交叉(前期)、算术交叉(中期)、AEA重组(后期) 变异:二进制编码采用随机变异 实数编码采用两种自适应变异和两种随机变异,且尽量采用前者
PID-GAs
- 遗传算法的PID调节 题目:已知 ,利用GA 寻优PID参数,其中K=1,T=2, ,二进制/实数编码,位数不限,M,Pc,Pm自选,性能指标 ,Q=100为仿真计算步长。-PID regulation of genetic algorithms Title: known, the use of PID parameters of GA optimization, in which K = 1, T = 2,, binary/real-coded, not limited to the me
chap5_3
- 基于二进制编码遗传算法和实数编码遗传算法的PID整定-Based on the binary-coded genetic algorithms and real-coded genetic algorithm tuning of PID
transform
- 在matlab中实现十进制到有符号定点二进制的转换-To achieve in matlab decimal to binary signed conversion of fixed-point
gatbx
- 遗传算法工具箱 将该工具箱拷贝至: E:\matlab program\toolbox\gads 然后便可以在程序中直接使用函数如: mut 变异函数,可以实数变异,即扰动变异 BS2RV 解码函数,可以二进制(包括格雷码)转换为实值-Genetic algorithm toolbox to the toolbox copy: E: \ matlab program \ toolbox \ gads then can be used directly in the progr
SimpleGA
- 简单的进化算法(SGA),C语言实现。提供实数编码和二进制编码两种编码方式-Simple GA ,C descr iption
deci2bin
- 十进制数值转换二进制序列函数,关于信号处理方面的源代码-Convert the decimal value of binary sequence functions, signal processing on the source code
number_system
- 十进制转换为二进制,在Matlab中实现,利用矩阵来进行实现-Decimal to binary, implemented in Matlab using the matrix to be achieved
GA
- 基于二进制和实数编码的遗传算法,很好用,肯定能调通-Based on binary and real coded genetic algorithm, is useful, certainly transfer through
shishuGA
- 实数编码的遗传算法 相对于二进制编码实数编码尤其特有的优势利 本程序以用遗传算法求Rosenbrock函数的极大值-Genetic Algorithm Code in real number
fine
- ecg信号读取与二进制到十进制转换,为处理做准备-read ecg signal with the binary to decimal conversion, in preparation for the treatment
decimal-and-binary
- matlab 十进制与二进制的转换 包括二进制转换为十进制;也包括十进制转换为二进制-decimal to binary binary to decimal
nsga2code
- nsga2的c语言源程序,包含17个头文件,可实现二进制编码,实数编码的nsga2算法。并且可以设置约束条件,实现约束优化。-This is the source code of nsga2 in c, which contains 17 head files. It can realize the binary coding, real number coding nsga2 algorithm. What s more, it can set constraint conditions an