-
This procedure of standard DCF algorithm simulation, and then put forward to imp...
本程序对标准DCF算法进行仿真,然后提出提高无线接入点通信能力的DCF改进算法,并编写仿真程序。仿真结果证明改进算法可以大幅度提高网络整体性能。
-This procedure of standard DCF algorithm simulation, and then put forward to improve the communication capabilities of wireless access points, DCF improved algorithm and the preparation of simulation program. Simulation results show the improved algorithm can significantly improve the network overall performance.
- 2022-12-05 12:50:03下载
- 积分:1
-
我编的串口通读链接库,采用压缩BCD码,传送产率特高
我编的串口通读链接库,采用压缩BCD码,传送产率特高-I read through the series of serial-link library, using compressed BCD code, send the yield of high
- 2023-04-28 22:00:03下载
- 积分:1
-
条形码编辑打印原码
条形码编辑打印原码-barcode printing the original code editor
- 2022-02-01 04:04:16下载
- 积分:1
-
ZIGBEE technology development on the cc2430 debug serial port of the Q & A p...
关于ZIGBEE技术开发中cc2430串口调试问答的pdf文件,对于在进行ZIGBEE研究或开发中遇到该类问题的朋友很有用-ZIGBEE technology development on the cc2430 debug serial port of the Q & A pdf document ZIGBEE in research or development issues encountered in such useful friends
- 2022-01-25 23:39:41下载
- 积分:1
-
OV9650 settings on Qualcomm
OV9650 settings on Qualcomm
- 2022-02-02 20:38:06下载
- 积分:1
-
内容详实全面 mms wap协议结构
内容详实全面 mms wap协议结构 -Informative structure of a comprehensive agreement mms wap
- 2023-06-23 11:00:04下载
- 积分:1
-
这个程序用来说明单频离散序列的周期延拓和补零延拓会对频域的分辨率有什么影响,是我自己刚作出来的,就贡献了吧,请您审查通过...
这个程序用来说明单频离散序列的周期延拓和补零延拓会对频域的分辨率有什么影响,是我自己刚作出来的,就贡献了吧,请您审查通过-the procedure used to describe single-frequency cycle sequence of discrete Extension and Extension-zero frequency domain will have a resolution of any impact option is my own just to make the contribution on the right, please review by Thank you
- 2022-01-30 19:33:06下载
- 积分:1
-
基于Matlab仿真Cloak的程序
最近,通过变换光学方法研究新型电磁器件,如斗篷、聚焦器、天线、新型波导的设计是一个热点问题,本代码采用了matlab与Comsol接口仿真外斗篷,能够将放置在斗篷外部的物体隐藏,代码中包含了建模,边界条件设置,激励源设置,外斗篷参数等信息,对这一研究方向的学者有帮助。
- 2023-08-27 22:15:03下载
- 积分:1
-
GPS数据采集到PC端
GPS数据采集到PC端-GPS data acquisition to a PC-
- 2022-08-17 10:17:10下载
- 积分: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