代码搜索:Terminated
找到约 1,727 项符合「Terminated」的源代码
代码结果 1,727
www.eeworm.com/read/278580/10527215
h cgic.h
/* The CGI_C library, by Thomas Boutell, version 2.01. CGI_C is intended
to be a high-quality API to simplify CGI programming tasks. */
/* Make sure this is only included once. */
#ifndef CGI_C
#de
www.eeworm.com/read/455746/7366470
m gev.m
function res=gev(data,blocksz),
%Fits generalized extreme value distribution (GEV) to block maxima data
%
%USAGE: res=gev(data,blocksz)
%
% data: Data vector
%blocksz: Blocksize
%
% res:
www.eeworm.com/read/452695/7436269
c ex10_01.c
/* Exercise 10.1 Reading types of strings from the keyboard */
/*
type 1: a sequence of lowercase letters followed by a digit. e.g. number1
type 2: two words that both begin with a capital letter a
www.eeworm.com/read/449679/7498606
nec bev80.nec
CE BEV80-1.ANT, Rt. Angle 1/4 Wave Terminated Beverage
'
GW 1 1 0 0 0 0 0 6 #18/ft
GW 2 40 0 0 6 600 0 6 #18/ft
GW 3 10 600 0 6 600 65 6 #18/ft
GW 4 10 600 0 6 600 -65 6 #18/ft
GS 0 0 ft
GE 1
www.eeworm.com/read/438832/7725311
sh self-destruct.sh
#!/bin/bash
# self-destruct.sh
kill $$ # 脚本将在此处结束自己的进程.
# 回忆一下,"$$"就是脚本的PID.
echo "This line will not echo."
# 而且shell将会发送一个"Terminated"消息到stdout.
exit 0
# 在脚本结束自身进程之后,
#+ 它返回的退出码是什么?
#
www.eeworm.com/read/436097/7776568
txt readme uv interface.txt
Universal Viewer application interface
======================================
1. WM_COPYDATA message: pass data to Viewer.
wParam: handle of sender window
lParam: pointer to COPYDATASCRUCT
www.eeworm.com/read/243449/12940588
h cgic.h
/* The CGI_C library, by Thomas Boutell, version 2.01. CGI_C is intended
to be a high-quality API to simplify CGI programming tasks. */
/* Make sure this is only included once. */
#ifndef CGI_C
#de
www.eeworm.com/read/323119/13352914
test loaddata.test
#
# Some simple test of load data
#
--disable_warnings
drop table if exists t1, t2;
--enable_warnings
create table t1 (a date, b date, c date not null, d date);
load data infile '../../std_data/load