资源列表
[人工智能/神经网络/遗传算法] 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
[数据结构常用算法] yiyuanduoxiangshi
说明:用c++实现一元多项式的求解,数据结构课程设计时可能用的上-Using c++ to achieve a polynomial solving, data structures may be used in courses on design<淡风> 在 2025-09-28 上传 | 大小:3kb | 下载:0
[人工智能/神经网络/遗传算法] KMEANS
说明:K-Mean聚类算法,对各种格式的图像进行分层聚类。-This is a K-Mean culstering aligroam.<xiaolinggui> 在 2025-09-28 上传 | 大小:3kb | 下载:0