-
用VB实现windows关机
用VB实现windows关机
用VB实现windows关机
用VB实现windows关机-windows with VB with VB shutdown windows shutdown
- 2022-08-18 18:48:17下载
- 积分:1
-
这是一个应用于滤料过滤除尘方面的一个原代码,解决除尘过程的控制问题....
这是一个应用于滤料过滤除尘方面的一个原代码,解决除尘过程的控制问题.-This is a filter used in the filter a source, the process of solving dust control issues.
- 2022-08-19 17:58:32下载
- 积分:1
-
俄罗斯方块源代码 用JAVA编写的一个简单的小游戏
俄罗斯方块源代码 用JAVA编写的一个简单的小游戏-Russian block with Java source code prepared in a simple little game
- 2022-02-05 17:22:36下载
- 积分:1
-
关于jsp编程的一些好资料,适合初学者对jsp进行比较基础的了解。...
关于jsp编程的一些好资料,适合初学者对jsp进行比较基础的了解。-Jsp programming on some good information for beginners on a comparative basis jsp understanding.
- 2022-06-29 07:47:06下载
- 积分:1
-
delphi代码格式化,最新汉化版,支持2006,包含源码
delphi代码格式化,最新汉化版,支持2006,包含源码-delphi code formatting, the latest version of a Chinese support in 2006, included the source code
- 2022-06-30 04:53:29下载
- 积分:1
-
一个非常好的迷宫游戏,用鼠标控制要走的路线,可以返回的....
一个非常好的迷宫游戏,用鼠标控制要走的路线,可以返回的.-a very good arcade-style games, to go with the mouse to control the line can be returned.
- 2022-03-23 17:34:02下载
- 积分: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
-
全套ACE核心代码,用于TCPIP通讯,经过多次整理,已经应用于成熟产品...
全套ACE核心代码,用于TCPIP通讯,经过多次整理,已经应用于成熟产品-ACE full set of core code for TCPIP communication, through a series of sorting has been applied to a mature product
- 2022-06-01 22:43:54下载
- 积分:1
-
Under DOS output 99 multiplication table for everyone to learn!
DOS下的99乘法表输出,供大家学习!
ÿ
-Under DOS output 99 multiplication table for everyone to learn!
- 2023-05-06 14:15:03下载
- 积分:1
-
SMartPro5000编程器软件2008
SMartPro5000编程器软件2008-2008 programming software SMartPro5000
- 2022-11-12 02:50:11下载
- 积分:1