代码搜索:GPs 开发教程
找到约 10,000 项符合「GPs 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/268613/11129965
vcl imageviewer.vcl
Build Log
--------------------Configuration: ImageViewer - Win32 (WCE ARMV4I) Release--------------------
Command Lines
Creating command line "
www.eeworm.com/read/248882/12536260
plg rinexout.plg
Build Log
--------------------Configuration: RINEXOUT - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\chen
www.eeworm.com/read/247580/12640159
c gpsrecieve.c
#include
#include
#define uchar unsigned char
sbit P1_6=P1^6;
sbit P3_4=P3^4;
sbit GPS_POW=P1^5;
uchar idata Data[70]; //定义定位数据缓存空间
bit flag;
void ser
www.eeworm.com/read/238164/13903944
h other_define.h
/********************************************************\
* 文件名: Other_Define.H
* 创建时间:2005年3月22日
* 创建人:
* 版本号: V2.1
* 功能: 有关方面的一些定义(具体可看详细细节)
* 文件属性:公共文件
* 修改历史:(每条详述)
补充说明:根据M22模块相
www.eeworm.com/read/300478/13911245
m msg_gpst.m
% -----------------------------------------------------------------------------
% GPSLab - MSG_GPST.M Info-Message zu GPSTIMEM.M bzw. GPSTIME.M
% -------------------------------------------------
www.eeworm.com/read/235443/14071703
def gpscplud.def
LIBRARY GPS103UD
DESCRIPTION 'GPS Control Panel Applet'
EXPORTS
; Explicit exports can go here
CPlApplet @1
www.eeworm.com/read/235443/14071712
def gpscplu.def
LIBRARY GPS103U
DESCRIPTION 'GPS Control Panel Applet'
EXPORTS
; Explicit exports can go here
CPlApplet @1
www.eeworm.com/read/203394/15359952
plg ryxgps.plg
Build Log
--------------------Configuration: RyxGps - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"
www.eeworm.com/read/200724/15426386
c gpstest.c
//*****************************************************************************
// File Name : gpstest.c
//
// Title : example usage of gps processing library functions
// Revision : 1.0
// No
www.eeworm.com/read/101297/15461296
¦
作者:asp2001
email: asp2001@163.net
日期:2000-10-13 17:27:20
随着GSM移动通信网络的迅速普及和竞争的日益激烈,新技术和新业务的开发和应用就已提到十分重要的位置。短消息服务业务作为GSM网络的一种基本业务,已得到越来越多的系统运营商和系统开发商的重视,基于这种业务的各种应用也蓬勃发展起来。
一、短消息业务的概念
短消息业 ...