加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
DGL.inc_pas 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
(*
* DGL(The Delphi Generic Library)
*
* Copyright (c) 2004
* HouSisong@gmail.com
*
* 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
{$IFOPT R+}
{$DEFINE __RANGECHECKS}
{$RANGECHECKS OFF}
{$ENDIF}
{$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}
{$IFDEF __RANGECHECKS}
{$UNDEF __RANGECHECKS}
{$RANGECHECKS ON}
{$ENDIF}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化