代码搜索:STATION
找到约 2,179 项符合「STATION」的源代码
代码结果 2,179
www.eeworm.com/read/169229/9874493
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/169229/9874510
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/169229/9874540
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/169229/9874546
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/169087/9881271
txt developer.txt
Developer notes for hostapd
===========================
hostapd daemon setup, operations, and shutdown
----------------------------------------------
Files: hostapd.[ch]
Externally called functions
www.eeworm.com/read/164003/10135265
msa sqcomm51.msa
;=============================================================================
T2CON = 0C8H
TH2 = 0CDH
TL2 = 0CCH
PT2 = IP.5
ET2 = IE.5
RCAP2H = 0CBH
RCAP2L = 0CAH
PCON = 87H ; P
www.eeworm.com/read/353952/10402560
m t_xtide.m
function pred=t_xtide(varargin);
% T_XTIDE Tidal prediction
% YOUT=T_XTIDE(STATION) makes a tidal prediction
% for the current day using the harmonics file from XTIDE.
% if STATION is a string th
www.eeworm.com/read/424424/10450305
cpp main.cpp
#include
#include "weatherstation.h"
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
WeatherStation station;
station.show();
return app.exec();
}
www.eeworm.com/read/422884/10605053
asm zhuji.asm
;*******************液滴监测系统主机控制程序**********************
LED1 EQU 0A000H
LED2 EQU 0A006H
DISPRAM1 EQU 08H
DISPRAM2 EQU 09H
DISPRAM3 EQU 0AH
DISPRAM4 EQU 0BH
DISPRAM5 EQU 0CH
KEYPORT