摘要
本文利用ANSI C定义的内存管理函数、void类型、多级指针构造出了适用于任何数据类型的多维动态数组,因而增强了C语言的功能。
In order to improve executive efficiency of the programme, the C programming language didn't define such data structure as dynamic arrays.That makes many inconvenients for programming. In this article, multidimensional dynamic arrays which are applicable to any types of data have been created by memory allocated functions,type of void,pointers to pointers which have been defined by ANSI C,in this manner, the function of C has been improved.
出处
《微电子学与计算机》
CSCD
北大核心
1992年第2期14-15,共2页
Microelectronics & Computer
关键词
C语言
动态数组
数组
The C programming language, Dynamic arrays