代码搜索:zero

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

代码结果 10,000
www.eeworm.com/read/131315/5935444

awk compare.awk

BEGIN { if (ARGV[1]) print 1 ARGV[1] = "" if (ARGV[2]) print 2 ARGV[2] = "" if ("0") print "zero" if ("") print "null" if (0) print 0 } { if ($0) print $0 if ($1) print $1 }
www.eeworm.com/read/124347/6053305

txt fhandler-tut.txt

fhandler tutorial This document will show how to add a new "fhandler" to cygwin, by showing an example of /dev/zero. Files to note: fhandler.h - must define a new derived class here and FH_* path.c
www.eeworm.com/read/259580/11780772

output quadraticroots.output

Enter the coefficients a, b, and c a should not be zero The coefficients of the quadratic are 1 -5 6 There are two real roots 3 and 2 Enter the coefficients a, b, and c a should not be zero Th
www.eeworm.com/read/173687/9641864

h numbers.h

#define ONE 1 /* */ #define ZERO 0 /* */ #define NOTATRACK (9999)
www.eeworm.com/read/112400/15487078

txt rfc132.txt

NETWORK WORKING GROUP Jim White Request for Comments #132 UCSB NIC #6708
www.eeworm.com/read/110293/15537053

txt rfc132.txt

NETWORK WORKING GROUP Jim White Request for Comments #132 UCSB NIC #6708
www.eeworm.com/read/106679/15628150

txt rfc132.txt

NETWORK WORKING GROUP Jim White Request for Comments #132 UCSB NIC #6708
www.eeworm.com/read/384248/8887105

qmsg din5.epe.qmsg

{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0} { "I
www.eeworm.com/read/384071/8903019

qmsg din5.epe.qmsg

{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0} { "I
www.eeworm.com/read/277257/10650389

asm vectors.asm

;*************************************************************************** ; FILENAME: Rtvector.asm ; ; DESCRIPTION: Includes Vector needed for real time applications ; ; STATUS: ; ;********