登录
首页 » ASP » OnlineExaminationSystem

OnlineExaminationSystem

于 2009-02-17 发布 文件大小:1468KB
0 172
下载积分: 1 下载次数: 1

代码说明:

  一个在线考试系统,时使用visual stdio做的(An online examination system, make use of visual stdio)

文件列表:

Online Examination System
.........................\OES
.........................\...\OES.wdproj
.........................\OES.Common
.........................\..........\bin
.........................\..........\...\Debug
.........................\..........\obj
.........................\..........\...\Debug
.........................\..........\Properties
.........................\..........\..........\AssemblyInfo.cs
.........................\..........\RandomArray.cs
.........................\OES.Data
.........................\........\bin
.........................\........\...\Debug
.........................\........\IDataProvider.cs
.........................\........\obj
.........................\........\...\Debug
.........................\........\...\OES.Data.csproj.FileListAbsolute.txt
.........................\........\OES.Data.csproj
.........................\........\Properties
.........................\........\..........\AssemblyInfo.cs
.........................\OES.Data.Access
.........................\...............\AccessProvider.cs
.........................\...............\bin
.........................\...............\...\Debug
.........................\...............\obj
.........................\...............\...\Debug
.........................\...............\OES.Data.Access.csproj
.........................\...............\Properties
.........................\...............\..........\AssemblyInfo.cs
.........................\OES.Entity
.........................\..........\AdminGroupInfo.cs
.........................\..........\AdminInfo.cs
.........................\..........\bin
.........................\..........\...\Debug
.........................\..........\NewsInfo.cs
.........................\..........\obj
.........................\..........\...\Debug
.........................\..........\...\OES.Entity.csproj.FileListAbsolute.txt
.........................\..........\OES.Entity.csproj
.........................\..........\Properties
.........................\..........\..........\AssemblyInfo.cs
.........................\OES.WebPage
.........................\...........\OES.WebPage.wdproj
.........................\Online Examination System.sln
.........................\WebSite
.........................\.......\administrator
.........................\.......\.............\Default.aspx
.........................\.......\.............\Default.aspx.cs
.........................\.......\App_Data
.........................\.......\........\OES.mdb
.........................\.......\App_GlobalResources
.........................\.......\App_Master
.........................\.......\..........\default.master
.........................\.......\..........\default.master.cs
.........................\.......\App_Themes
.........................\.......\..........\default
.........................\.......\..........\.......\default.skin
.........................\.......\..........\.......\StyleSheet.css
.........................\.......\..........\login
.........................\.......\..........\.....\login.skin
.........................\.......\..........\.....\StyleSheet.css
.........................\.......\Bin
.........................\.......\...\Castle.DynamicProxy.dll
.........................\.......\...\Castle.DynamicProxy.dll.exclude
.........................\.......\...\Castle.DynamicProxy.xml
.........................\.......\...\Castle.DynamicProxy.xml.exclude
.........................\.......\...\Iesi.Collections.dll
.........................\.......\...\Iesi.Collections.dll.exclude
.........................\.......\...\Iesi.Collections.xml
.........................\.......\...\Iesi.Collections.xml.exclude
.........................\.......\...\log4net.dll
.........................\.......\...\log4net.dll.exclude
.........................\.......\...\log4net.xml
.........................\.......\...\log4net.xml.exclude
.........................\.......\...\NHibernate.dll
.........................\.......\...\NHibernate.dll.exclude
.........................\.......\...\NHibernate.dll.refresh
.........................\.......\...\NHibernate.dll.refresh.exclude
.........................\.......\...\NHibernate.JetDriver.dll.exclude
.........................\.......\...\NHibernate.JetDriver.dll.refresh.exclude
.........................\.......\...\NHibernate.JetDriver.xml.exclude
.........................\.......\...\NHibernate.xml
.........................\.......\...\NHibernate.xml.exclude
.........................\.......\Candidates
.........................\.......\..........\Default.aspx
.........................\.......\..........\Default.aspx.cs
.........................\.......\exam
.........................\.......\Global.asax
.........................\.......\index
.........................\.......\login
.........................\.......\.....\Default.aspx
.........................\.......\.....\Default.aspx.cs
.........................\.......\news
.........................\.......\....\Default.aspx
.........................\.......\....\Default.aspx.cs
.........................\.......\Web.config
.........................\.......\Web.sitemap
.........................\在线考试系统分析.doc

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • DX0165-java图书管理源码
    本系统是图书管理系统,MYSQL+MYQCLIPSE+TOMCAT模式。(This system is a book management system, MYSQL+MYQCLIPSE+TOMCAT mode.)
    2017-12-16 09:42:28下载
    积分:1
  • Student-Course-Management-System
    这是利用C#开发的一套学生课程管理系统,内有详细的程序代码,以及很多说明,希望对大家有用。(This is the use of C# development of a student course management system, which has a detailed code, and many shows, we want to be useful.)
    2010-05-28 15:55:58下载
    积分:1
  • BookStory
    图书馆管理系统,实现图书信息的添加,删除,修改,同时可实现图书的查询功能。(Library management system,Realize the library information to add, delete, modify, at the same time to achieve the book query function.)
    2015-11-09 22:10:19下载
    积分:1
  • RFM_now
    有理函数模型,是个人的毕业设计,没有想到传个代码还得放血~~(rational function model)
    2021-02-04 21:39:57下载
    积分:1
  • tushuguanxitong
    用VB编写的一个图书馆应用系统,是一个完整的软件工程案例(A library written in VB applications, is a complete software engineering case)
    2011-09-14 10:37:55下载
    积分:1
  • SXWMIS
    双学位管理系统。。。 主要是对学院的第二专业进行管理,采用MFC+ADO ACCE(Dual-degree management system. . . Mainly on the college)
    2008-07-03 10:17:04下载
    积分:1
  • Class
    大学的每个专业都要编制教学计划。假设任何专业都有固定的学习年限,每学年含两学期,每学期的时间长度和学分上限都相等。每个专业开设的课程都是确定的,而且课程的开设时间的安排必须满足先修关系。每个课程的先修关系都是确定的,可以有任意多门,也可以没有。每一门课程恰好一个学期。试在这样的情况下设置一个教学计划编制程序。三、基本要求:(1):输入参数:学期总数,一学期的学分上限,每门课的课程号,学分,直接先修关系的课程号。(2):课程号尽可能的集中在前几个学期中。(3):若无解,则报告错误信息;否则见教学计划输入到指定的文件中。(University of each professional must prepare teaching plans. Assume that any professional has a fixed period of schooling per academic year with two semesters, the length of time and credits per semester caps are equal. Each professional courses are determined, and arrangements to open the course must meet the Advanced Placement relations. Pre relations are determined in each course, can have any number of doors, or you do not. Each course just one semester. The trial in this case, an instructional planning procedures. Three basic requirements: (1): Input parameters: the relationship between the course of the semester, the total number, the maximum credit for a semester, the course number of each course, credits, direct Prerequisite number. (2): Course No. centralized as much as possible in the first few semesters. (3): If there is no solution, report the error message otherwise see teaching program input to the specified file.)
    2013-01-24 22:12:45下载
    积分:1
  • xushengchengjiguanlixitong
    这个学生成绩管理系统包括学生信息管理、成绩管理、统考管理、班级管理、科目管理和用户管理六个方面内容(The student achievement management system, including student information management, performance management, exam management, class management, course management and user management of the six aspects)
    2010-06-20 11:22:25下载
    积分:1
  • GradeSystem1
    这是一个学生成绩管理系统,VC编程 这是一个学生成绩管理系统,VC编程(Student achievement management system)
    2012-09-14 21:02:06下载
    积分:1
  • asp6`21
    成绩查询系统套学生成绩查询系统,由李国荣老师制作,转载使用请注明出处。 (results inquiry system sets of student achievement inquiry system, produced by the teachers Oct 7-23 Please specify the use of the source.)
    2006-12-09 06:01:21下载
    积分:1
  • 696518资源总数
  • 104926会员总数
  • 6今日下载