-
一个神经网络的EA的示例
说明: 神经网络EA,交易大赛冠军作品!MT4编程必学程序(Neural network EA, the champion work of the trade competition! MT4 programming must learn program)
- 2020-06-30 20:40:02下载
- 积分:1
-
VC滚动视图(CScrollView类)的局部更新算法示例
在使用CScrollView(滚动视图)类时,不需要在其OnDraw/OnPaint中全部进行重绘;只需获取其update region,绘制落在此区域内的对象即可。这样可以提高显示效率,减少闪烁。
在拖动窗口大小时(WM_SIZE消息),update region是整个客户区;在点击或者拖放滚动条时(或者使用了CScrollView::ScrollToPositon函数),update region是相应的局部矩形(即新出现在在窗口中的部分)。不管是那种情况,可以将update region转换至“用户坐标系”,遍历用户在此坐标系中打算绘制的对象,确定哪些对象落在了update region内,以便进行重绘。这样,在CScrollView::OnDraw/OnPaint中仅需绘制少量对象即可。(非update region内的图形由Windows负责填充)
- 2022-05-31 22:04:39下载
- 积分:1
-
AngelEmu
完美世界264版本模拟器源码,模拟服务端整套,可自行修改成完美的任何游戏(Perfect world 264 version simulator source code, simulation server set, may revise any game perfect
)
- 2014-08-09 09:36:51下载
- 积分:1
-
DFA最小化
dfa最小化.实现了DFA的最小化可以参考参考
- 2022-01-25 15:42:47下载
- 积分:1
-
a polynomial order of the two together, with Chain achieve.
有次序的两个多项式相加,用链表实现。
-a polynomial order of the two together, with Chain achieve.
- 2022-03-24 14:53:30下载
- 积分:1
-
Matlab-pingfang
自己在网上看到的一个关于平方根的求值方式,可以参考下(Themselves in line to see a square root to be evaluated on, you can refer to the following)
- 2011-10-08 13:32:50下载
- 积分:1
-
TinyOSPProg
inyOS是UC Berkeley(加州大学伯克利分校)开发的开放源代码操作系统,专为嵌入式无线传感网络设计,操作系统基于构件(component-based)的架构使得快速的更新成为可能,而这又减小了受传感网络存储器限制的代码长度。(TinyOS is UC Berkeley (University of California, Berkeley) developed open source operating system designed for embedded wireless sensor network design, operating systems based on component (component-based) makes it possible to quickly update the schema, which in turn reduces the code length of the memory limit by sensor networks.)
- 2013-09-26 13:25:49下载
- 积分:1
-
驱动代码USB,附有调试工具..........................................
OTG的驱动代码,完全版.....................................................
- 2022-02-11 17:05:37下载
- 积分:1
-
project-template.tar
project templets for latex...........
- 2010-03-31 01:48:54下载
- 积分:1
-
reactor
C network reactor modal.
use linux epoll.
callback notify event.
- 2013-11-28 12:18:34下载
- 积分:1