搜索资源列表
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
ExerciseForComplier
- 一些编译原理考试需要的资料,包含选择填空,判断题,对考试帮助很大。-Some principles of examination needed to compile information, including options to fill in the blank, determine the title of the examination of great help.
c
- 历年二级相关的真题 里面有选择题 填空题 编程题-Two years there Zhenti related multiple choice questions, and so fill in the blank programming
浙江大学c程上机10012题
- 程序填空,不要改变与输入输出有关的语句。 编写一个函数,利用参数传入一个3位数number,找出101~number之间所有满足下列两个条件的数: 它是完全平方数,又有两位数字相同,如144、676等,函数返回找出这样的数据的个数。请同时编写主函数。 例:(括号内为说明) 输入 3 (repeat=3) 150 500 999 输出 count=2 count=6 count=8