代码搜索:STATION
找到约 2,179 项符合「STATION」的源代码
代码结果 2,179
www.eeworm.com/read/368087/9712829
s radio.s
.module radio.c
.area text(rom, con, rel)
.dbfile D:\avrmcu\AT980\bu2624\radio.c
.dbfunc s save_fre _save_fre fI
.even
_save_fre::
sbiw R28,2
.dbline -1
.dbline 37
; #include "..\bu26
www.eeworm.com/read/300850/13888975
pas ul_drvdef.pas
unit ul_drvdef;
interface
{$DEFINE UL_INDIR}
{$IFDEF FPC}
{$PACKRECORDS C}
{$ENDIF}
//uses
// Windows;
const
UL_BFL_LOCK = $8000;
{ Message must be received by some proccess }
UL_
www.eeworm.com/read/188652/8521147
h stationobject.h
#ifndef _STATION_OBJECT_
#define _STATION_OBJECT_
#include "object.h"
#include "objectstructsdef.h"
#include "signalobjects.h"
#include "valueobjects.h"
class CSignalObjects;
class CValueObjec
www.eeworm.com/read/431298/8690110
c 20.c
#include
#define MAX_STATION_NUM 32 /*定义最大允许的储油点数目*/
void main()
{
int k,i;
float wDistance; /*wDistance是终点至当前贮油点的距离*/
float storedOil[MAX_STATION_NUM]
www.eeworm.com/read/383177/8963537
c parse_52.c
/*===========================================================================*/
/* SEED reader | parse_type52 | station header */
/*====================================
www.eeworm.com/read/366448/9813020
c 20.c
#include
#define MAX_STATION_NUM 32 /*定义最大允许的储油点数目*/
void main()
{
int k,i;
float wDistance; /*wDistance是终点至当前贮油点的距离*/
float storedOil[MAX_STATION_NUM]
www.eeworm.com/read/169087/9881280
h ap.h
#ifndef AP_H
#define AP_H
/* STA flags */
#define WLAN_STA_AUTH BIT(0)
#define WLAN_STA_ASSOC BIT(1)
#define WLAN_STA_PS BIT(2)
#define WLAN_STA_TIM BIT(3)
#define WLAN_STA_PERM BIT(4)
#define WLAN_S
www.eeworm.com/read/163678/10149918
cpp main.cpp
//BEGIN main.cpp
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//See gas_station.h for more information
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
www.eeworm.com/read/280938/10278027
c 20.c
#include
#define MAX_STATION_NUM 32 /*定义最大允许的储油点数目*/
void main()
{
int k,i;
float wDistance; /*wDistance是终点至当前贮油点的距离*/
float storedOil[MAX_STATION_NUM]
www.eeworm.com/read/458884/7286117
cpp 程序源代码.cpp
#include
#include
#include
using namespace std;
const int Tc = 10;
const int max_units = 1000;
int unit_num;
struct unit
{
int Te;
int up;
int do