-
a simple management process
一个简单的管理程序-a simple management process
- 2022-03-05 16:03:40下载
- 积分:1
-
一个简单的模拟喷泉的VB代码,教你有关图片的运用
一个简单的模拟喷泉的VB代码,教你有关图片的运用-Simulation of a simple fountain of VB code, teach you about the use of Picture
- 2022-12-30 03:40:03下载
- 积分:1
-
文章中详细论述了卷积运算的实现算法及滤波功能
文章中详细论述了卷积运算的实现算法及滤波功能-Article to explain in detail the realization of the convolution operation and the filtering algorithm
- 2022-03-18 11:47:30下载
- 积分:1
-
这是我们老师布置的一次大作业,多种方法实现空域增强,希望大家能从中获取到帮助!...
这是我们老师布置的一次大作业,多种方法实现空域增强,希望大家能从中获取到帮助!-This is our first great Teacher homework arrangement, a number of ways to enhance airspace realize, I hope that everyone will get to assist!
- 2023-02-11 20:50:03下载
- 积分:1
-
STM32 rcc_demo
STM32 RCC_Demo
- 2022-01-30 11:37:04下载
- 积分:1
-
视窗可视软盘
Windows visual floppy disk-windows visual floppy disk
- 2023-06-22 09:40:04下载
- 积分:1
-
This is what I have compiled GDAL1.4 all documents, including dynamic library fi...
这是我已经编译好的GDAL1.4的所有文件,包括动态库文件,静态库文件,头文件。-This is what I have compiled GDAL1.4 all documents, including dynamic library files, static library files, header files.
- 2022-05-21 05:03:10下载
- 积分:1
-
c++小游戏.中文名<<吃豆游戏>>程序不大可作为初学者的编程实例,增进对c++这门编程语言的了解...
c++小游戏.中文名程序不大可作为初学者的编程实例,增进对c++这门编程语言的了解-c small game. Chinese name
- 2023-06-15 10:25:04下载
- 积分: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
-
画图软件,是显示图像的转换,即压缩等等功能,为什么要写二十个文字,那么多阿...
画图软件,是显示图像的转换,即压缩等等功能,为什么要写二十个文字,那么多阿-drawing software, showed images of the conversion, compression, and so on, so why write 20 words, so many A
- 2022-04-08 13:29:28下载
- 积分:1