CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 -

搜索资源列表

  1. MyKmeans

    0下载:
  2. 实现聚类K均值算法: K均值算法:给定类的个数K,将n个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小。 缺点:产生类的大小相差不会很大,对于脏数据很敏感。 改进的算法:k—medoids 方法。这儿选取一个对象叫做mediod来代替上面的中心 的作用,这样的一个medoid就标识了这个类。步骤: 1,任意选取K个对象作为medoids(O1,O2,…Oi…Ok)。 以下是循环的: 2,将余下的对象分到各个类中去(根据与medoid最相近的原则); 3,对于每个类(Oi)
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1378
    • 提供者:阿兜
  1. tes1111t

    0下载:
  2. 图像处理,基于matlab执行和去除共享软件日期限制的程序-image processing, based on the implementation of Matlab, and the removal of restrictions on sharing software date procedures
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:246929
    • 提供者:李精
  1. lsvm

    0下载:
  2. 支持向量机方法,用matlab实现,用于分类检测、模式识别,人脸检测等-Support Vector Machine method, the realization of Matlab for the detection and classification, pattern recognition, face detection
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2125
    • 提供者:韩乐
  1. Matlab复杂分析模拟讲义及例程

    1下载:
  2. Matlab复杂分析模拟讲义及例程,有复杂模拟的讲义和实例啊,不要错过-Matlab simulation of complex analysis routines and lectures, a complex simulation of the lectures and examples ah, not to miss
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:493935
    • 提供者:韩乐
  1. matlab mfiles实例分析

    0下载:
  2. matlab mfiles实例分析,有大量的实例,每个M文件就是一个例子,有很多个。-Matlab mfiles example, a large number of examples, each M document is an example, many months.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:537458
    • 提供者:韩乐
  1. mysql with matlab

    0下载:
  2. simple MySQL database link for MATLAB, running on both Linux and Windows.
  3. 所属分类:MySQL数据库

    • 发布日期:2008-10-13
    • 文件大小:460278
    • 提供者:陈西
  1. fismat

    0下载:
  2. a collection of M-files to study concepts in the following areas of Fuzzy-Set-Theory: Fuzzy or Multivalued Logic, The Calculus of Fuzzy, Quantities, Approximate Reasoning, Possibility Theory, Fuzzy Control, Neuro-Fuzzy Systems.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:160581
    • 提供者:陈西
  1. fstb

    0下载:
  2. FISMAT accommodates different arithmetic operators, fuzzification and defuzzification algorithm, implication relations, and different method of approximate reasoning such as Compositional Rule of Inference (CRI) and Approximate Analogical Reasoning S
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:260440
    • 提供者:陈西
  1. MatlabMPI_v1.2.tar

    0下载:
  2. This toolbox distributes processes over matlab workers available over the intranet/internet (SPMD or MPMD parallel model). It is very useful for corsely granular parallelization problems and in the precesence of a distributed and heterogeneus compute
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:246816
    • 提供者:陈西
  1. parmatlab177

    0下载:
  2. A very small 250-line library (written entirely in MATLAB) that allows multiple MATLAB programs to talk to each other, so that hundreds of processors can work together.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:202656
    • 提供者:陈西
  1. 等高线拟合程序matlab

    1下载:
  2. 等高线拟合源代码(matlab源码),老外编的,水平确实可以,佩服。里面注释挺详细了。-contour fitting source code (Matlab source), a foreigner series, level really can admire. Inside Notes quite detailed.
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:142726
    • 提供者:兴唐
  1. wavele_eg of raghuveer

    0下载:
  2. 这是伯克里wavelet transforms一书中的例子的代码,包括m文件和数据及图片。是从小波变换的基本到深入的许多个例子。-wavelet transforms a book example of the code, including m documents and data and photographs. From the wavelet transform is the basic depth to the many examples.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:304031
    • 提供者:陆正毅
  1. moviemaker

    3下载:
  2. 一个用matlab编的可以动的飞机动画制作小程序(源程序在网上下载,经本人稍加改动),注意六个状态值是需要外部输入的,比较适合做飞行器仿真试验用。-a series of the aircraft can move small animation (downloaded from the Internet source, I is modified), to six state value is a need for external input, more suitable for aircr
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5472
    • 提供者:何玉庆
  1. 边缘检测与分割处理

    1下载:
  2. 程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-code P0401 Note : Prewitt operator to detect
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:46403
    • 提供者:tian
  1. hopfield_net

    0下载:
  2. 对于含有噪声的的数字图像模式“1、2、3、4”,使用“hopfield”神经网络,进行联想、识别,以去除噪声的影响。-for containing noise of the digital image model "1,2,3,4", "hopfield" neural network, Lenovo, identification, in order to remove noise impact.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1967
    • 提供者:潘盼
  1. IniSnake

    0下载:
  2. 一个自己写的设置SNAKE初始节点的MATLAB程序,以绿色十字标记节点位置,在此基础上可以编制自己的SNAKE算法,-himself wrote a set of Snake initial nodes MATLAB procedures to Green Cross markings node location, on this basis can prepare their own Snake algorithm, huh
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:92583
    • 提供者:tian
  1. hmm--matlab

    0下载:
  2. 用matlab编写的基于hmm模型的语音识别程序,但是调试好像有些问题,欢迎指正:)-prepared using Matlab model based hmm voice identification procedures, but there seems to be some debugging, and welcomes the correction :)
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:329702
    • 提供者:dorothy
  1. RLS程序

    1下载:
  2. 运行结果良好的三个RLS算法,供大家参考使用-good operating results in three RLS algorithm, for reference use
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2799
    • 提供者:叶君
  1. DOA估计中的基本music算法

    1下载:
  2. DOA估计中的基本music算法,一个是有问题的,另一个是针对前一个的改进,有重大学习意义-DOA estimates of basic music algorithm is a problem, the other is aimed at improving the one before, meaning a major study
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1817
    • 提供者:叶君
  1. NLMS程序

    2下载:
  2. 提供了三个NLMS算法程序,结果良好,供大家参考-provide 3 NLMS algorithm program with good results. Please refer to it.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2241
    • 提供者:叶君
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com