-
燃油经济性
绘制燃油经济性图,自己提取其中的代码,复制到MATLAB中去即可。(to draw the pic of fuel economy)
- 2019-06-29 15:07:32下载
- 积分:1
-
EcoSmart Meter FW 1.2
E-Metter RF base using CC1101 RF tranceiver and MSP430F5728
- 2017-12-29 19:02:40下载
- 积分: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
-
决策树分类算法、C4.5算法,java语言描述
决策树分类算法,c4.5,java语言进行描述的-Decision tree classification algorithm, c4.5, java language described
- 2022-10-15 09:10:03下载
- 积分:1
-
在开发过程中,最难的事情是司机到电视。
linux下的程序开发,最难的要数驱动程序的开发,此教程方便大家入门-linux procedures under development, the most difficult thing for the driver to the development of this guide to facilitate entry
- 2023-05-03 02:25:04下载
- 积分:1
-
河北工业大大一至大二学期,课程设计源码,课程题目是猜字游戏,希望对大家有所帮助,特别是河北工业大学的同学。...
河北工业大大一至大二学期,课程设计源码,课程题目是猜字游戏,希望对大家有所帮助,特别是河北工业大学的同学。-failed to translate
- 2022-03-18 08:22:13下载
- 积分:1
-
The-Unscrambler-PCA
CAMO软件 The Unscrambler中对pca使用教程,供参考(CAMO The Unscrambler software tutorials in the use of pca, for reference)
- 2011-11-28 21:41:51下载
- 积分:1
-
4步3种方法对比
多频外差法,求绝对相位,3种方法对比。。。。。。(The multifrequency heterodyne method, the absolute phase, three methods are compared.)
- 2018-03-28 20:16:44下载
- 积分:1
-
二维最大熵与交叉熵结合
二维的最大熵与交叉熵结合的图像分割算法,有助与提高图像分割中阈值选取的稳定性。(The combination of two-dimensional maximum entropy and cross-entropy is helpful to improve the stability of threshold selection in image segmentation.)
- 2018-11-12 22:41:00下载
- 积分:1
-
vb方面的编程,条形码编程。希望对大家有用。
vb方面的编程,条形码编程。希望对大家有用。-vb aspects of programming, bar code programming. Want to be useful to everyone.
- 2022-06-21 08:33:40下载
- 积分:1