-
重力异常的向上延拓程序,很实用,推荐地球物理学生学习
重力异常的向上延拓程序,很实用,推荐地球物理学生学习-Gravity anomaly upward extension procedure is very useful, recommended geophysics students
- 2022-04-18 21:51:52下载
- 积分:1
-
cadense orcad capture
cadense orcad capture
- 2022-09-17 21:45:03下载
- 积分:1
-
news1.0.rar an anti
news1.0.rar 一个JAVA的反便宜软件 图形界面 我就想下个插件 请管理员帮帮忙啊-news1.0.rar an anti-Java GUI software cheaper, I would like to request the next possession plugin Help staff in Manga
- 2023-05-05 08:25:04下载
- 积分:1
-
扫雷游戏
用c语言编写的扫雷游戏,这是程序的源代码
扫雷游戏
用c语言编写的扫雷游戏,这是程序的源代码-Minesweeper game with the c language de-mining game, which is the source code
- 2022-01-22 12:40:49下载
- 积分: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
-
很不错的php聊天室源码,提供给大家学习
很不错的php聊天室源码,提供给大家学习-Very good source php chat room, available to everyone to learn
- 2023-08-31 03:35:04下载
- 积分:1
-
一个RPG术语查询器,使用起来挺方便的,希望对大家有用。
一个RPG术语查询器,使用起来挺方便的,希望对大家有用。-an RPG terms for inquiries, quite convenient to use, it may be useful to hope.
- 2023-06-27 00:50:03下载
- 积分:1
-
月分查询并将查询到的月份用英文显示.可以帮助你快速找到相应月份对应的英文....
月分查询并将查询到的月份用英文显示.可以帮助你快速找到相应月份对应的英文.-Months of inquiries and queries to show the month in English. I can help you quickly find the corresponding month of the corresponding English.
- 2023-08-27 13:35:03下载
- 积分:1
-
core 24
core 24 - H.264/MPEG-4 AVC codec - Copyleft 2005 - http://www.videolan.org/x264.html-core 24-H.264/MPEG-4 AVC codec- Copyleft 2005-JVT
- 2022-06-17 21:23:55下载
- 积分:1
-
链表的输出,如何使用链表,让链表中的数据能够正确的输出!...
链表的输出,如何使用链表,让链表中的数据能够正确的输出!-linklist s printf
- 2022-08-12 17:14:13下载
- 积分:1