代码搜索:Terminated
找到约 1,727 项符合「Terminated」的源代码
代码结果 1,727
www.eeworm.com/read/161121/5557071
s strrchr.s
/*
* arch/alpha/lib/strrchr.S
* Contributed by Richard Henderson (rth@tamu.edu)
*
* Return the address of the last occurrance of a given character
* within a null-terminated string, or null if it
www.eeworm.com/read/152843/5658900
s strrchr.s
/*
* arch/alpha/lib/strrchr.S
* Contributed by Richard Henderson (rth@tamu.edu)
*
* Return the address of the last occurrence of a given character
* within a null-terminated string, or null if it
www.eeworm.com/read/101997/15795465
c settab.c
/*
** settab.c -- search command line for tab list possibly
** terminated with an interval (+n) and set up
** tabs[MAXLINE+1]
*/
#define DEFTAB 8
settab(tabs, argc, arg
www.eeworm.com/read/432726/8580442
cpp step7.cpp
// Cancel - Creates a new thread with long running query when the letter 'a' is typed.
// Cancels a query when letter 'C' is typed.
// All threads are terminated when the letter 'Q' is entered.
//
www.eeworm.com/read/352274/10567133
m yhzstem.m
function hh = yhzstem(varargin)
%STEM Discrete sequence or "stem" plot.
% STEM(Y) plots the data sequence Y as stems from the x axis
% terminated with circles for the data value.
%
% STEM
www.eeworm.com/read/275529/10812793
cpp step7.cpp
/* Cancel - Creates a new thread with long running query when the letter 'a' is typed.
* Cancels a query when letter 'C' is typed.
* All threads are terminated when the letter 'Q' is entered.
www.eeworm.com/read/325411/13207484
c puts.c
/* A module of ASYNCx.LIB version 1.20 */
#include "asyncdef.h"
/*
** Send the null-terminated string of characters pointed to by s to the
** port associated with p. If port p is not open, ret
www.eeworm.com/read/147766/5722634
s strchr.s
/*
* arch/alpha/lib/strchr.S
* Contributed by Richard Henderson (rth@tamu.edu)
*
* Return the address of a given character within a null-terminated
* string, or null if it is not found.
*/
#inc
www.eeworm.com/read/140283/5793079
h cthread.h
#ifndef CTHREAD_H
#define CTHREAD_H
#include "defines.h"
#include "Exception.h"
namespace annie {
class TerminatedException : Exception {
public:
TerminatedException() : Exception("Terminated duri