代码搜索:Terminated
找到约 1,727 项符合「Terminated」的源代码
代码结果 1,727
www.eeworm.com/read/436999/7757227
c h0801.c
#include
#include
#include
int main(void)
{
struct tm t;
char str[80];
/* sample loading of tm structure */
t.tm_sec = 1; /* Seconds */
t.tm
www.eeworm.com/read/245849/12778074
m finish.m
% File to be executed following the "quit" command
disp('Execution terminated')
% quit cancel
www.eeworm.com/read/325323/13212352
txt 字典树.txt
#include
#include
typedef struct TTrie
{
TTrie *next[26];
bool terminated;
}Trie;
Trie * new_trie()
{
Trie *p=new Trie;
memset(p,0,sizeof(Trie));
return p;
}
v
www.eeworm.com/read/238485/13882486
3 case.3
.TH case 3
.SH NAME
case \- convert ASCII uppercase bytes to lowercase
.SH SYNTAX
.B #include
void \fBcase_lowers\fP(\fIs\fR);
.br
void \fBcase_lowerb\fP(\fIs\fR,\fIlen\fR);
int \fBcase_dif
www.eeworm.com/read/147766/5722633
s strncpy.s
/*
* arch/alpha/lib/strncpy.S
* Contributed by Richard Henderson (rth@tamu.edu)
*
* Copy no more than COUNT bytes of the null-terminated string from
* SRC to DST. If SRC does not cover all of CO
www.eeworm.com/read/139291/5804751
h apr_optional_hooks.h
/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in c
www.eeworm.com/read/136812/5861791
c nlsname.c
/* @(#)nlsname.c 1.1 92/07/30 SMI */
/* Copyright (c) 1984 AT&T */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
/* The copyright notice above does not ev