-
在DOS下用INT调用的方式取得PCI总线的信息
在DOS下用INT调用的方式取得PCI总线的信息-used in DOS INT calling acquire PCI bus information
- 2022-02-15 21:22:06下载
- 积分:1
-
血液光量子疗法
ubit-801 固件,七色灯版,解压后使用-ubit-801 firmware version of seven-color lights, after the use of decompression
- 2022-02-22 01:31:28下载
- 积分: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
-
用sdk实现的贪吃蛇游戏
用sdk实现的贪吃蛇游戏-sdk achieve with the game Snake
- 2022-11-27 03:45:03下载
- 积分:1
-
scientific calculator in VC++
scientific calculator in VC-scientific calculator in VC++
- 2022-09-28 10:55:03下载
- 积分:1
-
This file contains the use of visual c++ compiler of the water code lights, digi...
此文件包含用visual c++编译的流水灯的程序代码,一定可用digital-This file contains the use of visual c++ compiler of the water code lights, digital can be used must
- 2022-01-25 14:01:59下载
- 积分:1
-
ruby的源代码
ruby的源代码-ruby source code
- 2022-04-01 04:35:40下载
- 积分:1
-
大富翁游戏源文件,使用Asp编写的,其他的大家都应该明白了,不用我多说什么了吧。...
大富翁游戏源文件,使用Asp编写的,其他的大家都应该明白了,不用我多说什么了吧。-Monopoly game source document, prepared by the use of Asp, other people should understand, I do not have to say what it is.
- 2022-03-21 10:00:06下载
- 积分:1
-
几个不错的VB例子
几个不错的VB例子- Several good VB example
- 2022-03-05 15:59:15下载
- 积分:1
-
设计一个一元多项式加法器:两个多项式相加,输出多项式并计算...
设计一个一元多项式加法器:两个多项式相加,输出多项式并计算-One dollar design a polynomial adder: the sum of two polynomials, and calculate the output polynomial
- 2022-03-24 13:41:46下载
- 积分:1