代码搜索:Addition
找到约 2,224 项符合「Addition」的源代码
代码结果 2,224
www.eeworm.com/read/339711/12209678
m mmin.m
function [m,i]=mmin(a)
%MMIN Matrix Minimum Value.
% MMIN(A) returns the minimum value in the matrix A.
% [M,I] = MMIN(A) in addition returns the indices of
% the minimum value in I = [row col].
% D.
www.eeworm.com/read/252223/12292371
m mmax.m
function [m,i]=mmax(a)
%MMAX Matrix Maximum Value.
% MMAX(A) returns the maximum value in the matrix A.
% [M,I] = MMAX(A) in addition returns the indices of
% the maximum value in I = [row col].
% D.
www.eeworm.com/read/252223/12292415
m mmin.m
function [m,i]=mmin(a)
%MMIN Matrix Minimum Value.
% MMIN(A) returns the minimum value in the matrix A.
% [M,I] = MMIN(A) in addition returns the indices of
% the minimum value in I = [row col].
% D.
www.eeworm.com/read/338209/12318338
txt readme.txt
I created all the files under Microsoft Windows so lines are terminated by CR/LF.
In addition to this "ReadMe" file you will find three zip archives in the primary archive, so you need to unzip eac
www.eeworm.com/read/149369/12384629
m mmax.m
function [m,i]=mmax(a)
%MMAX Matrix Maximum Value.
% MMAX(A) returns the maximum value in the matrix A.
% [M,I] = MMAX(A) in addition returns the indices of
% the maximum value in I = [row col].
% D.
www.eeworm.com/read/149369/12384664
m mmin.m
function [m,i]=mmin(a)
%MMIN Matrix Minimum Value.
% MMIN(A) returns the minimum value in the matrix A.
% [M,I] = MMIN(A) in addition returns the indices of
% the minimum value in I = [row col].
% D.
www.eeworm.com/read/122497/14687595
m mmax.m
function [m,i]=mmax(a)
%MMAX Matrix Maximum Value.
% MMAX(A) returns the maximum value in the matrix A.
% [M,I] = MMAX(A) in addition returns the indices of
% the maximum value in I = [row col].
% D.
www.eeworm.com/read/122497/14687623
m mmin.m
function [m,i]=mmin(a)
%MMIN Matrix Minimum Value.
% MMIN(A) returns the minimum value in the matrix A.
% [M,I] = MMIN(A) in addition returns the indices of
% the minimum value in I = [row col].
% D.
www.eeworm.com/read/221392/14742045
cpp ntray.cpp
/*
Module : NTRAY.CPP
Purpose: implementation for a MFC class to encapsulate Shell_NotifyIcon
Created: PJN / NOTSHELL/1 / 14-05-1997
History: PJN / 25-11-1997 : Addition of the following
www.eeworm.com/read/116890/14950718
m mmax.m
function [m,i]=mmax(a)
%MMAX Matrix Maximum Value.
% MMAX(A) returns the maximum value in the matrix A.
% [M,I] = MMAX(A) in addition returns the indices of
% the maximum value in I = [row col].
% D.