代码搜索:zero

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

代码结果 10,000
www.eeworm.com/read/453455/1641119

java simpleidgenerator.java

package com.vegeta.utils.idgen; /** * Simple synchronized sequence id generator. It generates long numbers in a * sequence. When counter reaches max long, it will be set back to zero. * *
www.eeworm.com/read/452750/1648457

m compoversamp.m

% Program 3-8 % compoversamp.m % % Insert zero data to Ich and Qch input data % % programmed by H.Harada % function [iout,qout] = compoversamp( idata, qdata , nsymb , sample) %***********
www.eeworm.com/read/250243/4434439

s sint.s

| | sint.sa 3.1 12/10/90 | | The entry point sINT computes the rounded integer | equivalent of the input argument, sINTRZ computes | the integer rounded to zero of the input argument. | | Entry points
www.eeworm.com/read/243567/4522317

s sint.s

| | sint.sa 3.1 12/10/90 | | The entry point sINT computes the rounded integer | equivalent of the input argument, sINTRZ computes | the integer rounded to zero of the input argument. | | Entry poin
www.eeworm.com/read/242082/4556332

txt kbhit.txt

SUMMARY kbhit zgetch #include int kbhit(); char zgetch(); DESCRIPTION kbhit returns 0 if a character from the keyboard is available otherwise non-zero is returned. zgetch
www.eeworm.com/read/240162/4582817

c 900321_02.c

// { dg-do run } // g++ 1.37.1 bug 900321_02 // The following program exits with a nonzero status because the constructor // is not called 3 times as it should be. This program exits with a zero //
www.eeworm.com/read/239312/4602522

25 example10.25

#!/bin/csh -f if ( -e file ) then echo file exists endif if ( -d file ) then echo file is a directory endif if ( ! -z file ) then echo file is not of zero length endif if ( -r file && -w fil
www.eeworm.com/read/239312/4602546

filetest1

#!/bin/tcsh -f # Scriptname: filetest1 if ( -e file ) then echo file exists endif if ( -d file ) then echo file is a directory endif if ( ! -z file ) then echo file is not of zero length en
www.eeworm.com/read/234507/4658921

cpp i0.cpp

/*! * \file * \brief Implementation of modified Bessel functions of order zero * \author Tony Ottosson * * $Date: 2007-04-18 08:58:29 +0200 (Wed, 18 Apr 2007) $ * $Revision: 1013 $ * * ------
www.eeworm.com/read/234134/4661826

txt kbhit.txt

SUMMARY kbhit zgetch #include int kbhit(); char zgetch(); DESCRIPTION kbhit returns 0 if a character from the keyboard is available otherwise non-zero is returned. zgetch