代码搜索:Addition

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

代码结果 2,224
www.eeworm.com/read/156871/6324054

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/156871/6324066

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/494691/6360275

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/490627/6450011

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/480814/6662163

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/480814/6662175

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/479166/6700325

cpp fig02_05.cpp

// Fig. 2.5: fig02_05.cpp // Addition program that displays the sum of two integers. #include // allows program to perform input and output // function main begins program execution i
www.eeworm.com/read/478348/6715213

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/478348/6715225

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/476848/6751934

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