-
c++源代码,关于重载
c++源代码,关于重载-on Heavy
- 2022-02-14 00:17:30下载
- 积分:1
-
动作类游戏,很适合现在的年轻朋友玩,而且设备简单,操作灵活,内容有趣...
动作类游戏,很适合现在的年轻朋友玩,而且设备简单,操作灵活,内容有趣-action game, which is perfect for the young people to play, but simple equipment, operational flexibility, interesting!
- 2022-02-03 05:38:22下载
- 积分:1
-
this is a game, has completed the hope that the exhibitions
这个是斗地主的游戏,还没有全部完成,希望多多指教-this is a game, has completed the hope that the exhibitions
- 2022-02-05 11:54:58下载
- 积分:1
-
双色球矩阵计算程序,Delphi制作,原创作品。
双色球矩阵计算程序,Delphi制作,原创作品。-Shuangseqiu matrix calculation program, Delphi produced original works.
- 2022-01-26 02:26:31下载
- 积分:1
-
framebuffer 设备即帧缓冲设备(简写fb)提供了显示接口的抽象描述。他
同时代表着显示接口的存储区,应用程序通过定义好的函数访问,不需要知道底...
framebuffer 设备即帧缓冲设备(简写fb)提供了显示接口的抽象描述。他
同时代表着显示接口的存储区,应用程序通过定义好的函数访问,不需要知道底
层的任何操作。-framebuffer equipment that frame buffer (abbreviation fb) provided a display interface to the abstract depiction out. He also represented the storage and display interface, application function by defining good visit, does not need to know the bottom of any operation.
- 2022-04-15 14:03:02下载
- 积分:1
-
使用java游戏泡沫断路器的开发。
采用Java开发的Bubble Breaker游戏。-Developed using Java Games Bubble Breaker.
- 2022-02-06 01:54:37下载
- 积分: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
-
一款专业的电话交换机计费管理系统,可适用于任何行业。
一款专业的电话交换机计费管理系统,可适用于任何行业。-A professional telephone exchange billing management system, applicable to any industry.
- 2022-02-12 05:41:00下载
- 积分:1
-
Driving a graphic LCD, with MIKROBASIC COMPILER
Driving a graphic LCD, with MIKROBASIC COMPILER
- 2023-04-28 02:15:03下载
- 积分:1
-
上传的是是学习xml的一个很好的教程,简单易学,可以一看
上传的是是学习xml的一个很好的教程,简单易学,可以一看-Upload is learning xml a good guides, easy, one can see
- 2022-06-21 01:52:18下载
- 积分:1