-
source code and annotations are contained in a txt file inside. Cgi on the descr...
源代码和说明都包含在一个txt文件里面.有关cgi的说明和一个可以执行的源程序都在里面.
-source code and annotations are contained in a txt file inside. Cgi on the description and implementation of a source can have on the inside.
- 2022-08-18 22:49:48下载
- 积分:1
-
CSharp的MDI窗口事例
CSharp的MDI窗口事例-CSharp examples of the MDI window
- 2022-06-16 16:19:54下载
- 积分:1
-
mpi的安装过程及一个简单例子,适合初学者
mpi的安装过程及一个简单例子,适合初学者-mpi the installation process and a simple example, for beginners
- 2022-03-12 01:54:22下载
- 积分:1
-
模拟电源电路设计资料
希望能帮助大家
模拟电源电路设计资料
希望能帮助大家-Analog power circuit design information to help you
- 2022-10-30 07:05:03下载
- 积分:1
-
asp 初学者必用。 内容简单易懂,事例多多。 包括数据库的连接和操作。/...
asp 初学者必用。 内容简单易懂,事例多多。 包括数据库的连接和操作。/-asp beginners will use. As simple and understandable, many examples. Database connectivity and operation. /
- 2022-02-07 15:18:37下载
- 积分:1
-
基于单片机的测温程序,带有按键控制和液晶显示,报警等功能。...
基于单片机的测温程序,带有按键控制和液晶显示,报警等功能。-Procedures based on single-chip temperature measurement with keypad control and LCD display, alarm and other functions.
- 2022-03-26 15:24:12下载
- 积分: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
-
C 语言编辑器(具有编辑器,编译器诸多功能)
C 语言编辑器(具有编辑器,编译器诸多功能)-C language editor (with the editor, compiler many functions)
- 2022-03-17 06:46:18下载
- 积分:1
-
这是一个识别颜色环电阻的小程序,很容易使用…
这是一个识别色环电阻的小程序,使用起来很方便。-This is a recognition of the color ring resistance small program was easy to use.
- 2022-03-15 12:08:02下载
- 积分:1
-
可以看看啊!对学习操作系统又急于做课程设计的同学有帮助!!1...
可以看看啊!对学习操作系统又急于做课程设计的同学有帮助!!1-Can look at ah! Also eager to learn the operating system to do the curriculum design has helped the students! ! 1
- 2022-01-24 13:31:57下载
- 积分:1