-
wechatpy的简单封装使用示例
资源描述使用wechatpy登录微信企业号,实现部门获取,信息发送的简单示例,基于微信企业号。。
- 2022-01-30 18:06:10下载
- 积分:1
-
OFDMA Resource Allocation Simulations
A Low Complexity Algorithm for Proportion...
OFDMA Resource Allocation Simulations
A Low Complexity Algorithm for Proportional
- 2023-02-28 16:50:03下载
- 积分:1
-
用VC++编写的串口调试精灵,对于开发口串口有好处!
用VC++编写的串口调试精灵,对于开发口串口有好处!-With VC++ Prepared serial debug wizard, serial port for the development of good!
- 2023-05-11 10:05:04下载
- 积分:1
-
modbus connection bus protocol is used in industrial control protocol Bus!
modbus总线协议
非常常用的工业总线控制协议-modbus connection bus protocol is used in industrial control protocol Bus!
- 2022-03-15 08:03:27下载
- 积分:1
-
turbo码matlab仿真
本代码包含了经典的turbo码代码,并且包含本人的现阶段的研究工作,3gpp交织器的研究,[WuYuFei]中是WuYuFei的论文[WuYufei_matlab]是WuYufei的Matlab程序,[paper]是对简化算法的研究总结。译码程序完全是自己写的,已经系统整理过了。 constituent_decoder_SemiTh.m constituent_decoder_logmap.m constituent_decoder_max.m constituent_decoder_Th.m这四个文件是子译码器 interleaver_3GPP.m3GPP标准的交织器。Turbo.m中可以选择是用伪随机交织还是3GPP标准交织
- 2022-07-26 07:22:01下载
- 积分:1
-
MRCP V2版本的协议,mrcp2.0主要RTSP协议的修改协议…
MRCP V2版协议,MRCP2.0主要将RTSP协议修改为SIP协议-MRCP V2 version of the agreement, MRCP2.0 mainly RTSP protocol amending the agreement for the SIP
- 2022-02-06 06:49:39下载
- 积分:1
-
how to set up a pptp vpn connection? detailed steps with screen
how to set up a pptp vpn connection? detailed steps with screen-shots
- 2022-03-15 07:07:28下载
- 积分:1
-
一个OFDM调制解调系统
这是一个用MTTLAB实现的OFDM调制解调系统,其中OFDM信号包括6个子载波,每个符号包括35个比特。整个系统包括线性分组编码,QPSK调制解调,OFDM调制解调等,最后得出在不同信噪比下的误码率曲线,整个系统简单明了,对初学者比较有帮助。
- 2022-02-26 00:21:23下载
- 积分:1
-
可编辑的删格控件
可编辑的删格控件-cut editing grid control
- 2022-07-09 04:20:49下载
- 积分:1
-
MODBUS-51参考程序
资源描述#include
#include "modbus.h"
/**********************
单片机晶振:11059200HZ 波特率9600
485控制脚: P3^7; 根据自己的板子修改modbus.h
***************************************/
void main()
{
initProg();
while(1)
{
timeProc();
checkComm0Modbus();
}
}
- 2022-01-26 03:36:16下载
- 积分:1