代码搜索:Addition

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

代码结果 2,224
www.eeworm.com/read/459616/7270466

cpp maddct2.cpp

// simplified step count for matrix addition #include #include "make2db.h" int count = 0; template void Add( T **a, T **b, T **c, int rows, int cols) {// Add matrices a and b
www.eeworm.com/read/326313/13148554

m plus.m

function M = plus(P1,P2) % PLUS -- addition of matrix polynomials % % M = P1 + P2 % M = plus(P1,P2) % % This function is not meant to be called by the user. It is called by % Ma
www.eeworm.com/read/303363/13817179

m plus.m

function r=plus(a,b) %PLUS Addition for Rational Polynomial Objects. (MM) % D.C. Hanselman, University of Maine, Orono ME 04469 % 3/27/98 % Mastering MATLAB 6, Prentice Hall, ISBN 0-13-019468-9 if i
www.eeworm.com/read/303351/13817521

m plus.m

function r=plus(a,b) %PLUS Addition for Rational Polynomial Objects. (MM) % D.C. Hanselman, University of Maine, Orono ME 04469 % 3/27/98 % Mastering MATLAB 6, Prentice Hall, ISBN 0-13-019468-9 if i
www.eeworm.com/read/135582/5884951

h kconfigdata.h

// $Id: kconfigdata.h,v 1.1 2003/09/08 19:42:04 jasonk Exp $ // // $Log: kconfigdata.h,v $ // Revision 1.1 2003/09/08 19:42:04 jasonk // Addition of packages directory and associated files. // // Re
www.eeworm.com/read/403922/11499511

html function.svn-add.html

Schedules the addition of an item in a working directory
www.eeworm.com/read/157455/11702427

cpp madd.cpp

// matrix addition #include #include "make2db.h" template void Add( T **a, T **b, T **c, int rows, int cols) {// Add matrices a and b to obtain matrix c. for (int i
www.eeworm.com/read/157453/11704125

cpp madd.cpp

// matrix addition #include #include "make2db.h" template void Add( T **a, T **b, T **c, int rows, int cols) {// Add matrices a and b to obtain matrix c. for (int i
www.eeworm.com/read/258337/11869313

h kconfigdata.h

// $Id: kconfigdata.h,v 1.1 2003/09/08 19:42:04 jasonk Exp $ // // $Log: kconfigdata.h,v $ // Revision 1.1 2003/09/08 19:42:04 jasonk // Addition of packages directory and associated files. // // Re
www.eeworm.com/read/132141/14107510

cpp madd.cpp

// matrix addition #include #include "make2db.h" template void Add( T **a, T **b, T **c, int rows, int cols) {// Add matrices a and b to obtain matrix c. for (int i