-
suoermario
用c语言编写的超级玛丽源程序,非常具有探讨意义(Using c language source code Super Queen Mary, explore the very meaning of)
- 2008-03-29 12:44:30下载
- 积分:1
-
DEMO
完整的股票软件分析软件源代码(类通达信风格)
开发语言:VC++
开发平台:VS2008
其它的功能和通达信类似,不用多介绍,目前市场上大部分股软都具有这些功能
主要介绍一下特色功能,也是很多人一直在寻找但很难找到的具有二次开发功能的公式平台源代码:
目前很多股软,包括通达信,大智慧等主流软件的公式平台里的函数总有一些不足,所以很多人希望能自己开发扩展自己想要的函数,但又没有源代码,所以只能被动的等上述软件厂商开发.可谓等待绵绵无绝期.
现在这套源代码可以让您自己随意增加公式编辑平台的函数,根据自己的需要开发出自己品牌的股软,非常适合具有在股软行业施展才华的个人及公司.也适合个人研究者根据自己的需要开发出适合自己的软件.(Stock analysis software complete software source code (class letter accessible style)
Development languages: VC++
Development platform: VS2008
Other features and accessibility similar letter, not more, at present most of the market shares have these features soft
Introduce the main features, but also a lot of people have been looking for but it is difficult to find a formula with a secondary development function platform source code:
At present, many software stocks, including accessible information, great wisdom and other mainstream software platform in the function of the formula there are always some drawbacks, so many people want to expand their development function you want, but do not have the source code, so only a passive The development of other software vendors. can be described as waiting for everlasting.
The source code can now make free to add your own formula editing platform function, according to their need to develop their own brand of shares of sof)
- 2011-08-28 01:32:30下载
- 积分:1
-
ADS7846TOUCH
8051单片机驱动ADS7846/ADS7843芯片,触摸屏被按下时,则ADS7846向CPU发中断请求.()
- 2007-10-04 15:10:42下载
- 积分:1
-
TestNetCard
禁用网卡以及恢复的程序:可以模拟硬件管理器中的停用和启用功能(仅对网卡)(banned card and recovery procedures : can simulate hardware management for the suspension and the opening function (LAN only))
- 2005-04-08 15:42:04下载
- 积分:1
-
fuhaoyunsuan
说明: MATLAB数学实验之符号运算,其中包含课件以及习题和答案,文档中附有源程序(MATLAB Mathematical experiments symbolic computation, which includes courseware, as well as exercises and answers documents available source)
- 2006-03-08 15:26:10下载
- 积分:1
-
VisualC++OOB
说明: 一本非常好的书,从基础上讲述了vc++面向对象的一些知识,对初学者非常好用(A very good book, from the basis described vc++ Some knowledge of object-oriented, very useful for beginners)
- 2008-10-18 09:13:55下载
- 积分:1
-
xiaotuoluo
捷联惯导的C程序实现,四元数进行姿态更新,MATLAB进行图像处理,包含原始数据。(SINS of the C program implementation, quaternion for attitude update, MATLAB for image processing, including raw data.)
- 2009-12-01 14:39:15下载
- 积分:1
-
Lotterysimulation
彩票中奖模拟 非常有趣 自己设计,希望对你有帮助,适合C++初学者(Lottery simulation very interesting design their own)
- 2010-06-25 17:28:04下载
- 积分:1
-
SipRecordServer
在vc++下通过ip端口抓取数据包,获取音频数据进行处理(In vc++ crawl through the ip port packet)
- 2013-11-07 16:26:26下载
- 积分: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