代码搜索:GPs 有哪些应用?
找到约 10,000 项符合「GPs 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/367675/2839102
txt 91.txt
发信人: xuduo (许多多), 信区: DataMining
标 题: 做一个压缩程序,有那些步骤。
发信站: 南京大学小百合站 (Tue Mar 26 18:35:48 2002)
做一个压缩程序,有那些步骤。
用哪些语言,涉及到哪些层面的问题。
需要硬件支持吗?
--
※ 来源:.南京大学小百合站 http://bbs.nju.edu.cn [FR
www.eeworm.com/read/188566/8528109
cc main.cc
//-----------------------------------------------------------------------------
// gps.cc : a simple program to test GPS class
//
// - this program tests a GPS device
//
// - programmed by Boyoon Jung
www.eeworm.com/read/432334/8609729
txt readme.txt
GPRS 实验用例
=======================================================================
-----------------------------------------------------------------------
| Descript
www.eeworm.com/read/187489/8635869
m xingzuo_simulation.m
clear all;
close all;
clc;
%***************************************************
%** 三星座组合sse方法
%***************************************************
%---------------------画球
[xq,yq,zq]=sp
www.eeworm.com/read/286894/8738267
cpp mainn.cpp
#include
#include
#include
#include
#include
#include
#include"myStruct.h"
extern void readNfile(vector&,char *);
extern void sat_po
www.eeworm.com/read/286884/8738391
h mystruct.h
///////////////////////////////////////////////
#include
using namespace std;
# ifndef MYSTRUCT_H_H //防止头文件重复加载
# define MYSTRUCT_H_H
struct time_calendar //观测历元的日历时,也即信号
www.eeworm.com/read/429507/8804585
makefile
TOPDIR = ../
include $(TOPDIR)Rules.mak
EXTRA_LIBS += -lpthread
EXEC = $(INSTALL_DIR)/gps
OBJS = main.o gps.o
all: $(EXEC)
$(EXEC): $(OBJS)
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(EXTRA_LIBS)
insta
www.eeworm.com/read/429498/8805122
makefile
TOPDIR = ../
include $(TOPDIR)Rules.mak
EXTRA_LIBS += -lpthread
EXEC = $(INSTALL_DIR)/gps
OBJS = main.o gps.o
all: $(EXEC)
$(EXEC): $(OBJS)
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(EXTRA_LIBS)
insta
www.eeworm.com/read/282093/9119700
m aborttransfer.m
function AbortTransfer(gps)
global pid_command_data cmd_abort_transfer
% Tell the GPS to stop sending data
WritePacket(gps, pid_command_data, cmd_abort_transfer);
www.eeworm.com/read/282093/9119733
m readprotocols.m
function protocols = ReadProtocols(gps)
% READPROTOCOLS Read the Protocol Capability Protocol data from the GPS
% Return a structure with two fields:
% tag: Character tag identifying protocol fam