代码搜索:Addition

找到约 2,224 项符合「Addition」的源代码

代码结果 2,224
www.eeworm.com/read/300728/13895939

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/237394/13964902

php upload.php

www.eeworm.com/read/205036/15328783

m plus.m

function Z = plus(X,Y) %PLUS Binary addition (+) for tensors. % % PLUS(A,B) is called for the syntax 'A + B' when A or B is a tensor. A % and B must have the same size, unless one is a scalar. A
www.eeworm.com/read/205036/15328914

m plus.m

function Z = plus(X,Y) %PLUS Binary addition (+) for tenmat. % % See also TENMAT, TENMAT/TENMATFUN. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB Tensor Tool
www.eeworm.com/read/205036/15328984

m plus.m

function C = plus(A,B) %PLUS Binary addition for ktensor. % % C = PLUS(A,B) adds two ktensors of the same size, and the % result is a ktensor of the same size. % % See also KTENSOR. % %MATLAB Te
www.eeworm.com/read/103960/15715636

c recvfd.c

#include #include #include "ourhdr.h" /* Receive a file descriptor from another process (a server). * In addition, any data received from the server is passed * to (*userf
www.eeworm.com/read/101204/15841792

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/101204/15841804

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/100585/15870675

c recvfd.c

#include #include #include "ourhdr.h" /* Receive a file descriptor from another process (a server). * In addition, any data received from the server is passed * to (*userf
www.eeworm.com/read/100266/15879242

c sconst.c

/* sconst.c: Handle addition and removal of string constants */ #include "vt.h" #define STSIZE 101 struct sconst { Rstr *rs; /* Given to program */ int refs; /* Ref count from programs only *