-
Simple Sokoban game, just by the arrow keys to control the
简单的推箱子游戏, 只需通过方向键来控制-Simple Sokoban game, just by the arrow keys to control the
- 2022-03-14 13:21:33下载
- 积分:1
-
一个很实用的DNS域名解析DNS,用于网络视频服务器中。
一个很实用的DNS域名解析DNS,用于网络视频服务器中。-A very useful DNS DNS DNS, for network video server.
- 2022-03-23 23:35:49下载
- 积分:1
-
工业控制中的一种常用控制算法PID运算
工业控制中的一种常用控制算法PID运算-industrial control of a common computing PID control algorithm
- 2023-03-25 00:10:04下载
- 积分:1
-
Linux下开源数控系统控制软件EMC2的汉化软件包,内有四个汉化文件,可将软件界面汉化...
Linux下开源数控系统控制软件EMC2的汉化软件包,内有四个汉化文件,可将软件界面汉化-Under the open-source Linux software, EMC2 CNC system control of the finished package, which has four finished documents can be software interface localization
- 2022-07-24 19:51:27下载
- 积分:1
-
JAVA象棋,添加功能:实现了当前棋局的保存。
JAVA象棋,添加功能:实现了当前棋局的保存。-JAVA chess, adding functions : to achieve the preservation of the current game.
- 2023-03-01 15:05:04下载
- 积分:1
-
图微处理机的喇叭驱动程序
Horn Driver Program for PIC micro processor
- 2022-07-05 04:46:18下载
- 积分: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
-
数字滤波器 labview程序
数字滤波器 labview程序-Digital Filter
- 2022-02-13 17:20:33下载
- 积分:1
-
嵌入式操作系统来收集信息,致力于发展…
收集的嵌入式操作系统的资料,对致力于开发嵌入式操作系统的开发人员有帮助作用。-Embedded operating system to collect information, a commitment to the development of embedded system development staff are helpful.
- 2022-03-11 05:26:15下载
- 积分:1
-
上传一个关于DDS开发的源程序,想做DDS的可以先看看这个,很好的。...
上传一个关于DDS开发的源程序,想做DDS的可以先看看这个,很好的。
- 2022-01-22 08:36:48下载
- 积分:1