资源列表
Eigenvalues-and-eigenvectors
- 矩阵的特征值和特征向量的雅克比算法C++实现(实对称阵)-Eigenvalues and eigenvectors calculate of Jacobi algorithm implemented in C++ (real symmetric matrix)
k-means-2-kinds-of-K-means-algorithm
- 2种K-means算法程序,一种简单的是自己编写的,一种复杂的是原来网上有的。运行后2种程序结果差不多。-2 kinds of K-means algorithm, a simple is to write their own, a complex is the original online. The results of the 2 programs are almost the same.
FFT
- FFT算法,实现快速傅里叶变换 方便调用-Realize the fast Fourier transform FFT algorithm itcan be used Conveniently.
box
- 用套抽样算法实现一些贝叶斯概率模型的计算-Implement some of Bayesian probability calculation model with a set of sampling algorithm
EMAlgorithm
- 运用EM算法生成任意条件下的二维高斯分布-Using the EM algorithm to generate a two-dimensional Gaussian distribution in any condition
Line_Maht
- 异面相交直线公垂线中点坐标值求解。可用于计算并联机构U关节的坐标值。-Iso-surface well intersecting lines perpendicular to solve midpoint coordinate values. Parallel mechanism can be used to calculate the U joint coordinates.
SF_MATH_VB
- 局部小曲面拟合的VB2010源码。适用于飞机等大型曲面局部制孔的法线分析。-Local small surface fitting VB2010 source. Local surface normals for large aircraft such as hole-analysis.
Random-Forest-master
- Random forest Please read your package and describe it at least 40 bytes in English
max_subarray
- 算法分析,利用动态规划计算最长子序列,测试文件不包括在内-Max subarray with dynamic programming
pso_tsp_ansi_c
- Solving Traveling salesman problem and finding Hamiltonian cycle using ANSI C
Monte-Carlo-simulation-method
- 蒙特卡洛方法模拟正弦力场下的随机行走,内涵16807产生器程序,误差函数计算程序,模拟的结果与理论计算符合的很好。-Monte Carlo simulation of random walk under sinusoidal force field, connotation 16807 program generated error function calculation program, the simulation results in good agreement with theore
LBM_CPP
- 用C++编写的格子Boltzmann的算法程序,用于模拟流体在二维通道内的流动,用户可以自定义通道尺寸,通过此程序,用户可以深入学习格子Boltzmann算法,包括碰撞、迁移过程,边界处理以及输入输出文件的设置等。-This is a C++ programme of Lattice Boltzmann model for fluid flow in a 2D channel. The user can define the size of channel. Through this code,
