基本信息
源码名称:c++ 在线培训考试系统开发
源码大小:6.34M
文件格式:.rar
开发语言:C/C++
更新时间:2021-05-04
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍

简单的出题、答题管理系统

c 在线培训考试系统开发-技术祝

├── Exam
│   ├── Exam.aps
│   ├── Exam.cpp
│   ├── Exam.h
│   ├── Exam.rc
│   ├── Exam.vcxproj
│   ├── Exam.vcxproj.filters
│   ├── Exam.vcxproj.user
│   ├── ExamDlg.cpp
│   ├── ExamDlg.h
│   ├── ExamInfoDlg.cpp
│   ├── ExamInfoDlg.h
│   ├── ExamingDlg.cpp
│   ├── ExamingDlg.h
│   ├── LoginDlg.cpp
│   ├── LoginDlg.h
│   ├── PswDlg.cpp
│   ├── PswDlg.h
│   ├── QuestionDlg.cpp
│   ├── QuestionDlg.h
│   ├── QuestionSetDlg.cpp
│   ├── QuestionSetDlg.h
│   ├── ReadMe.txt
│   ├── RegisterDlg.cpp
│   ├── RegisterDlg.h
│   ├── ResultDlg.cpp
│   ├── ResultDlg.h
│   ├── ServerDlg.cpp
│   ├── ServerDlg.h
│   ├── UserDlg.cpp
│   ├── UserDlg.h
│   ├── res
│   │   ├── Exam.ico
│   │   ├── Exam.rc2
│   │   └── toolbar_.bmp
│   ├── resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   └── targetver.h
├── Exam.sln
├── Exam.suo
├── Release
│   └── Exam.pdb
├── bin
│   ├── Exam.exe
│   ├── Exam.ini
│   ├── TBSAdoDB.dll
│   ├── libmySQL.dll
│   └── res
│       ├── 2.bmp
│       ├── 3.bmp
│       ├── 4.bmp
│       └── BmpBtn.bmp
├── db
│   └── exam.sql
├── ipch
│   └── exam-eb57318a
└── lib
    ├── INCLUDE
    │   ├── Ado.h
    │   ├── AdoBase.h
    │   ├── Ado_MySQL.h
    │   ├── Ado_Oracle.h
    │   ├── Ado_SQLServer.h
    │   ├── Ado_Sqlite.h
    │   ├── DBSetupHead.h
    │   ├── StdAfx.h
    │   ├── TBSAdoDB.h
    │   └── mysql
    │       ├── decimal.h
    │       ├── errmsg.h
    │       ├── keycache.h
    │       ├── m_ctype.h
    │       ├── m_string.h
    │       ├── my_alloc.h
    │       ├── my_attribute.h
    │       ├── my_compiler.h
    │       ├── my_config.h
    │       ├── my_dbug.h
    │       ├── my_dir.h
    │       ├── my_getopt.h
    │       ├── my_global.h
    │       ├── my_list.h
    │       ├── my_net.h
    │       ├── my_pthread.h
    │       ├── my_sys.h
    │       ├── my_xml.h
    │       ├── mysql
    │       │   ├── client_plugin.h
    │       │   ├── innodb_priv.h
    │       │   ├── plugin.h
    │       │   ├── plugin_audit.h
    │       │   ├── plugin_auth.h
    │       │   ├── plugin_auth_common.h
    │       │   ├── plugin_ftparser.h
    │       │   ├── psi
    │       │   │   ├── mysql_file.h
    │       │   │   ├── mysql_thread.h
    │       │   │   ├── psi.h
    │       │   │   ├── psi_abi_v1.h
    │       │   │   └── psi_abi_v2.h
    │       │   ├── service_my_snprintf.h
    │       │   ├── service_thd_alloc.h
    │       │   ├── service_thd_wait.h
    │       │   ├── service_thread_scheduler.h
    │       │   ├── services.h
    │       │   └── thread_pool_priv.h
    │       ├── mysql.h
    │       ├── mysql_com.h
    │       ├── mysql_embed.h
    │       ├── mysql_time.h
    │       ├── mysql_version.h
    │       ├── mysqld_ername.h
    │       ├── mysqld_error.h
    │       ├── plugin.h
    │       ├── plugin_audit.h
    │       ├── plugin_ftparser.h
    │       ├── sql_common.h
    │       ├── sql_state.h
    │       ├── sslopt-case.h
    │       ├── sslopt-longopts.h
    │       ├── sslopt-vars.h
    │       └── typelib.h
    └── TBSAdoDB.lib

13 directories, 111 files