代码搜索:STATION
找到约 2,179 项符合「STATION」的源代码
代码结果 2,179
www.eeworm.com/read/300478/13911272
txt lst2code.txt
#########################################################################
Results of the Pseudorange Processing (double-difference-DGPS)
GPSLab (c) iapg 2001 zeb
####
www.eeworm.com/read/300478/13911487
txt lst1code.txt
#########################################################################
Results of the Pseudorange Processing (SPP, coordinate-DGPS)
GPSLab (c) iapg 2001 zeb
######
www.eeworm.com/read/237592/13943942
h nrstpath.h
#pragma once
//-----------------------------------------------------------------------------------------
struct PathNode
{
short nSegNumber;
CString* szRoutineName;
CString* szFromSt
www.eeworm.com/read/134061/14011757
txt readme.txt
火鸟字幕合并器V0.3 Build2004.6.9
软件功能:
V0.3 Build2004.6.9
完整支持Ssa to Srt的字幕格式转换功能
支持文件拖放处理
V0.2 Build2004.5.1
增加了Ass to Srt的字幕格式转换功能
V0.1a Build2004.3.18
1.将一个字幕文件中的一个时间块下的多行字幕进行单行合并
www.eeworm.com/read/201412/15408723
txt 015 it商界 评论.txt
九城的“魔兽困惑”:我能赚钱吗?
文/飞宇冰矢 (2005年5月16日 第19期)
面对着上千万要玩《魔兽世界》(简称WOW)的玩家,九城总裁朱骏却在发愁。
让朱骏忧心忡忡的,是一个老掉牙的问题——盈利。不过,他担心的不是能否盈利,而是在通过这盈利,九城能否收回代理WOW的巨额成本。
如何赚回巨额成本?
在中国的网络游戏行业中,有一条不成文的定律——成功运营 ...
www.eeworm.com/read/109132/15563095
cpp prog13.cpp
#include
#include
#define Max 20
class Station
{
protected:
char from[Max];
char to[Max];
public:
Station()
{
strcpy(from,"");strcpy(to,"");
}
Station(char
www.eeworm.com/read/106257/15642489
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/106257/15642496
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/106257/15642500
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/106257/15642510
h xpathfinder.h
#pragma once
#include "XPath.h"
#include "XMapCtrl.h"
class XPathFinder
{
public:
XPathFinder();
virtual ~XPathFinder();
public:
XStations stations;
XLines lines;
public:
vect