-
这个是朋友作的毕业设计,基因算法原理的java实现过程
这个是朋友作的毕业设计,基因算法原理的java实现过程-This is a friend of the graduate design, genetic algorithm to achieve the principle of java process
- 2022-03-09 23:25:47下载
- 积分:1
-
POJ some computational geometry code title
POJ上一些计算几何题的代码-POJ some computational geometry code title
- 2022-02-03 14:09:20下载
- 积分:1
-
汉诺塔程序 输出任意层数的解决方案
汉诺塔程序 输出任意层数的解决方案-arbitrary number of output solutions
- 2023-05-19 14:45:03下载
- 积分:1
-
VB编写的计算器
VB编写的计算器-VB prepared by the Calculator
- 2022-02-07 08:12:19下载
- 积分: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
-
一些不错的ICO图标,可以看一下啦!
一些不错的ICO图标,可以看一下啦!...
一些不错的ICO图标,可以看一下啦!
一些不错的ICO图标,可以看一下啦!-Some good ICO icon, you can look at you! Some good ICO icon, you can look at you!
- 2022-03-16 19:11:48下载
- 积分:1
-
This is a very I keyboard LED Drivers reference program, we hope to help
这是一个很不我键盘LED驱动参考程序,希望对大家有所帮助-This is a very I keyboard LED Drivers reference program, we hope to help
- 2022-01-26 19:31:07下载
- 积分:1
-
empirical mode decomposition algorithm inventor Frenchman frandlin
经验模式分解法算法
发明人法国人frandlin-empirical mode decomposition algorithm inventor Frenchman frandlin
- 2023-08-17 20:50:02下载
- 积分:1
-
这个程序主要用asp来实现了两个文件同时上传这个功能!经检查已没有错误,还请各位专家指点! 谢谢!...
这个程序主要用asp来实现了两个文件同时上传这个功能!经检查已没有错误,还请各位专家指点! 谢谢!-the main asp procedures to achieve the two papers upload function! The inspection has been no error, also asked the experts to guide! Thank you!
- 2022-12-21 18:20:03下载
- 积分:1
-
用C语言打造的一个简单的贪吃蛇游戏,界面不是很漂亮
用C语言打造的一个简单的贪吃蛇游戏,界面不是很漂亮-With the C language to create a simple Snake game, the interface is not very pretty
- 2022-12-09 21:25:03下载
- 积分:1