prepare / spice3f5

NOT MINE!, Just for Study :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spice3f5

from https://bwrcs.eecs.berkeley.edu/Classes/IcBook/SPICE/

SPICE is a general-purpose circuit simulation program for nonlinear dc, nonlinear transient, and linear ac analyses. Circuits may contain resistors, capacitors, inductors, mutual inductors, independent voltage and current sources, four types of dependent sources, lossless and lossy transmission lines (two separate implementations), switches, uniform distributed RC lines, and the five most common semiconductor devices: diodes, BJTs, JFETs, MESFETs, and MOSFETs. SPICE originates from the EECS Department of the University of California at Berkeley(https://eecs.berkeley.edu/).

source code from https://ptolemy.berkeley.edu/projects/embedded/pubs/downloads/spice/index.htm

7/17/2007 Spice is covered now covered by the BSD Copyright:

Copyright (c) 1985-1991 The Regents of the University of California. All rights reserved.

Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this software and its documentation for any purpose, provided that the above copyright notice and the following two paragraphs appear in all copies of this software.

IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.

It is no longer necessary to fill out a software agreement.

see C# port at https://github.com/SpiceSharp/SpiceSharp

About

NOT MINE!, Just for Study :)

License:Other


Languages

Language:C 98.2%Language:Batchfile 0.9%Language:Objective-C 0.4%Language:Shell 0.3%Language:C++ 0.2%