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

📄 cpimp2.pas

📁 生物信息学中的遗传数据分析的delphi源码。
💻 PAS
字号:
{*********************************************}
{                                             }
{    COMPONENT for MS DOS and MS WINDOWS      }
{                                             }
{    Source code for Turbo Pascal 6.0 and     }
{    Turbo Pasacal for Windows 1.0 compilers. }
{                                             }
{    (c) 1991 Roderic D. M. Page              }
{                                             }
{*********************************************}


{$I CPDIR.INC}


unit cpimp2;

{*

   UNRESOLVED:

   Error checking

   TO DO:

   1. Hennig86 file comments '' can extend over several lines.
      Need to accomodate this property.




   3/14/91

   Read import file headers


   IMPOBJ is an abstract object that each descendant
   must flesh out. Its methods read the header of a
   tree file, extracting the relevant information.
   Each desc must provide these methods:

   RightFormat
   --------------------------------------
   Boolean function to test if file is of
   the correct format.

   ReadHeader
   --------------------------------------
   Extracts info on leaves, trees, and
   labels


   Object hierarchy

   IMPOBJ目           [ abstract ]
          

⌨️ 快捷键说明

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