-
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
-
fortran_MD
Fortran编的关于分子动力学模拟的程序(Fortran programs compiled on the molecular dynamics simulations)
- 2014-02-26 22:16:23下载
- 积分:1
-
chazhi
本例实现了插值函数,将不同次数的插值进行了显示,防止了龙格现象,研究生一般以此题为作业。(The cases to achieve interpolation function, the number of different interpolation were shown to prevent the Runge phenomenon, in order to graduate generally entitled operations.)
- 2013-11-14 15:28:33下载
- 积分:1
-
国内某B2C电子商务网站的数据集
电商的数据集,可用于做数据分析 平台搭建(The data set of e-commerce can be used to build data analysis platform.)
- 2021-02-01 12:40:00下载
- 积分:1
-
通过模型决定系数完成支持向量机参数优化 SVR_fitting
说明: 通过模型决定系数完成支持向量机参数优化,并建立基于大数据的支持向量机模型实现回归拟合(The parameters of SVM are optimized by the coefficient determined by the model, and the regression fitting is realized by the support vector machine model based on big data)
- 2020-06-16 00:14:36下载
- 积分:1
-
ellf
说明: 巴特沃斯、切比雪夫I和椭圆滤波器设计的源程序!非常难得!
简洁的C语言编写(Butterworth, Chebyshev I and elliptic filter design of the source! Very rare! Concise C language)
- 2005-10-26 22:53:24下载
- 积分:1
-
sai_gm01
多目标跟踪的粒子滤波器,车牌识别定位程序的部分功能,最小均方误差等算法的MSE的计算。( Multi-target tracking particle filter, Part of the license plate recognition locator feature, Minimum mean square error MSE calculation algorithm.)
- 2017-03-15 15:54:56下载
- 积分:1
-
Program
利用表达式求解和栈的只是,设计一个简易的数学题库, 可供小学生作业,并能给出分数。
要求:建立试题库文件,随机产生 n 个题目;题目涉及加减乘除,带括弧的混合运算;随时可以退出;保留历史分数,能回顾历史,给出与历史分数比较后的评价。(Use solving expressions and stack just design a simple math exam, students for the job, and can give a score.
Requirements: Create test file, randomly generating n topics topics involving addition, subtraction with parentheses mixing operation ready to quit keep historical scores, can look back at history, and history is given uation scores after comparison.)
- 2020-12-29 22:59:01下载
- 积分:1
-
Adams-RK
经典R-K法,通过它可以计算一些简单的常微分方程的数值解(Classical RK method, which can be calculated by simple numerical solution of ordinary differential equations)
- 2010-12-30 14:09:37下载
- 积分:1
-
sma_um
Umat Abaqus for plasticity
- 2020-06-20 02:40:01下载
- 积分:1