搜索资源列表
spectral
- The Spectral Toolkit is a C++ spectral transform library written by Rodney James and Chuck Panaccione while at the National Center for Atmospheric Research between 2002 and 2005. The library contains a functional subset of FFTPACK and SPHEREPACK, inc
matlabmatrix
- 1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6 5 4 7 8 9 9 8 7 Writ
fftw-2.1.5
- FFTW, a collection of fast C routines to compute the Discrete Fourier Transform in one or more dimensions.The fftw/ directory contains the source code for the complex transforms, and the rfftw/ directory contains the source code for the real tran
mysor
- SOR(超松弛)迭代发求解线性方程组问题,带有Hilbert矩阵生成程序和其不同维数下求解的结果对比作图-SOR (Overrelaxation) iteration made for solving linear equations, with Hilbert matrix formation process and the different dimensions of the results evaluated Comparative mapping
hyplas
- ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
integratedgradient
- The inverse of the gradient function. I ve provided versions that work on 1-d vectors, or 2-d or 3-d arrays. In the 1-d case I offer 5 different methods, from cumtrapz, and an integrated cubic spline, plus several finite difference methods. In h
laplace
- K. ATKINSON, THE NUMERICAL SOLUTION OF LAPLACE S EQUATION IN THREE DIMENSIONS , SIAM J. NUM. ANAL. 19(1982),263-274.-K. ATKINSON, THE NUMERICAL SOLUTION OF LAPLACE S EQUATION IN THREE DIMENSIONS, SIAM J. NUM. ANAL. 19 (1982) ,263-274.
Poj1022
- 本题写了一个EE3的产品描述,是四维的。确实很难想像清楚。我们这样想就行。它有四个坐标,每一维都可以放上一个立方体,边长为1.然后就是怎么判断是否Inconsistent,有两种情况:1),如题上举的例子,ID为1的在x2坐标上前面是3,那么ID为3的在X2坐标的后面应该是1,否则就Inconsistent。-We usually think that there are three geometric dimensions the fourth dimension is usually ti
InterpolacionBezier
- In the mathematical field of numerical analysis, a Bézier curve is a parametric curve important in computer graphics and related fields. Generalizations of Bézier curves to higher dimensions are called Bézier surfaces, of which the Bézier triangle is
juzhen
- 数值计算方法中的两个维数动态变化的矩阵相乘-Numerical method in the two dimensions of the dynamic changes in matrix multiplication
dim2_f
- This program simulates the growth of crystals with two characteristic growth dimensions
einspline-0.9.2.tar
- einspline is a C library for the creation and evaluation of interpolating cubic basis splines (B-splines) in 1, 2, and 3 dimensions. Fortran 77 wrappers are also included.
dfpmin
- N维最小化由变度量法 在N-dimensions最小化由变度量法-minimize in N-dimensions by variable metric method
LieZhuYuanxiaoqu
- 列主元消去法求解线性方程组,系数矩阵的维数最大可达到50维-Column principal component elimination method for solving linear equations, the dimension of the coefficient matrix can be up to 50 dimensions
planeFrame
- 一个平面框架有限元程序,fortran写得- THIS PROGRAM HAS PLOT OPTIONS BUILT INTO IT THE PROGRAM IS BASED ON THE THEORY PRESENTED IN CHAPTERS 5 AND 6 OF THE TEXT WRITTEN BY D. L. LOGAN. YOU MUST LINK FILE SUBG WITH THIS PROGRAM TO USE THE PLOT OPTION P
fftw-3.2.tar
- 西方快速Fourier变换。FFTW是计算离散Fourier变换(DFT)的快速C程序的一个完整集合,它可计算一维或多维、实和复数据以及任意规模的DFT。FFTW还包含对共享和分布式存储系统的并行变换。FFTW由麻省理工学院计算机科学实验室超级计算技术组开发。 -FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbi
ps2d
- 利用伪谱法进行二维弹性波模拟,更加详细的介绍见英文描述,对于做波场模拟的同学很有用。-This is a very simple code for elastic wave simulation in 2D using a Pseudo-Spectral Fourier method Authors: Heiner Igel General: Wave propagation Code level: Training Language: Fortran 90
magic-squares.tar
- Magic Squares is a Scheme program that generates magic squares of up to 4x4 in dimensions. It generates all possible permutations of each magic square in the given dimension.
Netcdf_f90
- 读取netCDF格点资料的Fortran测试程序,通过读取指定netCDF文件,生成相应的Fortran源代码- Test program to read any netCDF file. by Barry Schwartz October 1993
ks
- KS2D1S K-S test in two dimensions, data vs. model (14.7) KS2D2S K-S test in two dimensions, data vs. data (14.7)-numerical recipes