Welcome![Sign In][Sign Up]
Location:
Search - online test CSharp

Search list

[Web ServercnVerybbsSQL

Description: 1、使用ASP.Net(c#)、三层结构开发; 2、全部代码都由手写完成,经IE6和FireFox1.1测试,界面良好; 3、程序结构紧凑、设计新颖、速度优越; 4、“分类+版面”方式二级目录设置; 5、符合目前流行的各种论坛的皮肤模式,可以穿各种论坛的外套; 6、在线情况统计、浏览者跟踪统计精确; 7、核心稳定,可扩展性良好; 8、即时换风格的功能。-1, the use of ASP.Net (c#), a three-tier structure development; Two, all handwritten completed by code, IE6 and FireFox1.1 test, a good interface; 3, procedures compact, innovative design, superior speed; 4, "Categories pages "directory set up two ways; 5, in conformity with the current popular forums skin model can wear the jackets in various forums; 6, online statistics, surfers tracking precision; 7, the core stability, scalability good; 8, instant-style features .
Platform: | Size: 837632 | Author: 何力 | Hits:

[WEB CodesimpleExam

Description: Asp.net简单试题库管理系统源码 可以在线创建试卷,包括选择题\问答题\填空题 也可以进行试卷选择并重组,试卷设置包括试卷名字\何时考试\考试时间\考试对象\授课老师等属性-Asp.net simple test library management system source code online to create papers, including multiple-choice questions can also be carried out填空题papers selected and the reorganization of papers, including papers in the name of setting examination examination time when teachers test object attributes such as
Platform: | Size: 455680 | Author: fy | Hits:

[Windows DevelopWindowstest

Description: 用户控件的测试例子。并包括了拖动按钮的例子。在网上找了好久,都没有合适的,找到了一个,研究了一下,才搞出来!-User controls the test examples. And includes examples of the drag button. Online looking for a long time, are not suitable, found a study a bit before engaging in them!
Platform: | Size: 737280 | Author: 王磊品 | Hits:

[Education soft systemOnlineExamine

Description: 这是一个在线考试系统,学生能够进行网上考试,分为考查和考试两个部分,考查不记录到数据库中,并且考完后即可查对答案,考试则记录到数据库中,并且由老师给出最终得分。-This is an online exam system, students can conduct online examinations, test and examination is divided into two parts, test does not record to the database, and finished, ready for checking answers, examination records to the database, and by teachers to final score.
Platform: | Size: 53248 | Author: davydeng | Hits:

[Web Server56wa

Description: 56WA手机电影下载系统源码 一款很好很简单很实用的手机电影下载系统,针对站长做电影下载,3gp电影下载 可以进行用户注册,后台可以进行数据添加|愿望管理|用户管理|影视添加|在线管理 数据操作采用的是存储过程 App_data下为Sql2000格式数据库文件,附加即可 首页地址:index.aspx 后台管理地址:mp4manage.aspx 默认测试帐号/密码:51aspx/51aspx-56WA mobile film download system a very good source is very simple and practical mobile film download system, head to do the film for download, 3gp movie download can be user registration, background data can be added | desire Management | User Management | Television Add | online management of data manipulation using the stored procedure App_data for SQL2000 database file format, additional to Home Address: index.aspx Admin address: mp4manage.aspx default test account/password: 51aspx/51aspx
Platform: | Size: 3696640 | Author: 蔚洁明 | Hits:

[Education soft systemExamOnLine

Description: 本系统属于小型的在线考试系统,可以从数据库中随机抽取试题,并且可以自动对考生的答案评分,本系统主要实现以下功能: (1)实现从数据库中随机抽取试题; (2)对用户输入的数据,进行严格的数据检验,尽可能地避免认为错误; (3)实现对考试结果自动评分; (4)实现教师和后台管理员对试题信息单独管理;-The system is a small online examination system can be randomly selected from the database questions, and can automatically score on a candidate s answer, the system is mainly to achieve the following functions: (1) the realization of a random sample from the database questions (2) user input data, data strict inspection, as much as possible to avoid that error (3) the realization of the test results automatically score (4) the realization of teachers and administrators background information on a separate test management
Platform: | Size: 268288 | Author: liuzp | Hits:

[Education soft systemschoolKaoshi

Description: 很完善的在线考试系统。.net(C#)源代码,数据库完整,测试可用。-Very perfect online examination system. . net (C#) source code, database integrity, the test can be used.
Platform: | Size: 766976 | Author: adetion | Hits:

[Internet-NetworkArpSender

Description: ArpSender是C#写的ARP发包器,写的初衷是想试下什么样的ARP包才会引起ARP攻击,构造一些包可能会导致别人上不了网。至于包怎么填,发挥大家的想象吧,嘿嘿。 ArpSender用了SharpPcap这个开源API,有兴趣的到网上查下,用起来挺简单的。编程过程中最大的问题就是线程的问题。发包的代码中用了BackgroundWorker控件,因为参数只能传一个,并且线程是不允许直接调用主窗口控件,后来用了一个结构体struct ArpPac来传,感觉还是很麻烦啊!不过还好在BackgroundWorker的RunWorkerCompleted可以直接操作主窗口控件了,能把结果显示到主窗口上。 在编写获取IP的MAC地址部分,一开始还是用BackgroundWorker,在获取存在的IP地址MAC时可以正常工作,可是当IP不存在是,DOWORK方法一直没结束。因为里面一个Resolve方法一直没返回,也没超时设定,线程就一直卡在那不动了。也不知道该怎么结束这个线程。于是改用了Thread,传参数用了个object数组,嘿嘿,所有参数都封起来。到了那边再解封,很好用。后来才发现,线程是没有返回值的。。又不能直接操作窗体控件。。没办法,只好设个全局变量来保存结果了。获取MAC部分还用了个Timer控件,1秒钟如果还没得到返回的MAC,直接结束该线程-ArpSender Writing C# are the ARP contract, and written under the original intent was to want to test what kind of ARP packets that would arouse the ARP attacks, construction of some packets may lead to others not on Net. As for how to fill package, everyone s imagination to play it, ArpSender spent SharpPcap this open source API, there is interest in online search, the very simple to use. Programming process is the biggest problem the question thread. Contract code used BackgroundWorker control, because the parameters can only be a mass, and threads are not allowed to directly call the main window controls, and later used a structure struct ArpPac to mass, I feel still very troublesome ah! Fortunately, however RunWorkerCompleted at BackgroundWorker can directly operate the main window controls, and the results can show up to the main window. In the preparation of access to IP-MAC address of the beginning or use BackgroundWorker, exist in access to the IP address of MAC c
Platform: | Size: 204800 | Author: 咹靜ゞ`兲倥 | Hits:

[Education soft systemNE

Description: 在线考试系统根据网络在线考试网的特点,可以将其分为前台和后台两个部分进行设计。前台主要用于考生注册和登录系统、在线考试、查询成绩以及退出登录;后台主要用于管理员对考生信息、考题信息、考生成绩信息、考试套题和课程信息等进行管理。-Online examination system based on network characteristics of network online exam can be divided into two parts front and back-office design. The main candidates for future registration and registry systems, online examinations, as well as from the registry query results the background of the main candidates for the administrator of the information, test information, school information, test sets of questions and information management courses.
Platform: | Size: 1265664 | Author: lrw | Hits:

[Education soft systemmcExamOnLine

Description: 铭成在线考试网源码 为了保障整个系统的安全性,在线考试系统实现了分类验证的登录模块,通过此模块,可以对不同身份的登录用户进行验证,确保了不同身份的用户操作系统。 在抽取试题上,系统使用随机抽取试题的方式,体现了考试的客观与公正。 当考生答题完毕之后,提交试卷即可得知本次考试的得分,体现系统的高效性。在后台管理上,分后台管理员管理模块和试题管理模块。 分别适应不同的用户,前者只有系统的高级管理员才能进入,对整个系统进行管理。而后者只允许教师登录,教师可以对自己任教的科目试题进行修改,并且可以查看所有参加过自己任教科目的学生成绩。 首页登录地址:login.aspx 默认管理员帐号/密码:51aspx/51aspx 默认教师帐号/密码:t001/111 默认学生帐号/密码:10020071106/111 数据库文件在App_Data下,附加即可-online Test System
Platform: | Size: 282624 | Author: tony | Hits:

[OtherMyOnLineExam

Description: online test system online test system
Platform: | Size: 1922048 | Author: sasa | Hits:

[ApplicationstestOnline

Description: C#开发的毕业设计在线考试系统源码. 1,本考试系统为某大学毕业生论文 2,测试帐号:学生ID:012003021314,PWD:123(由于只有英语题库有题目,如果已经考试过可以换个ID或者删除成绩) 教师ID:zy PWD:123 管理员ID:admin PWD:51aspx 3,目前题库内只有英语科目有试题。 -C# development of graduate design online examination system source code. 1, the examination system for a university graduate thesis 2, test accounts: Student ID: 012003021314, PWD: 123 (since only English item bank are subject that I can test if you have a change ID, or Remove results) Teacher ID: zy PWD: 123 Administrator ID: admin PWD: 51aspx 3, the current item bank, only the subjects of examination questions in English.
Platform: | Size: 494592 | Author: 375 | Hits:

[CSharpCSharp-online_test

Description: 一个简易的由C#语言编程的在线考试系统,简单易懂。-A simple online examination system by the C# programming language, easy to understand
Platform: | Size: 1432576 | Author: kerwin | Hits:

CodeBus www.codebus.net