代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/268797/11121357
tests command.tests
#!../../bash
#$Id: command.tests,v 1.1 2006/06/11 02:23:32 rockyb Exp $
if test -z $srcdir ; then
srcdir=`pwd`
fi
cmdfile=command.cmd
debugged_script=dbg-test1.sh
$BASH ${TOP_BUILDDIR}bashdb -B
www.eeworm.com/read/268797/11121390
cmd command.cmd
set trace-commands on
# Debugger test of 'command' command
#
# Try to set command when there is none.
command 1
#
# Now a command for a real breakpoint
break 23
command 1
x x
end
#
###################
www.eeworm.com/read/268797/11121632
right command.right
(dbg-test1.sh:22):
22: x=22
+# Debugger test of 'command' command
+#
+# Try to set command when there is none.
+command 1
No breakpoint number 1.
+#
+# Now a command for a real breakpoint
+break 23
www.eeworm.com/read/268797/11121641
run-command
#!/bin/sh
#$Id: run-command,v 1.1 2006/06/11 02:23:32 rockyb Exp $
if test -z "$srcdir" ; then
srcdir=`pwd`
fi
if test -z "$builddir" ; then
builddir=`pwd`
fi
. ${builddir}/check_common
TEST
www.eeworm.com/read/413294/11160247
h command.h
//**** ATMEL AVR - A P P L I C A T I O N N O T E ************************
//*
//* Title: AVR068 - STK500 Communication Protocol
//* Filename: command.h
//* Version: 1.0
//* Last updated: 31
www.eeworm.com/read/412544/11193597
prg command.prg
CLEAR
@ 0,0 SAY "**********人力资源管理系统**********"
@ 1,10 SAY "1.员工档案管理"
@ 2,10 SAY "2.部门信息管理"
@ 3,10 SAY "3.员工培训管理"
@ 4,10 SAY "4.员工调动管理"
@ 5,10 SAY "5.员工奖惩管理"
@ 6,10 SAY "6.员工考评管理"
@ 7,10 SAY "7
www.eeworm.com/read/412544/11193761
fxp command.fxp
www.eeworm.com/read/412417/11199805
java command.java
public interface Command
{
public void Execute();
}
www.eeworm.com/read/412417/11199819
class command.class
www.eeworm.com/read/412417/11199965
java command.java
public interface Command
{
public void Execute();
}