代码搜索:Interactive
找到约 5,961 项符合「Interactive」的源代码
代码结果 5,961
www.eeworm.com/read/336578/3349230
c ncftpput.c
/* ncftpput.c
*
* A simple, non-interactive utility to send files to a remote FTP server.
* Very useful in shell scripts!
*
* NOTE: This is for demonstration only -- an up-to-date version of thi
www.eeworm.com/read/306178/3744999
c hu_song.c
#include
#include
int update_condition(object me, int duration)
{
if (!duration) return 0;
if( duration%2==0
//&&
//interactive(me)
&&!environment(me)
www.eeworm.com/read/306178/3745240
c shaolin_song.c
#include
#include
int update_condition(object me, int duration)
{
if (!duration) return 0;
if( duration%2==0
//&&
//interactive(me)
&&!environment(me)
www.eeworm.com/read/306178/3745290
c lingjiu_song.c
#include
#include
int update_condition(object me, int duration)
{
if (!duration) return 0;
if( duration%2==0
//&&
//interactive(me)
&&!environment(me)
www.eeworm.com/read/306178/3745984
c hu_song.c
#include
#include
int update_condition(object me, int duration)
{
if (!duration) return 0;
if( duration%2==0
//&&
//interactive(me)
&&!environment(me)
www.eeworm.com/read/306178/3761911
h shiwei.h
void init()
{
object ob;
::init();
if (interactive(ob=this_player())&&!is_fighting()) {
remove_call_out("greeting");
call_out("greeting",1,ob);
}
}
void greeting(object ob)
{
www.eeworm.com/read/304849/3784226
txt users.txt
-- users --
User manager for creating/deleting user accounts
Usage:
users [-p user_name]
The users (User Manager) program is interactive, and may only be used in
graphics mode. It can be used
www.eeworm.com/read/304849/3784243
txt format.txt
-- format --
This command will create a new, empty filesystem.
Usage:
format [-l] [-n name] [-s] [-t type] [-T] [disk_name]
The 'format' program is interactive, and operates in both text and gr
www.eeworm.com/read/292670/3950792
linux dep.linux
#!/bin/sh
if [ -f /lib/modules/$(uname -r)/build/Makefile ];then
default="/lib/modules/$(uname -r)/build"
else
default="/usr/src/linux"
fi
default=${LINUXDIR:=$default}
if [ "${interactive}" = "y"
www.eeworm.com/read/270745/4235440
java quadmech.java
/*
* MegaMek -
* Copyright (C) 2000-2002
* Ben Mazur (bmazur@sev.org)
* Cord Awtry (kipsta@bs-interactive.com)
*
* This program is free software; you can redistribute it and/or modify