代码搜索:3G通信
找到约 10,000 项符合「3G通信」的源代码
代码结果 10,000
www.eeworm.com/read/446764/7565390
c sci.c
/* 2812A板:
使用直连的串口通信电缆;
启动串口调试助手.exe;
PC机发送一个"."为结束标志
*/
#include "DSP281x_Device.h"
#include "DSP281x_Examples.h"
// Prototype statements for functions found within this file.
void scia_
www.eeworm.com/read/437528/7746535
h timer_oc.h
//[Timer_OC.h]输出比较头文件------------------------------------------------
//输出比较需要用到的头文件
#include "mc9s12dg128.h" //MCU映像寄存器名
#include "Type.h" //类型别名定义
#include "SCI.h" //串行通信头
www.eeworm.com/read/436761/7762888
c t2timer.c
//////////////////////////////////////////////////////////////////
// T2用作计数/定时器或波特率发生器时的编程方法 //
// -- xiaoqi //
// t2conSet的定义如下,不包括通信波特率发生器方式 //
// 0x04...... TR2 = 1,开始计时,
www.eeworm.com/read/399506/7856190
c t2timer.c
//////////////////////////////////////////////////////////////////
// T2用作计数/定时器或波特率发生器时的编程方法 //
// -- xiaoqi //
// t2conSet的定义如下,不包括通信波特率发生器方式 //
// 0x04...... TR2 = 1,开始计时,
www.eeworm.com/read/197773/7971074
c uart_ir_slave.c
/****************************************************************
* 文件: UART_IR_Slave.C
* 功能: 利用LPC900系列单片机的UART和CCU模块实现红外通信.
* 此程序为从机程序,当接收到16字节数据后,再把接收的数据
* 返回给主机.
www.eeworm.com/read/197773/7971076
asm uart_ir_slave.asm
;*****************************************************************
; 文件: UART_IR_Slave.asm
; 功能: 利用LPC900系列单片机的UART和CCU模块实现红外通信.
; 此程序为从机程序,当接收到16字节数据后,再把接收的数据
; 返回给主机.
www.eeworm.com/read/247337/12664280
cs submit.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace JeasonZhao.Sms.SGIP.Command
{
///
/// 在SP和SMG的通信中,SP用Submit命令向SMG提交MT短消息,发送到用户的手机中。SMG接收到Submit命令
www.eeworm.com/read/141581/12997163
c ipcfun.c
/***************************************
*文件名:ipcfun.c
*描 述:进程间通信通用函数
*编 写:LHZ
*时 间:2004-05-10
*函 数:
-----消息函数-----------
msg_creat 创建消息队列
msg_open 打开消息队列
msg_remove 删除消息队列
ms
www.eeworm.com/read/326792/13115762
c ds18b20c语言.c
//晶振11.0592
#include"reg51.h"
sbit DQ =P1^4; //定义通信端口
//延时函数
void delay(unsigned int i)
{
while(i--);
}
//初始化函数
Init_DS18B20(void)
{
unsigned char x=0;
DQ = 1; //DQ复位
del
www.eeworm.com/read/319684/13446476
c sci.c
/* 2812A板:
使用直连的串口通信电缆;
启动串口调试助手.exe;
PC机发送一个"."为结束标志
*/
#include "DSP281x_Device.h"
#include "DSP281x_Examples.h"
// Prototype statements for functions found within this file.
void scia_