readme

来自「一个通用的C语言实现的数据结构」· 代码 · 共 86 行

TXT
86
字号
  GDSL - Generic Data Structures Library  $Id: README,v 1.17 2006/06/21 06:40:41 ndarnis Exp $  ______________________________________________________________________________  Introduction  ============     The Generic Data Structures Library (GDSL) is a collection of routines for  generic data structures manipulation. It is a portable and re-entrant library   fully written from scratch in pure ANSI C. It is designed to offer for C   programmers common data structures with powerful algorithms, and hidden   implementation. Available structures are lists, queues, stacks, hash-tables,   binary trees, search binary trees, red-black trees, 2D arrays, permutations   and heaps.  The GDSL library is free software; you can redistribute it and/or   modify it under the terms of the GNU General Public License as   published by the Free Software Foundation; either version 2 of  the License, or (at your option) any later version.   The GDSL library is distributed in the hope that it will be useful,  but WITHOUT ANY WARRANTY; without even the implied warranty of  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  GNU General Public License for more details.   You should have received a copy of the GNU General Public License  along with the GDSL library; see the file COPYING.  If not, write to the Free Software Foundation, Inc.,   59 Temple Place, Suite 330, Boston, MA  02111-1307, USA.  Files  =====  Read the COPYING file for license terms.  Read the INSTALL file to learn about how to install GDSL on your operating   system.  Read the ChangeLog file for detailed changes informations between files   releases.  Read the NEWS file for news about latest GDSL versions.  Read the AUTHORS file for list of authors who have highly contributed to this  projet.  Read the THANKS file for list of authors who have directly and/or indirectly   contributed to this project.  Read the TODO file to see work planed for futures versions.  Documentation  =============  The doc/ directory contains the documentation:  - man3/ contains the reference manual as man pages.  - html/ contains the reference manual as HTML files.  - latex/ contains the reference manual as PostScript, PDF and DVI files.  Installation  ============  Read INSTALL file for standard installation instructions.  Informations  ============  GDSL project homepage: http://www.nongnu.org/gdsl/. From this page, you'll be  able to contact authors.  Usage  =====  Simply include '#include <gdsl.h>' into your source C file.   Include 'gdsl-config --flags' to your compilation command.  Include 'gdsl-config --libs' to your link command.  Then, you can use any of the functions described in the main GDSL header file:  'gdsl.h'.  Happy Hacking!                                                  The GDSL Team.     

⌨️ 快捷键说明

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