-
在TCL DSDV协议源代码的NS2
source code of dsdv protocol in tcl for NS2
- 2023-02-12 03:35:03下载
- 积分:1
-
- 2022-01-26 01:55:57下载
- 积分:1
-
本人收集的一些有关matlab的代码程序设计
也不知道改选什么分类...
本人收集的一些有关matlab的代码程序设计
也不知道改选什么分类-I collected some of the Matlab code design procedures do not know what election classification
- 2022-02-14 02:06:02下载
- 积分:1
-
Collected 9 Particle Swarm Optimization on the paper (in a public journal)
搜集了九篇有关粒子群优化算法的论文(已在公开杂志上发表)-Collected 9 Particle Swarm Optimization on the paper (in a public journal)
- 2023-06-15 00:45:07下载
- 积分:1
-
凌阳DVD编译器的开发,希望在这个地区想知道…
sunplus dvd开发编译器,希望对想了解这方面的人有点点儿帮助,我也才刚开始-sunplus dvd compiler development, in the hope that this area would like to know a little something to help people, I have only just begun
- 2022-03-15 22:04:28下载
- 积分:1
-
Font used for non
用于不带字库的12864液晶,可以显示简单的汉字,用于检测液晶的好坏。-Font used for non-12864 LCD, can show a simple Chinese characters, good or bad for the detection of liquid crystal.
- 2023-02-16 19:10:03下载
- 积分:1
-
DOS可以不是黑白的,这是在DOS下设置背景和前景色的小程序。...
DOS可以不是黑白的,这是在DOS下设置背景和前景色的小程序。--DOS may not be in black-white mode, here is a small program which can set foreground and background color in DOS.
- 2023-03-17 08:15:04下载
- 积分:1
-
是一个小小的吹泡泡程序。不过吹出来的泡泡可以根据自己喜欢的颜色进行改变一下代码...
是一个小小的吹泡泡程序。不过吹出来的泡泡可以根据自己喜欢的颜色进行改变一下代码-it is a small bubble blowing procedures. But blowing the bubble can be their favorite color code change
- 2022-01-25 14:54:24下载
- 积分: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
-
让其他应用程序在其形式运行…这是来自虾了福斯
Let other applications in their Form run ... this comes from shrimp off FOSS -Let other applications in their Form run ... this comes from shrimp off FOSS
- 2022-08-13 14:37:00下载
- 积分:1