代码搜索:STATION
找到约 2,179 项符合「STATION」的源代码
代码结果 2,179
www.eeworm.com/read/422200/10655719
cpp 11_3.cpp
#include
#include
#define Max 20
class Station
{
protected:
char from[Max];
char to[Max];
public:
Station()
{
strcpy(from,"");
strcpy(to,"");
}
Station(ch
www.eeworm.com/read/351073/10682641
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/276429/10738023
h m32.h
#ifndef m32_h
#define m32_h
//ME Mobile equipment
//MS Mobile station,here MS=ME.
//TE Terminal equipment,it is me
uchar gsmMain(void);
BOOL gsmSendMessage(void);
void
www.eeworm.com/read/420951/10766116
m cost231hata.m
function [hL50dB] = cost231hata(hBSef, hMS, f, d, area)
%COST231Hata - function returns signal attenuation value based on
% COST231-Hata Model
%
% hL50dB = cost231hata(hBSef, hMS, f
www.eeworm.com/read/275154/10834381
bas 上车后能到达的站点(上下行).bas
Attribute VB_Name = "Module6"
Option Explicit
Public UPointTotal As Integer
Public UPoint(1 To 30) As String
'后向站点搜索
Public Sub BackStation(Bus As String, Station As String)
Dim str0, s
www.eeworm.com/read/270805/11025162
cpp main.cpp
#include
#include "weatherstation.h"
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
WeatherStation station;
app.setMainWidget(&station);
station.sh
www.eeworm.com/read/461827/7218906
cpp magictrainappview.cpp
/*
============================================================================
Name : TrainAppView.cpp
Author : Johnson Liu
Copyright : JL&NB
Description : Application view imp
www.eeworm.com/read/460133/7257235
cpp main.cpp
#include
#include "weatherstation.h"
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
WeatherStation station;
app.setMainWidget(&station);
station.sh
www.eeworm.com/read/455406/7372489
cpp cmsgreceiver.cpp
//
// CMsgReceiver.h
//
/*-----------------------------------------------------*\
HQ Tech, Make Technology Easy!
More information, please go to http://hqtech.nease.net.
/*----------
www.eeworm.com/read/445121/7598846
cpp main.cpp
#include
#include "weatherstation.h"
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
WeatherStation station;
station.show();
return app.exec();
}