搜索资源列表

  1. K-means.m

    0下载:
  2. MATLAB编写的一种模式识别里的重要的模糊聚类方法K-means算法的matlab程序.-MATLAB prepare a Pattern Recognition's important Fuzzy clustering methods K-means algorithm Matlab procedures.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:55082
    • 提供者:zs
  1. Jakes_filter

    0下载:
  2. % File: Jakes_filter.m % Software given here is to accompany the textbook: W.H. Tranter, % K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of % Communication Systems Simulation with Wireless Applicati
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:992
    • 提供者:姚万里
  1. SimplizeDFA

    0下载:
  2. 简化DFA-对于一确定型自动机M=(K,Σ,Δ,s, F),设p,q ∈K,若对于任一字符串w,由p沿w可达某终点当且仅当由q沿w可达某终点,则说p,q等价,记为p≡q。而且,≡的一个等价类恰好就是状态数最少的确定型自动机的一个状态
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:8892
    • 提供者:David
  1. dsphomework1

    0下载:
  2. 数字信号处理的应用之一是从含有加性噪声的信号中去除噪声。现有被噪声污染的信号x[k]=s[k]+d[k],式中: 为原始信号d[k]为均匀分布的白噪声。 (1)分别产生50点的序列s[k]和白噪声序列d[k],将二者叠加生成x[k],并在同一张图上绘出x0[k],d[k]和x[k]的序列波形。 (2)均值滤波可以有效去除叠加在低频信号上的噪声。已知3点滑动平均数字滤波器的单位脉冲响应为h[k]=[1,1,1 k=0,1,2],计
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:29280
    • 提供者:魏臻
  1. countsort

    0下载:
  2. 计数排序是一个非基于比较的线性时间排序算法。它对输入的数据有附加的限制条件: 1、输入的线性表的元素属于有限偏序集S; 2、设输入的线性表的长度为n,|S|=k(表示集合S中元素的总数目为k),则k=O(n)。 在这两个条件下,计数排序的复杂性为O(n)。 计数排序算法的基本思想是对于给定的输入序列中的每一个元素x,确定该序列中值小于x的元素的个数。一旦有了这个信息,就可以将x直接存放到最
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1382
    • 提供者:金龙
  1. F K

    0下载:
  2. 这是一个俄罗斯方块的源代码-This is a Rubik's cube of source code
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:5071
    • 提供者:无限
  1. chapter100

    0下载:
  2. Software given here is to accompany the textbook: W.H. Tranter, % K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of % Communication Systems Simulation with Wireless Applications, % Prentice Hall PTR
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2664
    • 提供者:林文强
  1. expjianyan

    0下载:
  2. K-S检验产生的数据是否服从指数分布。此方法可以类推其他任何分布形式的检验。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1239
    • 提供者:wl
  1. DES_PC--k

    0下载:
  2. if (pfile() == 0) unlink(inname) else fprintf(stderr, \"%s: I/O Error -- File unchanged\\n\", inname) fclose(outfile) fclose(infile) } exit(0)
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:7992
    • 提供者:lith
  1. testwin

    0下载:
  2. 如何编写小于20K的Windows程序.演示如何使用:CreateWindow, CreateWindowEx, S endMessage and GetMessage TranslateMessage and DispatchMessage, CreateFont 演示如何使用API创建Windows窗口控件- How compiles is smaller than the 20K Windows procedure How de
  3. 所属分类:汇编语言

    • 发布日期:2024-06-07
    • 文件大小:13312
    • 提供者:刘豫晋
  1. F K

    0下载:
  2. 这是一个俄罗斯方块的源代码-This is a Rubik's cube of source code
  3. 所属分类:游戏

    • 发布日期:2024-06-07
    • 文件大小:5120
    • 提供者:无限
  1. DES_PC--k

    0下载:
  2. if (pfile() == 0) unlink(inname) else fprintf(stderr, "%s: I/O Error -- File unchanged\n", inname) fclose(outfile) fclose(infile) } exit(0) - if (pfile() == 0) unlink(inname) else fprintf(stderr, "
  3. 所属分类:书籍源码

    • 发布日期:2024-06-07
    • 文件大小:8192
    • 提供者:lith
  1. 模拟退火源码

    0下载:
  2. 模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基本思想和步骤如下: 设S={s1,s2,…,sn}为所有可能的状态所构成的集合, f:S—R为非负代价函数,即优化问题抽象如下: 寻找s*∈S,使得f(s*)=min f(si) 任意si∈S (1)给定一较高初始温度T,随机产生初始状态S (2)按一定方式,对当前状态作随机扰动
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-07
    • 文件大小:55296
    • 提供者:
  1. K-means.m

    1下载:
  2. MATLAB编写的一种模式识别里的重要的模糊聚类方法K-means算法的matlab程序.-MATLAB prepare a Pattern Recognition's important Fuzzy clustering methods K-means algorithm Matlab procedures.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-07
    • 文件大小:55296
    • 提供者:zs
  1. k-means

    0下载:
  2. kmeans 算法实现,有需要的下载下去,有问题大家一起讨论啊,-kmeans algorithm, there is a need to download it, there are issues to discuss U.S. ah,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-07
    • 文件大小:242688
    • 提供者:刘磊
  1. expjianyan

    0下载:
  2. K-S检验产生的数据是否服从指数分布。此方法可以类推其他任何分布形式的检验。-KS test whether the data have to obey exponential distribution. This method is analogous to any other form of distribution test.
  3. 所属分类:其他小程序

    • 发布日期:2024-06-07
    • 文件大小:1024
    • 提供者:wl
  1. simulation

    0下载:
  2. 设计一个M/M/S/k排队系统模型,用C++进行仿真,计算一个新的服务请求在各个状态k下的阻塞率,绘制出到达率-阻塞率曲线(matlab),并将理论值与仿真值进行比较。 M/M/S/k模型为服务请求到达间隔时间服从泊松分布、服务时间服从指数分布、系统有S个服务器、系统容量为k(有限个)的排队系统。如果一个服务请求到达排队系统时,系统内已有k个服务请求,那么这个服务请求就会被拒绝(即不为该服务请求安排服务器,也不会将其排入系统队列)
  3. 所属分类:传真(Fax)编程

    • 发布日期:2024-06-07
    • 文件大小:112640
    • 提供者:张三
  1. m

    0下载:
  2. 该程序试图考察一组数据服从哪种分布(正态,指数或双边指数),并利用K-S检验对各种分布作了检验。-The program attempts to examine a set of data subject to which distribution (normal, exponential or bilateral index), and use KS test has been tested in a variety of distr
  3. 所属分类:matlab例程

    • 发布日期:2024-06-07
    • 文件大小:261120
    • 提供者:姚益武
  1. kfilter

    0下载:
  2. function [k,s] = kfilter(A,C,V1,V2,V12) function [k,s] = kfilter(A,C,V1,V2,V12) KFILTER can have arguments: (A,C,V1,V2) if there are no cross products, V12=0. KFILTER calculates the kalman gain, k
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-07
    • 文件大小:1024
    • 提供者:venkat reddy
  1. KOLMOGOROV_TEST

    0下载:
  2. 基于matlab的K-S test算法实现,可供初学者参考和学习。(K-S test algorithm based Matlab, for beginners reference and learning.)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-07
    • 文件大小:4096
    • 提供者:愿做暖风
« 12 3 4 5 6 7 8 9 10 ... 34 »

源码中国 www.ymcn.org