代码搜索:zero

找到约 10,000 项符合「zero」的源代码

代码结果 10,000
www.eeworm.com/read/282359/9098655

cpp exceed.cpp

// exceed.cpp -- exceeding some integer limits #include #define ZERO 0 // makes ZERO symbol for 0 value #include // defines INT_MAX as largest int value int main() {
www.eeworm.com/read/282288/9105745

input-matrix1

/* ===================================================== */ /* MATRIX OEPRATION I */ /* */ /* Test basic ma
www.eeworm.com/read/282286/9106133

input-matrix-operations1

/* ===================================================== */ /* MATRIX OEPRATION I */ /* */ /* Test basic ma
www.eeworm.com/read/380728/9132573

s init.s

/************************************************************************ * * init.S * * Startup code for bootprom * * * #############################################################
www.eeworm.com/read/281651/9143725

txt tiger-nessie.txt

******************************************************************************** *Project NESSIE - New European Schemes for Signature, Integrity, and Encryption* **************************************
www.eeworm.com/read/183580/9152991

asm jumptest.asm

; LIST p=16C58 ; PIC16C58 is the target processor ; ; Core Sanity Test ; ; JUMPTEST.ASM ; ; test some jumps ; NEW in rev 1.1, test indirect addressing ; test some inc & decs ; sit in
www.eeworm.com/read/378913/9213344

f90 vander.f90

SUBROUTINE vander(x,w,q,n) PARAMETER (nmax=100,zero=0.0,one=1.0) REAL x(n),w(n),q(n),c(nmax) REAL xx,t,b,s INTEGER i,n,j,k,k1 if(n==1) then w(1)=q(1) else do i=1,n c(i)=zero
www.eeworm.com/read/378913/9213569

f90 pinvs.f90

SUBROUTINE pinvs(ie1,ie2,je1,jsf,jc1,k,c,nci,ncj,nck,& s,nsi,nsj) PARAMETER (zero=0.,one=1.,nmax=10) DIMENSION c(nci,ncj,nck),s(nsi,nsj),pscl(nmax),& indxr(nmax) INTEGER ie1
www.eeworm.com/read/378783/9216128

f90 vander.f90

SUBROUTINE vander(x,w,q,n) PARAMETER (nmax=100,zero=0.0,one=1.0) REAL x(n),w(n),q(n),c(nmax) REAL xx,t,b,s INTEGER i,n,j,k,k1 if(n==1) then w(1)=q(1) else do i=1,n c(i)=zero
www.eeworm.com/read/181854/9233999

txt webbrwse控件.txt

增加Com组件Microsoft 浏览器 int Zero=0; object OZero=Zero; string Str=""; object OStr=Str; axWebBrowser1.Navigate("http://localhost/myasp",ref OZero,ref OStr,ref OStr,ref OStr);