-
MAIN
Vortex flow around a square cylinder function method of numerical simulation
- 2012-11-28 10:55:39下载
- 积分:1
-
ModelC_alloy
说明: 相场法材料计算的modelc-alloy 对应的基础代码,自取基础有用(The basic code corresponding to modelc-alloy for phase field method material calculation, useful for self-extraction)
- 2020-06-25 12:40:02下载
- 积分:1
-
vvuce
使用matlab实现智能预测控制算法,分数阶傅里叶变换计算方面,实现了图像的加水印,去噪,加噪声等功能。( Use matlab intelligent predictive control algorithm, Fractional Fourier transform computing, Realize image watermarking, de-noising, plus noise and other functions.)
- 2017-05-27 12:36:55下载
- 积分:1
-
foundations-of-linear-operator-theory-2005
介绍线性算子的基本概念的文章,这是书里面的一个章节(Foundation of linear operator theory)
- 2020-06-21 00:40:02下载
- 积分:1
-
color bar
主要是交通行业的时空矩阵的3维热力图表达方式,不同检测器与不同时间段的流量作为颜色的第三位导入,热力图调整颜色表达更清晰(mianly used for transportation engineering. It can plot the three dimension of the real traffic situation, including different temporal and spatial. the code also can modify the parameter of the colorbar.)
- 2017-09-18 09:55:43下载
- 积分:1
-
Expressway-Exit-Data-OD
提出基于高速公路收费站进出口数据推算OD矩阵的一般方法。在缺乏初始OD矩阵的条件下,结合指数平滑法和无约束重力模型思想,通过VB编程反复迭代进行初始OD矩阵推算 利用组合模型预测高速公路各收费站出入口流量,通过弗雷特法进行OD分布推算。以沪宁高速公路为例证实此方法具有较高的精度。(Proposed highway toll station-based import and export data projections general OD matrix method. Lack of initial OD matrix conditions, combined with the exponential smoothing and unconstrained gravity model of thinking, through the VB Programming iterative initial OD Matrix Estimation flow of the use of a combination of model predictions highway toll station entrances and exits through Fratar Method for OD distribution projections. Shanghai-Nanjing Expressway, for example to confirm that this method has higher accuracy.)
- 2013-01-18 11:00:44下载
- 积分:1
-
FFT_16pt
说明: 利用MATLAB实现了16位快速傅立叶变换,并与自包含函数进行了比较。(The 16-bit Fast Fourier Transform is realized by using MATLAB and compared with the self-contained function.)
- 2020-06-18 10:40:02下载
- 积分:1
-
多维随机数的生成方法
说明: 多维随机数的生成方法,一维随机数生成方法,高维随机数的生成方法(Generation methods of multidimensional random number, one-dimensional random number and high-dimensional random number)
- 2020-06-18 15:20:01下载
- 积分:1
-
FFT
使用labview实现傅里叶变换的子VI,labview版本为8.5.(Fourier transform using labview to achieve the sub-VI, labview version is 8.5.)
- 2011-08-13 09:30:41下载
- 积分: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