-
block_mimo_ ofdm_channelestimation编码 很好的程序,很好的讲解了 空时编码的过程。...
block_mimo_ ofdm_channelestimation编码 很好的程序,很好的讲解了 空时编码的过程。-block_mimo_ ofdm_channelestimation good coding procedures, a very good explanation of the space-time coding process.
- 2022-06-13 11:35:24下载
- 积分:1
-
视觉检测的国外好论文,非常适合新手阅读。
视觉检测的国外好论文,非常适合新手阅读。-Visual inspection of the foreign good papers, very suitable for novice to read.
- 2022-08-22 09:13:30下载
- 积分:1
-
阿尔法
Alpha-data 的 采集卡,主要是Gigabit Ethernet ,LVDS , PCI/PCI-X 的VHDL 程序 -Alpha-data acquisition card, is Gigabit Ethernet, LVDS, PCI/PCI-X of the VHDL program
- 2022-03-12 17:08:40下载
- 积分:1
-
matlab卷积程序,用于地震资料的处理,提高分辨率…
matlab反褶积程序,用于地震勘探资料处理,提高分辨率。-Matlab deconvolution procedure for seismic data processing, improving resolution.
- 2022-01-30 19:02:14下载
- 积分:1
-
Capacitance introduced the article, when you choose what kind of capacitor to wo...
介绍电容的 文章, 当你为选什么样的电容发愁时, 就看看它-Capacitance introduced the article, when you choose what kind of capacitor to worry about when to see it
- 2023-04-02 16:10: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
-
INS Matlab 仿真程序,用于惯性导航系统
INS Matlab 仿真程序,用于惯性导航系统-INS Matlab simulation program, used for inertial navigation system
- 2022-12-10 21:35:03下载
- 积分:1
-
This is a well
这是一部制作精良的中国象棋小游戏,画面清新,操作简单是它的优势,电脑的难度不是很高,所以初学者也可以试试啦~
-This is a well-made Chinese chess game, the screen clean, simple operation is its advantage, the computer is not very high degree of difficulty, so beginners can also try啦~
- 2022-02-26 20:53:59下载
- 积分:1
-
这是我的第一个小学期程序设计的程序,个人通信录,是在VC++环境下开发的,虽然比较简单,但是体现了VC的实用性和可视性。...
这是我的第一个小学期程序设计的程序,个人通信录,是在VC++环境下开发的,虽然比较简单,但是体现了VC的实用性和可视性。-This is my first one primary phase of the program design process, personal communication, for the VC environment is under development, Although it is quite simple, but reflects the VC practicality and visibility.
- 2023-04-01 19:00:03下载
- 积分:1
-
这个程序主要用asp来实现了两个文件同时上传这个功能!经检查已没有错误,还请各位专家指点! 谢谢!...
这个程序主要用asp来实现了两个文件同时上传这个功能!经检查已没有错误,还请各位专家指点! 谢谢!-the main asp procedures to achieve the two papers upload function! The inspection has been no error, also asked the experts to guide! Thank you!
- 2022-12-21 18:20:03下载
- 积分:1