代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/209559/4961426
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/204040/5036159
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/201007/5061487
svn-base ogg2.c.svn-base
/*
* Ogg bitstream support
* Luca Barbato
* Based on tcvp implementation
*
*/
/**
Copyright (C) 2005 Michael Ahlberg, Måns Rullgård
Permission is hereby granted, f
www.eeworm.com/read/199935/5074966
cpp i0.cpp
/*!
* \file
* \brief Implementation of modified Bessel functions of order zero
* \author Tony Ottosson
*
* $Date: 2006-04-03 15:34:15 +0200 (pon, 03 kwi 2006) $
* $Revision: 400 $
*
* -------
www.eeworm.com/read/195013/5117212
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/186639/5230681
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/181985/5274301
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/179911/5293881
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/177407/5327833
sql c_order_check.sql
/**
* Check Orders
*/
-- Complete Orders with lines with just a 1 in Qty ordered (no product, price)
-- Set Qty Ordered to 0
-- These lines should be zero anyway
UPDATE C_OrderLine ol SET Q
www.eeworm.com/read/174538/5360692
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