搜索资源列表
Delphi-Examination-paper-production-system-code.ra
- 本代码成功应用delphi实现了考试试卷自动生成功能,且可应用于实际中.-successful application of the code delphi realized the examination papers automatic generation function, which can be applied to practice.
stmaster
- 系统主要包括:辅助教学、在线考试、在线答疑、实验系统等功能模块。辅助教学子系统提供课件的在线学习及下载;在线考试子系统能自动生成试卷,并进行在线考试;在线答疑子系统可以进行在线答疑;实验子系统为学生提供了良好的实践平台-system include : teaching, online examinations, online FAQs, experimental system functional modules. CAI courseware subsystem provides onlin
MyOnLineExam
- 一个功能比较全的Asp.net在线考试系统源码,可以实现单选题、多选题维护、填空题、判断题的在线维护和管理,添加生成试卷后可以自动从题库进行调用试题,考试完成后自动打分,后台可以进行统计。 -A function quite full of Asp.net line test system source code, can achieve single answer, multiple choice maintenance, fill-in, check-line maintenance a
331510
- 小型的学生考试系统,可以连接生成可知性文件-Small student examination system can be connected to generate a document knowability
delphi
- 用delphi进行设计开发的很不错的试卷生成系统-Delphi design development with a very good test generation system
2011101611402082
- 功能说明: (本系统提供两门课程的定卷,考试, 判卷,查分功能) (1)自动生成试卷(即定卷过程) 此功能分(3)种方式 1.由系统完成试卷随机生成的全部过程。 -Function: (The system provides two courses of a given volume, the examination, Graders, check point function) (1) automatic generation
aec
- 一个毕业设计的考试系统,可以添加试题,生成随机试卷等-A graduation examination system, you can add questions, generate random papers
4444
- 考试系统 默认情况下,.NET的随机数是根据系统时间来生成的,如果电脑速度很快的话,生成的随机数就会一样。 Random rnd = new Random() int rndNum = rnd.Next() //int 取值范围内的随机数 int rndNum = rnd.Next(10) //得0~9的随机数 int rndNum = rnd.Next(10,20) //得10~19的随机数 int rndNum = rnd.NextDouble() //
delphi-kaoshi
- Delphi考试管理系统,实现自动生成试卷,自助评分,题库设置功能-Delphi examination management system for automatic generation of papers, self-rated, exam setting function
Compiler
- 是北航的同学都懂,本科最难的一门课,编译原理,独立实现C0文法的编译器,使用C++语言编写。高级难度,生成汇编码。其中还有考试测试文件,供大家测试使用。1006er留。-Northern students is everything, the hardest one undergraduate course, compiler theory, implemented independently C0 grammar compiler, using C++ language. Senior dif
