-
an entire desktop procedures girls
一个女孩整桌面程序-an entire desktop procedures girls
- 2022-07-11 06:12:58下载
- 积分:1
-
lottery software source code (delphi source
彩票软件源代码(delphi源码-其它源码).rar-lottery software source code (delphi source-other source). Rar
- 2022-07-01 14:08:45下载
- 积分:1
-
A relatively simple example of the game, use the game engine (GameEngine_source_...
一个相对简单的游戏例子,使用的游戏引擎(GameEngine_source_v0.04.zip)请在本站下载。-A relatively simple example of the game, use the game engine (GameEngine_source_v0.04.zip) Please download site.
- 2022-02-03 20:13:23下载
- 积分:1
-
TOUCH_AC97驱动程序使用的平台是AU1200的
TOUCH_AC97驱动程序使用的平台是AU1200的-TOUCH_AC97 Driver Au1200 platform is used by the
- 2022-12-08 03:40:03下载
- 积分:1
-
本系统提供按地区划分的房屋信息查询和编辑功能,VC++ & Access。...
本系统提供按地区划分的房屋信息查询和编辑功能,VC++ & Access。-The system provides a breakdown by district of the housing information and editing functions, VC++ & Access.
- 2022-01-26 05:54:34下载
- 积分:1
-
数据挖掘相关算法
数据挖掘相关算法-related algorithm to Database Mining
- 2022-08-08 12:35:13下载
- 积分:1
-
把字库输出的24*24点阵的字符转换成12*24点阵,在逻辑片显示中应用比较合适...
把字库输出的24*24点阵的字符转换成12*24点阵,在逻辑片显示中应用比较合适-The font output 24* 24 dot matrix characters into 12* 24 lattice, in the logic of the application showed more appropriate to
- 2022-03-20 08:09:47下载
- 积分:1
-
在DOS下用Port IO的方式取得PCI总线的信息
在DOS下用Port IO的方式取得PCI总线的信息-DOS with the Port IO PCI obtained the information
- 2023-07-18 16:35: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
-
企业内部沟通系统,企业内部管理及通讯使用,方便适用
企业内部沟通系统,企业内部管理及通讯使用,方便适用-Internal communication systems, internal management and communications use, easy to apply
- 2022-03-22 14:04:53下载
- 积分:1