-
NetHandle(TDI_Filter_Hook)
使用TDI 和Filter-Hook进行网络数据拦截的两个例子, 以前外挂用过(The use of TDI and the Filter-Hook for network data to intercept the two examples previously used plug-ins)
- 2008-03-11 15:27:10下载
- 积分: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
-
FTPclient
FTP 客户端的源代码实现(vc++)连接上传下载修改功能(FTP client source code (vc++) connection upload and download capabilities to modify)
- 2011-08-10 22:39:25下载
- 积分:1
-
AM2301
AM2301显示温湿度并发送到串口,波特率为9600,可自己改,具体情况具体改进(AM2301Display temperature and humidity and sent to the serial port)
- 2011-11-13 20:46:30下载
- 积分:1
-
source2
sample for programming use main
- 2017-08-15 15:57:20下载
- 积分:1
-
PageRank
说明: pagerank算法的C++实现,里边有可执行文件(pagerank algorithm of C++ implementation, there is an executable file inside)
- 2020-11-27 09:39:30下载
- 积分:1
-
JosephRing
约瑟夫环问题算法的优化
1、问题描述:
已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列,求最后出列的哪一个人。(err)
- 2007-12-09 16:13:33下载
- 积分:1
-
pipei
改程序就代码可以找出从不同角度或区间的两幅遥感影像的同名点(Change the program code can find it from different angles of the same name point or interval of two remote sensing images)
- 2014-05-17 15:48:13下载
- 积分:1
-
DirectXShowDES
说明: 介绍基于DirectShow的DirectShow编辑业务(DES,DirectShow Editing Services)的基本原理,并以实例说明了用DES开发MPEG-2音视频编辑软件的实现方案(Introduction DirectShow-based DirectShow Editing operations (DES, DirectShow Editing Services) of the basic principles and to examples of using DES developed MPEG-2 audio and video editing software implementation of the program)
- 2009-08-31 16:43:50下载
- 积分:1
-
virtualpiano
simple virtual piano keyboard
- 2011-11-08 17:14:23下载
- 积分:1