-
Using UDP transmission procedure to write reliable source code, learn the meanin...
用UDP写的可靠传输程序源代码,非常有借鉴意义,适合互连网通讯-Using UDP transmission procedure to write reliable source code, learn the meaning of very suitable for the interconnection Netcom inquiry
- 2022-03-24 23:11:22下载
- 积分:1
-
LDPC码的实现,包括编码器和解码器,使用了DCT.
LDPC码的实现,包括编码器和解码器,使用了DCT.-LDPC codes to achieve, including encoders and decoders, the use of the DCT.
- 2022-02-15 22:56:41下载
- 积分:1
-
用Visual C++编写的MFC程序,可以实现PC到PC的COM…
用visual c++编写的MFC程序,可以实现PC对PC的通信及PC对单片机的通信。-Visual c++ using the MFC process to prepare, you can achieve PC to PC and PC communication on single-chip communications.
- 2022-02-28 18:08:56下载
- 积分:1
-
USB总线与429总线数据转换的USB端(基于PDIUSBD12)的WDM驱动程序...
USB总线与429总线数据转换的USB端(基于PDIUSBD12)的WDM驱动程序-USB bus with 429 data conversion USB terminal (based on PDIUSBD12) WDM
- 2022-01-25 20:28:19下载
- 积分:1
-
CORBA交易服务的实现源码。目前已经将CORBA标准中的CosTransactions.dll,CosTSInteroperation.dll,CosTSPo...
CORBA交易服务的实现源码。目前已经将CORBA标准中的CosTransactions.dll,CosTSInteroperation.dll,CosTSPortability.dll转化为c++代码,用户只要实现里面的CORBA存根,就可以实现一个CORBA交易服务。-CORBA transaction services to achieve the source. Now to the CORBA standard CosTransactions.dll, CosTSInteroperation.dll, CosTSPortability.dll into c code, as long as users realize the CORBA stubs inside, we would achieve a CORBA transaction services.
- 2022-05-20 13:00:33下载
- 积分:1
-
利用哈夫曼编码进行通信可以大大提高通信信道利用率,缩短信息传输时间,降低传输成本。这要求在发送端通过一个编码系统将传输数据预先编码;在接收端将传来的数据进行译码...
利用哈夫曼编码进行通信可以大大提高通信信道利用率,缩短信息传输时间,降低传输成本。这要求在发送端通过一个编码系统将传输数据预先编码;在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双工传输信息的信道),每端都需要一个完整的编/译码系统。为这样的信息收发站设计的一个哈夫曼编/译码系统。 (2-use Huffman coding communication can greatly enhance communication channel utilization, reduced transmission time, and lower transmission costs. This requires the transmitter through a coding system will transmit data in advance coding; The receiving end of the data came decoding (recovery). For dual-channel (that is, information can duplex transmission channel), each side needs a complete encoding/decoding system. For this information hubs designed a Huffman encoding/decoding system. (2005-5-
- 2022-09-04 20:30:03下载
- 积分:1
-
自己写的一个进程间通讯库,使用很方便。
带有例子程序。...
自己写的一个进程间通讯库,使用很方便。
带有例子程序。-Wrote it myself a process of communication among libraries, use very convenient. With examples of procedures.
- 2022-07-07 15:47:26下载
- 积分:1
-
可实现ASCII码发送和接收的串口调试程序
已成功实现串口通讯测试,并可移植到其他的c#项目中去,该程序不是调用c sharp 控件实现的!是通过自建类文件实现的!移植起来也相当的方便,可根据自己需要增加16进制发送和接收,程序代码已注释,可根据情况修改和进行二次开发!
- 2022-01-25 18:43:36下载
- 积分:1
-
Socket通信协议
Socket
通信的原理还是比较简单的,它大致分为以下几个步骤。
服务器端的步骤如下。
(
1
)建立服务器端的
Socket
,开始侦听整个网络中的连接请求。
(
2
)当检测到来自客户端的连接请求时,向客户端发送收到连接请求的信
息,并建立与客户端之间的连接。
(
3
)当完成通信后,服务器关闭与客户端的
Socket
连接。
客户端的步骤如下。
(
1
)建立客户端的
Socket
,确定要连接的服务器的主机名和端口。
(
2
)发送连接请求到服务器,并等待服务器的回馈信息。
(
3
)连接成功后,与服务器进行数据的交互。
(
4
)数据处理完毕后,关闭自身的
Socket
连接。
- 2022-03-04 22:04:09下载
- 积分:1
-
MIMO OFDM systems reduce PAPR Technology
MIMO OFDM 系统中降低峰均功率比技术研究-MIMO OFDM systems reduce PAPR Technology
- 2022-04-18 22:08:35下载
- 积分:1