这个人很懒,暂无签名信息
http://emclab.mst.edu/pcbtlc2/index.html PCB Trace Impedance Calculator Calculates the characteristic impedance and per-unit-length parameters of typical printed circuit board trace geometries. S...
public static void main(String[] args) { System.out.println(开方(3,1E-10)); } public static double 开方(int n, double precision) { double k = 10000000.0; double w = 0; int i = 1; do { k = (k + n /...