代码搜索:

找到约 10,000 项符合「」的源代码

代码结果 10,000
www.eeworm.com/read/392192/8358696

m graytobit.m

function G=GrayToBit(G) [m,n]=size(G); for j=2:n G(:,j)=xor(G(:,j-1),G(:,j)); end
www.eeworm.com/read/292398/8358697

dat errortc38.dat

出错信息: File name too long 中文注释: 文件名太长
www.eeworm.com/read/192685/8358698

html 11018.html

Re: 应该不难 (续问) Re: 应该不难 (续问)
www.eeworm.com/read/392192/8358699

m simplemutation.m

function G=SimpleMutation(G,Pm) %[m,n]=size(G); % %for i=1:m % for j=1:n % if rand
www.eeworm.com/read/192685/8358700

html 2611.html

DBGrid换页后(scroll)的列数值(相对于第一列) DBGrid换页
www.eeworm.com/read/292398/8358701

dat errortc31.dat

出错信息: Do statement must have while 中文解释: do-while语句中缺少while部分
www.eeworm.com/read/392192/8358702

m ga.m

clear m=10; %群体规模 s=[-pi,pi]; %搜索空间 c=1; %估计的函数最大值 G=Code(m,24);% 产生初始群体 e=0.0001; i=1; while(1) B=GrayToBit(G); %将格雷码转换成二进制码 x=DeCode(B,s); %解码, 将二进制码转换成实值 Fit=1./(1+fun(x).^2
www.eeworm.com/read/292398/8358703

dat errortc87.dat

错误信息: Redeclaration of 'xxx' 中文注释: 重复定义了 xxx
www.eeworm.com/read/192685/8358704

html 7085.html

请问哪里有VB可以使用之程式馆, 有关FAX & MODEM. 请问哪里有VB可以使用之程式馆, 有关FAX & MODEM.
www.eeworm.com/read/292398/8358705

dat errortc116.dat

错误信息: Unknown assembler instruction 中文注释: 未知的汇编结构