-
很好的一个VB程序 可以作为学生期末作业 是一个综合实验
很好的一个VB程序 可以作为学生期末作业 是一个综合实验-Good one VB program can work as a student is a comprehensive end of experiment
- 2022-02-14 19:50:47下载
- 积分: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
-
modulate msk with noise
实现MSK调制过程,通过定义入手,先计算相位,然后分两路调制-modulate msk with noise
- 2022-05-24 00:55:45下载
- 积分:1
-
本图为mf
本图为mf-9型万用表电路图,希望对大家有用-the map mf-9-Multimeter circuit, and we hope to useful
- 2022-01-26 02:19:35下载
- 积分:1
-
经典的选择排序算法,可以显示过程
经典的选择排序算法,可以显示过程-classic choice algorithm can demonstrate that the process
- 2023-08-04 23:30:02下载
- 积分:1
-
用RationRose开发工具来开发J2EE程序示例,很难得的哦!
用RationRose开发工具来开发J2EE程序示例,很难得的哦!-RationRose use development tools for developing J2EE procedures example, the difficult Oh!
- 2022-01-26 00:12:08下载
- 积分:1
-
一个扫雷游戏,用鼠标控制左击确定无雷,右击确定有雷,在右击取消有雷标记,刚开始用鼠标控制菜单,选者难度,及记录,开始游戏后按 F2返回菜单...
一个扫雷游戏,用鼠标控制左击确定无雷,右击确定有雷,在右击取消有雷标记,刚开始用鼠标控制菜单,选者难度,及记录,开始游戏后按 F2返回菜单-a minesweeping games, with the left mouse control attack to determine mine-free, right click identified minefields in the right-to remove the minefields marked the beginning, with mouse control menu, the choices were difficult, and records of the games started by F2 to return to the menu
- 2022-02-15 23:54:23下载
- 积分:1
-
20040928111024_vczx_fonts
20040928111024_vczx_fonts
- 2022-05-12 12:41:36下载
- 积分:1
-
颜色拾取器,能拾取当前鼠标的网页所需要色彩值。非常好用,希望大家喜欢!...
颜色拾取器,能拾取当前鼠标的网页所需要色彩值。非常好用,希望大家喜欢!-color picking device that can pick up the mouse"s current website needed color value. Very good, hope you like them!
- 2022-03-30 21:57:39下载
- 积分:1
-
关于SVM学习的两个ppt。内容通俗易懂,适合初学者看看,供大家参考。...
关于SVM学习的两个ppt。内容通俗易懂,适合初学者看看,供大家参考。-On the SVM learning 2 ppt. The contents of user-friendly, suitable for beginners look for your reference.
- 2022-04-22 08:32:14下载
- 积分:1