资源列表

« 1 2 ... .06 .07 .08 .09 .10 19411.12 .13 .14 .15 .16 ... 28523 »

[人工智能/神经网络/遗传算法KMEANS

说明:k-means 算法接受输入量 k ;然后将n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。   k-means 算法的工作过程说明如下:首先从n个数据对象任意选择 k 个对象作为初始聚类中心;而对于所剩下其它对象,则根据它们与这些聚类中心的相似度(距离),分别将它们分配给与其最相似的(聚类中心所代表的)聚类;然后再计算每个所获新聚类的聚类中心(该聚类
<毛兴江> 在 2025-09-28 上传 | 大小:3kb | 下载:0

[matlab例程deriv

说明:This function returns the numerical derivative of an analytic function. Of special note, is the incorporation of the "complex stepderivative"approach which offers greatly improved derivative accuracy compared to approximations. This is especially
<张文荣> 在 2025-09-28 上传 | 大小:3kb | 下载:0

[matlab例程MPSK(2)

说明:mpak simulation modulation and demodulation
<zeeshanarif> 在 2025-09-28 上传 | 大小:3kb | 下载:0

[数值算法/人工智能modular.design.matlab.Delphi

说明:matlab结合开发模块设计Delphi实现代码development of modular design with matlab implementation code Delphi -development of modular design with matlab implementation code Delphi
<ax99> 在 2025-09-28 上传 | 大小:3kb | 下载:0

[数据结构常用算法yufa

说明:编制一个递归下降分析程序,实现对词法分析程序所提供的单词序列的语法检查和结构分析。 利用C语言编制递归下降分析程序,并对简单语言进行语法分析。 -The preparation of a recursive descent parser, lexical analyzer to achieve the sequence of words provided by the syntax check and structural analysis. Use of C language comp
<冯景航> 在 2025-09-28 上传 | 大小:3kb | 下载:0

[matlab例程OUR

说明:this used to find the peak count in a signal-this is used to find the peak count in a signal
<venu> 在 2025-09-28 上传 | 大小:3kb | 下载:0

[数据结构常用算法yrh2

说明:ADT Queue 的表示和实现-------------- //--------------队列的顺序存储结构- -ADT Queue-------------- //-------------- representation and realization of the order of the queue storage structure-
<严若林> 在 2025-09-28 上传 | 大小:3kb | 下载:0

[数据结构常用算法yiyuanduoxiangshi

说明:用c++实现一元多项式的求解,数据结构课程设计时可能用的上-Using c++ to achieve a polynomial solving, data structures may be used in courses on design
<淡风> 在 2025-09-28 上传 | 大小:3kb | 下载:0

[数据结构常用算法MD5

说明:md5加密算法c语言实现,具体的一个MD5实现-md5 encryption algorithm c language, the specific implementation of a MD5
<ly> 在 2025-09-28 上传 | 大小:3kb | 下载:0

[matlab例程pso

说明:一个粒子群算法的matlab程序代码 很经典的 对于研究粒子群算法的人很有帮助- pso matlab
<许文强> 在 2025-09-28 上传 | 大小:3kb | 下载:0

[matlab例程pulsewave

说明:目前,脉搏波是非常关键的判定心血管问题的方法,这里提出了很多关于测量的方法-At present, the pulse wave is critical to determine the cardiovascular problems, many presented here on the measurement method
<lily> 在 2025-09-28 上传 | 大小:3kb | 下载:0

[人工智能/神经网络/遗传算法KMEANS

说明:K-Mean聚类算法,对各种格式的图像进行分层聚类。-This is a K-Mean culstering aligroam.
<xiaolinggui> 在 2025-09-28 上传 | 大小:3kb | 下载:0
« 1 2 ... .06 .07 .08 .09 .10 19411.12 .13 .14 .15 .16 ... 28523 »

源码中国 www.ymcn.org