-
模拟扫雷游戏 规则详见源代码注释部分,全C语言编程.......
模拟扫雷游戏 规则详见源代码注释部分,全C语言编程.......
-mine simulation game rules of the game as detailed source notes, the entire C language programming
- 2023-08-26 07:50:02下载
- 积分:1
-
PIC ASM工具mpasmwin5.14
PIC ASM TOOL MPASMWin5.14
- 2022-05-21 15:24:22下载
- 积分:1
-
Delphi编写的外贸业务系统-完整带数据库
Delphi+Access实现的外贸业务管理系统,看上去比较完整,完成了一部分功能,有兴趣的下载学习一下。
- 2022-10-10 21:30:04下载
- 积分: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
-
mulu-cao-zuo
基于LabWindows/CVI的目录操作(Based on the LabWindows/CVI directory operation)
- 2012-03-14 17:33:41下载
- 积分:1
-
the auxiliary plug
本辅助插件是可以运行在vistualstudio2005上的一个工具-the auxiliary plug-in can be run on a vistualstudio2005 tools
- 2022-06-14 12:28:39下载
- 积分:1
-
GA-SVM
说明: 遗传算法+支持向量机,非常的实用,希望对大家有用。(Genetic algorithms+ support vector machine, very useful, we want to be useful.)
- 2010-04-27 14:41:36下载
- 积分:1
-
stm32_sx1278_rx_test
说明: 通信与stm32进行通信 更改宏定义可更改接受和发射(Communication with STM32 Change macro definition Changeable acceptance and transmission)
- 2020-06-22 19:00:02下载
- 积分:1
-
MATLAB代码的各种方法
matlab code for various methods
- 2022-04-01 22:29:48下载
- 积分:1
-
Desktop
机器人导论第三章部分程序功能大论文。很简单(Digital image processing test)
- 2019-06-28 12:21:30下载
- 积分:1