代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/261194/11660482
readme
The c++ wrapper lets you use objects in more or less the same way you would
with PHP or Python. Just #include and you've got handy c++ objects
instead of c structs. The mingpp.h file is
www.eeworm.com/read/259583/11779612
c print.c
/*********************Thermal Printer FTP-628MCL701******************************/
/*********************Program Designed by ChuFangqun*****************************/
//Check the swich ON or oFF
#
www.eeworm.com/read/255755/12057241
m iscomdset.m
%ISCOMDSET Test whether datasets are compatible
%
% N = ISCOMDSET(A,B,CLAS);
%
% INPUT
% A Input argument, to be tested on dataset
% B Input argument, to be tested on compatibility wi
www.eeworm.com/read/255755/12057355
m prodc.m
%PRODC Product combining classifier
%
% W = PRODC(V)
% W = V*PRODC
%
% INPUT
% V Set of classifiers trained on the same classes
%
% OUTPUT
% W Product combiner
%
% DESCRIPTION
% It def
www.eeworm.com/read/253870/12179465
m a0a1bcd.m
function msg = a0a1bcd(a0,a1,b,c,d)
%A0A1BCD Checks dimensional consistency of A0,A1,B,C,D matrices.
% MSG = A0A1BCD(A0,A1,B,C,D) checks the consistency of the dimensions
% of A0,A1,B,C,D. Retu
www.eeworm.com/read/151608/12187994
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/339239/12248147
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/150905/12248295
m iscomdset.m
%ISCOMDSET Test whether datasets are compatible
%
% N = ISCOMDSET(A,B,CLAS);
%
% INPUT
% A Input argument, to be tested on dataset
% B Input argument, to be tested on compatibility wi
www.eeworm.com/read/150905/12248439
m prodc.m
%PRODC Product combining classifier
%
% W = PRODC(V)
% W = V*PRODC
%
% INPUT
% V Set of classifiers trained on the same classes
%
% OUTPUT
% W Product combiner
%
% DESCRIPTION
% It def