-
Tickstory历史数据
用于MT4 EA回测 复盘质量可以达到99.99% 不错的工具(For the MT4 EA test can reach 99.99% good quality checking tools)
- 2020-07-01 00:00:02下载
- 积分:1
-
CoStream 无缓存 Pipe Stream
翻译 maninwest@Codeforge 作者:Sergey Nozhenko@CodeProject介绍:CoStream 是的 PipeStream 无缓存替代选择。背景在生产者/消费者模式下,如果我们知道一个消费者确定要读取stream 读到结束或者如果不能读到结束就处理,那么同步stream 就不需要维护自己的内部缓存,完全依赖于 Read 方法调用者的缓存。在Read 方法中,CoStream 保存到目标缓存的引用并等待,直至完成。而 write 方法从源缓存中复制数据到目标缓存,会给读取者发送信号缓存已准备就绪或者需要等待期 Read 调用(如果来源缓存中有未消耗的数据剩下或者返回到Writer 调用者)。使用代码CoStream 不能在单个话题中使用。应该至少有两个,读取和写入话题。两者都需要关闭(或处理)stream,一边对方可以继续到结束。测试程序在 XmlDocument 中加载了一些 xml 文件。然后将其写入到 CoStream 的实例Static CoStream costream = new TestCoStream();
static string outpath;
static void Main(string[] args)
{
// ...
XmlDocument doc = new XmlDocument();
doc.Load(args[0]);
outpath = args[1];
var reading_thread = new Thread(ReaderBody);
reading_thread.Start();
using (var pipe = XmlWriter.Create(costream, new XmlWriterSettings { CloseOutput = true }))
doc.Save(pipe);
reading_thre
- 2022-03-17 17:34:17下载
- 积分:1
-
This code is the study of fracture mechanics problems, from a theoretical study...
此代码研究的是力学上的断裂问题,从理论上研究了断裂过程中介质的受力形态。-This code is the study of fracture mechanics problems, from a theoretical study of the fracture process in the form of the medium force.
- 2022-02-15 17:55:47下载
- 积分:1
-
visual basic编程实现曲柄摇杆机构设计
visual basic编程实现曲柄摇杆机构设计-visual basic programming design of crank-rocker mechanism
- 2022-09-09 19:55:03下载
- 积分:1
-
大数据与大数据机器学习
数据挖掘作为一种现阶段很有用的方式,应用在各个领域。本文比较详细,可以借鉴看看。(Data mining, as a very useful way at this stage, is applied in various fields. We can learn from it.)
- 2020-11-13 11:09:42下载
- 积分:1
-
OUC-Physical-Oceanography-Notes-master
说明: 中国海洋大学物理海洋学笔记
采用Latex编写(Physical Oceanography Notes
Latex)
- 2020-12-14 11:21:40下载
- 积分:1
-
java版本的MSN,供大家交流学习使用
java版本的MSN,供大家交流学习使用-java version of MSN, for the exchange of everyone learning to use
- 2022-08-18 09:22:35下载
- 积分:1
-
万年历日历设置代码
说明: jQuery万年历日历设置代码是一款带农历节假日工作日历设置代码。(JQuery Calendar Settings code is a calendar settings code with lunar holidays.)
- 2019-03-11 20:12:00下载
- 积分:1
-
水准网间接平差程序设计
水准平差程序,可以处理间接平差各个等级水准,采用VB编写(Leveling adjustment program, which can handle all levels of indirect adjustment, is written in VB)
- 2018-06-27 13:07:58下载
- 积分:1
-
mcmc
蒙特卡洛算法仿真文档,可根据具体操作实现蒙特卡洛基本算法(Monte Carlo algorithm simulation documents, can be based on specific operations to achieve the basic Monte Carlo algorithm)
- 2020-06-18 11:40:01下载
- 积分:1