代码搜索:STATION
找到约 2,179 项符合「STATION」的源代码
代码结果 2,179
www.eeworm.com/read/461827/7218864
h station.h
#ifndef STATION_H_
#define STATION_H_
#include
class Station : public CBase
{
public:
TInt iID;
HBufC* iName;
public:
~Station();
Station() {}
Station(TInt aID,HBufC* aNa
www.eeworm.com/read/461827/7218900
cpp station.cpp
#include "Station.h"
Station::~Station()
{
if (iName) delete iName;
}
www.eeworm.com/read/321394/13407618
gbt station.gbt
www.eeworm.com/read/304744/13787636
ini station.ini
[data]
0=6
1=59
2=5
3=24
4=3
5=104
6=7
7=215
8=8
9=40
10=9
11=21
12=7
13=5
14=12
15=253
16=10
17=150
18=131
19=82
[Init]
Init=1
www.eeworm.com/read/103184/6220970
java station.java
package Emluator;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2003
* Company: 西安电子科技大学计算机学院研03软件与理论
* @author 任声骏
* @version 1.0
*/
public class Stati
www.eeworm.com/read/396326/6391477
c station.c
#include "Station.h"
#include
#include
#include
#include
#include
#include
#include "mem.h"
#include "djk.h"
#include "namedef.h"
#in
www.eeworm.com/read/396326/6391484
h station.h
#define MAXHOOKNUM 60
//#define HAVEDAOCHA
typedef struct {
unsigned char nohi; //车号高位
unsigned char nomid; //车号中卫
unsigned char nolo; //车号低位
unsigned char netstate; //网络状态 0 :未入网 1:
www.eeworm.com/read/400198/11581219