代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/11175/209794
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/18335/784477
v muxnew3.v
/* You may use the full_case directive to achieve the
same effect as the default case, and instruct Synplify-Lite
not to preserve the value of out when all bits of sel are zero: */
module muxne
www.eeworm.com/read/35675/1059662
01 example02.01
#!/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 fi
www.eeworm.com/read/35675/1059761
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/35675/1059785
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/493700/1163663
m wnyqui.m
function wnyqui(alpha,action)
%impulse response and Fourier transform of root-raised-cosine pulse
warning off; % avoid devide by zero warning
if nargin == 0 alpha = .5; end;
if isstr(alpha
www.eeworm.com/read/491360/1191774
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/490333/1200334
cs creditinquiry.cs
// Fig. 17.12: CreditInquiry.cs
// Read a file sequentially and display contents based on
// account type specified by user (credit, debit or zero balances).
// C# namespaces
using System;
usin
www.eeworm.com/read/480930/1306194
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/472524/1409525
java pi.java
package client;
import compute.*;
import java.math.*;
public class Pi implements Task {
/** constants used in pi computation */
private static final BigDecimal ZERO =
BigDecimal.va