摘要
在考场自动编排的过程中,时刻都在检测是否冲突,一旦发生冲突,立即消除。而在系统的运行过程中,为了缩短运行时间,在前台用C++Builder应用程序实现时,不能直接把SQL语句嵌入,而是把所要比较的数据导入到C++Builder的控件中,这样时间可以缩短几十倍。此过程既可实现考场的自动编排,又可实现冲突检测,功能效率大大提高。
The conflicts must be checked during the automatically arranging of the examination-room. They must be cleared up immediately as soon as they appear. In the process of running the system, SQL can' t be inset directly when C++Builder is used. The comparing data should be lead in the widget of C++Builder. In this way, the running time can be greatly shortened, In addition, the examination rooms can be arranged automatically and the conflicts can be checked up, Finally the efficiency and function can be improved.
出处
《电脑知识与技术》
2006年第3期192-192,196,共2页
Computer Knowledge and Technology
关键词
考场编排
算法
冲突检测
The arranging of the examination-rooms
Algorithmic
The checking of the conflict