代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/38039/1088213
txt ptbsavfl.txt
# {0} (7) [0] ptbsavfl.Label
Save File
保存文件
# [1] text.Label
Enter Output File Name:
输入"输出文件名":
# [2] format.Label
File format:
文件格式:
# [3] output.Labels.same
Same As Input
与输入相同
# [4] output.Labe
www.eeworm.com/read/477111/1364009
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/466484/1510674
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/218114/4864251
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/304591/3796153
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/402141/2332629
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/384950/2595968
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/358021/3007354
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/292231/8366391
inc prologue.inc
pushcontext listing
.nolist
;
; (C) Copyright Microsoft Corporation 1992
; This file is used to create the same sets of prologue and epilogue
; sequences which the Microsoft C
www.eeworm.com/read/192030/8410838
m reverse.m
function Q = reverse(P)
% REVERSE -- reverse matrix polynomial
%
% Q = reverse(P)
%
% Reverses the order of coefficients, and the sign of the
% exponents. This is the same as replacing