代码搜索:Terminated
找到约 1,727 项符合「Terminated」的源代码
代码结果 1,727
www.eeworm.com/read/462800/7195888
c gui_addhex.c
//#include "GUI_Protected.h"
static const char acHex[16] = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F' };
void GUI_AddHex(unsigned int v, unsigned char Len,
www.eeworm.com/read/449031/7519900
h token.h
#ifndef _TOKEN_H_
#define _TOKEN_H_
namespace rmmseg
{
struct Token
{
Token(const char *txt, int len)
:text(txt), length(len) { }
// `text' may or may not be nul-t
www.eeworm.com/read/444799/7606467
c mstrnlen.c
/*
** Safe string length. Returns the length of a string that
** is possibly not NUL-terminated. 'size' is the length of the
** buffer in which this string is stored.
*/
#include
www.eeworm.com/read/444091/7618088
c mstrnlen.c
/*
** Safe string length. Returns the length of a string that
** is possibly not NUL-terminated. 'size' is the length of the
** buffer in which this string is stored.
*/
#include
www.eeworm.com/read/438832/7725358
sh read-r.sh
#!/bin/bash
echo
echo "Enter a string terminated by a \\, then press <ENTER>."
echo "Then, enter a second string, and again press <ENTER>."
read var1 # 当 read $var1 时, "\" 将会阻止产生新行.
www.eeworm.com/read/436521/7768651
c mstrnlen.c
/*
** Safe string length. Returns the length of a string that
** is possibly not NUL-terminated. 'size' is the length of the
** buffer in which this string is stored.
*/
#include
www.eeworm.com/read/243434/12941069
c join.c
/* Linuxthreads - a simple clone()-based implementation of Posix */
/* threads for Linux. */
/* Copyright (C) 1996 Xavier Leroy (Xavier.Leroy@i
www.eeworm.com/read/243130/12959836
txt delphi object pascal 編譯器的編譯指令之十六.txt
Delphi Object Pascal 編譯器的編譯指令之十六({$H+} 長字串宣告)(本人會連續刊登) (2001年3月17日)
网友更新 分类:杂类 作者:erp2 推荐:erp2 阅读次数:194
(http://www.codesky.net)
-----------------------------------------------------
www.eeworm.com/read/138638/13227392
c mstrnlen.c
/*
** Safe string length. Returns the length of a string that
** is possibly not NUL-terminated. 'size' is the length of the
** buffer in which this string is stored.
*/
#include
www.eeworm.com/read/324404/13264305
m rsc_encode.m
function y = rsc_encode(g, x, terminated)
% Copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
% encodes a block of data x (0/1)with a recursive systematic
% convol