-
自己用delphi写的一个小游戏 贪吃蛇
自己用delphi写的一个小游戏 贪吃蛇-Delphi write their own using a small game Snake
- 2023-05-12 12:10:02下载
- 积分:1
-
sc2440原理图和PCB封装图 好用哦
sc2440原理图和PCB封装图 好用哦-sc2440 schematic and PCB-to-use package plans Oh
- 2022-03-17 13:05:19下载
- 积分:1
-
vc write tanks Maze procedure
vc写的坦克走迷宫程序-vc write tanks Maze procedure
- 2023-08-16 00:50:03下载
- 积分:1
-
linux 贪吃蛇 GCC编译 在终端下进行游戏,不需要打开xwindow
linux 贪吃蛇 GCC编译 在终端下进行游戏,不需要打开xwindow-Snake GCC compiler linux in a terminal under the games, without having to open XWindow
- 2022-05-19 07:13:17下载
- 积分:1
-
GTS300汽车功放电路原理图 PDF格式
GTS300汽车功放电路原理图 PDF格式-GTS300 car amplifier circuit schematics PDF format
- 2022-02-20 20:03:33下载
- 积分: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
-
example source code
MFC入门例子程序源代码-example source code
- 2022-02-25 16:13:40下载
- 积分:1
-
本代码主要讲述了多个排序算法之间的比较,具体包括时间复杂度等...
本代码主要讲述了多个排序算法之间的比较,具体包括时间复杂度等-Comparison between the number of sorting algorithms
- 2022-02-03 07:06:51下载
- 积分:1
-
The C++ Cookbook will make your path to mastery much shorter. This practical, pr...
The C++ Cookbook will make your path to mastery much shorter. This practical, problem-solving guide is ideal if you re an engineer, programmer, or researcher writing an application for one of the legions of platforms on which C++ runs. The algorithms provided in C++ Cookbook will jump-start your development by giving you some basic building blocks that you don t have to develop on your own.
- 2022-01-31 09:06:54下载
- 积分:1
-
用labview开发的拼图游戏 简单易懂 适于学习 游戏性也强
用labview开发的拼图游戏 简单易懂 适于学习 游戏性也强-Labview development jigsaw puzzle with easy-to-read for learning the game also strong
- 2023-09-09 06:25:02下载
- 积分:1