-
添加memberadd memberadd memberadd memberadd成员
添加成员添加成员添加成员添加成员添加成员添加成员
- 2022-12-02 14:40:04下载
- 积分:1
-
VS2005 application program interface landscaping, including video teaching and t...
VS2005应用程序界面美化,包括视频教学和库控件.-VS2005 application program interface landscaping, including video teaching and the controls.
- 2022-12-15 20:35:08下载
- 积分:1
-
一个简单的二手房交易系统,有添加,统计,删除,排序
一个简单的二手房交易系统,有添加,统计,删除,排序-ershoufang.cpp
- 2023-08-05 06:50:03下载
- 积分: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
-
受用一生的电脑知识!!!!!!!!!!!!!1!!!!!!
快来看一下
受用一生的电脑知识!!!!!!!!!!!!!1!!!!!!
快来看一下-good enough for the whole life of a computer knowledge !!!!!!!!!!!!! !!!!!! Come see!
- 2022-03-19 09:40:39下载
- 积分:1
-
在打沙场用的最简单,最自动的快捷老板系统
在打沙场用的最简单,最自动的快捷老板系统-Used in the battlefield to fight the simplest, most automated systems quickly boss
- 2022-01-27 15:39:04下载
- 积分:1
-
非常之好玩,可以考验你的耐心和手上的操作,简单上手,对机器的配置要求非常的低....
非常之好玩,可以考验你的耐心和手上的操作,简单上手,对机器的配置要求非常的低.-very fun, a test of your patience and hands, the operation simple and thus the allocation of machines require very low.
- 2022-03-05 02:04:35下载
- 积分:1
-
Ragnarok Spirte for game programing
Ragnarok Spirte for game programing
- 2022-03-21 14:41:19下载
- 积分:1
-
PROFIBUS的的通讯芯片SPC3的控制源码
PROFIBUS的的通讯芯片SPC3的控制源码-PROFIBUS communication of SPC3 chip control source
- 2022-01-25 19:28:39下载
- 积分:1
-
均匀圆形阵列天线阵,利用该算法对音乐算法进行估计…
天线阵列为均匀圆阵时,采用MUSIC算法进行DOA估计的源程序。-Antenna array for uniform circular array, the MUSIC algorithm using the estimated DOA of the source.
- 2022-08-09 09:47:19下载
- 积分:1