代码搜索:zero

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

代码结果 10,000
www.eeworm.com/read/265664/11258120

asm step22.asm

; step22.ASM ; Version: 0 Date: 02. April 1999 ; Copyright (C) 1999 Georg Ziegler ; NMRA-DCC decoder for stepper motor with 2 coil based on PIC12CE519 ; 14/28/126 speed step mode and two inte
www.eeworm.com/read/265663/11258148

asm dallas.asm

; Lecteur DALLAS avec liaison RS232 9600 bauds ; 14 janvier 2001 list P=16F876 include ; configuration du processeur __CONFIG _CP_OFF&_DEBUG_OFF&_WRT_E
www.eeworm.com/read/248954/12530532

cpp 3_34.cpp

#include #include using namespace std; struct complex { double real; double imag; }; int fun(unsigned n, int &zero) //完成统计功能的函数,引用作形参,传回统计结果 { int count=0,ma
www.eeworm.com/read/147693/12538572

pl fig20_9.pl

% Figure 20.9 A qualitative model of bath tub. % A bath tub model landmarks( amount, [ zero, full, inf]). landmarks( level, [ zero, top, inf]). landmarks( flow, [ minf, zero, inflow, inf])
www.eeworm.com/read/147693/12538600

pl fig20_3.pl

% Figure 20.3 Qualitative modelling program for simple circuits. % Modelling simple electric circuits % Qualitative values of voltages and currents are: neg, zero, pos % Definition of sw
www.eeworm.com/read/147693/12538621

pl energy.pl

% File energy.pl: An oscillator model with energy constraint % (alternative to one in Fig. 20.14). legalstate( [ X, V, A]) :- deriv( X, V), deriv( V, A), MinusA = a:_, su
www.eeworm.com/read/248151/12592724

java trynestdemo.java

public class TryNestDemo{ public static void main(String []args){ int n=0; try{ try{ n=24/n; //产生ArithmeticException异常 }catch(NumberFormatEx
www.eeworm.com/read/248071/12603566

v adder4.v

module adder4 (in1, in2, sum, zero); input [3:0] in1; input [3:0] in2; output [4:0] sum; output zero; reg [4:0] sum,m[0:32]; initial begin sum = 4'b0; zero = 4'b1; end always @(in1 or in2) beg
www.eeworm.com/read/334342/12609318

cs form1.cs

/// Copyright(c) Emtronix Inc. /// /// 程序作者:李林 leeleen@emtronix.com /// leeleen@sjtu.org /// leeleen@263.net /// /// 最后修改时间:2008-05-23 汶川8级地震余震期间 /// +86-28-8618
www.eeworm.com/read/334090/12638137

asm fs_tou16.asm

;****************************************************************************** ;* FS_TOU16.ASM - 16 BIT STATE - v2.24 * ;* Copyright (c) 1996-2002 Texas Instru