期刊文献+

C++中一种高性能动态数组的实现方法 被引量:4

Implement Method of High Performance Dynamic Array In C++
在线阅读 下载PDF
导出
摘要 与静态数组动相比,动态数组的特点在于它可以根据程序运行时状态的不同而随时改变容量,因此动态数组在程序设计中的使用十分广泛。介绍一个高性能动态数组的实现方法,实验结果表明,该方法实现的动态数组可以大幅度的提高程序的效率。 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
关键词 动态数组 类模板 PLACEMENT NEW Dynamic Array Template Class Placement New
  • 相关文献

参考文献5

  • 1Bjarne Stroustrup.C++ Programming Language.Third Edition.Addison-Wesley,1997
  • 2Stanley B.Lippman著,侯捷译.深度探索C++对象模型.武汉:华中科技大学出版社,2001
  • 3Stephen Prata.C++ Primer Plus.Forth Edition.Same出版公司,2002
  • 4Bruce Eckel.Thinking in C++.Second Edition,Volume one.Prentice Hall Inc,2000
  • 5D.S.Mali.C++ Prprogramming:program Design Including Data Structures.Thomson Learning Inc,2003

同被引文献32

引证文献4

二级引证文献10

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

内容加载中请稍等...
;
使用帮助 返回顶部