代码搜索结果
找到约 6,083 项符合
Circuit 的代码
main.c
/*
USBasp - USB in-circuit programmer for Atmel AVR controllers
Thomas Fischl
License........: GNU GPL v2 (see Readme.txt)
Target.........: ATMega8 at 12 MHz
Creati
netlist.l.bak
%{
#include "circuit.h"
#include "y.tab.h"
extern YYSTYPE yyval, yylval;
#define read_to_eol() do {char c;while ((c = input()) && !strchr("\r\n\f",c) ); }while(0)
%}
%option lex-compat
fig33_19.sp
* Figure 33.19 CMOS: Mixed-Signal Circuit Design *
* Using the BSIM4 model *
* Comparison between strong, moderate, and weak inversion *
* using an R-2R (W-2W) based current mirror (see text.) *
power_pcb10.17.drc
Protel Design System Design Rule Check
PCB File : \WORK\电源电路\Power_PCB10.17.PCBDOC
Date : 2007-10-19
Time : 17:24:28
Processing Rule : Short-Circuit Constraint (Allowed=No) (All),(All)
long_names.deck
Long names
*
* This circuit contains a sine wave source followed by a
* gain block code model with a gain of 10. Long names
* are used for instances, models, and nodes.
*
.tran 1e-5 1e-3
*
v1
ua741.ewb
Electronics Workbench Circuit File
Version: 5
Charset: ANSI
Description:
"ua 741 Operational Amplifier Device Level Model (UA741)"
"Vo/Vi = 100 ; Rf=100K; RS = 1K "
"U of Berkeley SPICE Benc
long_names.deck
Long names
*
* This circuit contains a sine wave source followed by a
* gain block code model with a gain of 10. Long names
* are used for instances, models, and nodes.
*
.tran 1e-5 1e-3
*
v1
ua741.ewb
Electronics Workbench Circuit File
Version: 5
Charset: ANSI
Description:
"ua 741 Operational Amplifier Device Level Model (UA741)"
"Vo/Vi = 100 ; Rf=100K; RS = 1K "
"U of Berkeley SPICE Benc
ua741.ewb
Electronics Workbench Circuit File
Version: 5
Charset: ANSI
Description:
"ua 741 Operational Amplifier Device Level Model (UA741)"
"Vo/Vi = 100 ; Rf=100K; RS = 1K "
"U of Berkeley SPICE Benc
onepulse.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.all;
USE IEEE.STD_LOGIC_ARITH.all;
USE IEEE.STD_LOGIC_UNSIGNED.all;
-- Single Pulse circuit
-- the output will go high for only one clock cycle
ENTITY