在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例常规C/C++编程 → 口语考试系统源码

口语考试系统源码

常规C/C++编程

下载此实例
  • 开发语言:C/C++
  • 实例大小:2.79M
  • 下载次数:10
  • 浏览次数:91
  • 发布时间:2022-11-23
  • 实例类别:常规C/C++编程
  • 发 布 人:xhg1020
  • 文件格式:.7z
  • 所需积分:4

实例介绍

【实例简介】口语考试系统源码

【实例截图】

from clipboardfrom clipboard

【核心代码】

.
├── 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


实例下载地址

口语考试系统源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警