摘要
本文针对VB编写的程序设计的自动阅卷,提出了静态判断、动态判断相结合的阅卷方法 .静态判断是在程序运行前通过对源程序的分析对程序的某些特性进行初步认定;动态判断则是在程序运行时进行黑盒法测试,以达到验证程序功能的目的 文中论证了对VB程序进行功能判定的可行性,对VB程序本身的程序结构进行了深入的分析,详细描述了阅卷过程和技术实现的要点,并对VB件的低层控制机制进行了有益的探索,最后给出了一个应用实例.
In the paper, an automatic mark system on visual basic interface programming is presented. Static and dynamic methods for judging of VB programming are introduced. The static judgement is to find out some characteristics through source code analysis, while the dynamic judgement is to test the black box in process so as to monitor the correct function. The feasibility of function judgement to VB programming is proved, VB program structure is deeply analyzed, some key points of technique realization are described in detail, and low-level control mechanism to VB components is investigated. Finally an application example is brought.
出处
《上海大学学报(自然科学版)》
CAS
CSCD
1999年第S1期59-65,共7页
Journal of Shanghai University:Natural Science Edition
关键词
VB程序
自动阅卷
VB programming
automatic marking