搜索资源列表
四种差分方法求微分方程
- 差分法求解微分方程:古典显式法,收敛性最差;古典隐式法;Crank-Nicolson法,收敛性最好-difference method to solve the differential equation : Explicit classical method, the worst convergence; Classical implicit; Crank-Nicolson, the best convergence
jiefangchengju
- 求解方程组。输入方程组的系数距阵,程序先判断是否有解,有解输出解向量。-solving equations. The importation of the equation coefficient matrix procedure first determine whether explicit, explicit solution vector output.
bdszh
- 偶写了个将中序表达式转化成后序表达式的程序。不过只能对单字符进行操作,现在改良了一下,能够对任意精度的数值进行运算,并且能够处理任意多的括弧(不过我并没有显式的允许输入[]或者{},只要将它们都成()就可以实现[]或者是{}的操作了),由于程序中间有小数点,所以在写成后序的时候,为了以便于区分输入的数据,我用下划线将它们隔离了开来。-even wrote a sequence of Chinese expressions into expressions sequence after the p
2007020516032920436
- VC++的正则DLL演示源码 演示正则DLL创建;DLL的显式调用和DLL的隐式调用-VC regular DLL demo source is the demonstration was to create DLL; Explicit DLL and call the DLL implicit call
autolife
- Autolife模型是一个能够进行“开放式进化”的人工生命系统。每个Agent模型采用可以变化规则表长度的有限自动机模型建模。一方面Agent可以进行自我繁殖,同时模型中的选择机制没有采用显式的适应度函数而是采用能量消耗的简单模型而自发涌现出来,所以可以认为Agent模型是一个类Tierra系统。然而与Tierra、Avida等数字生命模型不同的是,Autolife模型进行了大大的简化,它界面友好,操作直接。虽然没有给每个Agent装配一个虚拟计算机,但是Agent与环境的耦合则可以看成一个图灵
ISAAC
- A compressible Euler/Navier-Stokes code written in F77. Developed mainly to test turbulence models. Worth a look if you want a code with advanced turbulence modeling (it has several two equation models, explicit ARSM models and full differential RSM
EQU_SOLVE
- 完整的以最速下降法,牛顿迭代法,二分法求解非线性方程的Matlab程序源代码,含GUI界面,简洁明了,可对每种算法绘制收敛曲线,计算求解精度。-the completely matlab source code for equation solving by adapting steepest descent method,newton method, binary divided method,graphics user interface applied,simply and explici
adms
- 阿当姆斯显式和隐式求解方法,用四阶龙格库塔作为起始,然后运用四阶阿当姆斯算法求解初值问题。主要程序包含在test2.cpp中,方法简单易懂。编译环境VC2010-Adam James explicit and implicit method for solving fourth-order Runge-Kutta as a start, then use the fourth-order A Williams algorithm for solving initial value problem
VUMAT-failure-model
- 适用于ABAQUS的自定义材料子程序,适用于显式分析中描述材料失效的基于J2的材料模型-The ABAQUS apply to the self-defined material subroutine suitable for explicit analysis J2-based material model to describe material failure
VUMAT-J2
- 适用于ABAQUS的自定义材料子程序,适用于显式分析的J2等向强化模型。-ABAQUS apply to the self-defined material subroutine suitable for explicit analysis J2 model to strengthen.
refangcheng
- 一维热传导方程的求解,包括显式和隐式,及其对比-One-dimensional heat conduction equations, including explicit and implicit, and the contrast
heat
- 显式差分法解传热方程的matlab脚步文件,并作图,内附说明,并保证解的稳定性。-this m file is using explicit FDT to solve one dimension heat transport PDE function
EulerExplicit
- 数值计算程序,欧拉显式方法求解线性微分方程-Numerical calculation procedure, the Euler explicit method for solving linear differential equations
try1.m
- 显性解偏微分matlab,包括三维图形,具体方式-explicit approach for PDE in matlab
Explicit
- 按显示差分法计算河段各断面BOD浓度过程-calculate the process of the changes of BOD concentrations of different river sections using explicit difference method.
heat-explicit
- heat transfer 1d explicit
Skin-explicit
- This file contains a programm for skin detection based on explicit method
Euler-explicit-method
- 采用c语言格式进行了欧拉显式方法解微分方程-Euler explicit method for solving differential equations
Classical-explicit-example
- 古典显格式算例,对于一些算法要求比较高的同学有很好的使用-Classical explicit example, for some algorithms require high classmates have very good use
DFG
- using the matlab to solve the 2d heat transfer problem by explicit method