代码搜索:zero

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

代码结果 10,000
www.eeworm.com/read/367160/9779473

f dget34.f

SUBROUTINE DGET34( RMAX, LMAX, NINFO, KNT ) * * -- LAPACK test routine (version 3.1) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. * November 2006 * * ..
www.eeworm.com/read/170603/9796677

c paranoia.c

#undef V9 #define NOPAUSE /* A C version of Kahan's Floating Point Test "Paranoia" Thos Sumner, UCSF, Feb. 1985 David Gay, BTL, Jan. 1986 This is a rewrite from the Pascal version by B. A
www.eeworm.com/read/269755/11079152

txt tmt.txt

Begin test Now print a real number: 3.14159 Matrix type: Rect (1, 8) 0 0 0 0 0 0 0 1 + UT LT Rect Squ Sym Skew Diag Ident Band UpBnd LwBnd SmBnd SkBnd UT UT Squ
www.eeworm.com/read/414769/11102506

for machar.for

SUBROUTINE machar(ibeta,it,irnd,ngrd,machep,negep,iexp,minexp, *maxexp,eps,epsneg,xmin,xmax) INTEGER ibeta,iexp,irnd,it,machep,maxexp,minexp,negep,ngrd REAL eps,epsneg,xmax,x
www.eeworm.com/read/268989/11112319

txt 一个同步状态机.txt

Verilog HDL: Synchronous State Machine This is a Verilog example that shows the implementation of a state machine. The first CASE statement defines the outputs that are dependent on the value of
www.eeworm.com/read/268889/11115806

cpp countst.cpp

//THIS PROGRAM IS TO TEST THE COUNTER CLASS //FILE COUNTST.CPP #define ZERO 0 #define TEN 10 #include #include "Count.h" int main(void) { COUNTER TEST; int CIRCLE; c
www.eeworm.com/read/412452/11199478

v alu_tb.v

//---------------------------------------------------------------------------- // // File Name: alu_tb.v // // Type: Test bench // // Description: This is the test bench for the 32-bit
www.eeworm.com/read/412167/11212846

asm prog49a.asm

; Prog49A - Do Some Real Video Output ; ; ; This Program is an Attempt to get a White Bar Across the Screen. ; ; To get the Correct Voltage Levels: ; 0.00 Volts (Synch/"Blacker than B
www.eeworm.com/read/265721/11255593

m zerocros.m

function [t,s]=zerocros(x,m) %ZEROCROS finds the zeros crossings in a signal [T,S]=(X,M)% find zero crossings in a signal % Inputs: x = input waveform % m = mode string containing: %
www.eeworm.com/read/265721/11255763

asv zerocros.asv

function [t,s]=zerocros(x,m) %ZEROCROS finds the zeros crossings in a signal [T,S]=(X,M)% find zero crossings in a signal % Inputs: x = input waveform % m = mode string containing: %