代码搜索:zero

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

代码结果 10,000
www.eeworm.com/read/137489/13320236

h geometry.h

/* geometry.h - Device and file geometry computation */ /* Copyright 1992-1995 Werner Almesberger. See file COPYING for details. */ #ifndef GEOMETRY_H #define GEOMETRY_H #include "lilo.h" type
www.eeworm.com/read/136707/13364887

cpp gf2.cpp

#include #include NTL_START_IMPL void div(GF2& x, GF2 a, GF2 b) { if (b == 0) Error("GF2: division by zero"); x = a; } void div(GF2& x, long a, GF2 b)
www.eeworm.com/read/321300/13409296

qmsg up3_clock.sim.qmsg

{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0} { "I
www.eeworm.com/read/321145/13411689

v alu.v

module alu(A,B,OP,Y,OV,CY,Zero,Signal); input [31:0]A,B; output [31:0]Y; output OV,CY,Zero,Signal; input [3:0]OP; wire [31:0]Logic_out,Adder_out,Shift_out,M1_out,M2_out,Mul_out,nMul_out,Mul_out
www.eeworm.com/read/318232/13482768

m makeparitychk.m

function [c, newH] = makeParityChk(dSource, H, strategy) % Generate parity check vector bases on LDPC matrix H using sparse LU decomposition % % dSource : Binary source (0/1) % H : LDPC ma
www.eeworm.com/read/316917/13514714

c hl1.c

/* ZLG7290演示程序 */ #include "I2C.h" #include "ZLG7290.h" #include "spi.h" //定义键盘中断标志,FlagINT=1表示有键按下 volatile bit FlagINT = 0; uchar bdata zero_data ; sbit zero_bit=zero_data^0; //过零触发检测标
www.eeworm.com/read/316047/13531086

mdl c5mcomp2.mdl

Model { Name "c5mcomp2" Version 5.1 SaveDefaultBlockParams on SampleTimeColors off LibraryLinkDisplay "none" WideLines off ShowLineDimensions off ShowPortDataT
www.eeworm.com/read/314580/13564060

lik prog.lik

version : *** for Sunplus tool chain *** input : ".\Debug\main.obj" output : ".\Debug\Zero_Detect.bin" options : map, microtek, tsk locate: PAGE0 at 0060h locate: CODE at F000h locate: DATA at
www.eeworm.com/read/313956/13578304

htm htb_filt.htm

Block List for Transmitting and Receiving Filter Library Transmitting and Receiving Filters Raised Cosine Filter F
www.eeworm.com/read/309167/13680425

c zsp_blas2.c

/* * -- Distributed SuperLU routine (version 1.0) -- * Lawrence Berkeley National Lab, Univ. of California Berkeley. * September 1, 1999 * */ /* * File name: sp_blas2.c * Purpose: Sparse BLA