摘要
与静态数组动相比,动态数组的特点在于它可以根据程序运行时状态的不同而随时改变容量,因此动态数组在程序设计中的使用十分广泛。介绍一个高性能动态数组的实现方法,实验结果表明,该方法实现的动态数组可以大幅度的提高程序的效率。
Compares with static array, dynamic array can change its capacity at any moment based on program running state. Discusses an implement method of the high performance dynamic array in C++ the experimental result shows that this method can promote the efficiency of the program.
出处
《现代计算机》
2007年第4期102-104,112,共4页
Modern Computer