搜索资源列表
k-means.m
- MATLAB编写的一种模式识别里的重要的模糊聚类方法k-means算法的matlab程序.-MATLAB prepare a Pattern Recognition's important Fuzzy clustering methods k-means algorithm Matlab procedures.
Jakes_filter
- % 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 Applications, % Prentice Hall PTR, 2
simplizeDFA
- 简化DFA-对于一确定型自动机M=(k,Σ,Δ,s, F),设p,q ∈k,若对于任一字符串w,由p沿w可达某终点当且仅当由q沿w可达某终点,则说p,q等价,记为p≡q。而且,≡的一个等价类恰好就是状态数最少的确定型自动机的一个状态
dsphomework1
- 数字信号处理的应用之一是从含有加性噪声的信号中去除噪声。现有被噪声污染的信号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],计算y[k]=x[k]*h[k],在同一张图上绘出前50点y[
countsort
- 计数排序是一个非基于比较的线性时间排序算法。它对输入的数据有附加的限制条件: 1、输入的线性表的元素属于有限偏序集s; 2、设输入的线性表的长度为n,|s|=k(表示集合s中元素的总数目为k),则k=O(n)。 在这两个条件下,计数排序的复杂性为O(n)。 计数排序算法的基本思想是对于给定的输入序列中的每一个元素x,确定该序列中值小于x的元素的个数。一旦有了这个信息,就可以将x直接存放到最终的输出序列的正确位置上。例如,如果输入序列中只有17个元素
F k
- 这是一个俄罗斯方块的源代码-This is a Rubik's cube of source code
chapter100
- 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, 2004.
expjianyan
- k-s检验产生的数据是否服从指数分布。此方法可以类推其他任何分布形式的检验。
DEs_PC--k
- if (pfile() == 0) unlink(inname) else fprintf(stderr, \"%s: I/O Error -- File unchanged\\n\", inname) fclose(outfile) fclose(infile) } exit(0)
包含Labview8.6的破解程序以及Labview8.6工具包的破解程序
- 包含Labview8.6的破解程序以及Labview8.6工具包的破解程序,The material contains crack of Labview8.6 and cracks of Labview8.6 s saddlebags.
CodeBook
- Code MATLAB in s. Theodoridis, A. Pikrakis, k. koutroumbas, D. Cavouras - Introduction to Pattern Recognition: A MATLAB Approach
simulation
- 设计一个M/M/s/k排队系统模型,用C++进行仿真,计算一个新的服务请求在各个状态k下的阻塞率,绘制出到达率-阻塞率曲线(matlab),并将理论值与仿真值进行比较。 M/M/s/k模型为服务请求到达间隔时间服从泊松分布、服务时间服从指数分布、系统有s个服务器、系统容量为k(有限个)的排队系统。如果一个服务请求到达排队系统时,系统内已有k个服务请求,那么这个服务请求就会被拒绝(即不为该服务请求安排服务器,也不会将其排入系统队列)。由于系统容量为k,有s个服务器,所以系统队列的长度为k-s
kolmogorovEntropy_GP
- 一种简单有效的测度熵替代方法——近似熵(approximate entropy)方 法.应用以上方法对Logistic映射复杂度进行了分析.结果表明Lyapunov指数和测度熵的值与复 杂度基本呈线性关系,分维数与复杂度的函数关系尚难确定,且与Lyapunov指数、测度熵之间的关 系也不明确. - Approximate entropy (ApEn) method is also studied. They are applied to analyze the complex
Discrete_Cosine_and_sine_Transforms
- 继 Discrete Cosine Transform: Algorithms, Advantages, Applications (k. R. Rao and P. Yip) 之后的一本关于离散余弦变换(DCT)的快速实现算法的最新专著. 本书第五章“Integer Discrete Cosine/sine Transforms”关于DCT整数近似实现写的非常详细和精彩, 很方便大家编程实现. 值得一提的是本书的第一作者Vladimir Britanak 一直在从事DCT, 尤其是改进的离散余
testwin
- 如何编写小于20k的Windows程序.演示如何使用:CreateWindow, CreateWindowEx, s endMessage and GetMessage TranslateMessage and DispatchMessage, CreateFont 演示如何使用API创建Windows窗口控件- How compiles is smaller than the 20k Windows procedure How demonstrates uses: CreateWindow,
9.1
- 5DG s 计算机图形学实验教程OpenGL版 项目名称:5DG s Piano 场景控制: EsC:退出程序 F1:窗口模式或全屏模式的切换 A,s,D,F,J,k,L:分别发出1-7四个音-5DG s Computer Graphics OpenGL version of the experimental curriculum project name: 5DG s Piano scene control: EsC: exit F1: window mo
Queen
- 求解八皇后问题 Java 2k-solving the issue of the eight Queen s Java 2k
m
- 该程序试图考察一组数据服从哪种分布(正态,指数或双边指数),并利用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 distributions.
kfilter
- 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, and the stationary -functi
kOLMOGOROV_TEsT
- 基于matlab的k-s test算法实现,可供初学者参考和学习。(k-s test algorithm based Matlab, for beginners reference and learning.)