-
MATLAB编写的一个计算器程序
MATLAB编写的一个计算器程序-MATLAB prepared a calculator program
- 2022-02-25 00:02:47下载
- 积分:1
-
这是一ALTERA公司的培训内容,大家看看了,尤其参加SOPC竞赛的...
这是一ALTERA公司的培训内容,大家看看了,尤其参加SOPC竞赛的-Altera Corporation contents of the training, we look at, especially to participate in the contest SOPC
- 2022-02-26 13:26:44下载
- 积分:1
-
ROBODoc通过提取源码中的特定格式的注释块(specially formatted headers)并形成文档文件,文档文件的格式包括HTML, ASCII...
ROBODoc通过提取源码中的特定格式的注释块(specially formatted headers)并形成文档文件,文档文件的格式包括HTML, ASCII, XML DocBook, LaTeX或RTF 还能间接形成PDF 和HTML Help文档-ROBODoc By extracting the source code of the specific format of the comment block (specially formatted headers) and the formation of the document file, document file formats, including HTML, ASCII, XML DocBook, LaTeX, or RTF also an indirect form PDF and HTML Help documentation
- 2022-03-18 10:42:30下载
- 积分: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
-
这是一个很好的TXT文件合并程序,可以把好几个文件合并成一个,但合并时必须跟文件名有关的呀,...
这是一个很好的TXT文件合并程序,可以把好几个文件合并成一个,但合并时必须跟文件名有关的呀,-This is a very good TXT file the merger process, several files can be merged into one, but when combined with the file name must be related to you,
- 2022-02-05 05:30:28下载
- 积分:1
-
ORACLE的开发和使用
ORACLE的开发和使用-the development and use
- 2022-03-20 06:11:11下载
- 积分:1
-
介绍路由器的设置,帮你更加深入理解网络。
介绍路由器的设置,帮你更加深入理解网络。
- 2023-02-23 03:05:04下载
- 积分:1
-
LEON3 GRlip SOC IP core. Memory controller.
LEON3 SOC GRlip IP core. Memory controller.-LEON3 GRlip SOC IP core. Memory controller.
- 2022-03-17 16:16:32下载
- 积分:1
-
mysql front close Yue generator
前发电机
- 2022-08-12 19:22:25下载
- 积分:1
-
以前写过的一个用Tsai理论进行摄像机标定的一个程序,希望对大家有用...
以前写过的一个用Tsai理论进行摄像机标定的一个程序,希望对大家有用-Previously written in a theory with the Tsai camera calibration of a program and hope for all of us
- 2023-02-24 20:35:04下载
- 积分:1