代码搜索:STATION
找到约 2,179 项符合「STATION」的源代码
代码结果 2,179
www.eeworm.com/read/441767/7665599
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/438200/7734739
m main.m
clear;
clc;
L=64; %每个包所含的信息比特数
M=80; %每个包所含的总比特数
R=10^4;
www.eeworm.com/read/438200/7734743
m main1.m
clear;
clc;
L=64; %每个包所含的信息比特数
M=80; %每个包所含的总比特数
R=10^4;
www.eeworm.com/read/438200/7734744
asv main1.asv
clear;
clc;
L=64; %每个包所含的信息比特数
M=80; %每个包所含的总比特数
R=10^4;
www.eeworm.com/read/434843/7800939
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/299022/7898295
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/299022/7898320
h xpassage.h
#pragma once
class XPassage
{
public:
XPassage (CString vStation = "", PointF position = PointF (-1, -1), CString vLine1 = "", CString vLine2 = "");
virtual ~XPassage();
public:
CString