-
A satellite is any object that orbits another object.
In popular usage, the ter...
A satellite is any object that orbits another object.
In popular usage, the term satellite normally refers to an artificial satellite.
A planet, or any other body, which finds itself at any distance from the sun with no "sideways" velocity will quickly fall without missing the sun.-A satellite is any object that orbits another object.
In popular usage, the term satellite normally refers to an artificial satellite.
A planet, or any other body, which finds itself at any distance from the sun with no "sideways" velocity will quickly fall without missing the sun.
- 2022-05-06 20:08:15下载
- 积分:1
-
hiperlan协议中mac接入仿真,one proposed way for random RCH number
hiperlan协议中mac接入仿真,one proposed way for random RCH number-hiperlan agreement mac access simulation, one proposed way for random number RCH
- 2022-01-25 16:12:55下载
- 积分:1
-
一个简单的串口接口
a simple serial port interface
- 2022-05-21 04:18:26下载
- 积分:1
-
The development of a full range of DICOM files, digital image communication nece...
全系列DICOM开发文档,数字图象通信必备的资料,难得滴全,欢迎下载-The development of a full range of DICOM files, digital image communication necessary information, a rare drop of the entire welcome to download
- 2022-01-31 10:39:23下载
- 积分:1
-
在运行中的数据通信
数据通信中的游程编码、解码方法。(编程背景为温室温度测量,限定在正负50以内)。已经编译通过。-Data communications in the run-length coding, decoding methods. (Programming background greenhouse temperature measurement, limited to within plus or minus 50). Has been compiled through.
- 2023-05-31 18:35:02下载
- 积分:1
-
讲解空时编码很好的文章PPT格式,北京邮电大学的教材!
讲解空时编码很好的文章PPT格式,北京邮电大学的教材!-Explain the space-time coding a very good article PPT format, Beijing University of Posts and Telecommunications of teaching materials!
- 2022-06-03 17:16:01下载
- 积分:1
-
本代码可以帮助程序员模拟实现简单的串口编程
本代码可以帮助程序员模拟实现简单的串口编程-The simulation code can help programmers realize simple serial programming
- 2022-05-05 13:18:10下载
- 积分:1
-
LDPC编解码的程序
我勒个去,还要怎么详细?就是和标题一样。LDPC码的编解码,用matlab写的。
- 2022-03-12 19:21:16下载
- 积分:1
-
WIN32API串口通讯程序
WIN32API串口通讯程序-WIN32API serial communication program
- 2022-07-19 13:14:39下载
- 积分:1
-
MFC写的串口测试工具源码
CSerialPort:: CSerialPort(){单独监禁= FALSE;m_hComm= NULL;//初始化重叠结构成员为零m_ov.Offset= 0;m_ov.OffsetHigh= 0;//创建活动m_ov.hEvent= NULL;m_hWriteEvent= NULL;m_hShutdownEvent= NULL;m_hErrorEvent= NULL;m_hSendCompleteEvent= NULL;m_bThreadAlive= FALSE;m_bSendNotify= FALSE;m_SendList.clear();//初始化关键部分:: InitializeCriticalSection(m_csCommunicationSync);:: InitializeCriticalSection(m_csSendList);}////删除动态内存//CSerialPort::〜CSerialPort(){ReleasePort();:: DeleteCriticalSection(m_csCommunicationSync);:: DeleteCriticalSection(m_csSendList);}无效CSerialPort:: ReleasePort(){而(m_bThreadAlive){而::休眠(1)(m_SendList.empty()!); //2012-09-27zhaoz修复停止仪器采集后数据报文发送不出去问题SetEvent的(m_hShutdownEvent);睡眠(1);}
- 2022-02-25 01:02:02下载
- 积分:1