代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/119796/6082366
h devtbl.h
/* Device names used as their device number or descriptor:
NOTE: These entries should start at zero and increment by
1 for each new device.
*/
#if 0
#define TTY0 0 /* UARTA internal t
www.eeworm.com/read/113536/6128049
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/110034/6167579
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/103192/6220787
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/102935/6226427
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/101082/6251890
h bootblk.h
/*
* @(#)bootblk.h 4.1 (ULTRIX) 7/2/90
*
* Define a bootblock. The boot block always resides on block zero of the
* partition if a disk, or the first block of a tape.
*/
struct bootblock{
int
www.eeworm.com/read/101039/6260603
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/101015/6262231
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/213911/6312081
m events.m
function [value,isterminal,direction] = events(t,y)
% Locate the time when height passes through zero in a decreasing direction
% and stop integration.
value = y(1); % detect height = 0
iste
www.eeworm.com/read/494538/6377366
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)
%***********