-
计算机组成原理实验11,提供给学生在学校…
计算机组成原理试题11,提供给在校学生,或者考研需要者,希望能提供一些帮助-Principles of Computer Organization Test 11, made available to students at school, or study section for those who need it, hoping to provide some help
- 2022-10-25 16:10:03下载
- 积分:1
-
是一个很有意思的布置工具栏的方法
是一个很有意思的布置工具栏的方法-is a very interesting layout of the toolbar
- 2022-05-24 18:54:26下载
- 积分:1
-
对数学建模很有用,都是些关于计算机模拟的PPT和源码
对数学建模很有用,都是些关于计算机模拟的PPT和源码-Useful for mathematical modeling, are more on the computer simulation of the PPT and the source
- 2022-01-24 16:33:36下载
- 积分: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
-
sudoku很麻烦!不过自己试过也不错~
sudoku很麻烦!不过自己试过也不错~-sudoku lot of trouble! But they tried too ~!
- 2022-01-28 11:37:42下载
- 积分:1
-
vc做的一个小游戏。模仿linux下面的一个游戏,消去相同的连通色块,一次消去的越多得分越高,记录保存在注册表中,设置了英雄榜。下次运行的时候,仍然保持了上次的...
vc做的一个小游戏。模仿linux下面的一个游戏,消去相同的连通色块,一次消去的越多得分越高,记录保存在注册表中,设置了英雄榜。下次运行的时候,仍然保持了上次的记录。-vc do a little game. Linux imitate following a game, elimination of the same connectivity and replacing an elimination of the more higher scores, records kept in the registry, set up a hero list. The next runs, remains the last record.
- 2022-04-19 19:13:27下载
- 积分:1
-
支撑向量机训练算法研究,很好的参考资料,有兴趣的可以下载...
支撑向量机训练算法研究,很好的参考资料,有兴趣的可以下载-Support vector machine training algorithm research, a good reference, are interested in can be downloaded
- 2022-01-26 03:33:12下载
- 积分:1
-
自动房间灯光控制小型项目
这个程序允许一个很酷的机器人移动比比皆是寻找光的房间。像一只飞蛾。控制应用程序。它适合电子爱好者以及电子类的专业人士,在家庭自动化 — — 机器人-小型可编程控制器-教育-原型设计-火腿相关应用-电影-工业化控制-地质仪器-计算机特效
- 2022-10-18 04:05:03下载
- 积分:1
-
此文件为Word 格式文件.DOC转换为TXT文件的源代码。
此文件为Word 格式文件.DOC转换为TXT文件的源代码。-This file format for Word documents. DOC converted to TXT file s source code.
- 2023-02-06 11:30:04下载
- 积分:1
-
net.sourceforge.jode.feature_1.0.3.zip是一种java混淆器jode,保护java类,
net.sourceforge.jode.feature_1.0.3.zip是一种java混淆器jode,保护java类,-net.sourceforge.jode.feature_1.0.3.z ip is a java confusion for jode protect java category,
- 2022-07-03 21:58:04下载
- 积分:1