代码搜索:declared

找到约 3,220 项符合「declared」的源代码

代码结果 3,220
www.eeworm.com/read/101783/15817162

htm ei14.htm

Effective C++, 2E | Item 14: Make sure base classes have virtual destructors Back to Item 13: List members in an initialization list in the order in which they are declared. Continue to Item 15: Have
www.eeworm.com/read/387605/8663178

h sqstack.h

//Sequence-Stack class is declared //SqStack.h #if !defined (_SQSTACK_H_CPP) #define _SQSTACK_H_CPP #if _MSC_VER > 100 #pragma once #endif template class SqStack{ public:
www.eeworm.com/read/417108/11003455

rrsync

#!/usr/bin/perl # Name: /usr/local/bin/rrsync (should also have a symlink in /usr/bin) # Purpose: Restricts rsync to subdirectory declared in .ssh/authorized_keys # Author: Joe Smith
www.eeworm.com/read/242581/12998275

c malloc.c

#include "malloc.h" #include "as31glue.h" #include "printf.h" #include /* this "simm_id" type is what will normally be passed around, */ /* and declared inside of other structs (like playl
www.eeworm.com/read/137285/13334810

h mnc6.h

/* mnc6.h Most structures used in mnc code are declared here; this could be split into several bits, to avoid having to... . */ typedef struct { int per_row ; /* how many 1s to have per
www.eeworm.com/read/136959/13350925

c doansi_2.c

/* ** DOANSI_2.C - OS-Specific ANSI screen code interpreter functions ** ** From DRSK_105.LZH (ansi.c), hereby declared free for use for whatever ** purposes by author: Mark Kimes */ #include "doa
www.eeworm.com/read/136959/13351461

h doansi.h

/* ** DOANSI.H - Portable ANSI screen code interpreter ** ** From DRSK_105.LZH (ansi.c), hereby declared free for use for whatever ** purposes by author: Mark Kimes */ #ifndef DOANSI__H #define DO
www.eeworm.com/read/136959/13351940

c doansi_1.c

/* ** DOANSI_1.C - Portable ANSI screen code interpreter ** ** From DRSK_105.LZH (ansi.c), hereby declared free for use for whatever ** purposes by author: Mark Kimes */ #include #inclu
www.eeworm.com/read/131315/5942235

aix sedf.aix

/## Filter noise out of AIX lint output./d /## $Revision: 1.4 $/d /dbzwritethrough multiply declared/d /warning: conversion to long may sign-extend incorrectly/d /warning: struct.union iovec never d
www.eeworm.com/read/240162/4582783

c 900208_02.c

// { dg-do run } // g++ 1.36.1 bug 900208_02 // g++ does not allow a static member of a class/struct/union to be // declared as an array without an explicit upper bound. // Cfront 2.0 passes this t