readme
来自「ngspice又一个电子CAD仿真软件代码.功能更全」· 代码 · 共 14 行
TXT
14 行
Directory: oned---------------This directory contains the files that are primarily responsible forimplementing the 1D device simulator. It also contains files that helpinterface the circuit simulator to the device simulator. Most functionsthat are common to all 1D device simulations start with the prefix ONE,e.g. ONEbiasSolve. The device-specific routines start with eitherNUMD or NBJT, e.g. NUMDadmittance or NBJTproject. The simulator containsboth a Poisson Solver for equilibrium and a three-equation solver for biassolutions. An attempt has been made to keep the function names parallelin the two portions. Poisson routines are identified with a 'Q' (for chargeonly) after the ONE, and Full solver routines are identified with anunderscore '_'.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?