代码搜索:Addition
找到约 2,224 项符合「Addition」的源代码
代码结果 2,224
www.eeworm.com/read/179150/9368504
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/371680/9542365
m plus.m
function y = plus(x,y)
% Addition of ADTAYL objects.
% Either of x or y can be numeric, and either can be scalar (1 by 1). If
% neither is scalar, they must have the same size.
% In effect, a nume
www.eeworm.com/read/168111/9939458
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/168111/9939483
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/359581/10135224
c pnt_add.c
// pnt_add.c -- pointer addition
#include
#define SIZE 4
int main(void)
{
short dates [SIZE];
short * pti;
short index;
double bills[SIZE];
double * ptf;
www.eeworm.com/read/356874/10219822
c pnt_add.c
// pnt_add.c -- pointer addition
#include
#define SIZE 4
int main(void)
{
short dates [SIZE];
short * pti;
short index;
double bills[SIZE];
double * ptf;
www.eeworm.com/read/159596/10637538
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/159596/10637583
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/421785/10698673
c pnt_add.c
// pnt_add.c -- pointer addition
#include
#define SIZE 4
int main(void)
{
short dates [SIZE];
short * pti;
short index;
double bills[SIZE];
double * ptf;
www.eeworm.com/read/349909/10784711
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.