摘要
在学习VB程序设计过程中,对一组数据按一定要求进行处理一直是个难点.文章就“统计数组中不同数”这一任务,循序渐进地介绍了7种算法(其中6种为正确算法,1种为初学者经常出现的错误算法)的具体实现过程,帮助初学者拓展思维定势、强化基本算法训练,并触类旁通地学习、掌握更为艰深的算法.
In the process of studying of Visual Basic 6. 0 Program Design, there is a difficulty that how to manage a number of data to meet some require. To solve the problem of statistic different element in an array,there introduces seven methods one by one. There are six methods correct among them, and the other is wrong. They will aid someone to study more complex method.
出处
《太原师范学院学报(自然科学版)》
2005年第4期33-35,共3页
Journal of Taiyuan Normal University:Natural Science Edition
关键词
VB
数组
算法
循环结构
VB
array
method
circulation structure