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

📄 cpenc.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 cpenc;

{*

  Quartets and triplets

  4/2/91  Written

  9/8/91  Code cleaned up.

  12/8/91 Bug found in TCODE.EncodeTree(). A while loop
          control statement required a check for
          pointer=NIL, otherwise got an Unrecoverable
          Application Error.


  Much of the code here comes from:

  Doucette, C. R. 1985. An efficient algorithm to
     compute quartet dissimilaity measures. Unpubl.
     BSc(Hons) dissertation, Dept. Computer Science,
     Memorial University of Newfoundland.



   Objects
   =======

   ECODE

⌨️ 快捷键说明

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