代码搜索结果

找到约 6,083 项符合 Circuit 的代码

alarm_counter.map.qmsg

{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0} { "I

test_pwm_sch.isim_beh_log

command line: test_pwm_sch_isim_beh.exe -tclbatch isim.cmd -log test_pwm_sch.isim_beh_log -intstyle ise -ipchost localhost -ipcport 1403 Wed Feb 21 16:12:05

debugcom.c

/********** Copyright 1990 Regents of the University of California. All rights reserved. Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group **********/ /* * Circuit debugging commands. */

circuits.h

/************* * Header file for circuits.c * 1999 E. Rouat ************/ #ifndef CIRCUITS_H_INCLUDED #define CIRCUITS_H_INCLUDED struct subcirc { char *sc_name; /* Whatever... */ } ; ex

com_state.c

#include #include #include #include #include #include #include "circuits.h" #include "com_state.h" #include "streams.h" #include "

_info

m255 13 cModel Technology dF:\information\verilog\exercise\unsign_mul vbooth_mul I_V]hbhSP54z[okBBiE0 V8W

liblook_readme

Liblook is a script that can show specified model or sub-circuit entry in spice library. Common use look like this: liblook lib_name [text_to_find] [lines_before] [lines_after] lines_before and line

14-shortcircuit.dcf

// test shortcircuit and other stuff class Program { int field_in_class; int test_long_args(int a, int b, int c, int d, int e, int f) { callout("printf","args: %d+%d+%d+%d+%d+%d=%d\n",a,b,

bulb.java

public class Bulb{ private Circuit circuit; public void setCircuit(Circuit circuit){ this.circuit=circuit; } public void light(){ circuit.transportPower(); } public void