代码搜索:STATION
找到约 2,179 项符合「STATION」的源代码
代码结果 2,179
www.eeworm.com/read/383177/8964926
h structures.h
/*===========================================================================*/
/* SEED reader | structures.h | header file */
/*======================================
www.eeworm.com/read/383177/8964936
h ahhead.h
/* structure for data file header -- witte, 11 June 85 */
#define AHHEADSIZE 1024
#define CODESIZE 6
#define CHANSIZE 6
#define STYPESIZE 8
#define COMSIZE 80
#define TYPEMIN 1
#define TYPEMAX 6
#de
www.eeworm.com/read/426757/9000739
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/283418/9022010
pas iniunit.pas
unit IniUnit;
interface
uses
Classes, SysUtils, IniFiles, Forms, Windows;
const
csIniSLAVECOUNTSection = 'SLAVECOUNT';
csIniSTATION1Section = 'STATION1';
csIniSTATION2Section = 'S
www.eeworm.com/read/283418/9022018
~pas iniunit.~pas
unit IniUnit;
interface
uses
Classes, SysUtils, IniFiles, Forms, Windows;
const
csIniSLAVECOUNTSection = 'SLAVECOUNT';
csIniSTATION1Section = 'STATION1';
csIniSTATION2Section = 'S
www.eeworm.com/read/181889/9232534
java chengtie.java
import java.awt.*;
import java.applet.*;
public class Chengtie extends Applet implements Runnable
{
Thread t=null;
//音乐
AudioClip audioRing;
AudioClip audioLine;
AudioClip audioStop;
www.eeworm.com/read/179761/9339875
h nrstpath.h
#pragma once
//-----------------------------------------------------------------------------------------
struct PathNode
{
short nSegNumber;
CString* szRoutineName;
CString* szFromSt
www.eeworm.com/read/374863/9381335
c text.c
/***********************************************************************
文件名: Text.c
内容: 文本以及字符处理
创建人: Bob Lee
创建日期: 2005-8-12
修改日期: 2005-8-12
版本: 1.00.000
******************************
www.eeworm.com/read/175226/9554871
cpp ex0608.cpp
class TV
{
public:
void SetStation(int Station);
int GetStation() const;
private:
int itsStation;
};
int main()
{
TV myTV;
myTV.itsStation = 9;
TV.SetStatio
www.eeworm.com/read/169229/9874479
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