搜索资源列表
featp.rar
- <<有限单元法>>,王勖成编,书后附录源代码, featp,可以求解平面应力弹性问题,平面应变,轴对称的实体单元和MINDLIN板问题,仅仅提供其求解器代码,前后处理没有,因为这50多页已经够难抄写的了.已经通过CVF6.5的编译,但是结果对否,未验证过.,Finite element method, written by Wang Xucheng, source code in appendix, FEATP, This program can solve the e
eptree112d
- 使用EPTREE可以很好的对,C,C++,Java代码进行解析。绘出函数树图,计算堆栈大小等。 <输出的文件内容> 功能树 INKURUDOFAIRUTSURI 测量若干步骤(有条件汇编) 函数索引(使用堆栈大小为每个功能输出) 使用类名单 全局变量,变结构,对象名单 #定义定义列表 清单中所使用 列表名称 信息分布函数的行数-EPTREE can be used for good, C, C++, Java code analysis.
MATLABSimulationTechnologyandApplication
- 包含<<MATLAB仿真技术与应用>>的配套例题和习题的matlab源代码。-Contains < <MATLAB仿真技术与应用> > Sample questions and exercises supporting the matlab source code.
rs_eedec_euc
- 对于Reed-Somolon码的仿真,误码率-The Reed-Somolon code is specified by the finite field, the length (length <= 2^m-1), the number of redundant symbols (length-k), and the initial zero of the code, init_zero, such that the zeros are: init_zero, ini
STRSCNE
- 给出变量的上下边界、初值和代价函数,能够搜索代价函数最小值时的变量取值。属于带约束的优化算法,可以用来求算非线性方程组。-STRSCNE is a Matlab code for constrained nonlinear systems of equations F(x)=0 l<=x<=u where F: R^n--> R^n, l and u a
VB
- <VB常用算法大全>中全部源代码,是编程的好帮手-<VB常用算法大全> In all the source code, is a good helper program
fft_yhm
- 快速傅立叶变换源码,经验证正确。参数为complex<double>-C/C++ code for FFT and IFFT algorithms
KMEANS
- This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers u
numericalrecipes_common
- C++常用算法代码,《用c++语言编写数学常用算法》中各种算法代码-C++ commonly used algorithm code, <<with c++ language commonly used mathematical various algorithms code
Calendar-algorithm-code
- 阳历日期推算阴历日期的方法:前已述及阴历日期是以月亮的圆缺为计月单位,其以逢朔为初一,以月望为十五(大月为十六日),以月晦为二十九日(大月为三十日)。然而目前记时通常用阳历日期表达,如欲将阳历日期换算成阴历日期可以用以下两种方法:其一是查《新编万年历》,如查1984年6月8日是阴历几日?翻开万年历6月10日是阴历十一,则逆推6月8日是阴历初九。其二可以利用公式推算阴历日期: 设:公元年数-1977(或1901)=4q+r 则:阴历日期=14q+10.6(r+1)+年内日期序数-29.5n (注:
RelDielConst_PureIce
- 《微波遥感》ulaby中海冰介电常数的计算方法,计算结果为相对介电常数-This code computes the real and imaginary parts of the relative dielectric constant of pure ice at any temperature-40C<T<0C and frequency 1<f<1000GHz
pysph-pysph-04a086875073
- PySPH is an open source framework for Smoothed Particle Hydrodynamics (SPH) simulations. It is implemented in `Python <http://www.python.org>`_ and the performance critical parts are implemented in `Cython <http://www.cython.org>`_.