-
The JILRunOnly project is a simple command
The JILRunOnly project is a simple command-line application written in ANSI-C that is intended to demonstrate in detail, how the JILRuntime/JewelScript library can be embedded into an application.
- 2022-01-25 23:34:52下载
- 积分:1
-
python for led demo
python 联络led屏幕,并查询database后update led的内容
- 2022-01-28 11:26:37下载
- 积分: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
-
There are a variety of icon, cursor, for many people being developed is a good h...
里面有很多种图标,光标,对很多正在进行开发的人无疑是一个好的帮手啊~!-There are a variety of icon, cursor, for many people being developed is a good helper ah ~!
- 2022-01-28 07:02:33下载
- 积分:1
-
实现文件的FTP协议上传及下载,VC++实现,测试可以运行
实现文件的FTP协议上传及下载,VC++实现,测试可以运行-The FTP protocol for file upload and download
- 2023-05-31 02:30:03下载
- 积分:1
-
MFC Graphics Tablet Test Application
MFC Graphics Tablet Test Application
- 2022-11-07 02:50:03下载
- 积分:1
-
sw-VCT技术白皮书初稿, 供大家参考
-sw-VCT technical draft White Paper, for your reference
- 2022-03-25 04:54:24下载
- 积分:1
-
vivi的远代码,使用于s3c2410
好东西哦!
vivi的远代码,使用于s3c2410
好东西哦!-vivi far code, used for good things S3C2410 Oh!
- 2022-09-24 13:05:03下载
- 积分:1
-
220KV电压等级的线路微机保护原理二次回路
220KV电压等级的线路微机保护原理二次回路-220KV line voltage microprocessor-based protection principle of secondary circuit
- 2022-03-29 01:43:04下载
- 积分:1
-
汉诺塔的程序源码和动画演示
汉诺塔的程序源码和动画演示-HANOR procedures source and animation demo
- 2022-05-05 16:08:09下载
- 积分:1