资源列表

« 1 2 ... .59 .60 .61 .62 .63 564.65 .66 .67 .68 .69 ... 3400 »

[数学计算/工程计算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
<yxp> 在 2025-06-09 上传 | 大小:2kb | 下载:0

[数学计算/工程计算c

说明:在二维矩阵中找到最大值和最小值的坐标。然后再将两坐标相减到得距离-Found in the two-dimensional matrix of the coordinates of maximum and minimum values. Then reduced to the two coordinates with a distance
<肖明珠> 在 2025-06-09 上传 | 大小:1kb | 下载:0

[数学计算/工程计算FFT

说明:基于c++的信号快速傅里叶变换,简单实用-FFT
<MrYang> 在 2025-06-09 上传 | 大小:1kb | 下载:0

[数学计算/工程计算LHA

说明:实现图像最小二乘复原,每条程序都附带说明 又需要的自己看一下-Least squares image restoration
<boy> 在 2025-06-09 上传 | 大小:2kb | 下载:0

[数学计算/工程计算hybrd

说明:powell hybrid method
<enya> 在 2025-06-09 上传 | 大小:11kb | 下载:0

[数学计算/工程计算Triangular

说明:线性代数方程组列主元三角分解法线性代数方程组-Linear algebraic equations PCA out Triangular decomposition
<箫云龙> 在 2025-06-09 上传 | 大小:1kb | 下载:0

[数学计算/工程计算knuth

说明:大牛Knuth写的线性规划的C源代码,另附说明文档-Knuth s linear programming C source code, documentation attached
<Fancy> 在 2025-06-09 上传 | 大小:114kb | 下载:0

[数学计算/工程计算datamining

说明:数据挖掘导论课后题答案 数据挖掘导论课后题答案 数据挖掘导论课后题答案-<Introductiong data mining >
<土木> 在 2025-06-09 上传 | 大小:1009kb | 下载:0

[数学计算/工程计算kmean

说明:k-means 算法的工作过程说明如下:首先从n个数据对象任意选择 k 个对象作为初始聚类中心;而对于所剩下其它对象,则根据它们与这些聚类中心的相似度(距离),分别将它们分配给与其最相似的(聚类中心所代表的)聚类;然后再计算每个所获新聚类的聚类中心(该聚类中所有对象的均值);不断重复这一过程直到标准测度函数开始收敛为止。-k-means algorithm process as follows: First of all, the object data from the n choose k
<lining> 在 2025-06-09 上传 | 大小:1kb | 下载:0

[数学计算/工程计算zui_xiao_er_cheng_fa

说明:最小二乘法一般是用来拟合直线和一些线性数据的,就是用一条直线来尽可能的表达若干的点的趋势,当然直线穿过所有的点是最好的,但往往有误差存在,所以拟合出的直线要求误差最小.设这些点为(x1,y1),(x2,y2)....(xn,yn).拟合直线为y=kx+b.-Ordinary least squares method is used to fit a straight line and a number of linear data, that is, as far as possible wit
<lining> 在 2025-06-09 上传 | 大小:2kb | 下载:0

[数学计算/工程计算Theproposedoperationcode(SINCOSetc.)

说明:简易的运算包括sin,cos等,一些简单的运算的程序。-Simple operation, including sin, cos and so on, some simple arithmetic procedures.
<李诺韩> 在 2025-06-09 上传 | 大小:292kb | 下载:0

[数学计算/工程计算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
<李诺韩> 在 2025-06-09 上传 | 大小:1.82mb | 下载:0
« 1 2 ... .59 .60 .61 .62 .63 564.65 .66 .67 .68 .69 ... 3400 »

源码中国 www.ymcn.org