资源列表
newton_Interpolation
- C++实现的牛顿插值算法:对于n个点的插值,产生多项式的时间复杂度是O(n*n),最终进行一个点的计算的时间复杂度是O(n)。-C++ realization of the Newton interpolation algorithm: For n of interpolation points, resulting in polynomial time complexity is O (n* n), the final calculation of a point of time comple
c
- 在二维矩阵中找到最大值和最小值的坐标。然后再将两坐标相减到得距离-Found in the two-dimensional matrix of the coordinates of maximum and minimum values. Then reduced to the two coordinates with a distance
FFT
- 基于c++的信号快速傅里叶变换,简单实用-FFT
LHA
- 实现图像最小二乘复原,每条程序都附带说明 又需要的自己看一下-Least squares image restoration
hybrd
- powell hybrid method
Triangular
- 线性代数方程组列主元三角分解法线性代数方程组-Linear algebraic equations PCA out Triangular decomposition
knuth
- 大牛Knuth写的线性规划的C源代码,另附说明文档-Knuth s linear programming C source code, documentation attached
datamining
- 数据挖掘导论课后题答案 数据挖掘导论课后题答案 数据挖掘导论课后题答案-<Introductiong data mining >
kmean
- k-means 算法的工作过程说明如下:首先从n个数据对象任意选择 k 个对象作为初始聚类中心;而对于所剩下其它对象,则根据它们与这些聚类中心的相似度(距离),分别将它们分配给与其最相似的(聚类中心所代表的)聚类;然后再计算每个所获新聚类的聚类中心(该聚类中所有对象的均值);不断重复这一过程直到标准测度函数开始收敛为止。-k-means algorithm process as follows: First of all, the object data from the n choose k
Theproposedoperationcode(SINCOSetc.)
- 简易的运算包括sin,cos等,一些简单的运算的程序。-Simple operation, including sin, cos and so on, some simple arithmetic procedures.
StandardCalculator
- 计算器运算器,主要是对一般常用的计算器进行编程,对简单的加减乘除的运算用VC编出来-Calculator calculator is mainly used for general programming calculator for simple addition and subtraction, multiplication and division of the computation made by the VC
TestPRIM
- Testprogram for the quality of PseudoRandomNumber Generators
