代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/468574/1486399
java simplelist.java
/** SimpleList Class
* Author: David D. Riley
* Date: June, 2004
*
* class invariant
* A SimpleList object...
* * is a container of zero or more other objects arranged in a linear order
*
www.eeworm.com/read/468574/1486413
java simplelist.java
/** SimpleList Class
* Author: David D. Riley
* Date: June, 2004
*
* class invariant
* A SimpleList object...
* * is a container of zero or more other objects arranged in a linear order
*
www.eeworm.com/read/468574/1486431
java simplelist.java
/** SimpleList Class
* Author: David D. Riley
* Date: June, 2004
*
* class invariant
* A SimpleList object...
* * is a container of zero or more other objects arranged in a linear order
*
www.eeworm.com/read/468574/1486434
java simplelist.java
/** SimpleList Class
* Author: David D. Riley
* Date: June, 2004
*
* class invariant
* A SimpleList object...
* * is a container of zero or more other objects arranged in a linear order
*
www.eeworm.com/read/468574/1486521
java simplelist.java
/** SimpleList Class
* Author: David D. Riley
* Date: June, 2004
*
* class invariant
* A SimpleList object...
* * is a container of zero or more other objects arranged in a linear order
*
www.eeworm.com/read/468574/1486567
java simplelist.java
/** SimpleList Class
* Author: David D. Riley
* Date: June, 2004
*
* class invariant
* A SimpleList object...
* * is a container of zero or more other objects arranged in a linear order
*
www.eeworm.com/read/468574/1486623
java simplelist.java
/** SimpleList Class
* Author: David D. Riley
* Date: June, 2004
*
* class invariant
* A SimpleList object...
* * is a container of zero or more other objects arranged in a linear order
*
www.eeworm.com/read/452750/1648463
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/250015/4443356
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/240162/4588658
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