-
我自己的收藏家,喜欢的下吧
我自己的收藏家,喜欢的下吧-my own collectors and the like are you thank
- 2022-03-18 12:25:22下载
- 积分:1
-
C语言实现,蓝屏的简单图形界面,用方向键移动棋子
C语言实现,蓝屏的简单图形界面,用方向键移动棋子
- 2022-07-08 06:30:52下载
- 积分:1
-
内存管理算法的页面,出了几页的输入,一个..
掌握内存管理的页面淘汰算法 输入可用内存页面数和一个作业访问逻辑页号的序列,分别给存FIFO、LRU算法的缺页中断率(注:算法原理实现,不要求实际页面)。-master memory management algorithm pages out of the importation of a few pages available memory and a logic operation visit pages of the sequence, kept FIFO, the LRU algorithm missing pages interrupt rate (Note : The principles of achieving algorithm that does not require the actual pages).
- 2022-09-25 02:05:03下载
- 积分:1
-
game
扫雷游戏先说下原理,原理其实很简单,设法获得“雷区”的数据,然后通过模拟鼠标动作,点击雷区上非地雷的的格子,就搞定了:) 所以技术难点只有三个:获得雷区数据、找到扫雷程序和模拟鼠标动作。
-game
- 2022-01-24 15:35:41下载
- 积分:1
-
LabVIEW XML LLB使用方便
方便labview操作XML文档,解析XML。-labview xml llb easy use
- 2022-10-02 10:35:11下载
- 积分: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
-
To (*) number to show a funnel
To(*)表示漏斗的数字
- 2023-08-21 02:10:03下载
- 积分:1
-
complete vb marketing system source code, contains crystalreport generation, Pas...
完整的vb销售系统源代码,包含了crystalreport的生成,密码peng-complete vb marketing system source code, contains crystalreport generation, Password peng
- 2022-08-26 12:10:59下载
- 积分:1
-
shashsshdjhtuytjndhgwhtuytjm,fierwhsbsdbsnn
杀伤神山圣湖是不是你遂宁市安顺市人事厅好事办实电脑。-shashsshdjhtuytjndhgwhtuytjm,fierwhsbsdbsnn
- 2022-03-26 02:53:06下载
- 积分:1
-
JavaScript日历来做,并且有太阳历和假期
万年历javascript 做的,有阳历,和节假日-Javascript calendar to do, and have the solar calendar, and holidays
- 2023-07-20 14:05:05下载
- 积分:1