搜索资源列表
公历(阳历)和农历(阴历)相互转换
- 公历(阳历)和农历(阴历)相互转换,公历转农历代码是从网上当的,我做了农历转公历的代码并写了示例程序。其实网上也有很多有关公历转农历的控件,但作为一个程序员就是不太习惯于使用别人的控件,因为那样将不便调试和差错。-calendar (Gregorian calendar) and the Chinese (lunar calendar) 2008, the Lunar calendar code is transferred from the Internet when, I did a Lun
sgwl
- 这是一个数格网论的MATLAB程序源码,它可以用来产生样本数据-This is a number grid on the MATLAB program source code, it can be used to produce sample data
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
hmc
- Hybrid Monte Carlo sampling.SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo algorithm to sample from the distribution P ~ EXP(-F), where F is the first argument to HMC. The Markov chain starts at the point X, and the function GRAD
STAT_KOLMOGOROV_TEST.rar
- This function performs the one sample, two tailed Kolmogorov-Smirnov hypothesis test on a set of data samples for a given cumulative distribution function.,This function performs the one sample, two tailed Kolmogorov-Smirnov hypothesis test on a se
mc.rar
- 用MATLAB编写的运用Monte Carlo method数值积分的实例程序。可供初学者参考学习!,TETRAHEDRON_MONTE_CARLO is a MATLAB library which estimates the integral of a function over a tetrahedron using the Monte Carlo method. The library makes it relatively easy to compare different m
fix_fft.c.tar
- 这是一个从国外网站上找到的一个定点的fft程序实现,文件中的fft_ex()函数是我实际使用在项目上的一个样例。这个算法较快的实现了fft计算并具有较高的精度。-This is a program from foreign website, and implements a fixed point of the FFT. fft_ex () function is actually used in a project as a sample. This algorithm is faster t
CircleArea_MC
- 本文是蒙特卡罗方法在数学上的一个简单应用。利用蒙特卡罗方法将确定的数学问题变成概率问题,并随机抽样,根据抽样结果,计算出单位圆的面积。-This is the Monte Carlo method in a simple mathematical applications. Using Monte Carlo method to determine the problem into mathematical probability and random sampling, the sample
ANACOR
- 对应分析correspondence analysis(ANACOR) [G,F,A]=ANACOR(X),X为原始数据 p X n维 即有n个样本,每个样本由p个变量来描述。返回F为R型因子分析后的结果,Q为最后的结果,A=ZZ 。-Correspondence analysis correspondence analysis (ANACOR) [G, F, A] = ANACOR (X), X for the original data p X n that is n-dimension
zlgshsq
- 一个将质量(重量)进行转换的小程序,可以将克/钱/两/斤/公斤进行相互转换,得到你想要的计量单位。 有了这个,你就可以按照程序示例扩充成包括长度、密度、时间等互换的转换代码。-A mass (weight) conversion of small procedures, can be g/money/two/kg/kg for each conversion, the units of measurement you want. With this, you can expand in
deny02
- how to write a c program fuction. nice to meet you.it is a good sample to the bengineer.
deny05
- how to write a c program fuction. nice to meet you.it is a good sample to the bengineer.
c-pan02
- how to write a c program fuction. nice to meet you.it is a good sample to the bengineer.
poly_svm
- 核函数是利用支持向量机解决不可分问题时引入的一种非线性变换的手段。基本思想是通过非线性变换,使样本变换之后的特征空间中变得线性可分。然后利用线性可分时构造最优超平面的方法,在特征空间中实现最优超平面的求解。-Kernel function is the use of support vector machine to resolve the issue can not be separated from the introduction of a nonlinear transform mean
Bezier3d
- This is a simple code sample to interpolate a 3d set of points using the bezier algorithm minimized to 4 points.
ocr
- This a sample of an Algorithm of OCR with Neural Network.-This is a sample of an Algorithm of OCR with Neural Network.
HanoiTowerSequence
- 题目大意: 经典的汉诺塔 n个盘编号,从小到大 1..n 问:移动的序列中第k步移的是哪个盘 -Input The first line of the input file is T, the number of test cases. Each test case contains one integer p (1<=p<10^100). Output Output the pth e
PRM
- prm,是一中对奇异样本不敏感的,偏最小二乘回归方法,已经有很多文章根据这个算法写出来了.使用时记得要引用chemlab上的文献.-prm, are singular in one sample of non-sensitive, partial least-squares regression method, has been the basis of this article has a lot of writing out algorithms. remember to use the l
Sample-Entropy-VB
- 样本熵是一种有别于近似熵的不计数自身匹配的统计量,是对于近似熵算法的改进。样本熵与近似熵的物理意义一样,表示非线性动力学系统产生新模式概率的大小,主要用来定量刻画系统的规则度及复杂度。样本熵值越低,序列自我相似性越高,产生新模式的概率越低,时间序列越简单;反之,样本熵值越大,序列自我相似性越低,产生新模式的概率越高,时间序列越复杂。样本熵计算用程序VB6.0语言实现。-Sample entropy is different from the research and development o
two-sample-inertial-algorithm
- 基于MATLAB的双子样惯导解算算法实现,可以直接调用-A mfile based on the MATLAB of the two- type inertial navigation algorithm algorithm to achieve, which can be called directly.