代码搜索:zero

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

代码结果 10,000
www.eeworm.com/read/229812/4752694

c dll.c

int main(int reason) { int result; if (!reason) { /* ** DLL initialisation. */ printf("DLL startup...\n"); /* return zero to let the load continue */ result=0; } else {
www.eeworm.com/read/229812/4752955

c dll.c

int main(int reason) { int result; if (!reason) { /* ** DLL initialisation. */ printf("DLL startup...\n"); /* return zero to let the load continue */ result=0; } else {
www.eeworm.com/read/227259/4776726

mv-moves-large-file

dd if=/dev/zero of=foo seek=10k count=1 2>/dev/null busybox mv foo bar test ! -e foo test -f bar
www.eeworm.com/read/221077/4835424

commitinfo

# The "commitinfo" file is used to control pre-commit checks. # The filter on the right is invoked with the repository and a list # of files to check. A non-zero exit of the filter program will
www.eeworm.com/read/216499/4892191

c malloc.c

# /* */ /* * Structure of the coremap and swapmap * arrays. Consists of non-zero count * and base address of that many * contiguous units. * (The coremap unit is 64 bytes, * the swapmap unit i
www.eeworm.com/read/206155/5010841

cpp zle.cpp

/// @file zle.cpp /// Zero length encoding /// /// @remarks /// Loco's first attempt to make a compressor for octane /// /// @author loco /// @date 2003.08.13 /// /// #include "zle.hpp"
www.eeworm.com/read/195341/5111609

c malloc.c

# /* */ /* * Structure of the coremap and swapmap * arrays. Consists of non-zero count * and base address of that many * contiguous units. * (The coremap unit is 64 bytes, * the swapmap unit i
www.eeworm.com/read/190666/5178536

c string-opt-13.c

/* Copyright (C) 2001 Free Software Foundation. Ensure all builtin strlen comparisons against zero are optimized and perform correctly. The multiple calls to strcpy are to prevent the poten
www.eeworm.com/read/173155/5376372

m oversamp.m

% Program 3-4 % oversamp.m % % Insert zero data to input data % % Programmed by H.Harada % function [out] = oversamp( indata, nsymb , sample) %****************** variables ***************
www.eeworm.com/read/171479/5394815

groovy groovyclosuremethodstest.groovy

/** * Test case for the eachObject method on a file containing * zero, one or more objects (object stream). Also test cases * for eachDir, eachFileMatch and runAfter methods. * * @author Hein M