代码搜索:Addition

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

代码结果 2,224
www.eeworm.com/read/229812/4751764

gml wmemlay.gml

.if '&machine' eq '80386' .do begin :set symbol="exeformat" value="phar" .do end .el .do begin :set symbol="exeformat" value="dos" .do end .* .im wlmemlay .np In addition to these special s
www.eeworm.com/read/228954/4761842

scc mssccprj.scc

[SCC] SCC=This is a source code control file [addition.vbp] SCC_Project_Name=this project is not under source code control SCC_Aux_Path=
www.eeworm.com/read/222917/4817126

h queue.h

/* * Date last modified: Jan 2001 * Modifications by Dan Libby (dan@libby.com), including: * - various fixes, null checks, etc * - addition of Q_Iter funcs, macros */ /* * File : q.h * *
www.eeworm.com/read/209919/4956098

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/209919/4956109

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/207993/4998118

properties build.properties

# Default build parameters. These may be overridden by local configuration # settings in build.local.properties. # major release number JDBC_MAJOR=1 # minor release number JDBC_MINOR=5 # an addition
www.eeworm.com/read/182780/5262894

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/174333/5362116

dox xml.dox

/** * \defgroup Xml Xml * \brief Xml Extension. * * The Blue Xml Extension provides a Sax-style Xml parser as well as a * Dom-style Xml parser. In addition to the basic Xml parsing, it off
www.eeworm.com/read/316872/3601782

h prefetch.h

/* * include/asm-parisc/prefetch.h * * PA 2.0 defines data prefetch instructions on page 6-11 of the Kane book. * In addition, many implementations do hardware prefetching of both * instructions
www.eeworm.com/read/304639/3795614

h queue.h

/* * Date last modified: Jan 2001 * Modifications by Dan Libby (dan@libby.com), including: * - various fixes, null checks, etc * - addition of Q_Iter funcs, macros */ /* * File : q.h * *