资源列表
qhull
- Quick hull implementation
Simulatedannealing
- 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。 模拟退火算法能使问题解达到全局最优,这个程序用C#实现,简单易懂,能抓住该算法的精髓。-Simulated annealing algorithm derived from the principle of solid annealing, heating the solid to the
CrossList
- 一个用十字链表实现的稀疏矩阵类,具有加减和乘法,以及特征值的求法-a sparse matrix class implement by crosslist.
BayesNetWorkMSBNx
- 数据挖掘中贝叶斯信念网络的软件,可进行描述与分类。-Data Mining of Bayesian belief networks in software, can be described and classified.
gonge
- 优化设计方法:共轭梯度法的c语言程序。初学者适用-Optimization method: conjugate gradient method of c language program. Apply to beginners
swing
- 数值分析的曲线插值算法,包含了多项式插值和样条插值。本人研究生作业。附带详细说明(作业报告)。如果显示曲线,需要OpenGL库支持。-Numerical analysis of curve interpolation algorithm, including a polynomial and spline interpolation. I am post-graduate work. Incidental details (operation report). If you see a curv
2MW_wind_grid_inverter
- 针对兆瓦级风电并网逆变器主电路研制中存在的并联扩容、开关频率较低和LCL滤波器难以优化设计等问题,提出了采用交流侧串接电感再进行并联的均流方案,采用载波移相技术提高变流器的等效开关频率,提出了LCL滤波器的设计原则,并给出了上述设计的理论依据和实现方法。通过对2兆瓦风电变流器主电路的仿真验证了上述技术方案。-MW-class wind power for grid-inverter main circuit of the parallel development of existing capa
diagnosis
- 计算几个复杂的天气诊断指数,最大对流稳定度指数,下沉对流有效位能,风暴强度指数等-The complexity of calculating the number of diagnosis index of the weather, the largest index of convective stability, subsidence CAPE, storm intensity index
ExperimentsOfParallelAlgorithms
- 并行计算实验程序,包括多线程模拟并行、并行计算的数据结构、并行合并算法和链表、堆栈等的操作,等等。-Experimental procedures for parallel computing, including multi-threaded parallel simulation, parallel computing data structures, parallel algorithms and list the merger, the operation of the stack an
runge_kutta
- 本文用龙格库塔法求解了不拉休斯解。龙格库塔法是求解高阶微分方程的有力工具,本文对龙格库塔方法作了简要介绍,并附上了matlab源程序。-in this paper a runge_kutta method was used to slove the blasius equation in the environment of matlab.
INSandGPS
- 捷联惯导GPS组合导航Kalman滤波器-SINS GPS Navigation Kalman Filter
FFT.c
- Fast Fourier Transform using MPI libraries (Source Code)