-
本程序实现在windows ce系统下的串口通讯
本程序实现在windows ce系统下的串口通讯-Realize this procedure in the windows ce system of serial communication
- 2022-01-21 01:35:59下载
- 积分:1
-
a MMS MMS information, we can develop a simple MMS, using JAVA
一份MMS彩信资料,可以开发出简单的彩信,用JAVA实现-a MMS MMS information, we can develop a simple MMS, using JAVA
- 2022-04-15 07:30:59下载
- 积分:1
-
LTE随机接入前导格式1检测
LTE上行随机接入过程第一步,在PRACH上发送preamble信号,接收端接收并进行相关峰检测其延迟。该文档为条件1200km/h速度下,系统带宽20MHz,采样率30.72MHz的情况下,未考虑多普勒频移,小区半径为30km的前导检测过程。
- 2022-06-13 04:07:55下载
- 积分:1
-
与Casio BOSS进行串口通讯的程序
与Casio BOSS进行串口通讯的程序 -Serial communication with Casio BO
- 2022-11-15 09:00: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
-
uwb的欧洲标准,对MB
uwb的欧洲标准,对MB-OFDM的超宽带物理层和MAC层进行了详细的规定-uwb European standards, the MB-OFDM UWB physical layer and MAC layer provides a detailed
- 2022-05-06 00:43:02下载
- 积分:1
-
高斯的分布产生随机数的方法:
在瑞利分布生成随机数的方法
该程序是用C + +语言,程序的项目可以通过VS2005打开。对于每个分配,程序生成的随...
高斯的分布产生随机数的方法:
在瑞利分布生成随机数的方法
该程序是用C + +语言,程序的项目可以通过VS2005打开。对于每个分配,程序生成的随机数10000
泊松分布生成随机数的方法:-The program is written by C++ language, the program project can be opened by VS2005. For each distribution, the program generated 10000 random numbers
The method of generating Gaussian distributed random numbers
The method of generating Rayleigh distributed random numbers
The method of generating Poisson distributed random numbers
- 2022-03-11 23:25:48下载
- 积分:1
-
顶部端口(USB)接口,这个接口的调试是PL的使用
TOP PORT (USB) 调试接口说明
本接口是利用PL-2303HX的USB转RS232的接口芯片设计实现了一个TTL(5V)的RS232串口,并且利用了PL-2303HX的2个GPIO口软件模拟了一个低速的I2C总线.该接口由USB接口提供5V电压,可自带2Kbit(24C02)数据备份EEPROM (单独读写通道,不占用I2C总线地址)。并可对外提供小于250mA的5V电压。尤其适合WIN-XP以后的没有并口和串口笔记本电脑。整机成本不到¥20RMB。
-TOP PORT (USB) interface debugging of this interface is the use of PL-2303HX the USB to RS232 interface chip design to achieve a TTL (5V) of the RS232 serial port, and use of PL-2303HX the two GPIO port software simulation of a low-speed I2C bus. The interface from the USB interface to provide 5V voltage, can bring their own 2Kbit (24C02) data backup EEPROM (separate read and write access, do not occupy I2C bus address). And may provide less than 250mA of 5V voltage. WIN-XP is particularly suitable for subsequent parallel and serial no notebooks. Machine costs less than ¥ 20RMB.
- 2022-11-23 00:10:04下载
- 积分:1
-
通过手机应用工作的网站设计
web site designs for applying work through mobiles
- 2022-03-12 02:05:01下载
- 积分: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