代码搜索结果
找到约 647 项符合
Resistor 的代码
sires.cir
Silicon Resistor
* This simulation demonstrates the effects of velocity saturation at
* high lateral electric fields.
VPP 1 0 10v PWL 0s 0.0v 100s 10v
VNN 2 0 0.0v
D1 1 2 M_RES AREA=1
.MODEL M_RES
gaasres.cir
Gallium Arsenide Resistor
* This transient simulation demonstrates the effects of velocity overshoot
* and velocity saturation at high lateral electric fields.
* Do not try to do DC analysis of this
resnoise.cir
simple resistor circuit
*simple resistor circuit to test which ones of vspice, uf77spice and
* spice3 give the correct results
iin 1 0 1m AC
rl 1 0 1k
*.control
*noise v(1) iin dec 1 1k 1k 1
*setplo
diodisto.cir
Diode-Resistor circuit
r1 2 0 1k
d1 1 2 diode
vcc 1 3 5v ac 0.001 sin(5 0.01 1000) distof1 0.01 distof2 0.01
vcc2 3 0 0v
*.model diode D
.model diode D is=1.0e-14 tt=0.1n cjo=2p
*.disto dec 1 1000.0
initial_conditions.deck
Capacitor and inductor with natural initial conditions
*
* This circuit contains a capacitor and an inductor with
* initial conditions on them. Each of the components
* has a parallel resistor so tha
drawchipdoc.cpp
// DrawChipDoc.cpp : implementation of the CDrawChipDoc class
//
#include "stdafx.h"
#include "DrawChip.h"
#include "resistor.h"
#include "DrawChipDoc.h"
#ifdef _DEBUG
#define new DEBUG_N