代码搜索:Generics
找到约 1,477 项符合「Generics」的源代码
代码结果 1,477
www.eeworm.com/read/249894/12463104
cs spatialindexr2.cs
namespace Perst
{
using System;
#if USE_GENERICS
using System.Collections.Generic;
#endif
using System.Collections;
/// Interface of object spatial index.
///
www.eeworm.com/read/249894/12448657
cs testr2.cs
using System;
using Perst;
using System.Diagnostics;
public class TestR2 : Persistent
{
class SpatialObject : Persistent
{
public RectangleR2 rect;
}
#if USE
www.eeworm.com/read/249894/12463086
cs l2list.cs
namespace Perst
{
using System;
#if USE_GENERICS
using System.Collections.Generic;
#endif
using System.Collections;
///
/// Double linked list.
///
www.eeworm.com/read/249894/12463101
cs l2listelem.cs
namespace Perst
{
using System;
///
/// Double linked list element.
///
#if USE_GENERICS
public class L2ListElem : Persistent where T:L2ListElem
www.eeworm.com/read/162614/5524393
ada cc3019c1.ada
-- CC3019C1.ADA
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/249894/12463280
cs rtreer2.cs
namespace Perst.Impl
{
using System;
#if USE_GENERICS
using System.Collections.Generic;
#endif
using System.Collections;
using Perst;
#if USE_GENERICS
class RtreeR2:
www.eeworm.com/read/167185/5462485
h reloc.h
/*
*/
/* @(#)reloc.h 1.1 11/21/89 ATT ESI */
struct reloc {
long r_vaddr; /* (virtual) address of reference */
long r_symndx; /* index into symbol table */
unsigned short r_type; /* relocation t
www.eeworm.com/read/451398/7465835
pas tmsuflxrowcomments.pas
unit tmsUFlxRowComments;
{$INCLUDE ..\FLXCOMPILER.INC}
interface
uses SysUtils, Classes,
{$IFDEF FLX_GENERICS} Generics.Collections, {$ENDIF}
Contnrs;
type
{$IFDEF FLX_GENERICS}
www.eeworm.com/read/446754/7566944
pas tmsuflxrowcomments.pas
unit tmsUFlxRowComments;
{$INCLUDE ..\FLXCOMPILER.INC}
interface
uses SysUtils, Classes,
{$IFDEF FLX_GENERICS} Generics.Collections, {$ENDIF}
Contnrs;
type
{$IFDEF FLX_GENERICS}
www.eeworm.com/read/409436/11326827
pas tmsuflxrowcomments.pas
unit tmsUFlxRowComments;
{$INCLUDE ..\FLXCOMPILER.INC}
interface
uses SysUtils, Classes,
{$IFDEF FLX_GENERICS} Generics.Collections, {$ENDIF}
Contnrs;
type
{$IFDEF FLX_GENERICS}