登录
首页 » 其他项目 » 这是模式识别中关于k均值动态聚类算法的matlab源码

这是模式识别中关于k均值动态聚类算法的matlab源码

于 2022-05-26 发布 文件大小:35.20 kB
0 201
下载积分: 2 下载次数: 1

代码说明:

这是模式识别中关于k均值动态聚类算法的matlab源码-This is the pattern recognition on the k-means clustering algorithm Matlab FOSS

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MicoChip the company
    MicoChip 公司的 PIC单片机的ICD2下载器,里面有原理图及PCB图,可直接制版使用,USB接口的。-MicoChip the company
    2022-03-20 01:24:50下载
    积分:1
  • 无线传感实验代码 用IAR直接打开,就可使用
    无线传感实验代码 用IAR直接打开,就可使用-Zigbee test
    2022-02-04 10:41:49下载
    积分:1
  • 对话框中静态圆形按钮制作方法
    对话框中静态圆形按钮制作方法-dialog static methods circular button
    2022-12-06 05:10:03下载
    积分:1
  • DS1302 chip subroutine can be called directly, tried in single
    DS1302芯片子函数,可以直接调用,在单片机上调试过了-DS1302 chip subroutine can be called directly, tried in single-chip rise
    2023-01-10 22:55:03下载
    积分:1
  • a network
    一套基于asp的网络办公系统!功能类似于oa-a network-based office system! Similar to the functional oa
    2022-03-20 03:12:38下载
    积分:1
  • 索爱手机维修工具
    索爱手机维修工具-SPM phone maintenance tools
    2023-02-19 03:15:03下载
    积分:1
  • 软件开发过程文档规范。需要的快下
    软件开发过程文档规范。需要的快下-Standardize the software development process documentation. Needed soon
    2022-01-25 22:53:17下载
    积分:1
  • 很奇怪,这是一种数学方法,可以构造解。描述…
    这题奇数是有数学方法的,可以构造出解。描述起来比较麻烦。 出一解的构造法: 首先在整个矩阵的最下面一行的中央置1, 然后向右下方向顺序填上2,3,4,5,6,7,…… 注意碰到底的时候就将数翻到上面去,碰到右边的时候就翻到左面去 比如5*5的幻方,如果1填在(5,3)处,2就应该填在(1,4)处,4就应该填在(3,1)处…… 另外,当原数的下方已经有数时,要将要填入的数填到原数正上方 仍举5*5幻方的例子,当5已填好(4,2)时,其右下方为1,不能把6填在那里,而应填在(3,2)处,即5的上方。 最后,一个特殊的点,右下角,这时也应当将新数填在右下角的上方。-odd that this a mathematical method of solution can be constructed. Description relatively trouble. From a structural solution to the law : First, the entire matrix of the bottom of his home a central, then under the direction of the right order to fill 2,3,4,5,6,7 ... to the end of the encounter will be a few turns to above, where the right time to turn left on to For example, the 5* 5 magic squares, fill in if a (5,3), the two should fill in (1,4), four should be filled in (3,1) Department ... Also, when the original number at the bottom of several that should be filled to fill several the original number is still above 5 5* For Magic Squares example, when the five have completed (4,2), for its lower right
    2022-08-19 22:10:03下载
    积分:1
  • CoStream 无缓存 Pipe Stream
    翻译 maninwest@Codeforge 作者:Sergey Nozhenko@CodeProject介绍:CoStream 是的 PipeStream 无缓存替代选择。背景在生产者/消费者模式下,如果我们知道一个消费者确定要读取stream 读到结束或者如果不能读到结束就处理,那么同步stream 就不需要维护自己的内部缓存,完全依赖于 Read 方法调用者的缓存。在Read 方法中,CoStream 保存到目标缓存的引用并等待,直至完成。而 write 方法从源缓存中复制数据到目标缓存,会给读取者发送信号缓存已准备就绪或者需要等待期 Read 调用(如果来源缓存中有未消耗的数据剩下或者返回到Writer 调用者)。使用代码CoStream 不能在单个话题中使用。应该至少有两个,读取和写入话题。两者都需要关闭(或处理)stream,一边对方可以继续到结束。测试程序在  XmlDocument 中加载了一些 xml 文件。然后将其写入到 CoStream 的实例Static CoStream costream = new TestCoStream(); static string outpath; static void Main(string[] args) { // ... XmlDocument doc = new XmlDocument(); doc.Load(args[0]); outpath = args[1]; var reading_thread = new Thread(ReaderBody); reading_thread.Start(); using (var pipe = XmlWriter.Create(costream, new XmlWriterSettings { CloseOutput = true })) doc.Save(pipe); reading_thre
    2022-03-17 17:34:17下载
    积分:1
  • labwindows rs232 包括xmodem传送文件和简单串口程序
    labwindows rs232 包括xmodem传送文件和简单串口程序-XMODEM labwindows rs232 including transmission of documents and a simple serial program
    2023-01-06 13:25:04下载
    积分:1
  • 696518资源总数
  • 106182会员总数
  • 24今日下载