-
NS2 TCL UWB执行代码。
ns2 uwb implementation tcl code.
- 2022-02-04 11:06:39下载
- 积分:1
-
在text中实现快速增量查询
在text中实现快速增量查询-text in achieving rapid incremental inquiries
- 2022-11-21 21:50:03下载
- 积分:1
-
LINGO 0
0-1问题在LINGO下的程序!-LINGO 0-1 in the process!
- 2022-01-24 14:36:34下载
- 积分:1
-
c# 编写的 "挖金块" 游戏, 在避开敌人的条件下收集一定数量的金块就算过关. 关卡设计借用了原作者的....
c# 编写的 "挖金块" 游戏, 在避开敌人的条件下收集一定数量的金块就算过关. 关卡设计借用了原作者的.-c# prepared by "digging gold" game, in the conditions to avoid the enemy to collect a certain number of gold even if clearance. Design points to the use of authorship.
- 2022-06-21 06:03:35下载
- 积分:1
-
VB进制转换子程序,各种进制转换都有,非常好用
VB进制转换子程序,各种进制转换都有,非常好用-VB hex conversion subroutines, all kinds of binary conversions are very easy to use
- 2023-08-16 23:30:04下载
- 积分:1
-
模糊逻辑空调
fuzzy logic air conditioner
- 2023-03-16 21:35:04下载
- 积分:1
-
C语言做的一个内存驻留程序之2
C语言做的一个内存驻留程序之2-C language to the presence of a memory Procedure 2
- 2022-03-23 05:00:18下载
- 积分:1
-
从小就开始做大型软件的孩子,他们做软件,绝对不会像我做得这么郁闷,他们关注的是技巧,是新思路。既不会在已知的...16x16点阵繁体显示字库...
从小就开始做大型软件的孩子,他们做软件,绝对不会像我做得这么郁闷,他们关注的是技巧,是新思路。既不会在已知的...16x16点阵繁体显示字库-childhood began large-scale software child, they do software, absolutely not, as I have done so depressed. Their concern is skills, new ways of thinking. Is not known ... 16x16 lattice History shows character
- 2022-05-29 10:53:20下载
- 积分: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
-
该程序运用java实现客户端和服务器端的及时聊天,快捷方便
该程序运用java实现客户端和服务器端的及时聊天,快捷方便-It help you to chat with your friend from anywhere around the world.
- 2023-07-11 14:25:02下载
- 积分:1