-
堆积(heap)是树结构的第三种型态。堆积是一棵二元树,其左右子树节点的值均较其父母节点的值小。堆积的根节点值保证是该树最大值。这中堆绩称为最大堆绩。堆积的子树...
堆积(heap)是树结构的第三种型态。堆积是一棵二元树,其左右子树节点的值均较其父母节点的值小。堆积的根节点值保证是该树最大值。这中堆绩称为最大堆绩。堆积的子树可摆在左边当左子树,也可摆在右边当右子树,因此左右子树俱有相同的性质。-Heap (heap) are the third type of tree structure. Accumulation is a binary tree, its about the value of subtree nodes than those of their parents the value of small nodes. Accumulation are the root of the tree to ensure that the value of Maximum. This is known as the greatest performance in the reactor performance heap. Accumulation of sub-tree can be placed at the left when the left subtree can also be placed on the right when the right subtree, so there is about the same subtree of the nature of both.
- 2023-07-10 01:50:03下载
- 积分:1
-
华为GTM900C程序代码
#include "config.h"
INT8U RBUF;
INT8U TDAT,RDAT;
INT8U TCNT,RCNT;
INT8U TBIT,RBIT;
BOOLEAN TING,RING;
BOOLEAN TEND,REND;
INT8U uc_rxdIndex,uc_rxdDealIndex;
INT8U uc_uartBuf[UART_BUF_LEN];
INT8U uc_uartRecFifoLen; /* 接收FIFO中的数目 */
BOOLEAN b_uartRecFifoFlag;
INT16U us_allSendCnt;
INT8U uc_sendCnt;
//INT8U * pSendBuf;
INT8U * p_pSendBuf[P_SEND_BUF_LEN]; /* 要发送的数据的指针 */
INT8U uc_pSendBufLen[P_SEND_BUF_LEN]; /* 每个指针包含的数据长度 */
INT8U uc_pSendBufIndex;
INT8U uc_pSendBufDealIndex;
- 2022-02-21 22:52:47下载
- 积分:1
-
Introduction This document is at saturation soliton transmission medium matlab s...
此文档是介绍孤子在饱和介质中传输的matlab仿真过程,孤子仿真网上有很多文章,可是均不带源码,恰巧本人编了些就都传上了,希望对各位有用。-Introduction This document is at saturation soliton transmission medium matlab simulation process, there is a lot of soliton simulation online article, but not with source code, I made something happen on both a mass on the hope that useful to you.
- 2022-04-30 13:33:23下载
- 积分:1
-
这个源代码是关于串口通讯的
这个源代码是关于串口通讯的-the source code is on the serial communications
- 2022-06-21 05:51:39下载
- 积分:1
-
射频和微波通信电路
无线技术日益巨大,与新的应用程序。在传统的应用程序,旁边射频和微波正在使用蜂窝通信,当地区域网络。
- 2022-03-20 15:49:41下载
- 积分:1
-
Peer
点对点即时通信软件,VB实现,包含服务器端和客户端源代码。-Peer-to-peer instant messaging software, VB realize that contains server-side and client source code.
- 2022-11-29 14:05:04下载
- 积分:1
-
类似ICQ源代码
用VB编写的
分为服务端和客户端两个部分
类似ICQ源代码
用VB编写的
分为服务端和客户端两个部分
-ICQ similar source code written using VB into service client and the client in two parts
- 2022-07-20 12:44:04下载
- 积分:1
-
串口VC通信例程
VC关于串口的通信例程,可以刷新串口,设置超时时间,属于比较基础但是很规范的串口通信代码
- 2022-05-24 20:08:16下载
- 积分:1
-
IEEE 802.11g explained
IEEE 802.11g explained
- 2023-05-26 10:40:04下载
- 积分: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