期刊文献+

VB应用程序代码大小的优化技术 被引量:2

How to Optimize the Size of VB Programs?
下载PDF
导出
摘要 本文介绍了 Visual Basic应用程序代码大小的优化技术 ,包括编程时减少加载窗体的数目、减少控制数目、用标签代替文本框、只在需要时才加载数据、合理地组织模块、禁用 Variant数据类型、使用动态数组、回收被字符串或对象变量用过的空间、消除死代码和无用的变量等 ,以及编译时选择“编译为本机代码”和“代码大小优化”选项 ,从而提高程序的性能。 This paper introduces optimization of the code size of VB applications, such as reducing the number of loaded forms and controls, using textboxes instead of labels, loading data only if necessary, organizing modules, prohibiting variant data type, using dynamic arrays, freeing spaces formerly used by strings and variables, erasing redundant codes and useless variables, and selecting the options of 'compiled as local code' and 'code size optimized'.
作者 李村合
出处 《微型电脑应用》 2000年第8期63-64,共2页 Microcomputer Applications
关键词 VB语言 编程技术 应用程序代码 代码大小 优化 VB program optimization of code size programming technique compiling technique local code
  • 相关文献

参考文献1

  • 1MicrosoftCoporation.VisualBasic6.0中文版程序员指南,北京希望电脑公司出品,1998年

同被引文献6

引证文献2

二级引证文献1

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

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