parentpointor.inc

来自「全套资料包括:树及其在单片机中的算法实现及其相关源代码」· INC 代码 · 共 21 行

INC
21
字号
//======================================================
//  File Name:      ParentPointor.inc
//  Programmer:     Zhifa Lee 	(email: zhifa/sunnorth)    (ext: 2913)
//  Version:        1.0.0
//  Date            2003-5-19
//  Applied body:   unsp serial
//  Description:    define the const 
//  Revision history:
//  -----------------------------------------------------------------------------------------------
//  Version, YYYY-MM-DD-Index, File-Name: Modified By, Description
//  -----------------------------------------------------------------------------------------------
//======================================================
.IFNDEF _CHILDPOINTOR_INC_
.DEFINE _CHILDPOINTOR_INC_

.DEFINE POINTOR_NUMBER			1
.INCLUDE TreeArithmetic.inc

.EXTERNAL L_EndOfTree;

.ENDIF

⌨️ 快捷键说明

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