代码搜索:STATION
找到约 2,179 项符合「STATION」的源代码
代码结果 2,179
www.eeworm.com/read/222203/14701274
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/222203/14701278
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/222203/14701293
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/222203/14701299
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/221798/14721059
c intprismtertap.c
/* intPrismTertAp.c - Routines for starting/configuring a Tertiary AP */
/* Copyright 2001-2003 Wind River Systems, Inc. */
/*
modification history
--------------------
02p,18jul03,rb Added ARMARC
www.eeworm.com/read/221024/14777419
html http:^^www.cs.utexas.edu^users^xfeng^cs105^timetable.html
MIME-Version: 1.0
Server: CERN/3.0
Date: Monday, 06-Jan-97 20:10:19 GMT
Content-Type: text/html
Content-Length: 1445
Last-Modified: Saturday, 02-Nov-96 01:36:08 GMT
www.eeworm.com/read/120731/14791809
java fastway.java
import java.util.Vector;
import java.lang.Math;
import java.io.*;
public class Fastway{
public static final int stationnum=6;
public static final int wedistance[]={24,45,107,128,152,174};//各个中途
www.eeworm.com/read/120731/14791825
txt src_fastway.txt
E:\杨文件夹\fastway\Fastway.java
E:\杨文件夹\fastway\passenger.java
E:\杨文件夹\fastway\Bus.java
E:\杨文件夹\fastway\endstation.java
E:\杨文件夹\fastway\Station.java
E:\杨文件夹\fastway\Wowbus.java
E:\杨文件夹\fastway\Yvkb
www.eeworm.com/read/120731/14791833
java passenger.java
public class Passenger
{
//属性
private Station aimland; //标识乘客的目的地
//方法
public Passenger(Station astation){aimland=astation;}//构造函数
public Passenger(){this(new Station());} //随机产生目的地
www.eeworm.com/read/118506/14866484
h nrstpath.h
#pragma once
//-----------------------------------------------------------------------------------------
struct PathNode
{
short nSegNumber;
CString* szRoutineName;
CString* szFromSt