代码搜索:zero

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

代码结果 10,000
www.eeworm.com/read/314580/13564053

rc zero_detect.rc

# Begin Project # Begin SubItem "Zero_Detect Resources" # End SubItem # End Project
www.eeworm.com/read/314580/13564054

env zero_detect.env

[Option] ResTable=.\Res_tbl.asm UpdateResScript=0 UpdateResTable=0 [DEVICE] Device=1 SimVersionIdx=0 IceVersionIdx=0 ProbeT=-1 [ICE3.0] UseRAMROM=0 PcTraceEnable=0 ChecksumEnable=0 ClockS
www.eeworm.com/read/314580/13564056

asm zero_detect.asm

;================================================================================== ; The information contained herein is the exclusive property of ; Sunplus Technology Co. And shall not be distribu
www.eeworm.com/read/314580/13564057

set zero_detect.set

[GENERAL] BODY=SPMC65P2404A SERIES=SPMC65 CPU=65B02 DebugOutput=.\Debug ReleaseOutput=.\Release Config=0 [Option] Assem=$(APPDIR)\xasm8.exe Lnk=$(APPDIR)\xlink8.exe RescLnk=$(APPDIR)\binbind
www.eeworm.com/read/314580/13564058

opt zero_detect.opt

www.eeworm.com/read/314580/13564059

spj zero_detect.spj

# Begin Project # Begin SubItem "Zero_Detect Files" # Begin Group "Source Files" # Begin Source File SOURCE=.\Zero_Detect.rc USEPARAM=FALSE PARAM="" ID= USEPARAM2=FALSE PARAM2= USEPARAM3=FA
www.eeworm.com/read/308670/13696428

c q_zero.c

/*-*/ /******************************************************** * Question: * * Why does the following program print: * * "The value of 1/3 is 0.0" ? * ************************************
www.eeworm.com/read/308442/13701163

c zero_pad.c

#include void main () { int value = 5; printf ("%01d\n", value); printf ("%02d\n", value); printf ("%03d\n", value); printf ("%04d\n", value); }
www.eeworm.com/read/301198/13863955

c zero_pad.c

#include void main () { int value = 5; printf ("%01d\n", value); printf ("%02d\n", value); printf ("%03d\n", value); printf ("%04d\n", value); }
www.eeworm.com/read/238485/13882703

c byte_zero.c

#include "byte.h" void byte_zero(s,n) char *s; register unsigned int n; { for (;;) { if (!n) break; *s++ = 0; --n; if (!n) break; *s++ = 0; --n; if (!n) break; *s++ = 0; --n; if (!n