基本信息
源码名称:口语考试系统源码
源码大小:2.79M
文件格式:.7z
开发语言:C/C++
更新时间:2022-11-23
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 4 元 
   源码介绍
口语考试系统源码

.
├── SEESrv.dsw
├── bak.cmd
├── doc
│   ├── 2007年长沙市新课程初中毕业生英语口语测试卷 .bak.doc
│   ├── 2007年长沙市新课程初中毕业生英语口语测试卷 .doc
│   ├── doc.dsp
│   ├── mod.mdl
│   ├── samplepaper.rtf
│   ├── samplepaper.xml
│   ├── 修改.txt
│   ├── 需求文档.rtf
│   ├── 口语考试开发文档.doc
│   ├── 口语考试通讯指令.doc
│   ├── 制卷系统界面设计.rtf
│   ├── 口语测试系统安装手册.doc
│   └── 口语测试系统操作说明书.doc
├── ins
│   └── setup.ise
├── paper
│   ├── 无标题试卷1.xml
│   ├── 无标题试卷10.xml
│   ├── 无标题试卷11.xml
│   ├── 无标题试卷12.xml
│   ├── 无标题试卷13.xml
│   ├── 无标题试卷14.xml
│   ├── 无标题试卷15.xml
│   ├── 无标题试卷16.xml
│   ├── 无标题试卷17.xml
│   ├── 无标题试卷18.xml
│   ├── 无标题试卷2.xml
│   ├── 无标题试卷3.xml
│   ├── 无标题试卷4.xml
│   ├── 无标题试卷5.xml
│   ├── 无标题试卷6.xml
│   ├── 无标题试卷7.xml
│   ├── 无标题试卷8.xml
│   └── 无标题试卷9.xml
├── src
│   ├── ExamPaper
│   │   ├── ExamPaper.aps
│   │   ├── ExamPaper.clw
│   │   ├── ExamPaper.cpp
│   │   ├── ExamPaper.def
│   │   ├── ExamPaper.dsp
│   │   ├── ExamPaper.h
│   │   ├── ExamPaper.plg
│   │   ├── ExamPaper.rc
│   │   ├── ExamPaperUtil.cpp
│   │   ├── ExamSubject.cpp
│   │   ├── ExamSubject.h
│   │   ├── ExamSubjectDescription.cpp
│   │   ├── ExamSubjectDescription.h
│   │   ├── ExamSubjectDescriptionList.cpp
│   │   ├── ExamSubjectDescriptionList.h
│   │   ├── ExamSubjectIndexConvertor.cpp
│   │   ├── ExamSubjectIndexConvertor.h
│   │   ├── ExamSubjectList.cpp
│   │   ├── ExamSubjectList.h
│   │   ├── IndexConvertor.cpp
│   │   ├── IndexConvertor.h
│   │   ├── ReadMe.txt
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── res
│   │   │   ├── ExamPaper.rc2
│   │   │   ├── msxml6.dll
│   │   │   └── msxml6r.dll
│   │   └── resource.h
│   ├── INC
│   │   ├── INC.APS
│   │   ├── INC.clw
│   │   ├── INC.cpp
│   │   ├── INC.def
│   │   ├── INC.dsp
│   │   ├── INC.h
│   │   ├── INC.plg
│   │   ├── INC.rc
│   │   ├── INC.rc2
│   │   ├── INCReceiver.cpp
│   │   ├── INCReceiver.h
│   │   ├── INCSender.cpp
│   │   ├── INCSender.h
│   │   ├── INCServer.cpp
│   │   ├── INCServer.h
│   │   ├── MessageHook.cpp
│   │   ├── MessageHook.h
│   │   ├── MessageProcessor.cpp
│   │   ├── MessageProcessor.h
│   │   ├── ReadMe.txt
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── res
│   │   │   ├── INC.rc2
│   │   │   ├── offline.ico
│   │   │   └── online.ico
│   │   └── resource.h
│   ├── Interfaces
│   │   ├── Interfaces.dsp
│   │   ├── intersec.h
│   │   ├── prv
│   │   │   └── _interface_set.h
│   │   └── pub
│   │       └── interface_set.h
│   ├── PaperEditor
│   │   ├── ChildFrm.cpp
│   │   ├── ChildFrm.h
│   │   ├── CntrItem.cpp
│   │   ├── CntrItem.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── PaperDisplayView.cpp
│   │   ├── PaperDisplayView.h
│   │   ├── PaperEditor.aps
│   │   ├── PaperEditor.clw
│   │   ├── PaperEditor.cpp
│   │   ├── PaperEditor.dsp
│   │   ├── PaperEditor.h
│   │   ├── PaperEditor.plg
│   │   ├── PaperEditor.rc
│   │   ├── PaperEditor.reg
│   │   ├── PaperEditorDoc.cpp
│   │   ├── PaperEditorDoc.h
│   │   ├── PaperEditorView.cpp
│   │   ├── PaperEditorView.h
│   │   ├── PaperFormatConvertor.cpp
│   │   ├── PaperFormatConvertor.h
│   │   ├── PreviewXmlDlg.cpp
│   │   ├── PreviewXmlDlg.h
│   │   ├── ReadMe.txt
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── SubjectTree.cpp
│   │   ├── SubjectTree.h
│   │   ├── res
│   │   │   ├── PaperEditor.ico
│   │   │   ├── PaperEditor.rc2
│   │   │   ├── PaperEditorDoc.ico
│   │   │   └── Toolbar.bmp
│   │   ├── resource.h
│   │   ├── webbrowser2.cpp
│   │   └── webbrowser2.h
│   ├── SEESrvUI
│   │   ├── ActorDetailDlg.cpp
│   │   ├── ActorDetailDlg.h
│   │   ├── AllocIPDlg.cpp
│   │   ├── AllocIPDlg.h
│   │   ├── CollResultDlg.cpp
│   │   ├── CollResultDlg.h
│   │   ├── ReadMe.txt
│   │   ├── SEESrvButton.cpp
│   │   ├── SEESrvButton.h
│   │   ├── SEESrvClock.cpp
│   │   ├── SEESrvClock.h
│   │   ├── SEESrvMenu.cpp
│   │   ├── SEESrvMenu.h
│   │   ├── SEESrvUI.aps
│   │   ├── SEESrvUI.clw
│   │   ├── SEESrvUI.cpp
│   │   ├── SEESrvUI.dsp
│   │   ├── SEESrvUI.h
│   │   ├── SEESrvUI.plg
│   │   ├── SEESrvUI.rc
│   │   ├── SEESrvUIDlg.cpp
│   │   ├── SEESrvUIDlg.h
│   │   ├── SearchActorDlg.cpp
│   │   ├── SearchActorDlg.h
│   │   ├── SendMsgDlg.cpp
│   │   ├── SendMsgDlg.h
│   │   ├── SettingsDlg.cpp
│   │   ├── SettingsDlg.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── StudentsList.cpp
│   │   ├── StudentsList.h
│   │   ├── res
│   │   │   ├── MainWinBack.bmp
│   │   │   ├── SEESrvUI.ico
│   │   │   ├── SEESrvUI.rc2
│   │   │   ├── Thumbs.db
│   │   │   ├── _chair.bmp
│   │   │   ├── bgn_exam_0.BMP
│   │   │   ├── bgn_exam_1.BMP
│   │   │   ├── bgn_exam_2.BMP
│   │   │   ├── bgn_exam_3.BMP
│   │   │   ├── bitmap2.bmp
│   │   │   ├── chair.bmp
│   │   │   ├── col_res_0.BMP
│   │   │   ├── col_res_1.BMP
│   │   │   ├── col_res_2.BMP
│   │   │   ├── col_res_3.BMP
│   │   │   ├── coll_result_back.bmp
│   │   │   ├── def_stu.bmp
│   │   │   ├── dis_paper_0.BMP
│   │   │   ├── dis_paper_1.BMP
│   │   │   ├── dis_paper_2.BMP
│   │   │   ├── dis_paper_3.BMP
│   │   │   ├── end_exam_0.BMP
│   │   │   ├── end_exam_1.BMP
│   │   │   ├── end_exam_2.BMP
│   │   │   ├── end_exam_3.BMP
│   │   │   ├── ext_exam_0.BMP
│   │   │   ├── ext_exam_1.BMP
│   │   │   ├── ext_exam_2.BMP
│   │   │   ├── ext_exam_3.BMP
│   │   │   ├── imp_paper_0.BMP
│   │   │   ├── imp_paper_1.BMP
│   │   │   ├── imp_paper_2.BMP
│   │   │   ├── imp_paper_3.BMP
│   │   │   ├── lach_clt_0.BMP
│   │   │   ├── lach_clt_1.BMP
│   │   │   ├── lach_clt_2.BMP
│   │   │   ├── lach_clt_3.BMP
│   │   │   ├── ned_help.bmp
│   │   │   ├── nxt_exam_0.BMP
│   │   │   ├── nxt_exam_1.BMP
│   │   │   ├── nxt_exam_2.BMP
│   │   │   ├── nxt_exam_3.BMP
│   │   │   ├── offline.bmp
│   │   │   ├── online.bmp
│   │   │   ├── prv_paper_0.BMP
│   │   │   ├── prv_paper_1.BMP
│   │   │   ├── prv_paper_2.BMP
│   │   │   ├── prv_paper_3.BMP
│   │   │   ├── settings_0.BMP
│   │   │   ├── settings_1.BMP
│   │   │   ├── settings_2.BMP
│   │   │   ├── settings_3.BMP
│   │   │   ├── shut_clt_0.BMP
│   │   │   ├── shut_clt_1.BMP
│   │   │   ├── shut_clt_2.BMP
│   │   │   └── shut_clt_3.BMP
│   │   └── resource.h
│   ├── SrvLogic
│   │   ├── ConfSubject.cpp
│   │   ├── ConfSubject.h
│   │   ├── Config.cpp
│   │   ├── Config.h
│   │   ├── Exam.cpp
│   │   ├── Exam.h
│   │   ├── ExamActor.cpp
│   │   ├── ExamActor.h
│   │   ├── ExamObjectSafe.cpp
│   │   ├── ExamObjectSafe.h
│   │   ├── ExamRoom.cpp
│   │   ├── ExamRoom.h
│   │   ├── ExamSession.cpp
│   │   ├── ExamSession.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── SeatLayout.cpp
│   │   ├── SeatLayout.h
│   │   ├── SrvLogic.aps
│   │   ├── SrvLogic.clw
│   │   ├── SrvLogic.cpp
│   │   ├── SrvLogic.def
│   │   ├── SrvLogic.dsp
│   │   ├── SrvLogic.h
│   │   ├── SrvLogic.positions
│   │   ├── SrvLogic.rc
│   │   ├── StatusManager.cpp
│   │   ├── StatusManager.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── confobsv.h
│   │   ├── g_theConfig.cpp
│   │   └── res
│   │       └── SrvLogic.rc2
│   └── WTest
│       ├── MainFrm.cpp
│       ├── MainFrm.h
│       ├── ReadMe.txt
│       ├── Resource.h
│       ├── StdAfx.cpp
│       ├── StdAfx.h
│       ├── WTest.aps
│       ├── WTest.clw
│       ├── WTest.cpp
│       ├── WTest.dsp
│       ├── WTest.h
│       ├── WTest.rc
│       ├── WTestDoc.cpp
│       ├── WTestDoc.h
│       ├── WTestView.cpp
│       ├── WTestView.h
│       ├── interface_set.h
│       ├── res
│       │   ├── Toolbar.bmp
│       │   ├── WTest.ico
│       │   ├── WTest.rc2
│       │   └── WTestDoc.ico
│       └── samplepaper.xml
├── test
│   └── WTest
└── 口语考试系统源码_备份SEESrv.bak.7z

21 directories, 273 files