-
CameraLink说明文档,一种在视觉检测领域应用很广泛的总线的规范文档。...
CameraLink说明文档,一种在视觉检测领域应用很广泛的总线的规范文档。-CameraLink documentation, a visual inspection in the field of application of a very wide range of bus specification document.
- 2022-07-11 02:09:17下载
- 积分:1
-
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue /////////////////...
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue TMyQueue //put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 m_pMyQueue.TryPut(data) } //try put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 if(m_pMyQueue.TryPut(data) != 0) { MessageBox("put queue error") } else { MessageBox("put queue success") } } //get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.Get(data) MessageBox(data.data) } //try get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.TryGet(data) MessageBox(data.data) }-cohort of VC Packaging category /////////////////////////////////////////// this is a example for using Queue ///////
- 2023-07-24 17:35:03下载
- 积分:1
-
LDPC has become very popular now FEC code, this is a QC
LDPC已经成为现在很流行的FEC码,这是一篇讲述QC-LDPC编码的经典论文,作者是IEEE终身会员林舒,对目前常用的QC-LDPC编码作了详尽的描述-LDPC has become very popular now FEC code, this is a QC-LDPC code on a classic paper, the author is IEEE Life Member LIN Shu, on the current commonly used QC-LDPC coding detailed description of
- 2022-05-14 14:16:54下载
- 积分:1
-
这个程序实现了ofdm下的注水原理,是一个基于速率的注水程序,并不是传统的基于功率的注水原理。...
这个程序实现了ofdm下的注水原理,是一个基于速率的注水程序,并不是传统的基于功率的注水原理。-This program realise a program based on waterfilling method which is concerning the rate adaptation not the power adaptation.
- 2022-05-31 21:30:30下载
- 积分:1
-
SIM300 Software 英文手册 pdf,,希望对您有用
SIM300 Software 英文手册 pdf,,希望对您有用-SIM300 Software English Manual pdf,, hope you find this useful
- 2023-05-25 15:45:03下载
- 积分:1
-
安全的数据传输
安全的数据传输是无线 sensornetworks (Wsn) 的一个关键问题。聚类是有效和实用的方式来提高系统性能的无线传感器网络。在本文中,我们研究基于聚类的安全数据传输无线传感器网络 (CWSNs),集群在哪里形成动态 andperiodically。我们提出了两种安全和高效数据传输 (套) 协议 CWSNs,称为集 IBS 和集-IBOOS,通过使用身份 Baseddigital 签名 (IBS) 方案和基于身份的联机/脱机数字签名 (IBOOS) 方案,分别。集 IBS,安全依赖于 thehardness Diffie 赫尔曼问题配对的域中。集 IBOOS 进一步室温计算开销为协议安全,对于无线传感器网络,至关重要,而其安全性依赖于离散对数问题的硬度。Weshow 安全要求和安全分析各种攻击的集 IBS 和集 IBOOS 协议的可行性。向提供了计算和模拟] 说明拟议协议的效率。结果表明,拟议的议定书有性能比现有的安全协议 CWSNs,安全摇,能源消耗方面。
- 2023-03-10 10:45:03下载
- 积分:1
-
清华大学,中国电网和合格的每一…
中电网及清华大学FPGA国家紧缺人才培训教材-Tsinghua University, China Power Grid and the national shortage of qualified personnel FPGA training materials
- 2022-03-05 18:53:38下载
- 积分:1
-
sip协议的中文版本,对通信开发很有帮助。
sip协议的中文版本,对通信开发很有帮助。-sip the Chinese version of the agreement on the development of useful communication.
- 2022-04-28 01:00:29下载
- 积分:1
-
微软亚洲研究院论文:无线Internet中跨层支持服务质量的媒体传输...
微软亚洲研究院论文:无线Internet中跨层支持服务质量的媒体传输-Microsoft Asia Research Institute Papers : Wireless Internet inter-layer quality of service support for media transmission
- 2023-08-24 01:20:03下载
- 积分:1
-
%例六 多径传播 %本程序中时间单位是微秒 %频率单位为MHz %码速率单位是Mb/s...
%例六 多径传播 %本程序中时间单位是微秒 %频率单位为MHz %码速率单位是Mb/s- Cases of more than 6 track the spread of the time this process units are microseconds MHz frequency unit code rate units are Mb/s
- 2023-01-31 04:05:03下载
- 积分:1