代码搜索:STATION
找到约 2,179 项符合「STATION」的源代码
代码结果 2,179
www.eeworm.com/read/230899/14269727
h ax25.h
#ifndef _AX25_H
#define _AX25_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _IFACE_H
#include "iface.h"
#endif
#ifndef _SOCKADDR_H
www.eeworm.com/read/127768/14335784
c read_segy_cfg.c
#include
#include
#define BUFL 128
struct Station
{ char stationsname[16];
double laenge;
double breite;
double hoch;
double rechts;
int elevat
www.eeworm.com/read/126832/14400151
a51 dcm44n.a51
$TITLE (iDCM 44 COMMUNICATIONS FIRMWARE: SERIAL NON-AUTO MODULE)
$DATE (8 AUGUST 86)
$NOMO
$PAGING
$REGISTERBANK (0)
;***************************************************************************
www.eeworm.com/read/124628/14556140
h ax25.h
#ifndef _AX25_H
#define _AX25_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _IFACE_H
#include "iface.h"
#endif
#ifndef _SOCKADDR_H
www.eeworm.com/read/124417/14568621
h ax25.h
#ifndef _AX25_H
#define _AX25_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _IFACE_H
#include "iface.h"
#endif
#ifndef _SOCKADDR_H
www.eeworm.com/read/221802/14720139
c bridge.c
/* bridge.c - Simple learning bridge without STP uses NPT */
/* Copyright 2000-2003 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01q,20jun03,my
www.eeworm.com/read/210569/15196189
h ax25.h
#ifndef _AX25_H
#define _AX25_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _IFACE_H
#include "iface.h"
#endif
#ifndef _SOCKADDR_H
www.eeworm.com/read/172593/5383881
c config.c
/*
* Copyright (C) 2003 by egnite Software GmbH. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi
www.eeworm.com/read/169681/5416518
h if_seeq.h
/* if_seeq.h - Seeq 8005 Ethernet interface header */
/* Copyright 1984-1996 Wind River Systems, Inc. */
/*
modification history
--------------------
01a,21apr96,mem written.
*/
#ifndef __INCif_see
www.eeworm.com/read/161040/5563909
txt 车站综合练习_table.txt
1:建立一个简单的公交车辆查询系统的表结构:
包括的信息:
车号(如 320,332),首班车时间,末班车时间,起点站,终点站,车站(不考虑各站的先后顺序)
起价(比如 空调车2元起价,一般1元,旅游车 1.5)
2:要求能够方便的添加删除 各路车对应的车站
3:制作并插入数据
--所建立的表要求应当能完成如下查询功能
1:查询320(或其他车次)的所有站
2:查询某一车次的 ...