-
一个非常好的迷宫游戏,用鼠标控制要走的路线,可以返回的....
一个非常好的迷宫游戏,用鼠标控制要走的路线,可以返回的.-a very good arcade-style games, to go with the mouse to control the line can be returned.
- 2022-03-23 17:34:02下载
- 积分: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
-
删除 C 语言中所有注释的程序
删除 C 语言中所有注释的程序-C language deleted all the procedures Notes
- 2022-01-22 06:49:00下载
- 积分:1
-
ti-dsp-2407的led显示以及电机控制和音频输出源码-ti-dsp-2407
ti-dsp-2407的led显示以及电机控制和音频输出源码-ti-dsp-2407
- 2022-03-31 03:28:21下载
- 积分:1
-
用html编写的类似大富翁的游戏,包含所有源代码
用html编写的类似大富翁的游戏,包含所有源代码
-Html prepared using similar Monopoly game that contains all the source code
- 2022-06-27 20:06:59下载
- 积分:1
-
Alarm clock with PIC microcontroller
Alarm clock with PIC microcontroller
- 2022-03-17 23:11:45下载
- 积分:1
-
若干VHDL语言的源代码,我觉得应该用用仅供参考
若干VHDL语言的源代码,我觉得应该用用仅供参考-several VHDL source code, I think that should be used for reference purposes only
- 2022-08-11 08:07:38下载
- 积分:1
-
在C 下实现的一个小程序 在图形模式下的一个动画 汽车开动,上面还有月亮...
在C 下实现的一个小程序 在图形模式下的一个动画 汽车开动,上面还有月亮-in C under a small procedure in graphic mode animation of a car running, still above the moon
- 2022-03-25 22:45:24下载
- 积分:1
-
视频插件,暴风影音必备,包含Real Player 10和Quick Time 6.5的核心组件,请不要和其各自对应的原始(官方)版本一同安装,否则会发生冲突...
视频插件,暴风影音必备,包含Real Player 10和Quick Time 6.5的核心组件,请不要和其各自对应的原始(官方)版本一同安装,否则会发生冲突-Video Plug-in, CD-essential Storm, Real Player 10 includes Quick Time 6.5 and the core components, Please do not and their respective counterparts of the original (official) version installed together, otherwise it would conflict
- 2022-07-21 16:55:49下载
- 积分:1
-
Using vb to write idioms Lianliankan games, entertainment, plus study.
用vb写的成语连连看小游戏,娱乐加学习。-Using vb to write idioms Lianliankan games, entertainment, plus study.
- 2022-11-23 23:20:03下载
- 积分:1