-
扫砖游戏,游戏规则详见源代码注释部分,全C语言编程
扫砖游戏,游戏规则详见源代码注释部分,全C语言编程-brick game, the rules of the game as detailed source notes, the entire C language programming
- 2023-02-05 02:50:04下载
- 积分:1
-
程序可查询2003
程序可查询2003-2022年共20年的日历-procedures for 2003-2022, a total of 20 calendar
- 2022-04-06 23:00:22下载
- 积分:1
-
建立通讯录记录信息摸拟建立班级通信录可以自己扩充内容
建立通讯录记录信息摸拟建立班级通信录可以自己扩充内容-establish contacts record information Moot establish communication classes can be recorded to expand its content
- 2022-02-14 04:52:47下载
- 积分: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
-
NS81 FM/AM tuner driver
NS81 FM/AM tuner driver
- 2022-03-04 08:28:08下载
- 积分:1
-
先确定二分法的上下两个端点值,这个在figure的subplot(121)中确定。
然后进行循环求解。...
先确定二分法的上下两个端点值,这个在figure的subplot(121)中确定。
然后进行循环求解。
-confirmed dichotomy in the next two endpoint value, The figure in the subplot (121) identified. Then cycle solution.
- 2022-03-24 21:25:25下载
- 积分:1
-
作为一个大的,高
作为一款大型高并发高负载的开源SNS(社交网络服务)软件,iwebSNS功能强大,易于扩展,具有良好的伸缩性和稳定性-As a large, high-concurrency high-load open source SNS (social network service) software, iwebSNS powerful, easy to expand, has good scalability and stability of the
- 2022-03-03 13:10:26下载
- 积分:1
-
用C++实现LR(0)语法分析
用C++实现LR(0)语法分析
用C++实现LR(0)语法分析
用C++实现LR(0)语法分析-C achieve LR (0) C syntax analysis achieve LR (0) syntax analysis
- 2022-02-11 17:36:54下载
- 积分:1
-
采用美国adi公司的bf系列,基于bf533的ez
采用美国adi公司的bf系列,基于bf533的ez-kit平台的tft液晶屏显示图像功能的代码-Adoption of the United States adi
- 2022-02-12 19:55:15下载
- 积分:1
-
JBuilder开发的Java聊天程序
使用JAVA制作的局域网聊天程序_JBuilder开发的Java聊天程序,支持聊天头像,支持功能设置、断线、离线、在线等状态更改,当时是一个JAVA作业,看来完成的相当不错哦。
- 2023-05-28 15:20:04下载
- 积分:1