登录
首页 » matlab » Hyperbolic-equation

Hyperbolic-equation

于 2012-11-28 发布 文件大小:4KB
0 123
下载积分: 1 下载次数: 26

代码说明:

  matlab求解变系数双曲方程,使用迎风格式(matlab solves the hypolic equation using upwind method)

文件列表:

variable coefficient Hyperbolic equation matlab.doc,27648,2012-11-28

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • n_queen_QS4
    利用QS4算法解决N皇后问题,解决300万的皇后所需时间在5s左右,特别快(Use QS4 algorithm to solve the N-queens problem, solve 3000000 Queen the time required for about 5s, particularly fast)
    2020-11-29 21:29:27下载
    积分:1
  • singnui
    BP神经网络的整个训练过程,matlab编写的元胞自动机,独立成分分析算法降低原始数据噪声。( The entire training process BP neural network, matlab prepared cellular automata, Independent component analysis algorithm reduces the raw data noise.)
    2016-09-15 11:20:27下载
    积分:1
  • NONLINEAR-FINITE-ELEMENT-AND-PROGRAM
    非线性有限元及程序这本书,很有用的,程序也很全面(NONLINEAR FINITE ELEMENT AND PROGRAM)
    2021-03-31 10:19:09下载
    积分:1
  • chaos333
    混沌理论预测方法,可以进行多步骤预测,方便使用,很用的工具。(chaos a very good sofeward if you have you will find very goog)
    2012-06-18 20:08:32下载
    积分:1
  • Scooter
    计算水声传播的快速场程序,使用了有限元方法,计算速度快,精度高。(underwater acoustic propagation Fast Field Program, using Finte Element Method,fast and accurate.)
    2021-03-19 20:39:19下载
    积分:1
  • matlab转子有限元碰摩 pm
    matlab转子有限元碰摩计算,建模简单,自动判断碰摩与否(Maatlab finite element calculation of rotor rub-impact, modeling simple, automatic judgment rubbing or not)
    2012-11-15 13:31:00下载
    积分:1
  • 2D4N_UEL
    基于abaqus编辑的用户自定义单元,二维四节点单元(the uel for 2d ELEMENT based on abaqus)
    2018-05-02 14:28:12下载
    积分:1
  • UDF_03_Files
    用C语言编写的Fluent UDF实例,包含Adjust宏,profile宏等八个实例教程,快速上手(The UDF is for computational fluid dynamics software Fluent, it concludes the Profile.c,the Adjust.c)
    2019-05-11 00:02:23下载
    积分:1
  • MYFEM
    有限元求解柏松方程。本文采用FORTRAN语言编制程序。程序中大部分变量采用有名公共区存储方式存储,这样可以减少内存占用量。 IFG:生成有限元网格信息,即元素节点局部编码与总体编码对照表,节点实际坐标,边界节点编码与边界点上的已知值 GKD:生成总刚一维存储对角元的地址,计算总刚一维存储长度 FIXP:设置已知节点函数值 GK(NI,NJ,ADJ,AIJ):单元刚度矩阵计算 GF(NI,N,M,LE,YI,FE):单元列阵的计算 AK(I,J,AIJ):总刚度矩阵元素迭加 QEB:总刚度矩阵和总列阵合成 BDE:边界条件处理 SOLGS:Gauss-Seidel迭代法求解方程组 UDIFF(NI,NFLAG,UDIF,LE,ADJ):标准元素内形状函数导数计算 DIFF:节点上 , 加权平均 (In this program, FEM was used to solve the possion equation. It is implemented through FORTRAN)
    2009-05-22 17:22:56下载
    积分:1
  • 11087 统逆序对
    Description 设a[0…n-1]是一个包含n个数的数组,若在i<j的情况下,有a[i]>a[j],则称(i, j)为a数组的一个逆序对(inversion)。 比如 <2,3,8,6,1> 有5个逆序对。请采用类似“合并排序算法”的分治思路以O(nlogn)的效率来实现逆序对的统计。 一个n个元素序列的逆序对个数由三部分构成: (1)它的左半部分逆序对的个数,(2)加上右半部分逆序对的个数,(3)再加上左半部分元素大于右半部分元素的数量。 其中前两部分(1)和(2)由递归来实现。要保证算法最后效率O(nlogn),第三部分(3)应该如何实现? 此题请勿采用O(n^2)的简单枚举算法来实现。 并思考如下问题: (1)怎样的数组含有最多的逆序对?最多的又是多少个呢? (2)插入排序的运行时间和数组中逆序对的个数有关系吗?什么关系? 输入格式 第一行:n,表示接下来要输入n个元素,n不超过10000。 第二行:n个元素序列。 输出格式 逆序对的个数。 输入样例 5 2 3 8 6 1 输出样例 5(Set a[0... N-1] is a n array containing n numbers. If there is a [i] > a [j] i n the case of I < j, then (i, j) is a n inversion pair of a array. For example, <2,3,8,6,1> has five reverse pairs. Please use the idea of "merge sorting algorithm" to achieve the statistics of inverse pairs with O (nlogn) efficiency. The number of inverse pairs of a sequence of n elements consists of three parts: (1) The number of reverse pairs in the left half, (2) the number of reverse pairs in the right half, (3) the number of elements in the left half is greater than that in the right half. The first two parts (1) and (2) are implemented by recursion. To ensure the final efficiency of the algorithm O (nlogn), how should the third part (3) be implemented? Do not use O (n ^ 2) simple enumeration algorithm to solve this problem.)
    2019-01-07 23:52:06下载
    积分:1
  • 696518资源总数
  • 104642会员总数
  • 38今日下载