摘要
在VB中通过测试使用结构类变量和数组的两组程序的运行时间,证明了在编程中多使用结构类变量会加快程序的运行速度的结论,也举例说明了使用结构类变量可以方便在硬盘上存储成组的数据。
On VB, through testing the running time of 2 programs which use structure variables and arrays, the article leads to a conclusion that the more structural variables a program has, the faster its running speed will be. The article also gives examples to clarify that using structural variables can make it easier to store groups of data on hard disk.
出处
《电脑编程技巧与维护》
2012年第18期24-25,共2页
Computer Programming Skills & Maintenance
关键词
结构类变量
数组
存储
structural variable
array
storage