代码搜索:STATION
找到约 2,179 项符合「STATION」的源代码
代码结果 2,179
www.eeworm.com/read/318365/13480382
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/317754/13498454
cpp cmsgreceiver.cpp
//
// CMsgReceiver.h
//
/*-----------------------------------------------------*\
HQ Tech, Make Technology Easy!
More information, please go to http://hqtech.nease.net.
/*----------
www.eeworm.com/read/317754/13498497
cpp cmsgreceiver.cpp
//
// CMsgReceiver.h
//
/*-----------------------------------------------------*\
HQ Tech, Make Technology Easy!
More information, please go to http://hqtech.nease.net.
/*----------
www.eeworm.com/read/316446/13522577
txt guoqi.txt
;我在学习clips,所以来练习一下,以下代码实现了基本功能
(deftemplate stationcolors
(slot station (type STRING) (default ?DERIVE))
(multislot colors (type SYMBOL) (default ?DERIVE))
)
(deffacts
www.eeworm.com/read/309894/13662562
c text.c
/***********************************************************************
文件名: Text.c
内容: 文本以及字符处理
创建人: Bob Lee
创建日期: 2005-8-12
修改日期: 2005-8-12
版本: 1.00.000
*********************************
www.eeworm.com/read/308848/13689776
h nrstpath.h
#pragma once
#include
//-----------------------------------------------------------------------------------------
struct PathNode
{
short nSegNumber;
CString* szRoutineName
www.eeworm.com/read/135973/13881487
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/135973/13881497
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/135973/13881508
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/135973/13881524
h xpathfinder.h
#pragma once
#include "XPath.h"
#include "XMapCtrl.h"
class XPathFinder
{
public:
XPathFinder();
virtual ~XPathFinder();
public:
XStations stations;
XLines lines;
public:
vect