记录类型的定义-数据结构与算法简述

定义如下: #define MAX_SIZE 100 Typedef int KeyType ; typedef struct RecType { KeyType key ; /关键字码/ infoType otherinfo ; /其他域/ }RecType ; typedef struct Sqlist { RecType R[MAX_SIZE] ; int length ; }Sqlist ;

ppt 文件大小:3.72MB