代码搜索:STATION
找到约 2,179 项符合「STATION」的源代码
代码结果 2,179
www.eeworm.com/read/475901/6768754
asp qm.asp
0 then
k=request.QueryString("k")
if k="p" then
q=request.QueryString("q")
response.Redirect("station_show.asp?k="&k&"&q="&q)
elseif k = "pp" then
www.eeworm.com/read/474803/6807458
java querymode.java
public interface QueryMode {
public static final int BUS = 0; //按照公共汽车线路查询
public static final int STATION = 1; //按照公共汽车站点名查询
}
www.eeworm.com/read/473485/6844181
java beg_end_sta.java
//beg_end_sta.java
//该类用于描述起始车站
public class Beg_end_sta
{
Station begining;
Station ending;
public Beg_end_sta( Station begining ,Station ending )
{
this.begining=new S
www.eeworm.com/read/194440/8194263
m loadsynt.m
function [fbtime, fbcoord, shotcoord, nshots, nrecs, recelev, shotelev, uphole] = loadsynt
% Load files from synthetic data
% Data is loaded as five files:
% fbpick: (trace#) refracted arrival tim
www.eeworm.com/read/293299/8300749
sta
#!/bin/sh
usage()
{
echo "Usage:$0 {en|dis}"
}
for x in "1";do
if [ $# -lt 1 ]; then usage; break; fi
action=$1
case "$action" in
en)
echo "===Station enable==="
#
www.eeworm.com/read/415495/11071293
txt linux.txt
**
**
** VIA Networking Solomon-A/B/G Wireless LAN Adapter
**
** Linux Driver (binary release)
**
** v1.17 August 2006
**
**
Introduction:
=============
The instructions l
www.eeworm.com/read/249467/12500575
asp keer.asp
0 then
k=request.QueryString("k")
if k="p" then
q=request.QueryString("q")
response.Redirect("station_show.asp?k="&k&"&q="&q)
elseif k = "pp" then
www.eeworm.com/read/235612/14061066
m loadsynt.m
function [fbtime, fbcoord, shotcoord, nshots, nrecs, recelev, shotelev, uphole] = loadsynt
% Load files from synthetic data
% Data is loaded as five files:
% fbpick: (trace#) refracted arrival tim
www.eeworm.com/read/110420/15534299
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/105272/15672788
c eepro.c
/**************************************************************************
Etherboot - BOOTP/TFTP Bootstrap Program
Intel EEPRO/10 NIC driver for Etherboot
Adapted from Linux eepro.c from kernel 2.2