代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/292223/8366729
m gps_singlelocation_solution.m
%%%%%%%%%%%%%%%%%% gps single_location solution %%%%%%%%%%%
%--------------------by yu jiejie---------------------%
clear;
pi=3.1415926535;
a_e=6378137; %地球椭球的长半径
e_e=1/298.257223563;
www.eeworm.com/read/392025/8366730
cbak gprs.cbak
#include
#include
#include
#include
//#include
#include "tty.h"
#include"gprs.h"
void gprs_init()
{
int i;
for(i=0; i
www.eeworm.com/read/192685/8366731
txt 如何调用api知道本计算机的网络名.txt
WSADATA WSAData;
WSAStartup(MAKEWORD(1,1), &WSAData);
TCHAR szBuffer[80];
gethostname(szBuffer,sizeof(szBuffer));
www.eeworm.com/read/292223/8366732
m gps_9.m
%%%%%%%%%%%%%%%%%% gps constellation emluator %%%%%%%%%%%
%--------------------by yujiejie---------------------%
clear
% constant defination%
pi=3.1415926;
a=26609e3;
www.eeworm.com/read/392025/8366733
h gprs.h
#ifndef __GPRS_H__
#define __GPRS_H__
extern char * cmd[];
void gprs_init();
void gprs_msg(char *number, int num);
void gprs_call(char *number, int num);
void gprs_hold();
void gprs_ans()
www.eeworm.com/read/192685/8366734
txt 在vb应用程序中怎样获得nt服务器的时间.txt
如 果 你 是 在 Windows NT上 运 行 程 序 , 可 以 使 用 Windows API的 NetRemoteTOD函 数 获 得 服 务 器 的 时 间 。 不 过 这 个 函 数 不 为 Windows 95支 持 。 所 以 在 Windows 95下 , 简 单 的 办 法 是 用 Shell调 用 NET TIME // 命 令 获 得 时 间 ,
www.eeworm.com/read/392025/8366735
mak rules.mak
TOPDIR= ..
CROSS = arm-linux-
CC= ${CROSS}gcc
#CC= gcc
CFLAGS += -ggdb3
#LDFLAGS += -static
EXTRA_LIBS +=
EXP_INSTALL = install -m 755
INSTALL_DIR = ../bin
www.eeworm.com/read/292223/8366736
07n nct_1540.07n
2.10 N: GPS NAV DATA RINEX VERSION / TYPE
RINEX Version 1.21 NAVCOM Technology 08/18/07 20:46:56 PGM / RUN BY / DATE
www.eeworm.com/read/392025/8366737
c keyshell.c
#include
#include
#include
#include
#include
#include
#include
#include
char shell_s[]="\nkeyshell>$: ";
/*int
www.eeworm.com/read/192685/8366738
txt 使用sysinfo监视笔记本电脑的电池信息.txt
Visual Basic中 一 个 最 不 经 常 被 使 用 的 控 件 SysInfo控 件 , 这 个 控 件 可 以 在 “ 部 件 ” 对 话 框 中 显 示 为 Microsoft SysInfo Control Version 6.0 (在 VB 5.0中 为 5.0)。 SysInfo控 件 使 你 可 以 获 得 关 于 操 作 系 统 属 性 的 信 息 、 即 插 即 用 事