-
ISQLADO_src
使用DAO的交互式输入执行SQL语句,并显示结果的程序(The example of excuting SQL alternatively by DAO and displaying the result )
- 2001-01-01 00:00:00下载
- 积分: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
-
openssl
为网络通信提供安全及数据完整性的一种安全协议,囊括了主要的密码算法、常用的密钥和证书封装管理功能以及SSL协议,并提供了丰富的应用程序供测试或其它目的使用。(The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing ...
)
- 2014-01-19 23:59:58下载
- 积分:1
-
stc12c5a60s2 单片机的ucos ii 多任务操作系统
stc12 单片机 ucosII 操作系统源码(Stc12 MCU ucosII operating system source code)
- 2017-12-16 12:22:05下载
- 积分:1
-
MFC VC 对话框中英语言切换
基于VC6.0版本的MFC对话框中英语言切换,能实现中英语言的对话框,按钮,菜单,文本的切换。可以做一个语言切换的参考。。。。。
- 2022-02-16 03:54:28下载
- 积分:1
-
reverb
利用C语言写的REVERB混响算法程序,效果不错。(Using C language to write the REVERB reverb algorithm procedure, good results.)
- 2007-12-25 13:50:43下载
- 积分:1
-
aa-ok-ORB_FREAK
orb特征与freak特征的对比实验,在visual studio 2008环境中可以运行,对于学习这些特征具有帮助。(features and characteristics orb freak comparative experiments in visual studio 2008 environment, you can run for the study of these characteristics have helped.)
- 2013-10-26 10:15:45下载
- 积分:1
-
GPRSDrvWinApp
GPRSDrvWinApp GPRSDrvWinA-GPRSDrvWinApp
- 2022-03-19 04:27:58下载
- 积分:1
-
AT24C02
AT24C02串行E2PROM的工作原理与读写(AT24C02 E2PROM read & write)
- 2011-05-24 18:17:14下载
- 积分:1
-
dhk1.5
利用ADO接口使VC++6.0与sql数据库通信,里面有设账号和密码,需要修改,已经通过测试,包括数据库的增加,删除,修改等等操作。(Using VC++6.0 ADO interface allows communication with the sql database, which has set up accounts and passwords, modify, have been tested, including the database, add, delete, modify, etc. operations.)
- 2020-10-29 15:09:56下载
- 积分:1