代码搜索:zero

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

代码结果 10,000
www.eeworm.com/read/437273/1834519

cpp readreg.cpp

// This code shows how to read the registry // However it is not used by the current Wdm1 code void ReadReg( IN PUNICODE_STRING DriverRegistryPath) { // Make zero terminated copy of driver regi
www.eeworm.com/read/437033/1836770

c regexp.c

/* * Regular expression matching for expr(1). Bugs: The upper bound of * a range specified by the \{ feature cannot be zero. * * Copyright (C) 1989 by Kenneth Almquist. All rights reserved. *
www.eeworm.com/read/432926/1886093

pde array.pde

/** * Array. * * An array is a list of data. Each piece of data in an array * is identified by an index number representing its position in * the array. Arrays are zero based, which means tha
www.eeworm.com/read/419387/2078781

c attach.c

/* This program is intended to be started outside of gdb, and then attached to by gdb. Thus, it simply spins in a loop. The loop is exited when & if the variable 'should_exit' is non-zero. (I
www.eeworm.com/read/419387/2078893

c attach2.c

/* This program is intended to be started outside of gdb, and then attached to by gdb. Thus, it simply spins in a loop. The loop is exited when & if the variable 'should_exit' is non-zero. (I
www.eeworm.com/read/418017/2094035

c attach.c

/* This program is intended to be started outside of gdb, and then attached to by gdb. Thus, it simply spins in a loop. The loop is exited when & if the variable 'should_exit' is non-zero. (I
www.eeworm.com/read/418017/2094130

c attach2.c

/* This program is intended to be started outside of gdb, and then attached to by gdb. Thus, it simply spins in a loop. The loop is exited when & if the variable 'should_exit' is non-zero. (I
www.eeworm.com/read/410728/2204773

c attach.c

/* This program is intended to be started outside of gdb, and then attached to by gdb. Thus, it simply spins in a loop. The loop is exited when & if the variable 'should_exit' is non-zero. (I
www.eeworm.com/read/410728/2204911

c attach2.c

/* This program is intended to be started outside of gdb, and then attached to by gdb. Thus, it simply spins in a loop. The loop is exited when & if the variable 'should_exit' is non-zero. (I
www.eeworm.com/read/405754/2285050

c accum.c

/* Routines for doing various weighted accumulations (they replace the original "confuse" routine): # proc: accum_init - Initialization routine. # proc: accum_zero - Zeros the accumulators. # proc: a