-
finite-element-method
有限单元法基本原理和数值方法,书籍,供学习参考(The basic principle of finite element method and numerical methods)
- 2016-01-08 11:35:30下载
- 积分:1
-
black-oil-model
该源程序是黑油模型的源代码,黑油模型是油藏数值模拟的基本程序。(The source is the source code of black oil model, black oil model is the basic numerical reservoir simulation program.)
- 2020-11-11 17:19:46下载
- 积分:1
-
KMP-string-match
编写一个使用KMP算法的字符串匹配程序。
使用方法:字符串匹配.exe -f xxx.txt -s xxx
-f 指定要查找的文件
-s 指定要查找的字符串(Writing a string matching algorithm using KMP program. How to use: string matching exe-f xxx.txt-s xxx-f to specify the file you want to find-s to specify the search string)
- 2013-12-08 01:12:46下载
- 积分: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
-
vss-nlms-matlab
国外最近的一篇变步长nlms仿真,该文件有文中的几种仿真,包括基本的仿真,信道突变下的追踪性能和语音回声消除的性能分析(Recent foreign nlms a variable step simulation, the file has the text of several simulations, including basic simulation, channel tracking performance under mutation and voice echo cancellation performance analysis)
- 2021-04-13 09:18:56下载
- 积分:1
-
ysf
用C语言实现解决约瑟夫问题的一种方法,也许会对他人有启示。(C language implementation with a way to solve the problem, Joseph, and perhaps others, would be revealing.)
- 2009-11-14 15:31:44下载
- 积分:1
-
tangei
有均匀线阵的CRB曲线,自己编的5种调制信号,用于建立主成分分析模型。( There ULA CRB curve, Own five modulation signal, Principal component analysis model for establishing.)
- 2017-03-21 22:33:52下载
- 积分:1
-
copula
说明: Copula and tail dependence
- 2020-07-16 23:18:49下载
- 积分:1
-
GradCalc
地球科学(Fortran90):
计算空间重力异常、扰动重力、垂线偏差或重力梯度的垂向梯度。
计算方式:数值积分、二维平面FFT、二维球面FFT或一维FFT。(Earth Science (Fortran90): calculate the gravity anomaly, gravity disturbance, the deflection of the vertical or gravity gradient vertical gradient. Calculation: numerical integration, FFT of the two-dimensional plane, two-dimensional spherical FFT or one-dimensional FFT.)
- 2012-10-13 14:17:10下载
- 积分:1
-
zuixiaofei-zuidaliu
文件中包括了最优化中的最小费最大流程序以及例子和程序(File included in the most optimal maximum flow procedures and examples of trees and procedures)
- 2014-07-17 09:54:20下载
- 积分:1