搜索结果

找到约 773 项符合 function 的查询结果

按分类筛选

显示更多分类

Internet/网络编程 pav 反病毒源码 /*************************************************************************** * * * Fi

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 * * * * ...
https://www.eeworm.com/dl/620/280489.html
下载: 160
查看: 1032

matlab例程 SIMULINK仿真教程

SIMULINK仿真教程,介绍了SIMULINK的模块库、功能模块的处理、仿真的运行、s-function的设计、SIMULINK仿真举例
https://www.eeworm.com/dl/665/281191.html
下载: 117
查看: 1023

其他书籍 Noncoherent receivers are attractive for pulsed UWB systems due to the implementation simplicity. To

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 win ...
https://www.eeworm.com/dl/542/283591.html
下载: 97
查看: 1038

数值算法/人工智能 KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-mean

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 ...
https://www.eeworm.com/dl/518/289146.html
下载: 98
查看: 1071

数学计算 Hybrid Monte Carlo sampling.SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo algorithm

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.
https://www.eeworm.com/dl/641/289151.html
下载: 138
查看: 1190

人工智能/神经网络 Probability distribution functions. estimation - (dir) Probability distribution estimation. dsam

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 dist ...
https://www.eeworm.com/dl/650/289334.html
下载: 118
查看: 1068

Linux/Unix编程 a screen handling program to provide a flashing message. You will have to design a screen layout f

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 li ...
https://www.eeworm.com/dl/619/291668.html
下载: 193
查看: 1064

其他 此程序实现构造小波基

此程序实现构造小波基,希望对大家有用 periodic_wavelet.m function ss=periodic_wavelet
https://www.eeworm.com/dl/534/292362.html
下载: 190
查看: 1023

邮电通讯系统 Generate the digital AWGN signal n[k] (sampled n(t)) by generating zero mean Gaussian random variab

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.
https://www.eeworm.com/dl/690/292399.html
下载: 142
查看: 1044

JavaScript 1.. 需要jdom.jar和bsf.jar,否则无法跟spring整合. 2.. dwr生成的javascript函数会自动加一个回调函数的参数,如原来的函数是checkExist(String

1.. 需要jdom.jar和bsf.jar,否则无法跟spring整合. 2.. dwr生成的javascript函数会自动加一个回调函数的参数,如原来的函数是checkExist(String name),那么生成的javascript函数是checkExist(callbackFunc,String name). 3.. 注意回调函数只能有一个参数,就是服务器的返回值,如function(messFromServer),这里messFromServe ...
https://www.eeworm.com/dl/685/292636.html
下载: 147
查看: 1045