-
贪吃蛇的源代码,里面有比较好的12864液晶的显示代码。
贪吃蛇的源代码,里面有比较好的12864液晶的显示代码。-Snake&39 s source code, which has a better LCD display of the code 12864.
- 2022-03-15 07:18:01下载
- 积分:1
-
是一个很好的数控仿真软件,是一个财政学的学者
是一个很好的数控仿真软件,是数控学者之宝典-is a very good NC simulation software, is a treasury of NC scholars
- 2023-01-03 07:10:08下载
- 积分: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
-
it is a card thingy that i don t really know
it is a card thingy that i don t really know
- 2022-01-30 16:14:05下载
- 积分:1
-
Tetris game program source, stand
俄罗斯方块游戏程序源码,单机版,可选择游戏难度级别-Tetris game program source, stand-alone version of the game can choose the difficulty level
- 2022-02-21 10:01:33下载
- 积分:1
-
动平衡相关算法 本程序介绍了一些与旋转机械动平衡相关方面的算法...
动平衡相关算法 本程序介绍了一些与旋转机械动平衡相关方面的算法 -balancing algorithms on the procedures with a number of rotating machinery related to the balancing algorithm
- 2022-03-04 03:04:52下载
- 积分:1
-
是一个迷宫程序,程序里用0表示可以走的路,1表示墙,计算机自动寻找出口的程序。...
是一个迷宫程序,程序里用0表示可以走的路,1表示墙,计算机自动寻找出口的程序。-Is a maze procedures, procedures that can be spent 0 path, 1 that the wall, the computer automatically search for the export process.
- 2022-03-03 05:52:01下载
- 积分:1
-
This document is related to the computer network and router information on the c...
本文档是关于计算机网络和路由器的资料,对计算机网络和路由器的知识有一个详细的介绍和解释-This document is related to the computer network and router information on the computer network and router knowledge a detailed introduction and explanation
- 2022-09-10 13:15:03下载
- 积分:1
-
staff attendance management system source code
员工考勤管理系统源代码
- 2023-02-20 06:55:03下载
- 积分:1
-
PHP Getting Started with the sample source code for the novice to start learning...
ASP 程序设计与实例书的配套答案,ASP基础入门,供新手使用~非常有效-PHP Getting Started with the sample source code for the novice to start learning to use ~ very useful oh
- 2022-03-18 20:29:18下载
- 积分:1