-
一个很好的rtp语音测试桩,附源码
一个很好的rtp语音测试桩,附源码-A very good voice rtp test piles, attached source
- 2022-01-24 16:20:48下载
- 积分:1
-
Tsinghua University, 2009 edition of Information Theory and Coding Courseware (p...
清华大学 2009版 信息论与编码 教学课件(ppt格式),包括各章习题解答,复习,和教学日历(ppt格式)。学校内部使用的-Tsinghua University, 2009 edition of Information Theory and Coding Courseware (ppt format), including the chapters Exercise answers, review, and teaching calendar (ppt format). Schools internal use ~ ~
- 2023-08-11 18:05:04下载
- 积分:1
-
CHM decompiler is a program that converts the internal files of CHM files back i
CHM decompiler is a program that converts the internal files of CHM files back into the HHP, HHC, and HHK, etc. used to compile the documentation. CHM decompiler是一个把CHM 文件的内部文件转换成 HHP, HHC,和HHK等的程序。它用于编译文件。-CHM decompiler is a program that converts the internal files of
CHM files back into the HHP, HHC, and HHK, etc. used to compile the
documentation. CHM decompiler is transforms the CHM document house
document HHP, HHC, with HHK and so on procedure. It uses in to
translate the document.
- 2022-03-06 22:04:20下载
- 积分:1
-
分别用行处理和串处理建立和修改文本的源程序
分别用行处理和串处理建立和修改文本的源程序-respectively firms and the establishment of string handling and revised version of the source
- 2023-07-31 16:05:02下载
- 积分:1
-
测试PIC EEPROM的方法,简单有效
测试PIC EEPROM的方法,简单有效-PIC EEPROM test method is simple and effective
- 2022-01-28 14:31:59下载
- 积分: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
-
是MATLAB在数学方面的一些具体应用,有助于学习和提高。
是MATLAB在数学方面的一些具体应用,有助于学习和提高。-err
- 2022-10-04 15:05:03下载
- 积分:1
-
用c++写的一个小游戏的源代码,初学者可以看看。
用c++写的一个小游戏的源代码,初学者可以看看。-With c++ Write a small game source code, beginners can take a look at.
- 2023-02-27 09:15:04下载
- 积分:1
-
编程查找指定目录下所有EXE文件,并将其全路径存入Result.txt中,要求用递归...
编程查找指定目录下所有EXE文件,并将其全路径存入Result.txt中,要求用递归- The programming search assigns under the table of contents all
EXE document, and stores its full path in Result.txt, the request uses
the recursion
- 2023-06-08 13:45:03下载
- 积分:1
-
东芝2.4寸 QVGA size Transflective TFT LCD Module SPEC
东芝2.4寸 QVGA size Transflective TFT LCD Module SPEC-Toshiba 2.4" QVGA size Transflective TFT LCD Module SPEC
- 2023-04-24 15:45:03下载
- 积分:1