代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/453046/7427831
java command.java
package book.graphic.painter2D;
/**
* 画板命令。LINE表示画线,CIRCLE表示画圆,RECTANGLE表示画矩形
*/
public interface Command {
public static final int LINE = 2;
public static final int CIRCLE = 4;
public s
www.eeworm.com/read/451733/7457218
prg _command.prg
MODIFY MENU "c:\documents and settings\administrator\桌面\zk中考信息管理系统\中考信息管理系统2002\main.mnx"
MODIFY COMMAND "c:\documents and settings\administrator\桌面\zk中考信息管理系统\中考信息管理系统2002\quit1.prg" AS 936
www.eeworm.com/read/449872/7495266
vhd command.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
entity command is
generic (
ASIZE : integer := 22;
DSIZE : integer := 32;
www.eeworm.com/read/449342/7508684
txt command.txt
//AT Command for test GPRS for SIM300 GSM module
at
at+cgdcont=1,"IP","telkomsel"
at+cstt="telkomsel","wap","wap123"
at+ciicr
at+cifsr
at+cipstart="tcp","167.205.22.15","21"
break
at+cipsend
www.eeworm.com/read/448648/7528160
po command.po
command.o: command.c zebra.h ../config.h \
/opt/eldk/eldk_3.1.1/ppc_8xx/usr/include/unistd.h \
/opt/eldk/eldk_3.1.1/ppc_8xx/usr/include/features.h \
/opt/eldk/eldk_3.1.1/ppc_8xx/usr/include/sys/
www.eeworm.com/read/448648/7528229
o command.o
www.eeworm.com/read/448648/7528240
c command.c
/* Command interpreter routine for virtual terminal [aka TeletYpe]
Copyright (C) 1997, 98, 99 Kunihiro Ishiguro
This file is part of GNU Zebra.
GNU Zebra is free software; you can redistribute i
www.eeworm.com/read/448648/7528252
h command.h
/*
* Zebra configuration command interface routine
* Copyright (C) 1997, 98 Kunihiro Ishiguro
*
* This file is part of GNU Zebra.
*
* GNU Zebra is free software; you can redistribute it and/or m
www.eeworm.com/read/448620/7529033
c command.c
/*===========================================================================
Copyright (c) 1998-2000, The Santa Cruz Operation
All rights reserved.
Redistribution and use in source and binary f
www.eeworm.com/read/444086/7618221
java command.java
public interface Command
{
public void Execute();
}