代码搜索:Terminated
找到约 1,727 项符合「Terminated」的源代码
代码结果 1,727
www.eeworm.com/read/291979/3961300
hhf zstrings.hhf
#if( ! @defined( zstring_hhf ))
?zstring_hhf := true;
#includeOnce( "hla.hhf" )
#includeOnce( "stdio.hhf" )
namespace zstr;
// zlen- Returns the length of a zero-terminated string;
procedure
www.eeworm.com/read/277819/4150614
cpp 11_7.cpp
//11_7.cpp
#include
void main()
{
char line[100];
cout
www.eeworm.com/read/277819/4150741
cpp 11-7.cpp
//11-7.cpp
#include
void main()
{
char line[100];
cout
www.eeworm.com/read/273740/4194961
s strlen.s
/*
* strlen.S (c) 1995 David Mosberger (davidm@cs.arizona.edu)
*
* Finds length of a 0-terminated string. Optimized for the
* Alpha architecture:
*
* - memory accessed as aligned quadwords only
www.eeworm.com/read/443386/1743327
s strlen.s
/*
* strlen.S (c) 1995 David Mosberger (davidm@cs.arizona.edu)
*
* Finds length of a 0-terminated string. Optimized for the
* Alpha architecture:
*
* - memory accessed as aligned quadwords only
www.eeworm.com/read/439082/1813762
s strlen.s
/*
* strlen.S (c) 1995 David Mosberger (davidm@cs.arizona.edu)
*
* Finds length of a 0-terminated string. Optimized for the
* Alpha architecture:
*
* - memory accessed as aligned quadwords only
www.eeworm.com/read/430518/1922740
s strlen.s
/*
* strlen.S (c) 1995 David Mosberger (davidm@cs.arizona.edu)
*
* Finds length of a 0-terminated string. Optimized for the
* Alpha architecture:
*
* - memory accessed as aligned quadwords only
www.eeworm.com/read/430182/1937341
s strlen.s
/*
* strlen.S (c) 1995 David Mosberger (davidm@cs.arizona.edu)
*
* Finds length of a 0-terminated string. Optimized for the
* Alpha architecture:
*
* - memory accessed as aligned quadwords only
www.eeworm.com/read/428543/1959146
ctl emp.ctl
load data
append
into table emp
fields terminated by '|'
(
no float external,
name char(20),
age integer external,
duty char(1),
salary float external,
upd_ts date(14) 'YYYYM
www.eeworm.com/read/428543/1959147
ctl emp2.ctl
load data
infile *
append
into table emp
fields terminated by '|'
(
no float external,
name char(20),
age integer external,
duty char(1),
salary float external,
upd_ts date(1