pav 反病毒源碼 /*************************************************************************** * * * File: ANTI-VIRUS * * function: This program demostrating file anti-virus managment * * * * Author: Long Yun Liang * * First edit: 1995,3,10 * * Last edit: 1996,11,5 All Rights Reserved * * * * * ***************************************************************************/
上傳時間: 2014-01-14
上傳用戶:hullow
SIMULINK仿真教程,介紹了SIMULINK的模塊庫、功能模塊的處理、仿真的運行、s-function的設計、SIMULINK仿真舉例
上傳時間: 2014-01-02
上傳用戶:Andy123456
Noncoherent receivers are attractive for pulsed UWB systems due to the implementation simplicity. To alleviate the noise effect in detecting UWB PPM signals, this letter proposes a simple yet flexible weighted noncoherent receiver structure, which adopts a square-law integrator multiplied with a window function.
標簽: implementation Noncoherent attractive simplicity
上傳時間: 2013-12-01
上傳用戶:wys0120
KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-means algorithm to set the centres of a cluster model. The matrix DATA represents the data which is being clustered, with each row corresponding to a vector. The sum of squares error function is used. The point at which a local minimum is achieved is returned as CENTRES.
標簽: CENTRES KMEANS OPTIONS cluster
上傳時間: 2014-01-07
上傳用戶:zhouli
Hybrid Monte Carlo sampling.SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo algorithm to sample from the distribution P ~ EXP(-F), where F is the first argument to HMC. The Markov chain starts at the point X, and the function GRADF is the gradient of the `energy function F.
標簽: Carlo Monte algorithm sampling
上傳時間: 2013-12-02
上傳用戶:jkhjkh1982
Probability distribution functions. estimation - (dir) Probability distribution estimation. dsamp - Generates samples from discrete distribution. erfc2 - Normal cumulative distribution function. gmmsamp - Generates sample from Gaussian mixture model. gsamp - Generates sample from Gaussian distribution. cmeans - C-means (or K-means) clustering algorithm. mahalan - Computes Mahalanobis distance. pdfgauss - Computes probability for Gaussian distribution. pdfgmm - Computes probability for Gaussian mixture model. sigmoid - Evaluates sigmoid function.
標簽: distribution Probability estimation functions
上傳時間: 2016-04-28
上傳用戶:13188549192
a screen handling program to provide a flashing message. You will have to design a screen layout for where messages are placed on the screen. You will also have to consider when to delay the program in order to give the user time to read the messages. That is, the program will use the curses library, signals and the sleep function.
標簽: screen handling flashing program
上傳時間: 2016-05-04
上傳用戶:chongcongying
此程序實現構造小波基,希望對大家有用 periodic_wavelet.m function ss=periodic_wavelet
標簽: 程序
上傳時間: 2013-12-19
上傳用戶:thinode
Generate the digital AWGN signal n[k] (sampled n(t)) by generating zero mean Gaussian random variables independently (separately) for each k MATLAB function random.
標簽: generating Generate Gaussian digital
上傳時間: 2014-01-15
上傳用戶:sammi
1.. 需要jdom.jar和bsf.jar,否則無法跟spring整合. 2.. dwr生成的javascript函數會自動加一個回調函數的參數,如原來的函數是checkExist(String name),那么生成的javascript函數是checkExist(callbackFunc,String name). 3.. 注意回調函數只能有一個參數,就是服務器的返回值,如function(messFromServer),這里messFromServer是該操作在服務器上的返回值. 4.. util.js里面有很多有用的方法,最好熟悉一下. 5.. convert并不是必須的,只有你的函數需要傳遞非基本數據類型的數據時需要此項. 我需要增強的,dom操作,javascript
標簽: checkExist javascript jar String
上傳時間: 2016-05-06
上傳用戶:壞壞的華仔