-
dos下用c&c++编写的mp3播放源码!
dos下用c&c++编写的mp3播放源码!-under dos with c
- 2022-10-24 20:45:03下载
- 积分:1
-
基于Visual basic串口编程调试精灵
基于Visual basic串口编程调试精灵-Visual basic serial-based programming wizard debug
- 2022-01-24 14:40:22下载
- 积分:1
-
demonstrations on how to use the data TDBGrid QuickRepot printed examples. Rar
演示如何使用数据TDBGrid QuickRepot打印示例。雷亚尔
- 2022-02-28 20:38:14下载
- 积分:1
-
动态规划解银币问题(C++实现)
动态规划解银币问题(C++实现)-dynamic programming solution Coin (C achieved)
- 2022-08-21 21:15:59下载
- 积分:1
-
另一个版本的x264的decoder,共有5个压缩包
另一个版本的x264的decoder,共有5个压缩包-Another version of the x264 the decoder, a total of five compression package
- 2022-05-24 20:25:31下载
- 积分: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
-
用KALMAN滤波方法的雷达检测轮船、飞机、导弹等的航迹分析,源程序分析。...
用KALMAN滤波方法的雷达检测轮船、飞机、导弹等的航迹分析,源程序分析。-Kalman filtering method using the estimated target track of the Matlab source
- 2022-01-21 21:25:16下载
- 积分:1
-
学生成绩管理源代码!!!使用微软新技术c#编写的
学生成绩管理源代码!!!使用微软新技术c#编写的-Student achievement management of source code! ! ! New technologies using Microsoft c# Prepared
- 2022-04-07 06:13:31下载
- 积分:1
-
宽带放大器析评。2003全国大学生电子设计竞赛一等奖。有用的朋友请下载...
宽带放大器析评。2003全国大学生电子设计竞赛一等奖。有用的朋友请下载-An Analysis of broadband amplifiers. 2003 National Undergraduate Electronic Design Contest first prize. Friend please download useful
- 2022-02-03 00:58:46下载
- 积分:1
-
实现企业内部、外部人员的及时沟通与联系,信息的交流,数据的更新等功能...
实现企业内部、外部人员的及时沟通与联系,信息的交流,数据的更新等功能-Realize internal and external personnel and timely communication and contact, information exchange, data updates and other functions
- 2022-05-10 18:23:02下载
- 积分:1