Welcome![Sign In][Sign Up]
Location:
Search - k-s

Search list

[Other resourceK-means.m

Description: MATLAB编写的一种模式识别里的重要的模糊聚类方法K-means算法的matlab程序.-MATLAB prepare a Pattern Recognition's important Fuzzy clustering methods K-means algorithm Matlab procedures.
Platform: | Size: 55082 | Author: zs | Hits:

[Other resourceWINDOWS__socket5

Description: 本书第二部分讲述的是在Wi n 3 2平台上的Wi n s o c k编程。对于众多的基层网络协议, Wi n s o c k是访问它们的首选接口。而且在每个Wi n 3 2平台上,Wi n s o c k都以不同的形式存在着。 Wi n s o c k是网络编程接口,而不是协议。它从U n i x平台的B e r k e l e y(B S D)套接字方案借鉴了 许多东西,后者能访问多种网络协议。在Wi n 3 2环境中,Wi n s o c k接口最终成为一个真正的 “与协议无关”接口,尤其是在Winsock 2发布之后。-book on the second part of the Wi n 3 2 on the platform's Wi n o c k programming. To many of the grass-roots network protocol, Wi n s o c k is to visit their preferred interface. But in each Wi n 3 2 platform, Wi n o c k's in different forms exist. Wi n s o c k network programming interface, rather than agreement. From U n i x platform B e r k e l e y (S B D) socket program draws many things, The latter would be able to visit a variety of network protocols. In Wi n 3 2 environment, Wi n o c k s interface will eventually become a real "agreement has nothing to do with the" interface, especially in the Winsock 2 was released.
Platform: | Size: 362079 | Author: 楼洛阳 | Hits:

[Other resourceJakes_filter

Description: % 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, 2004.
Platform: | Size: 992 | Author: 姚万里 | Hits:

[JSP/JavaSimplizeDFA

Description: 简化DFA-对于一确定型自动机M=(K,Σ,Δ,s, F),设p,q ∈K,若对于任一字符串w,由p沿w可达某终点当且仅当由q沿w可达某终点,则说p,q等价,记为p≡q。而且,≡的一个等价类恰好就是状态数最少的确定型自动机的一个状态
Platform: | Size: 8892 | Author: David | Hits:

[Otherdsphomework1

Description: 数字信号处理的应用之一是从含有加性噪声的信号中去除噪声。现有被噪声污染的信号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[k],s[k]和x[k]的波形,比较序列y[k]和s[k]。 -digital signal processing applications from one containing additive noise signal denoising. Existing noise pollution was a signal x [k] = s [k] d [k], where : of the original signal d [k] uniform distribution of white noise. (1) have 50 points each sequence s [k] and white noise sequence d [k] superposition of the two generation x [k] and the same is likely to draw a map x0 [k] d [k] and x [k] waveform sequence. (2) mean filter can effectively remove superimposed on the low-frequency noise on the signal. 3:00 known moving average digital filter unit for pulse response h [k] = [k = 0,1,2 1,1,1] Calculation y [k] = x [k] * h [k], the same is likely to draw a map before 50 y [k] s [k] and x [k] waveform sequence comparison y [k] s and [k].
Platform: | Size: 29280 | Author: 魏臻 | Hits:

[Other resourcecountsort

Description: 计数排序是一个非基于比较的线性时间排序算法。它对输入的数据有附加的限制条件: 1、输入的线性表的元素属于有限偏序集S; 2、设输入的线性表的长度为n,|S|=k(表示集合S中元素的总数目为k),则k=O(n)。 在这两个条件下,计数排序的复杂性为O(n)。 计数排序算法的基本思想是对于给定的输入序列中的每一个元素x,确定该序列中值小于x的元素的个数。一旦有了这个信息,就可以将x直接存放到最终的输出序列的正确位置上。例如,如果输入序列中只有17个元素的值小于x的值,则x可以直接存放在输出序列的第18个位置上。 计数排序算法没有用到元素间的比较,它利用元素的实际值来确定它们在输出数组中的位置。因此,计数排序算法不是一个基于比较的排序算法,从而它的计算时间下界不再是Ω(nlogn)。另一方面,计数排序算法之所以能取得线性计算时间的上界是因为对元素的取值范围作了一定限制,即k=O(n)。如果k=n2,n3,..,就得不到线性时间的上界。-Count ranking is based on a comparison of non-linear time sorting algorithm. Its input data Additional restrictions : 1, the importation of the linear element is a limited poset S; 2. The linear input based on the length of the table n | S | = k (S said set of elements in the total number of k), k = O (n). In these two conditions, the ranking counting for the complexity of O (n). Counting sorting algorithm is the basic idea for a given input sequence of each element x, determine the sequence x value is less than the number of elements. Once this information, it can be placed directly x to the final output the correct sequence position. For example, if the input sequence, only 17 elements in the value of x is less than the value then x can be placed directly on the output sequence of 18 pos
Platform: | Size: 1382 | Author: 金龙 | Hits:

[Game ProgramF K

Description: 这是一个俄罗斯方块的源代码-This is a Rubik's cube of source code
Platform: | Size: 5071 | Author: 无限 | Hits:

[Other resourcechapter100

Description: 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.
Platform: | Size: 2664 | Author: 林文强 | Hits:

[Otherexpjianyan

Description: K-S检验产生的数据是否服从指数分布。此方法可以类推其他任何分布形式的检验。
Platform: | Size: 1239 | Author: wl | Hits:

[Other resourceDES_PC--k

Description: if (pfile() == 0) unlink(inname) else fprintf(stderr, \"%s: I/O Error -- File unchanged\\n\", inname) fclose(outfile) fclose(infile) } exit(0)
Platform: | Size: 7992 | Author: lith | Hits:

[assembly languagetestwin

Description: 如何编写小于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, CreateWindowEx, S endMessage and GetMessage TranslateMessage and DispatchMessage, how does CreateFont demonstrate uses API to found the Windows window to control
Platform: | Size: 13312 | Author: 刘豫晋 | Hits:

[Game ProgramF K

Description: 这是一个俄罗斯方块的源代码-This is a Rubik's cube of source code
Platform: | Size: 5120 | Author: 无限 | Hits:

[source in ebookDES_PC--k

Description: 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, "%s: I/O Error-- File unchanged\n", inname) fclose(outfile) fclose(infile) } exit(0)
Platform: | Size: 8192 | Author: lith | Hits:

[AI-NN-PRK-means.m

Description: MATLAB编写的一种模式识别里的重要的模糊聚类方法K-means算法的matlab程序.-MATLAB prepare a Pattern Recognition's important Fuzzy clustering methods K-means algorithm Matlab procedures.
Platform: | Size: 55296 | Author: zs | Hits:

[AI-NN-PRk-means

Description: kmeans 算法实现,有需要的下载下去,有问题大家一起讨论啊,-kmeans algorithm, there is a need to download it, there are issues to discuss U.S. ah,
Platform: | Size: 242688 | Author: 刘磊 | Hits:

[Otherexpjianyan

Description: K-S检验产生的数据是否服从指数分布。此方法可以类推其他任何分布形式的检验。-KS test whether the data have to obey exponential distribution. This method is analogous to any other form of distribution test.
Platform: | Size: 1024 | Author: wl | Hits:

[Fax programsimulation

Description: 设计一个M/M/S/k排队系统模型,用C++进行仿真,计算一个新的服务请求在各个状态k下的阻塞率,绘制出到达率-阻塞率曲线(matlab),并将理论值与仿真值进行比较。 M/M/S/k模型为服务请求到达间隔时间服从泊松分布、服务时间服从指数分布、系统有S个服务器、系统容量为k(有限个)的排队系统。如果一个服务请求到达排队系统时,系统内已有k个服务请求,那么这个服务请求就会被拒绝(即不为该服务请求安排服务器,也不会将其排入系统队列)。由于系统容量为k,有S个服务器,所以系统队列的长度为k-S。-The design of a M/M/S/k queuing system model, with C++ for simulation, calculation of a new service request in every state under the blocking rate k, the arrival rate of drawing- blocking probability curve (matlab), and the theoretical value and simulation values. M/M/S/k model for the service request arrival time to obey Poisson distribution, exponential distribution of service time, the system has S servers, the system capacity of k (finite) of the queuing system. If a service request arrival queuing system, the system has k service request, then the service request will be rejected (that is, do not arrange for the service request server, nor will its queue into the system). Since the system capacity for the k, there are S servers, so the length of the queue system kS.
Platform: | Size: 112640 | Author: 张三 | Hits:

[matlabm

Description: 该程序试图考察一组数据服从哪种分布(正态,指数或双边指数),并利用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.
Platform: | Size: 261120 | Author: 姚益武 | Hits:

[SCMkfilter

Description: 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 -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
Platform: | Size: 1024 | Author: venkat reddy | Hits:

[OtherKOLMOGOROV_TEST

Description: 基于matlab的K-S test算法实现,可供初学者参考和学习。(K-S test algorithm based Matlab, for beginners reference and learning.)
Platform: | Size: 4096 | Author: 愿做暖风 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 37 »

CodeBus www.codebus.net