代码搜索:STATION
找到约 2,179 项符合「STATION」的源代码
代码结果 2,179
www.eeworm.com/read/392443/8341944
m stn2utm.m
function out=stn2utm(stn,z1)
% out = stn2utm(stn,z1)
%
% Function qui premet de transformer un fichier de station
% ou autre des coordonnees (lat,long) en coordonnees UTM
%
% INPUT: stn: matr
www.eeworm.com/read/267278/11187738
m uplinkbd.m
function SNR = uplinkbd()
% this function perform satellite uplink budget
ESTrPower = 35; % transmission power of earth station, dBW.
ESTrLoss = -1; % loss of transmission earth statio
www.eeworm.com/read/412590/11191089
h xneobus.h
#pragma once
#include "XLines.h"
class XNeobus
{
public:
XNeobus();
virtual ~XNeobus();
int ToXML (CMarkup& markup);
int FromXML (CMarkup& markup);
public:
XLines lines;
public
www.eeworm.com/read/412590/11191094
h xpassage.h
#pragma once
class XPassage
{
public:
XPassage (CString vStation = "", PointF position = PointF (-1, -1), CString vLine1 = "", CString vLine2 = "");
virtual ~XPassage();
public:
CString
www.eeworm.com/read/412590/11191098
cpp xneobus.cpp
#include "StdAfx.h"
#include "XNeobus.h"
XNeobus::XNeobus(void)
{
}
XNeobus::~XNeobus(void)
{
}
int XNeobus::ToXML (CMarkup& markup)
{
lines.ToXML(markup);
return 0;
}
int XNeo
www.eeworm.com/read/412590/11191107
h xpathfinder.h
#pragma once
#include "XPath.h"
#include "XMapCtrl.h"
class XPathFinder
{
public:
XPathFinder();
virtual ~XPathFinder();
public:
XStations stations;
XLines lines;
public:
vect
www.eeworm.com/read/412590/11191109
cpp xpassage.cpp
#include "StdAfx.h"
#include "XPassage.h"
XPassage::XPassage (CString vStation, PointF vPosition, CString vLine1, CString vLine2)
{
station = vStation;
line1 = vLine1;
line2 = vLine2;
p
www.eeworm.com/read/266053/11245998
h xitong.h
#include
#include"checi.h"
#include
#include
CheCi CC[200];
Station stop[200][100];
char a[5000];int ac=0;
class TLxitong //代表铁路系统类
{
public:
CheCi * tp;//指针
www.eeworm.com/read/266053/11246014
h checi.h
#ifndef Checi_H
#define Checi_H
#include
#include
#include"station.h"
class CheCi//CheCi作单链表节点类
{//friend class TLxitong;
public:
char TrainNum[5]; //车次号
char star
www.eeworm.com/read/300587/13904544
cpp 1022 train problem i.cpp
/*
1022 Train Problem I
Time Limit : 1000 ms Memory Limit : 32768 K Output Limit : 1024 K
GUN C++
*/
#include
#include
using namespace std;
const int Max=100;
int