-
贪吃蛇游戏源程序,可在VC++中运行,欢迎使用
贪吃蛇游戏源程序,可在VC++中运行,欢迎使用-Snake game source, the VC operation, welcomed the use of
- 2023-04-05 07:15:03下载
- 积分:1
-
对sps文件的包装类,对物探人员较有用,为标准C++设计,可在unix系统实现...
对sps文件的包装类,对物探人员较有用,为标准C++设计,可在unix系统实现-Sps files on the packaging category, geophysical staff of more useful, as the standard C design, unix system can realize
- 2022-01-21 03:24:42下载
- 积分:1
-
电力系统的psat
电力系统的psat-Psat power system
- 2022-03-07 17:53:45下载
- 积分: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
-
桌球的改进版本...还在不断改进中,望多多指教
桌球的改进版本...还在不断改进中,望多多指教-err
- 2022-04-07 19:53:50下载
- 积分:1
-
配合刚刚上传的TOOLBOX_calib,是进行标定的标定图
配合刚刚上传的TOOLBOX_calib,是进行标定的标定图-With just uploaded TOOLBOX_calib, calibration is the calibration graph
- 2023-04-18 11:10:03下载
- 积分:1
-
Java程序设计经典教程(电子教案),是初学者的快速入门教程。
Java程序设计经典教程(电子教案),是初学者的快速入门教程。-Java Programming Tutorial classic (electronic lesson plans), is the Quick Start tutorial for beginners.
- 2023-04-09 12:10:03下载
- 积分:1
-
graphics, data structures, I was a beginner, the only way to the procedures forg...
图形化,线索二叉树,我是个初学者,只有这样的程序,见谅-graphics, data structures, I was a beginner, the only way to the procedures forgiven! !
- 2022-07-06 18:59:09下载
- 积分:1
-
一个用VC写的俄罗斯方块程序源码,用了就知道了,要凑20个字真不容易...
一个用VC写的俄罗斯方块程序源码,用了就知道了,要凑20个字真不容易-a VC written procedures source of Rubik"s cube, with the know, we should take care of 20 characters was not easy
- 2023-01-31 21:55:03下载
- 积分:1
-
一个朋友购买的商业版房产网源程序,价值1800元,去年年尾的时候送的,一直在收藏和研究,现在拿出来分享。...
一个朋友购买的商业版房产网源程序,价值1800元,去年年尾的时候送的,一直在收藏和研究,现在拿出来分享。-friends to buy a commercial version of the network source property worth 1,800 yuan last year, the end of the delivery, has been collecting and research, now take to share.
- 2022-02-14 11:16:31下载
- 积分:1