-
HideAndShowTaskbar
使用Visual Basic
使用将Taskbar隐藏和显示的API(use Visual Basic to use and display Taskbar hiding API)
- 2007-03-28 16:24:51下载
- 积分:1
-
C-900example
我收藏的c語言900個例題,裡頭有控制dos-bios,memory,macros,math....的一些範例,原碼可能很簡單但是很實用,希望大家喜歡(language collections c 900 of excellence, he got control dos-bios, memory, macros, math .... some example, the original code may be very simple but very useful, hope you like)
- 2007-03-13 13:26:26下载
- 积分:1
-
MVQrara
用matlab实现基于LBGG算法的向量量化编码可直接使用。
(Using matlab to achieve vector quantization coding based on LBGG algorithms can be used directly.)
- 2012-07-18 11:28:39下载
- 积分:1
-
plotfaces
plot faces by using matlab(plot faces)
- 2011-06-19 22:01:15下载
- 积分:1
-
LMS
1,、设置变量和参量:
X(n)为输入向量,或称为训练样本
W(n)为权值向量
e(n)为偏差
d(n)为期望输出
y(n)为实际输出
η为学习速率
n为迭代次数
2、初始化,赋给w(0)各一个较小的随机非零值,令n=0
3、对于一组输入样本x(n)和对应的期望输出d,计算
e(n)=d(n)-X^T(n)W(n)
W(n+1)=W(n)+ηX(n)e(n)
4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行(, set the variables and parameters:
X (n) is the input vector, otherwise known as the training sample
W (n) for the weight vector
e (n) for the deviation
d (n) is the desired output
y (n) is the actual output
η is the learning rate
n is the number of iterations)
- 2011-12-10 20:22:05下载
- 积分:1
-
FUNC1
说明: Regression sum of squares , the maximum deviation , minimum deviation , the average deviation
- 2011-11-26 00:31:22下载
- 积分:1
-
CompressiveTrackingFromsequences
压缩感知,对人脸进行跟踪的程序,今年欧洲图像会议的程序(Compressive Sensing,face track ,program )
- 2013-03-25 16:43:08下载
- 积分:1
-
iHMM
infinite HMM
Refer to Beal s Paper
Applying Gibbs Sampling in inference
the number of states of HMM is changeable in this algorithm, based on Dirichlet Proce(infinite HMMRefer to Beal s PaperApplying Gibbs Sampling in inferencethe number of states of HMM is changeable in this algorithm, based on Dirichlet Proce)
- 2008-01-24 10:10:54下载
- 积分:1
-
Knight2
这是自己写的骑士巡游问题的源代码,控制台实现没有图形化(This is, the parade was the Knights of the source code, not realizing console Graphic)
- 2006-12-05 21:41:59下载
- 积分:1
-
200552823195
一步步讲解如何在VC中调用matlab图像处理工具箱来进行canny边缘提取
1.包含pdf文档和源代码
2.源代码code
开发环境是VC6、Matlab7
(a step by step on how to call in VC Matlab Image Processing Toolbox to a canny edge extraction. Pdf files and contains the source code two. Source code development environment is VC6, Matlab7)
- 2005-08-11 09:14:08下载
- 积分:1