代码搜索:numericalAnalysis

找到约 79 项符合「numericalAnalysis」的源代码

代码结果 79
www.eeworm.com/read/309760/13664821

html package-frame.html

www.eeworm.com/read/309760/13664824

html integration.html

www.eeworm.com/read/309760/13664827

html package-frame.html

www.eeworm.com/read/309760/13664832

html package-frame.html

www.eeworm.com/read/309760/13664838

html package-frame.html

www.eeworm.com/read/309760/13664841

html allclasses-frame.html

www.eeworm.com/read/309760/13664857

html index-2.html

www.eeworm.com/read/309760/13664864

java function.java

package numericalAnalysis.function; /** * 函数的定义 * * @author 山 * */ public interface Function { /** * 函数f(x) * * @param x y=f(x)的x * @return y=f(x)的y */ public double
www.eeworm.com/read/309760/13664879

txt 使用前必读!!!!!.txt

这个学期一边学习java一边学习数值分析,因此用java写了一个数值分析算法的软件包<mark>numericalAnalysis</mark>. [说明] 适合使用者:会java的,想要学习数值分析算法的人. 本代码对照书:数值分析第二版,史万明等编,北京理工大学出版社. 本代码尽量按书中描述的来写,可以提供参考. [使用方法] 在java的ide中新建一个项目,把nume ...
www.eeworm.com/read/123723/14615131

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // NumericalAnalysis.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include