dgl.inc_pas

来自「Delphi Generic Algorytms library - Maps,」· INC_PAS 代码 · 共 44 行

INC_PAS
44
字号
(*
 * DGL(The Delphi Generic Library)
 *
 * Copyright (c) 2004
 * HouSisong@263.net
 *
 * This material is provided "as is", with absolutely no warranty expressed
 * or implied. Any use is at your own risk.
 *
 * Permission to use or copy this software for any purpose is hereby granted
 * without fee, provided the above notices are retained on all copies.
 * Permission to modify the code and to distribute modified code is granted,
 * provided the above notices are retained, and a notice that the code was
 * modified is included with the above copyright notice.
 *
 *)

//------------------------------------------------------------------------------
// DGL库的引入包含文件 实现部分
// Create by HouSisong, 2004.09.04
//------------------------------------------------------------------------------

//DGL.inc_pas

  {$I DGLIntf.inc_pas}

  {$I Algorithms.inc_pas}   //

  {$I PointerItBox.inc_pas}

  {$I Vector.inc_pas}
  {$I Deque.inc_pas}
  {$I List.inc_pas}

  {$I Stack.inc_pas}
  {$I Queue.inc_pas}   
  {$I PriorityQueue.inc_pas}

  {$I Set.inc_pas}
  {$I Map.inc_pas}
  {$I HashSet.inc_pas}
  {$I HashMap.inc_pas}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?