资源列表
em-algorithm
- truncated em-algorithm
fftw-3.3.4-dll32
- 最新的fftw程序,目前最好的快速Fourier算法。lib已经生成,供windows用户调用。32位版-newly version for fftw, the best numerical calculation of Fourier transform. lib file is contained for windowser. 32bits
BezierCurveSurf2.rar
- 本程序采用有限元方法,实现多精度,多步长,画双三次Bezier曲面。,Draw Bezier bicubic surface
QSMatrix
- C++实现的double矩阵,能够完成矩阵的+ - * / 点乘,求模,求逆等操作。-C++ implementation of the double matrix, able to complete the matrix of+-*/point multiplication, the modular, so the inverse operation.
KNN-TOPN
- 以movielens为数据集写的TOP—N推荐系统,基于KNN算法-Write to movielens dataset TOP- N recommendation system, based on KNN algorithm
Mathematical-Theory-of-FEM
- 《有限元方法的数学理论》中不但提供有限元法系统的数学理论。还兼重在工程设计和分析中的应用算法效率、程序开发和较难的收敛问题。目次:基本概念;Sobolev空间;椭圆边界值问题变分公式;有限元空间结构;Sobolev空间中的多项式近似理论.n维变分问题;有限元多栅法;加性Schwarz预条件; 极大范数估计;自适应网格; 变分病态、在平面弹性力学中的应用;混合法;迭代技巧用于混合法;算子插值理论的应用。读者对象;数学、物理和工程专业的研究生和技术人员。-" The mathematical
numerical_recipes_3rd_edition.
- NUMERICAL RECIPES The Art of Scientific Computing Third Edition国外权威的数字计算方法库NUMERICAL RECIPES的第三版源码,学习C++必看,NUMERICAL RECIPES The Art of Scientific Computing Third Edition foreign authority figures calculated, the third edition of the Treasury NUMERIC
numerical_recipes_3rd_edition
- 详细介绍了常用的数学优化求解方法,并给出了详细的源代码-Details the methods used to solve mathematical optimization, and gives a detailed source code
SC.R2010.11
- 超级大数计算,基于大数的有理数计算,基于大数的一元多项式计算,函数批量计算,二维函数绘图。-Super large number calculations, based on large numbers of rational calculation, based on the calculation of large numbers of a polynomial function batch computing, two-dimensional mapping function.
bandpass_filter
- 数字信号处理,带通滤波器设计,C++程序,-Digital signal processing, a band-pass filter design, C++ program
gmp-4.1.4.tar
- 最优秀的大数计算源码,适合各种大数的计算,底层对各种机器进行汇编优化,速度最快-the best source of large numbers calculated, for a wide range of large numbers, the bottom of the various machines compilation optimization, the fastest
fft
- 这是本人的本科毕业论文《二维FFT变换程序实现及其应用》中的程序,先用c语言将算法模块封装成dll,然后在VC和VB中调用。