代码搜索:Interactive
找到约 5,961 项符合「Interactive」的源代码
代码结果 5,961
www.eeworm.com/read/306178/3752392
h tangzhu.h
// TangZhu.h for fight and get letter from TangZhu
void init()
{
::init();
if (interactive(this_player()) && this_player()->query_temp("fighting"))
{
COMBAT_D->do_attack(this_object(),
www.eeworm.com/read/306178/3761932
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)
{
if (!ob||en
www.eeworm.com/read/306178/3762184
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)
{
if (!ob||en
www.eeworm.com/read/303435/3813454
readme
Readme for Triso Demo
Type:
Triso1
The program is interactive. What follows is what you should type
for the demo:
.... beginning of screen capture of a run of the demo ...
1 wenzel> Triso1
*** T
www.eeworm.com/read/296222/3907616
py pydoc.py
#! /usr/bin/env python2.3
# -*- coding: Latin-1 -*-
"""Generate Python documentation in HTML or text for interactive use.
In the Python interpreter, do "from pydoc import help" to provide online
help
www.eeworm.com/read/414034/2154675
py pydoc.py
#! /usr/bin/env python2.3
# -*- coding: Latin-1 -*-
"""Generate Python documentation in HTML or text for interactive use.
In the Python interpreter, do "from pydoc import help" to provide online
help
www.eeworm.com/read/158865/5594047
h isc.h
/* Assembler-independent definitions for an Intel 386 running
Interactive Unix System V. Specifically, this is for recent versions
that support POSIX. */
/* Use crt1.o, not crt0.o, as a startu
www.eeworm.com/read/194440/8193143
m contents.m
% CREWES raytracing tools
% Raytracing for v(z) and v(x,z)
%
%Demos and scripts
% RAYTRACE_DEMO ... interactive demonstration of v(z) raytracing capabilities
% RAYVXZ_DEMO ... demo the v(x,z) ray
www.eeworm.com/read/194440/8193481
m slicetool.m
function slicetool(arg1,arg2)
% SLICETOOL provides interactive 2-D viewing and manipulation of a random
% Earth Object. Slicetool may be invoked in any of the following ways:
% 1) slicetool
% If
www.eeworm.com/read/249424/12506564
js aimsidentify.js
// aimsIdentify.js
/*
* JavaScript template file for ArcIMS HTML Viewer
* dependent on aimsXML.js, ArcIMSparam.js, aimsCommon.js, aimsMap.js, and aimsLayers.js
* To be interactive, dependent al