-
This is the classic missionaries and savage the realization of a simple missiona...
这是传教士与野人精典问题的一个简单实现传教士与野人的个数可以输入,船的容量可以输入为交作业写,很马虎,请高手赐教!-This is the classic missionaries and savage the realization of a simple missionary with the Savage Number input, the boat will be able to import perpendicular operation was very sloppy, please enlighten master!
- 2022-03-30 01:44:06下载
- 积分: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
-
这是使用PHP编程的虚拟社区MySQL的简易版
这是使用PHP编程的虚拟社区MySQL的简易版-This is the use of PHP Programming Virtual Community simple version of MySQL
- 2022-04-18 11:48:24下载
- 积分:1
-
一个非常好的闪光,大家可以参考一下它的功能和风格,是一个很好的文档
一个很漂亮的FLASH,大家可以参考其功能及风格,是个不错的文件-a very nice Flash, we can refer to its function and style, is a good document
- 2022-03-05 03:42:35下载
- 积分:1
-
约瑟夫环算法
Joseph Ring 算法-Joseph Ring algorithm
- 2022-04-21 07:07:42下载
- 积分:1
-
列出所有的Windows USB设备,一个小程序。很有用的
列举出WINDOWS中所有的USB设备的一个小程序。很实用-list all of the Windows USB device, a small procedure. Very useful
- 2022-02-04 08:07:06下载
- 积分:1
-
对暖通空调系统(HVAC)介绍的故障检测与诊断(FDD)的概念…
介绍了暖通空调系统(HVAC) 故障检测与诊断(FDD) 的概念,发生故障的原因以及主要的故障检测与诊断方
法,比较了常用的故障检测与诊断方法的优缺点,分析了国内、外暖通空调故障检测与诊断的研究现状和应用情况,对暖
通空调故障检测与诊断的发展过程与方向进行了总结和展望-Introduction of the HVAC system (HVAC) fault detection and diagnosis (FDD) concept, the reasons for failure as well as major fault detection and diagnosis methods, compared the commonly used method of fault detection and diagnosis of the strengths and weaknesses, analyzes the domestic and foreign HVAC Fault Detection and Diagnosis Research and application of HVAC Fault Detection and Diagnosis with the direction of the development process are summarized and prospects
- 2022-02-05 01:08:36下载
- 积分:1
-
产品进销存系统
安装说明:
把程序复制到虚拟主机上就可以了。
1.虚拟主机要求装有IIS5.0或6.0 并支持access IIS6.0必须支持父目录
2.虚拟主机所在目录要有读写权限。
管理员admin 密码admin888
- 2023-06-04 16:45:04下载
- 积分:1
-
一个用VC做的简易拼图游戏,用了MFC,给初学者参考
一个用VC做的简易拼图游戏,用了MFC,给初学者参考-Using VC to do a simple jigsaw puzzle, using the MFC, a reference to the beginner
- 2022-02-01 14:59:55下载
- 积分:1
-
在LabVIEW里实现PLC中的下降沿触发的功能
在LabVIEW里实现PLC中的下降沿触发的功能-PLC in LabVIEW to achieve the falling edge trigger function
- 2023-07-20 10:55:03下载
- 积分:1