⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 书名:C语言科学与艺术,以前交钱下载的
💻
字号:
README file for the standard subdirectoryLast modified on Thu Oct 20 13:13:48 1994 by eroberts________________________________________________________________________The standard directory contains a completely portable implementation ofthe cslib library for use with the textbook "The Art and Science of C: ALibrary-Based Approach" (Addison-Wesley, 1995).The graphics library provided in this directory is a machine-independentimplementation that writes a data file called graphics.ps that can thenbe sent to a PostScript printer.  If you want to draw actual figures onthe screen, you need a version of graphics.c that has been tailored foruse with your specific system.  Several implementations of graphics.care included in other subdirectories (unix-xwindows, mac-think-c, andpc-borland) of the cslib directory.INSTALLING THE STANDARD LIBRARIESFirst of all, make sure that the standard version of the libraries isthe one you want to install.  If you are running on one of the platformsfor which the full cslib library package is implemented (XWindows onUnix, Borland C/C++ on the IBM PC, or THINK C or Symantec C++ on theMacintosh), you should be installing the version that was designed forthat system.  The cslib library produced by those packages is not onlymore powerful but also easier to install.The steps required to install the standard library package depend verymuch on what type of computer system and C compiler you have.  If youare running on a Unix system, you should adopt the following procedure:TO INSTALL THE STANDARD VERSION OF THE LIBRARIES ON A UNIX SYSTEM:1.  Use FTP to retrieve the file standard.shar to the home directory on    your machine.2.  Execute the standard.shar script by typing         sh standard.shar    This step creates a top-level directory called cslib that contains    all of the relevant files.3.  Connect to the cslib directory.4.  Rebuild the object files and libraries by typing         make5.  Copy the file gccx from the cslib directory into a directory on your    command search path.  If you will be the only person using the    libraries, you could put this file in your private command    directory, which is usually ~/bin.  If you are installing this    command for use by any user on the system, you will need to put it    in a public directory, such as /usr/local/bin.  For public    installation to work, your cslib directory must be readable by other    users.If you are not using a Unix system, you should instead adopt thefollowing more general approach, filling in details as appropriate foryour own hardware and software platform:1.  Use FTP to copy all of the files in the standard directory to a new    working directory on your machine.2.  Copy the .h files from this directory into the standard #include    path used by your compiler.3.  Compile each of the source files (exception.c, genlib.c, graphics.c,    random.c, simpio.c, and strlib.c) to produce the corresponding    object file.4.  Combine the object files together to produce a library file.  The    steps required to do so vary substantially from system to system.5.  If you are installing this package on a shared machine, copy the    library into some public directory where students can easily gain    access to it.NOTES AND DISCLAIMERSThe cslib libraries are in the public domain and may be freely copiedand distributed, although they remain under development.  No warrantiesare made concerning their correctness or stability, and no user supportis guaranteed.  Bug reports and suggestions, however, are appreciatedand may be sent to                      Eric Roberts <ericr@aw.com>

⌨️ 快捷键说明

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