-
bp-regression
BP网络的回归模拟,想研究的朋友可以参考(The return of BP network simulation can refer friends to the study)
- 2010-12-01 10:36:04下载
- 积分:1
-
EM-Algorithm-for-GMM
Expectation Maximization algorithm for Gaussian Mixture Model Training
- 2015-04-10 14:55:53下载
- 积分:1
-
差分法雷诺方程
差分法计算雷诺方程,求解油膜压力分布,偏心率,偏位角等(Difference method is used to solve oil film pressure distribution, eccentricity, deviation angle, etc.)
- 2020-11-25 21:39:32下载
- 积分:1
-
MATLABcommonalgorithm
常用的MATLAB算法包括SVM,GA,等的经典算法(matlab)
- 2010-08-21 09:25:43下载
- 积分:1
-
work
作业调度代码,求解交货期期的问题,经过调试,可以用的(Scheduling problem and solving the delivery period code, after commissioning, can use)
- 2010-09-10 16:12:36下载
- 积分:1
-
sigxpand
将输入d进行扩张,方法是在d的每个数据中插入M-1个零值。
如输入d=[1,2,3,4] M=3
输出out=[1 0 0 2 0 0 3 0 0 4 0 0](To expand the input d, the method is to insert each data d, M-1 zero value. If the input d = [1,2,3,4] M = 3 output out = [1 0 0 2 0 0 3 0 0 4 0 0])
- 2010-11-14 11:18:01下载
- 积分:1
-
AstonishingAnatomy
astonishing anatomy from an document file
- 2010-11-15 11:04:29下载
- 积分:1
-
mohuPID
倒立摆模糊PID控制以及MATLAB仿真(Inverted pendulum fuzzy PID control and MATLAB simulation)
- 2010-05-15 09:34:01下载
- 积分:1
-
manu
A method for extracting information about facial expressions
from images is presented. Facial expression images
are coded using a multi-orientation, multi-resolution
set of Gabor filters which are topographically ordered and
aligned approximately with the face.
- 2012-09-21 03:53:23下载
- 积分:1
-
poly
A polyalphabetic cipher is any cipher based on substitution, using multiple substitution alphabets. The Vigenère cipher is probably the best-known example of a polyalphabetic cipher, though it is a simplified special case.Polyalphabetic substitution ciphers are useful because the are less easily broken by frequency analysis, however if an attacker knows for instance that the message has a period n, then he simply can individually frequency analyze each cipher alphabet.
The number of letters encrypted before a polyalphabetic substitution cipher returns to its first cipher alphabet is called its period. The larger the period, the stronger the cipher. Of course, this method of encryption is certainly not secure by any definition and should not be applied to any real-life scenarios.
- 2015-02-27 14:52:28下载
- 积分:1