代码搜索结果

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

amp.ewb

Electronics Workbench Circuit File Version: 5 Charset: ANSI Description: "Audio amplifier with intermediate-stage and output-stage clipping monitors. Press \"D\" or \"O\" to decrease the gain or

dig_ana.ewb

Electronics Workbench Circuit File Version: 5 Charset: ANSI Description: "Using digital output to drive LEDs and Relays. The \"Low\" output of the LS gate is used to SINK high current of the LED

shortcircuitablevalidator.java

/* * Copyright (c) 2002-2006 by OpenSymphony * All rights reserved. */ package com.opensymphony.xwork2.validator; /** * This interface should be implemented by validators that can short-circuit

ltra_1.cir

BJTdriver -- 24inch lossy line -- DiodeCircuit * This unclassified circuit is from Raytheon, courtesy Gerry Marino. * It consists of a BJT driver connected by a 24 inch lossy line to a * passive l

bad_io_type.deck

Invalid input/output type * * This circuit contains a simple gain block to demonstrate * that the simulator reports an error if an invalid type * is used with the code model connections. * .tran 1e-5

cktsetbreak.c

/* * Copyright (c) 1985 Thomas L. Quarles */ /* CKTsetBreak(ckt,time) * add the given time to the breakpoint table for the given circuit */ #include "prefix.h" #include #

cktmknode.c

/* * Copyright (c) 1985 Thomas L. Quarles */ /* *CKTmkNode(ckt,node) * Tentatively allocate a new circuit equation structure */ #include "prefix.h" #include #include

cktclrbreak.c

/* * Copyright (c) 1985 Thomas L. Quarles */ /* CKTclrBreak(ckt) * delete the first time from the breakpoint table for the given circuit */ #include "prefix.h" #include #

cktground.c

/* * Copyright (c) 1985 Thomas L. Quarles */ /* CKTground(ckt,node) * specify the node to be the ground node of the given circuit */ #include "prefix.h" #include #include

cktnames.c

/* * Copyright (c) 1988 Thomas L. Quarles */ /* *CKTnames(ckt) * output information on all circuit nodes/equations * */ #include "prefix.h" #include #include "CK