代码搜索:gsm模块
找到约 10,000 项符合「gsm模块」的源代码
代码结果 10,000
www.eeworm.com/read/114060/15116876
c myfirewall.c
#ifndef __KERNEL__
# define __KERNEL__ //按内核模块编译
#endif
#ifndef MODULE
# define MODULE //按设备驱动程序模块编译
#endif
#include //最基本的内核模块头文件
#include
#inclu
www.eeworm.com/read/463221/1539042
c myfirewall.c
#ifndef __KERNEL__
# define __KERNEL__ //按内核模块编译
#endif
#ifndef MODULE
# define MODULE //按设备驱动程序模块编译
#endif
#include //最基本的内核模块头文件
#include
#inclu
www.eeworm.com/read/104305/15699500
c myfirewall.c
#ifndef __KERNEL__
# define __KERNEL__ //按内核模块编译
#endif
#ifndef MODULE
# define MODULE //按设备驱动程序模块编译
#endif
#include //最基本的内核模块头文件
#include
#inclu
www.eeworm.com/read/100759/15864947
c myfirewall.c
#ifndef __KERNEL__
# define __KERNEL__ //按内核模块编译
#endif
#ifndef MODULE
# define MODULE //按设备驱动程序模块编译
#endif
#include //最基本的内核模块头文件
#include
#inclu
www.eeworm.com/read/114673/15043417
asm 车载终端汇编程序.asm
org 0000h
ajmp 0200h
org 0023h
sjmp 040h
org 0040h ;串口中断程序
mov ie,#00h
mov dpl,#80h
mov dph,#00h
r_gsm:jnb ri,r_gsm
mov a,sbuf
clr ri
cjne a,#0ah,r_gsm ;找到换行键
www.eeworm.com/read/136849/5843212
c atbpbfs.c
#if defined (NEW_FRAME)
#include "typedefs.h"
#include "vsi.h"
#include "pei.h"
#include "custom.h"
#include "gsm.h"
#else
#include "stddefs.h"
#include "custom.h"
#include "gsm.h"
#in
www.eeworm.com/read/136849/5843223
c atbpbgi.c
#if defined (NEW_FRAME)
#include "typedefs.h"
#include "vsi.h"
#include "pei.h"
#include "custom.h"
#include "gsm.h"
#else
#include "stddefs.h"
#include "custom.h"
#include "gsm.h"
#in
www.eeworm.com/read/413900/2156738
c atbpbfs.c
#if defined (NEW_FRAME)
#include "typedefs.h"
#include "vsi.h"
#include "pei.h"
#include "custom.h"
#include "gsm.h"
#else
#include "stddefs.h"
#include "custom.h"
#include "gsm.h"
#in
www.eeworm.com/read/413900/2156749
c atbpbgi.c
#if defined (NEW_FRAME)
#include "typedefs.h"
#include "vsi.h"
#include "pei.h"
#include "custom.h"
#include "gsm.h"
#else
#include "stddefs.h"
#include "custom.h"
#include "gsm.h"
#in
www.eeworm.com/read/441630/7668113
c gsmdecode7bit.c
#include
//7-bit解码
//用于单片机控制手机模块进行GSM短信息7-bit解码。
//pSrc:源编码串指针
//pDst:目标编码串指针
//nSrcLength:源编码串长度
//返回:目标字符串长度
//pSrc:源字符串指针
//pDst:目标数据指针
//nSrcLength:源字符串长度
//返回:目标数据长度
uint gsmDec