代码搜索:3G通信
找到约 10,000 项符合「3G通信」的源代码
代码结果 10,000
www.eeworm.com/read/414690/11106349
c uart.c
#include
#include
#include "confg.h"
/*****************************************/
//文件名:usart int .c
//功能:中断模式串口通信的应用
//目标MC U:ATYnega8
//晶振8MHZ
/**************************
www.eeworm.com/read/146439/12648945
h zjhmcfusb.h
#ifndef zjHMCFUsb_H
#define zjHMCFUsb_H
/****** 预处理宏说明 *********************************************
_PRINT_DBG_INFO : 输出调试信息
_PRINT_COMM_DATA : 输出通信数据
_BUFFERED_IO : 缓冲IO(如果没定义则为直接IO)
_
www.eeworm.com/read/235319/14074555
c send.c
#include
#include
#define uint unsigned int
#define uchar unsigned char
uchar xstemp;
uchar tll=0;
uchar thh=50;
uchar inte,dec;
sbit DQ =P2^0; //定义通信端口
s
www.eeworm.com/read/164607/10100268
caj 第三代移动通信多用户检测技术的研究第3章cdma系统中的多用户检测技术_34_52.caj
www.eeworm.com/read/380919/9122790
c main.c
/******************************************************
程序功能:接收来自PC机的字符,然后重新发送给PC机
-------------------------------------------------------
通信格式:N.8.1, 9600
无校验,8个数据位,1个停止位,波特率9600
-----
www.eeworm.com/read/379489/9194856
cpp processescommunication.cpp
/*程序模拟进程间通信,调试并运行成功*/
/*Leon Kyd*/
#include
#include
#include
#define true 1
#define false 0
#define null 0
#define len sizeof(struct qnode)
struct qnode {