-
一个监控别人计算机的程序
一个监控别人计算机的程序-a computer monitor procedures
- 2023-09-01 16:00:03下载
- 积分: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
-
win32SDK用BITMAP贴图的扫雷游戏的源代码
win32SDK用BITMAP贴图的扫雷游戏的源代码-win32SDK BITMAP map with the demining game"s source code
- 2022-08-05 14:12:59下载
- 积分:1
-
mysterious gift
神秘礼物——flash FOSS
- 2022-10-06 04:45:02下载
- 积分:1
-
从小就开始做大型软件的孩子,他们做软件,绝对不会像我做得这么郁闷,他们关注的是技巧,是新思路。既不会在已知的...16x16点阵繁体显示字库...
从小就开始做大型软件的孩子,他们做软件,绝对不会像我做得这么郁闷,他们关注的是技巧,是新思路。既不会在已知的...16x16点阵繁体显示字库-childhood began large-scale software child, they do software, absolutely not, as I have done so depressed. Their concern is skills, new ways of thinking. Is not known ... 16x16 lattice History shows character
- 2022-05-29 10:53:20下载
- 积分:1
-
led 背光显示
led 背光显示-bak display
- 2023-04-01 22:30:03下载
- 积分:1
-
输入一系列递减顺序的整数(100,50,40,30……),以0标志结束,将这些数作为data域逆序建立一个单链表;从键盘输入一个整数X,将X插入到此单链表中并保...
输入一系列递减顺序的整数(100,50,40,30……),以0标志结束,将这些数作为data域逆序建立一个单链表;从键盘输入一个整数X,将X插入到此单链表中并保持单链表data域的值递增关系,输出此时单链表各结点data域的值;从键盘输入一个整数Y,若Y值在单链表中存在,则删除data域的值为Y的结点(注单链表中没有data域值相同的结点),并输出此时单链表各结点data域的值。-importation of a series of descending order of the integers (100,50,40,30 ...), to mark the end of 0, As several of these data to establish a domain reversal single-linked list; Keyboard input from an integer X, That will insert the single X-linked lists and maintain single-chain data domain increases the value, At this time the output of the single-linked list node data domain value; Keyboard input from an integer Y, if Y value in a single linked list exists, delete data domain is the value of Y node (single-chain data domain is not the same value nodes), At this point and the output of the single-linked list node data domain values.
- 2022-07-08 15:03:43下载
- 积分:1
-
procedures with Java JiuGongTu series of the game program, which is applet, comp...
用JAVA程序编的九宫棋程序,该程序是applet,请编译后执行-procedures with Java JiuGongTu series of the game program, which is applet, compiled implementation
- 2023-08-20 02:35:03下载
- 积分:1
-
DShow编写的俄罗斯方块的源代码,非常漂亮
DShow编写的俄罗斯方块的源代码,非常漂亮-DShow sheet prepared by the Russian source, very beautiful
- 2022-07-12 01:08:56下载
- 积分:1
-
This software calculate the initial value for the SCM applet delay, giving devel...
此软件为单片机延时初值的计算小程序,给单片机开发者一个便捷!-This software calculate the initial value for the SCM applet delay, giving developers a convenient SCM!
- 2022-04-28 07:42:38下载
- 积分:1