readme

来自「ngspice又一个电子CAD仿真软件代码.功能更全」· 代码 · 共 16 行

TXT
16
字号
Directory: twod---------------This directory contains the files that are primarily responsible forimplementing the 2D device simulator. It also contains files that helpinterface the circuit simulator to the device simulator. Most functionsthat are common to all 2D device simulations start with the prefix TWO,e.g. TWObiasSolve. The device-specific routines start with either NUMD2,NBJT2 or NUMOS, e.g. NUMD2admittance, NBJTproject or NUMOSconductance. Thesimulator contains a Poisson Solver for equilibrium, and a Two-carriersolver and One-carrier solvers for bias solutions. An attempt has beenmade to keep the function names parallel in the four portions. Poissonroutines are identified with a 'Q' (for charge only) after the TWO, Fullsolver routines are identified with an underscore '_',Electron-current-only routines are identified with an 'N', andHole-current-only routines are identified with a 'P'. 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?