-
这一帮助文档是为了写页面设计的人。方便查询写样式表。
这一帮助文档是为了写页面设计的人。方便查询写样式表。-The help documentation is to write page design people. To facilitate inquiries, write style sheets.
- 2023-03-09 20:00:03下载
- 积分: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
-
鼠标中断功能的高级开发
鼠标中断高级开发功能 -mouse interrupt function Advanced Development
- 2022-01-24 09:37:42下载
- 积分:1
-
Second National College BBS Development Competition Algorithm Group
第二届全国高校 BBS 程序开发大赛算法组-Second National College BBS Development Competition Algorithm Group
- 2023-05-27 23:05:03下载
- 积分:1
-
matlab codes for ofdm and radars
matlab codes for ofdm and radars
- 2022-06-20 10:19:07下载
- 积分:1
-
PHILIPS LPC76X Comparator
PHILIPS LPC76X Comparator
- 2022-12-07 06:15:03下载
- 积分:1
-
pdf转换为html
pdf转换为html-pdf conversion of html
- 2022-01-25 19:26:06下载
- 积分:1
-
一个简易的CPU模拟程序,学计算机组成原理时做的
一个简易的CPU模拟程序,学计算机组成原理时做的-a simple CPU simulation program, a computer component made the principle of
- 2022-09-16 21:25: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
-
Rational rose 编程设计流程指导
Rational rose 编程设计流程指导-Programming Rational rose design process to guide
- 2022-11-22 09:35:05下载
- 积分:1