-
LYD
说明: 异常值处理,粗大数据处理程序,MATLAB例程(Outlier processing, coarse data processing program, matlab routine)
- 2020-05-16 21:24:00下载
- 积分:1
-
Problem Set 01 309.docx
ECSE 308-309, Fall 2018 Communication Systems and Network
- 2018-11-14 12:06:53下载
- 积分:1
-
95302929vertical_handoff
异构网络切换,根据移动终端在LTE和WIMAX内的接收信号强度,实现垂直切换(According to the received signal strength of the mobile terminal, the handover between the LTE and WiMAX)
- 2018-02-03 15:16:44下载
- 积分:1
-
frmOrderGoodsDetail
A greedy algorithm is a simple, intuitive algorithm that is used in optimization problems
- 2020-06-25 02:20:02下载
- 积分:1
-
DecoratorEditor
Road Point Navigation, which allows objects to move along path points by creating road points
- 2020-06-24 05:40:02下载
- 积分:1
-
任何一种棋类游戏其关键是对当前棋局是否有正确的评分,评分越准确则电脑的AI越高。...
任何一种棋类游戏其关键是对当前棋局是否有正确的评分,评分越准确则电脑的AI越高。-Any kind of chess game the key is whether the current game has a correct score, score the more accurate the higher is the computer AI.
- 2022-03-12 04:39:44下载
- 积分: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
-
how to the clipboard
how to the clipboard
- 2022-05-26 19:36:35下载
- 积分:1
-
VB锻炼记忆力的小游戏源码
一个基于VB6.0编写的锻炼记忆力的小游戏源码,靠记忆去揭示未知方块内的数字是多少,全部正确就通关了。经常玩可以提高记忆力,作者说的。
- 2022-10-17 16:40:03下载
- 积分:1
-
一个很简单的windows程序,但特别有意思,使用到了很多的游戏编程知识!...
一个很简单的windows程序,但特别有意思,使用到了很多的游戏编程知识!-a very simple procedure windows, but particularly interesting, the use of a lot of games programming knowledge!
- 2023-07-06 08:35:03下载
- 积分:1