-
学院MIS管理系统,适合大部分毕业生,请大家支持
学院MIS管理系统,适合大部分毕业生,请大家支持-School of MIS management system, suitable for most of the graduates, please support
- 2022-05-23 00:03:25下载
- 积分:1
-
用C++开发的推箱子的游戏,一款益智游戏。
用C++开发的推箱子的游戏,一款益智游戏。-With C++ Development of the game Sokoban, a puzzle game.
- 2022-07-23 03:20:01下载
- 积分: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
-
compiler theory to reverse Polish
编译原理转逆波兰式-compiler theory to reverse Polish
- 2022-07-25 09:16:57下载
- 积分:1
-
电子商务 物流 ASP+SQL2
电子商务 物流 ASP+SQL2-ASP e-commerce logistics SQL2
- 2022-08-10 11:07:21下载
- 积分:1
-
Top99
This is a modified version of the 99 line Matlab codes for topology optimization. The physical field is set to be temperature fleids. The problem to solve is the classical volume to line heat transfer problem, as well as the problem of the heat dissipation of flat surface by a pipe.
- 2022-07-27 20:37:57下载
- 积分:1
-
一款由河南省实验中学中加班学生开发的开源Pascal评测系统
一款由河南省实验中学中加班学生开发的开源Pascal评测系统-This is a Pascal Test System, made by Vince
- 2022-10-24 07:35:03下载
- 积分:1
-
收集游戏模式,在互联网上为其他玩家加入聚集…
游戏的聚集模式,在互联网上为其他玩家加入聚集,形成一个以联盟为基础的群体体系
- 2023-08-15 21:10:03下载
- 积分:1
-
awd bios文件的修改工具,用vc和vb制作
awd bios文件的修改工具,用vc和vb制作-AWD bios document revision tool and vc production and vb
- 2022-03-24 17:32:57下载
- 积分:1
-
VC皮肤开发一个很好的控件,能用于很好地改善界面的外观。
VC皮肤开发一个很好的控件,能用于很好地改善界面的外观。-VC skin to develop a good control, can be used well to improve the appearance of the interface.
- 2022-07-13 15:47:38下载
- 积分:1