代码搜索:executed
找到约 9,141 项符合「executed」的源代码
代码结果 9,141
www.eeworm.com/read/396170/8121656
c ch04.02.c
// #include
// #include
#include
#include
#include
/**
** !!ok: executed with no errors!
**/
int main()
{
int ia[ 10 ] = { 0,1,
www.eeworm.com/read/245201/12811189
c io20_6.05.c
// #include
#include
#include
/**
** requires that these files exist in the directory
** this program is executed within
**
stanl@john:d.ch20 249 : a.out
www.eeworm.com/read/245201/12811326
c ch04.02.c
// #include
// #include
#include
#include
#include
/**
** !!ok: executed with no errors!
**/
int main()
{
int ia[ 10 ] = { 0,1,
www.eeworm.com/read/144074/12819635
dat defs.dat
program A list of the acts, speeches, pieces.
finish To bring to an end.
cause Anything producing an effect or result.
sextet A group of six performers.
program A sequence of operations executed
www.eeworm.com/read/240686/13205157
dat defs.dat
program A list of the acts, speeches, pieces.
finish To bring to an end.
cause Anything producing an effect or result.
sextet A group of six performers.
program A sequence of operations executed
www.eeworm.com/read/314123/13574421
ip-down
#!/bin/sh
# this is a script which is executed after disconnecting the ppp interface.
# look at man pppd for details
# the followings parameters are available:
# $1 = interface-name
# $2 = tty-devic
www.eeworm.com/read/314123/13574422
ip-up
#!/bin/sh
# this is a script which is executed after connecting the ppp interface.
# look at man pppd for details
# the followings parameters are available:
# $1 = interface-name
# $2 = tty-device
#
www.eeworm.com/read/147766/5723238
c offset.c
/* Written 2000 by Andi Kleen */
/* This program is never executed, just its assembly is examined for offsets
(this trick is needed to get cross compiling right) */
/* $Id: offset.c,v 1.16 2002/
www.eeworm.com/read/147422/5729146
m gchek.m
% Function : Create a graphical user interface (GUI) to
% (1) display the speech and egg data
% (2) zoom in on the data
%
% Gchek.m is a call_function executed by "c_pb_gci"
www.eeworm.com/read/147422/5729977
m vset.m
% Function : Create a graphical user interface (GUI) to conduct voice conversion
%
% Vset.m is a call_function executed by "m_pb_vc" on figure(m_win_f).
%
%---------------------------