代码搜索:factor

找到约 6,651 项符合「factor」的源代码

代码结果 6,651
www.eeworm.com/read/123865/6057115

c jdcoefct.c

/* * jdcoefct.c * * Copyright (C) 1994-1997, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying READ
www.eeworm.com/read/118801/6095922

c jdcoefct.c

/* * jdcoefct.c * * Copyright (C) 1994-1997, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README fi
www.eeworm.com/read/117971/6100200

java scribbleprinter2.java

/* * Copyright (c) 2000 David Flanagan. All rights reserved. * This code is from the book Java Examples in a Nutshell, 2nd Edition. * It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/117815/6100471

java scribbleprinter2.java

/* * Copyright (c) 2000 David Flanagan. All rights reserved. * This code is from the book Java Examples in a Nutshell, 2nd Edition. * It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/117487/6103081

java scribbleprinter2.java

/* * Copyright (c) 2000 David Flanagan. All rights reserved. * This code is from the book Java Examples in a Nutshell, 2nd Edition. * It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/102423/6232009

c xftest.c

/* Driver for routine ftest */ #include #include #include "nr.h" #include "nrutil.h" #define NPTS 1000 #define MPTS 500 #define EPS 0.01 #define NVAL 11 main() { l
www.eeworm.com/read/102423/6232621

c xftest.c

/* Driver for routine ftest */ #include #include #define NRANSI #include "nr.h" #include "nrutil.h" #define NPTS 1000 #define MPTS 500 #define EPS 0.01 #define NVAL 11
www.eeworm.com/read/102267/6234176

java scribbleprinter2.java

/* * Copyright (c) 2000 David Flanagan. All rights reserved. * This code is from the book Java Examples in a Nutshell, 2nd Edition. * It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/101005/6262764

c jdcoefct.c

/* * jdcoefct.c * * Copyright (C) 1994-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying READ
www.eeworm.com/read/218797/6303332

m keq.m

function k = keq(vb, m, phi) % junction capacitance linearization factor k = ((-phi^m)/((vb(2)-vb(1))*(1-m)))*((phi-vb(2))^(1-m)-(phi-vb(1))^(1-m));