搜索资源列表
Euler(matlab)_CanTestWithImage
- 计算图像中的欧拉数,经典代码,采用matlab实现,可以熟悉欧拉数的求法,及相关MATLAB函数的用法,带图片可测试。-calculated image of Euler number, classic code using Matlab realized, could familiar with the Euler number for the law, MATLAB functions and related usage, with pictures can be tested.
euler
- 一种数值分析常用的欧拉算法,用matlab实现的
Fleury.rar
- 用C++实现的fleury算法查找欧拉回路,已经编译好,解压缩后可以直接运行,With C++ Realized fleury algorithm to find Euler circuit, has been compiled, and can be extracted directly run
CFD.rar
- 计算流体力学基本思想 Matlab实例分析 CFD实例分析,CFD Lax schemes for Euler Equation
algorithmcode
- 计算机算法程序,欧拉图,汉密顿回路,kruscal,红黑树,排序算法源代码。-Computer algorithm , Euler , Hamilton circuit, kruscal, red and black tree, sorting algorithm source code.
WENOandENO
- 利用5阶精度的WENO方法求解欧拉方程,里面有源代码和说明文档,具体可参考论文Efficient Implementation of Weighted ENO Schemes。-The use of 5-order accuracy of the WENO method for solving Euler equations, which source code and documentation, specific reference papers Efficient Implementati
runge-kutta
- 常微分方程的数值解法及仿真 一、 欧拉(Euler)公式 2 二、 龙格-库塔公式 2 1. 二阶龙格-库塔公式 2 2. 四阶龙格-库塔公式 2 三、 一阶常微分方程组的数值解法 2 四、 仿真算例 4 仿真1 应用欧拉法 4 仿真2 应用二阶龙格-库塔法 5 仿真3 应用四阶龙格-库塔法 6 附录 Matlab程序 7 1. 欧拉法程序 7 2. 二阶龙格-库塔法程序 8 3. 四阶龙格-库塔法程序 9 参考文献 10 -runge
euler
- euler格式前进、后退和改进的格式,并在一个程序中-euler
eulor
- euler nemerical method
Euler
- 欧拉方法的MATLAB实现,这个程序是有运行结果的-A program
Euler
- Euler方法求解微分方程的源程序,很实用,绝对正确,还有画图功能,图形中描出点来,简单易懂。-Euler method for solving differential equations of the source, very practical, absolutely right, there are drawing function, points to delineate the graphic, easy to understand.
Matlab-FEM
- Matlab程序 桁架结果、欧拉梁程序 不错哦-Matlab truss result, Euler beam program
Matlab--euler
- 小程序,matlab编的,用于解常微分方程的问题-Small program, matlab compiled for the solution of ordinary differential equations of the problem
euler mehod
- 欧拉法是一种一阶数值方法,用以对给定初值的常微分方程(即初值問題)求解。它是一种解决数值常微分方程的最基本的一类显型方法(euler method for iteration)
codmatlab
- comando window euler y luego te pide los datos a ingresar el programa hace el resto
改进欧拉法的Matlab程序
- 改进欧拉法的Matlab程序,,,,,,,,,,,,,,,,(The improved Euler method Matlab program)
Matlab
- matlab代码,干货满满,涉及Euler解常微分方程、追赶法求解三对角方程等等(matlab learing,Newton interpola,Euler,ordinary differential equation)
tools
- 自行编写的欧拉龙格库塔代码实现,龙哥库塔采用四阶(Runge Kutta and Euler Matlab)
matlab
- 这是一些我自己编写的算法实现,包括阿达姆斯,牛顿,尤拉方法等等算法(This is my own written algorithm, including Adams, Newton, Euler method and algorithm)
matlab 常微分方程数值解法 源程序代码
- 11.1 Euler方法 380 11.1.1 Euler公式的推导 380 11.1.2 Euler方法的改进 383 11.2 Runge-Kutta方法 385 11.2.1 二阶Runge-Kutta方法 385 11.2.2 三阶Runge-Kutta方法 388 11.2.3 四阶Runge-Kutta方法 390 11.2.4 隐式Runge-Kutta方法 391 11.3 线性多步法 392 11.3.1 Adams外推公式