-
Problem1
用fortran 70实现数值积分,并实例计算了三个函数,导出了积分值和误差(The numerical integration is realized by FORTRAN 70, and three functions are calculated with examples. The integral values and errors are derived.)
- 2019-04-16 20:49:25下载
- 积分:1
-
arview
数据挖掘中,关联规则的例子,源码, arview算法的应用实例(data mining, association rules example, the source, the algorithm arview Application)
- 2005-04-06 18:52:04下载
- 积分:1
-
bull
试试你的运气。随机输入0到9之间的四个数,看看你能得到多少公牛,多少母牛,嘿嘿。(Try your luck. Random input between 0 to 9 the number of four to see how much bull you can get, how many cows, hehe.)
- 2016-02-15 10:58:49下载
- 积分:1
-
nsga2code
nondominated sorting genetic algorithms,nsga2的c语言源代码,比较好。(nondominated sorting genetic algorithms,nsga2 c-language source code better.)
- 2010-02-21 21:04:45下载
- 积分:1
-
AcousticTool
这个是计算声传播的各种模型
包括简正波kraken波数积分scooter等模型
有很好的学习价值
(a system program for acoustic propagation calculation)
- 2010-06-20 10:52:26下载
- 积分:1
-
bchcode
实现了bch编码,基于有限域多项式除法,自己动手写的,大家可以看下(Based on division in galois field,relize the BCH code )
- 2013-07-25 10:27:37下载
- 积分:1
-
Matrix
很好用的有关矩阵的各种操作,包括求逆,特征值,特征向量,svd分解等(good part of the matrix of various operations including inverse, eigenvalues, eigenvectors, svd decomposition, etc.)
- 2020-10-31 16:39:55下载
- 积分:1
-
ykb
用雅可比方法求矩阵的特征值和特征向量的FORTRAN程序(Method using Jacobian matrix of eigenvalues and eigenvectors of the FORTRAN program)
- 2007-12-25 10:36:27下载
- 积分:1
-
mg01
用多重网格方法求解泊松方程,偏微分方程求解(use multigrid method to solve poisson equation, pde solver)
- 2009-11-10 21:45:00下载
- 积分:1
-
121
1. 牛顿迭代法
function [x,i]=newtonmethod(x0,f,ep,Nmax)
牛顿法求非线性方程根
x0是输入初始值, f是输入函数, 精度要求ep, Nmax为最大迭代次数
x是输出迭代序列,i是迭代次数
2. 二分法
function [x,k]=bisection(a,b,f,ep)
二分法解非线性方程
输入区间[a,b],函数f和误差ep, Nmax为最大二分次数
x为输出近似根, k为二分次数
( Newton s law and the dichotomy)
- 2020-10-12 22:57:32下载
- 积分:1