-
a small library management system, Holbrook yo, we can look at, the more valuabl...
一个小型的图书管理系统,挺好的哟,大家可以看一下,多提宝贵意见-a small library management system, Holbrook yo, we can look at, the more valuable advice
- 2022-02-03 02:53:35下载
- 积分:1
-
使用MATLAB语言特征提取源,PCA主成分…
pca进行特征提取源码,用matlab语言编写,pca即主成分分析-pca source for feature extraction using Matlab language, pca that Principal Component Analysis
- 2023-05-06 03:30: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
-
一种低功率SSB收发信机的设计,从别处看到的,应该有用,分享之...
一种低功率SSB收发信机的设计,从别处看到的,应该有用,分享之-A low-power SSB transceiver design, seen elsewhere, it should be useful to share the
- 2022-03-12 11:00:31下载
- 积分:1
-
有很多 猜数字 简单的记事本 贪吃蛇 同学录
有很多 猜数字 简单的记事本 贪吃蛇 同学录
-many simple tones in the notebook huge memory website
- 2022-08-23 09:35:42下载
- 积分:1
-
通讯录.基于C++编写
通讯录.基于C++编写- Address book Compiles based on C
- 2022-01-22 03:37:37下载
- 积分:1
-
升级源码,让局域网内的所以客户机自动升级,文件保存到数据库内,保存前先压缩...
升级源码,让局域网内的所以客户机自动升级,文件保存到数据库内,保存前先压缩-escalation source, so the LAN client automatic updates, save the file to the database, the depositary before compression
- 2022-07-26 03:06:09下载
- 积分:1
-
用Visual Basic编写收发电子邮件的程序
用Visual Basic编写收发电子邮件的程序-Prepared by using Visual Basic procedures for sending and receiving e-mail
- 2022-03-15 08:34:14下载
- 积分:1
-
pb制动安装程序自动创建数据库
pb制动安装程序自动创建数据库-pb brake setup program automatically creates database
- 2023-08-16 05:15:03下载
- 积分:1
-
Can simulate the film growth process, and the formation of thin
可以模拟薄膜的生长过程,和形成薄膜的外貌形状,-Can simulate the film growth process, and the formation of thin-film appearance of the shape,
- 2023-04-16 00:30:03下载
- 积分:1