-
kabg
α-β-γ滤波函数,可实现对等间隔的观测数据进行滤波估计。(α-β-γ filter function design by C language. Complete the filter evaluation function for equidistant discrete data.)
- 2013-08-19 16:40:24下载
- 积分:1
-
shdom
fortran语言的球谐函数离散坐标法大气传输模型主程序,可用于大气场景生成(FORTRAN, spheric harmonic function of the discrete coordinate method main program, the atmospheric transmission model can be used for the atmospheric scene is generated)
- 2020-10-11 09:57:33下载
- 积分:1
-
srfft
FFT DIF 分裂基的C语言代码,比较好的说明了整个流程(FFT DIF split the base of the C language code, better explains the entire process)
- 2010-06-02 17:10:36下载
- 积分:1
-
digital5
数值计算的算法,采用c++实现,移植容易,一定能够用。(Data processing)
- 2010-12-23 06:01:07下载
- 积分:1
-
Calculator2
这是一个小型计算器,功能强大,用户输入想要计算的数据,即可自行计算出结果。(This is a program about calculator,and it is very userful.)
- 2012-10-08 10:21:39下载
- 积分:1
-
Euler_DG_Quadrilateral_2D
自己写了一个二维Euler方程的间断有限元程序
上次发了一个三角形单元的程序 因为不是曲边单元 所以在圆柱后面容易形成涡
现在把程序改为曲边四边形单元了 没有涡出现
单元是8节点四边形单元 节点编号顺序是 1 5 2 6 3 7 4 8 也就是四个角点依次
是1 2 3 4 然后是边的中点编号 5 6 7 8.
时间推进采用 Runge-Kutta 方法
数值通量采用全局Lax-Friedrichs通量
仍然不能捕捉激波 因为没有做重构或者加人工粘性 等这个做出来了 再发一次。
程序没有进行优化 比如说内存的消耗没有优化 比如直边单元的边界积分仍然采
用了曲边的积分方法 增加了计算量 比如面积分、线积分都是采用的是Gauss-
Legendre-Lobatto积分 积分精度会比一般的Gauss-Legendre积分精度低一阶 等
等问题。 二维的 纯属交流性质 就没有考虑这些问题 ^_^
如果物面全部是直边 那么只要改变一个参数N 就可以获得不同的计算精度 且具
有谱精度 因为单元的节点是Gauss-Legendre-Lobatto积分点。 其实就是谱元法
(物面是曲边的情况我不清楚是不是也可以通过提高基函数的阶数 也就是增加N
来提高计算精度)(Wrote a two-dimensional Euler equations with discontinuous finite element program
Last made a triangular element of the program, not curved edge unit is so easy to form a vortex in the cylinder behind the
Program to curved edge quadrilateral element vortices appear
Unit is the order of 8-node quadrilateral element node number is 15,263,748 which is the four corners of the points in turn
Is 1234 and then the side of the midpoint of the number 5678.
Time promote the use of Runge-Kutta method
Numerical flux of the overall situation of Lax-Friedrichs, flux
Still can not capture the shock wave did not do the reconstruction or artificial viscosity do it Zaifayici.
The program is not optimized for example, memory consumption is not optimized such as straight-edge boundary integral of the unit is still mining
Integral method to increase the amount of computation such as surface integral with a curved edge, the line integral using the Gauss-
The Legendr)
- 2021-01-29 12:58:40下载
- 积分:1
-
gcmjjs
这是考虑了高程的面积计算公式,VB编的程序,运行即可(This is the old area of the elevation calculation formula, the program can be run VB series)
- 2012-05-06 14:53:06下载
- 积分:1
-
Rectangle
根据输入的长宽,计算Rectangle面积周长等功能,并画出在txt文件中(Rectangle
Create a class Rectangle with attributes length and width, each of which defaults to
1
a. Provide member functions that calculate the perimeter and the area of the rectangle.
b. Also provide set and get functions for the length and width attributes. The set
functions should verify that length and width are each integer numbers larger than 0
and less than 20.
c. Write draw function to display the Rectangle:
in Assignment1. )
d. Write a driver program to test class Rectangle.)
- 2012-10-24 23:54:51下载
- 积分:1
-
Desktop
弗洛伊德算法最短距离的实现,输入为邻接矩阵,输出为最短距离矩阵。(Freud' s realization of the algorithm for the shortest distance, enter the adjacency matrix output for the shortest distance matrix.)
- 2012-09-02 15:12:56下载
- 积分:1
-
algorithms(CPP)
计算机常用数值算法与程序(C++版) (Commonly used numerical algorithm of computer and program
)
- 2014-01-04 22:46:59下载
- 积分:1