代码搜索:Interactive
找到约 5,961 项符合「Interactive」的源代码
代码结果 5,961
www.eeworm.com/read/308059/13710343
html compassformatdemo2.html
CompassFormatDemo2
This demo shows the use of the ModuloAxis class and the
CompassFormat class to present direction information. The demo
is interactive - you
www.eeworm.com/read/302637/13830406
txt at命令的用法.txt
at命令的用法
At
列出在指定的时间和日期在计算机上运行的已计划命令或计划命令和程序。必须正在运行“计划”服务才能使用 at 命令。
at [\\computername] [[id] [/delete] | /delete [/yes]]
at [\\computername] time [/interactive] [/every:date[,...]| /next
www.eeworm.com/read/149356/5700644
java gaugedemo.java
/*
* %W% %E%
*
* Copyright (c) 2000-2002 Sun Microsystems, Inc. All rights reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms
*/
package gauge;
import javax.microedition.lc
www.eeworm.com/read/149353/5700746
java gaugedemo.java
/*
* %W% %E%
*
* Copyright (c) 2000-2002 Sun Microsystems, Inc. All rights reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms
*/
package gauge;
import javax.microedition.lc
www.eeworm.com/read/144216/5752663
vanish
#!/usr/bin/perl
# $RCSfile: vanish,v $$Revision: 4.1 $$Date: 92/08/07 17:20:54 $
sub it {
if ($olddir ne '.') {
chop($pwd = `pwd`) if $pwd eq '';
(chdir $olddir) || die "Directory $olddir is n
www.eeworm.com/read/144212/5752931
term
#
# term -- a shell function to set the terminal type interactively or not.
#
term()
{
local t
if [ $# != 0 ] ; then
eval $(tset -sQ $1)
else # interactive
if [ -z "$TERM" ] ; then
TERM
www.eeworm.com/read/144212/5752975
nmv
#! /bin/bash
#
# original from:
# @(#) ncp.ksh,nmv.ksh 1.1 94/07/23
# 92/01/18 john h. dubois iii (john@armory.com)
# 92/01/31 added check for no args left after shifts
# 92/02/17 added help
# 92/02/2
www.eeworm.com/read/144212/5752985
ncp
#! /bin/bash
#
# original from:
# @(#) ncp.ksh,nmv.ksh 1.1 94/07/23
# 92/01/18 john h. dubois iii (john@armory.com)
# 92/01/31 added check for no args left after shifts
# 92/02/17 added help
# 92/02/2
www.eeworm.com/read/137691/5820354
pl test.pl
#!/usr/bin/perl
$interactive = 0;
$runIdx = -1;
$list = 0;
$usage = "test [-i][-l][-n]\n\t-i: Run in interactive mode (prompt for the query to run)\n\t-l: List the queries available and exit\n\t-n: R
www.eeworm.com/read/137691/5820885
java jython.java
// Copyright (c) Corporation for National Research Initiatives
package org.python.util;
import org.python.core.*;
import java.util.zip.*;
import java.io.*;
public class jython
{
private static S