摘要
在大型程序设计中,当程序中间数据量大需用数组时,可用动态数组表示.处理完后立即释放,可以节省内存.
In large programming,We can use the array when a great number of data need to be dealed in a programm. After using, we may free the array and save some memory.
出处
《山西大同大学学报(自然科学版)》
1994年第2期50-52,共3页
Journal of Shanxi Datong University(Natural Science Edition)
关键词
静态数组
动态数组
指针
内存
static array dynqmic array pointer internal memory