代码搜索:Interactive
找到约 5,961 项符合「Interactive」的源代码
代码结果 5,961
www.eeworm.com/read/183272/9173030
h opend.h
#include "apue.h"
#include
#define CS_OPEN "/home/sar/opend" /* well-known name */
#define CL_OPEN "open" /* client's request for server */
extern int debug; /* nonzero if interactive
www.eeworm.com/read/366144/9828377
tcl test8.tcl
# QMG test 8: a cube in standard orientation versus
# a tilted cube.
global qmg_data
gmset cube [gmoffread $qmg_data/cube.off]
set show 0
if {[llength [info globals interactive]]} {
set show 1
}
www.eeworm.com/read/366144/9828390
tcl test3.tcl
## QMG test 3: mesh a dodecahedron
global qmg_data
gmset dodec [gmoffread $qmg_data/dodec.off]
set show 0
if {[llength [info globals interactive]]} {
set show 1
}
gmsummary $dodec
gmset mesh [gm
www.eeworm.com/read/364932/9887176
35 fig17.35
#include "apue.h"
#include
#define CS_OPEN "/home/sar/opend" /* well-known name */
#define CL_OPEN "open" /* client's request for server */
extern int debug; /* nonzero if interactive
www.eeworm.com/read/364932/9887504
h opend.h
#include "apue.h"
#include
#define CS_OPEN "/home/sar/opend" /* well-known name */
#define CL_OPEN "open" /* client's request for server */
extern int debug; /* nonzero if interactive
www.eeworm.com/read/168118/9938419
m gardnerexp.m
function gardnerexp(arg1,arg2,arg3,arg4,arg5)
% gardnerexp(v,rho,z,tops,ztops)
%
% GARDNEREXP allows interactive estimation of the Gardner parameters
% empirically linking density and instantaneous
www.eeworm.com/read/160583/10517371
py fonts_demo.py
#!/usr/bin/env python
"""
Show how to set custom font properties.
For interactive users, you can also use kwargs to the text command,
which requires less typing. See exampes/fonts_demo_kw.py
"""
fro
www.eeworm.com/read/458682/7291354
sh ex69.sh
#!/bin/bash
# Non-interactive use of 'vi' to edit a file.
# Emulates 'sed'.
E_BADARGS=65
if [ -z "$1" ]
then
echo "Usage: `basename $0` filename"
exit $E_BADARGS
fi
TARGETFILE=$1
# Insert 2 l
www.eeworm.com/read/450517/7482735
m ipf.m
function ipf(x,y)
% ipf(x,y)
% Keyboard-operated Interactive Peak Fitter for data in arguments x,y.
% This version does not use sliders; it uses the keyboard commands only.
% See http://www.wam.um
www.eeworm.com/read/289562/7805785
35 fig17.35
#include "apue.h"
#include
#define CS_OPEN "/home/sar/opend" /* well-known name */
#define CL_OPEN "open" /* client's request for server */
extern int debug; /* nonzero if interactive