代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/200131/15440318
m exm2_f.m
function S=exm2_f(A)
[m,n]=size(A);
if m~=n
error('输入矩阵应是方阵!');
end;
e=eig(A);
%检查输入矩阵的特征值是否各异
same=0;
for i=1:m-1
for j=(i+1):m
if e(j)==e(i)
same=1;
end
end
www.eeworm.com/read/200130/15440613
m exm2_f.m
function S = exm2_f(A)
[m,n] = size(A);
if m ~= n
error('输入矩阵应是方阵');
end
e = eig(A);
%检查输入矩阵的特征值是否各异
same = 0;
for i = 1:m-1
for j = (i+1):m
if e(j) == e(i)
same = 1
www.eeworm.com/read/113711/15450533
sin3
'SBLAT3.SNAP' NAME OF SNAPSHOT OUTPUT FILE
-1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
F LOGICAL
www.eeworm.com/read/113711/15450557
din3
'DBLAT3.SNAP' NAME OF SNAPSHOT OUTPUT FILE
-1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
F LOGICAL
www.eeworm.com/read/112976/15473303
cc compare.cc
// compare.cc --> compare two gps and return 1 if same, 0 if not
//--------------------------------------------------------------------------
// This code is a component of Genetic Programming in
www.eeworm.com/read/112474/15484647
txt readme.txt
place these files in the same directory as the Epping files, some files are shared with the Epping ones
www.eeworm.com/read/105832/15658164
h rdcolor.h
/* color.h: this file specifies that all colors are actually pointers to
* color strings. It is expected that the function "rdcolor()" will
* be used to initialize the colors. "rdcolor()" examin
www.eeworm.com/read/103618/15727497
m exm2_f.m
function S=exm2_f(A)
%exm2_f.m
[m,n]=size(A);
if m~=n
error('输入矩阵应是方阵!');
end;
e=eig(A);
%检查输入矩阵的特征值是否各异
same=0;
for i=1:m-1
for j=(i+1):m
if e(j)==e(i)
same=1;
e
www.eeworm.com/read/101557/15826482
m abcdchk.m
function msg = abcdchck(a,b,c,d)
%ABCDCHK Checks dimensional consistency of A,B,C,D matrices.
% MSG = ABCDCHK(A,B,C,D) checks the consistency of the dimensions
% of A,B,C,D. Returns the empty mat
www.eeworm.com/read/100018/15888199
info config.info
sendmail_cf=Full path to sendmail.cf,0
sendmail_pid=Full path to sendmail pid file,0
sendmail_command=Command to start sendmail in server mode,0
sendmail_stop_command=Command to stop sendmail,3,Kill p