资源列表

« 1 2 ... .43 .44 .45 .46 .47 2848.49 .50 .51 .52 .53 ... 3400 »

[数学计算/工程计算kmean

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

[数学计算/工程计算small_secend

说明:这是最小二乘法,比较实用,目前俺手中最小二乘法库中的一个,可以用于代码,如果你需要,可以下载,直接搬过去用。-This is the least square method, more practical, I present the hands of the least square method, a library, can be used to code, if you want, you can download direct
<王国君> 在 2024-11-18 上传 | 大小:1kb | 下载:0

[数学计算/工程计算FFT2D

说明:1维和2维快速傅里叶变换,网上广为流传的英文版本-1-D and 2-D Fast Fourier Transform, Perform a 2D FFT inplace given a complex 2D array
<yang xulei> 在 2024-11-18 上传 | 大小:1kb | 下载:0

[数学计算/工程计算FULIYE1

说明:本程序主要实现了离散时间的傅立叶变换,具有很强的可移值性,原理简单。-This procedure has been the main achievement of the discrete-time Fourier transform, has a strong value can be changed, and simple.
<lidejjj> 在 2024-11-18 上传 | 大小:1kb | 下载:0

[数学计算/工程计算1..35

说明: 给某个玩家100元的资本,让他不停押注直到输光,计算需要*多少次? 如果把次数放在数组ruinLength[]中,进行1000次实验后,看看破产的最大次数、 最小次数和平均次数分别是多少?-100 to a player' s capital, so that he kept until the bet输光to calculate how many times the need for gambling? If the
<陈小泉> 在 2024-11-18 上传 | 大小:1kb | 下载:0

[数学计算/工程计算234

说明:实现有限元软件ansys输出单元编号的按高程随机选取-Ansys finite element software to achieve the output unit numbers randomly selected by the elevation
<libin> 在 2024-11-18 上传 | 大小:1kb | 下载:0

[数学计算/工程计算DL-Dist

说明:[Damerau–Levenshtein distance] vb.net程式碼,內含兩Function,一個計算距離,一個計算相似度。-[Damerau–Levenshtein distance] Code of vb.net, contains two Function, one for the distance, another for similarity.
<Chris> 在 2024-11-18 上传 | 大小:1kb | 下载:0

[数学计算/工程计算moyituhuo

说明:模拟退火算法的基本思想是从一给定解开始,从邻域中随机产生另一个解,接受Metropolis准则允许目标函数在有限范围内变坏,它由一控制参数t决定,其作用类似于物理过程中的温度T,对于控制参数的每一取值,算法持续进行“产生—判断—接受或舍去”的迭代过程,对应着固体在某一恒定温度下的趋于热平衡的过程,当控制参数逐渐减小并趋于0时,系统越来越趋于平衡态,最后系统状态对应于优化问题的全局最优解,该过程也称为冷却过程,由于固体退火必须缓慢降温,才
<hujiang> 在 2024-11-18 上传 | 大小:1kb | 下载:0

[数学计算/工程计算FFT

说明:Calculates the FFT of any sequence and its written in C language
<chaitanya> 在 2024-11-18 上传 | 大小:1kb | 下载:0

[数学计算/工程计算shitanfa

说明:黄金分割法 C语言 很不错的哦 大家-Golden section method C language
<guyadong> 在 2024-11-18 上传 | 大小:1kb | 下载:0

[数学计算/工程计算DTMF

说明:包括傅里叶变换和傅里叶反变换,c语言编写,简单明了,VC环境验证通过-Including Fourier transform and Fourier inverse transform, c language, simple and clear, VC verification environment through the
<centent> 在 2024-11-18 上传 | 大小:1kb | 下载:0

[数学计算/工程计算fft_transfer

说明:FFT变换的C语言实现。FFT变换是DFT变换的一种简化算法-FFT s implement of Clanguage
<柯贤康> 在 2024-11-18 上传 | 大小:1kb | 下载:0
« 1 2 ... .43 .44 .45 .46 .47 2848.49 .50 .51 .52 .53 ... 3400 »

源码中国 www.ymcn.org