代码搜索:RS编码
找到约 10,000 项符合「RS编码」的源代码
代码结果 10,000
www.eeworm.com/read/281036/10270572
txt usc2.txt
A.发送中文例子:
发送中文有两种方法,一种是PDU,一种是UCS2文本
1.PDU方法:
at+cmgf=0
at+cmgs=24
>0891683108100005F011000B813109018759F10008A70A00650073007496484E30
信息内容为set陈丰
解释:此字符串传set陈丰五个字符,采用unicode编码。
0891固定格式不动,6831
www.eeworm.com/read/424747/10417360
m nninit.m
% BP网络初始化:给出网络的训练样本P、T,
% 输入、输出数及隐含神经元数R,S2,S1
function [P,T,R,S1,S2,S]=nninit
p=[0 0 0 0 0;
1 0 0 0 1;
0 1 0 0 1;
0 0 1 0 0;
0 0 0 1 0];
P=p';
t=[0 0 0 0;
1 0 0 0;
0 1 0
www.eeworm.com/read/424747/10418124
m b2f.m
function [B,len,v]=B2F(sol,bounds)
%[B,len]=B2F(x,bounds) 二进制编码函数
%x 编码向量如x=[6 8 9];
%bounds 边界约束ru如bounds=[4 8 ;3 11;6 12;];
%B
www.eeworm.com/read/424747/10418481
m b2f.m
function [B,len,v]=B2F(sol,bounds)
%[B,len]=B2F(x,bounds) 二进制编码函数
%x 编码向量如x=[6 8 9];
%bounds 边界约束ru如bounds=[4 8 ;3 11;6 12;];
%B
www.eeworm.com/read/424691/10426160
m b2f.m
function [B,len,v]=B2F(sol,bounds)
%[B,len]=B2F(x,bounds) 二进制编码函数
%x 编码向量如x=[6 8 9];
%bounds 边界约束ru如bounds=[4 8 ;3 11;6 12;];
%B
www.eeworm.com/read/278901/10489104
m b2f.m
function [B,len,v]=B2F(sol,bounds)
%[B,len]=B2F(x,bounds) 二进制编码函数
%x 编码向量如x=[6 8 9];
%bounds 边界约束ru如bounds=[4 8 ;3 11;6 12;];
%B
www.eeworm.com/read/159744/10620126
m b2f.m
function [B,len,v]=B2F(sol,bounds)
%[B,len]=B2F(x,bounds) 二进制编码函数
%x 编码向量如x=[6 8 9];
%bounds 边界约束ru如bounds=[4 8 ;3 11;6 12;];
%B
www.eeworm.com/read/350982/10690996
txt readme.txt
遗传算法应用程序使用说明:
1.安装MATLAB5.X;
2.建立目录:(c:\GeneticProgram),并将这里提供的所有源程序拷入该目录;
3.运行(c:\GeneticProgram)中的 startup;
4.在MATLAB Command Window内直接运行程序 FloatExample和BinaryExample。
FloatExample和BinaryExa
www.eeworm.com/read/350982/10691008
txt contents.txt
遗传算法程序
主要程序
ga.m 遗传算法核心程序
BinaryExample.m 二进制编码应用程序
FloatExample.m 浮点编码的应用程序
相关算子及函数
initializega.m 种群初始化函数
simpleXover.m
www.eeworm.com/read/276481/10734324
m b2f.m
function [B,len,v]=B2F(sol,bounds)
%[B,len]=B2F(x,bounds) 二进制编码函数
%x 编码向量如x=[6 8 9];
%bounds 边界约束ru如bounds=[4 8 ;3 11;6 12;];
%B