登录
首页 » Visual C++ » TheExam

TheExam

于 2011-05-16 发布 文件大小:8085KB
0 357
下载积分: 1 下载次数: 58

代码说明:

  局域网考试系统 VC++ 在线考试系统 Access SQL Server VC++在线考试系统可连接Access 或SQL Server(LAN VC++ Online Test System Test System Access SQL Server VC++ online examination system can be connected to Access or SQL Server)

文件列表:

TheExam
.......\Debug
.......\.....\Finishpaper1.obj,17383,2011-04-08
.......\.....\Finishpaper1.sbr,0,2011-04-08
.......\.....\ManageFace.obj,4053,2011-04-06
.......\.....\msado15.tlh,90687,2008-06-02
.......\.....\msado15.tli,76648,2008-06-02
.......\.....\MyDB.obj,119342,2011-04-14
.......\.....\MyDB.sbr,0,2011-04-14
.......\.....\myPaper.obj,19375,2011-04-08
.......\.....\myPaper.sbr,0,2011-04-08
.......\.....\Paper.obj,3978,2011-04-06
.......\.....\PaperManage.obj,69138,2011-04-08
.......\.....\PaperManage.sbr,0,2011-04-08
.......\.....\Question.obj,2096,2011-04-08
.......\.....\Question.sbr,0,2011-04-08
.......\.....\Selectclass.obj,15783,2011-04-08
.......\.....\Selectclass.sbr,0,2011-04-08
.......\.....\SelManage.obj,11118,2011-04-08
.......\.....\SelManage.sbr,0,2011-04-08
.......\.....\StdAfx.obj,133250,2011-04-08
.......\.....\StdAfx.sbr,1766923,2011-04-08
.......\.....\StuInfoManage.obj,70518,2011-04-08
.......\.....\StuInfoManage.sbr,0,2011-04-08
.......\.....\StuManage.obj,45895,2011-04-08
.......\.....\StuManage.sbr,0,2011-04-08
.......\.....\Stuzhuce.obj,30231,2011-04-08
.......\.....\Stuzhuce.sbr,0,2011-04-08
.......\.....\TheExam.bsc,5719040,2011-04-14
.......\.....\TheExam.exe,1728568,2011-04-14
.......\.....\TheExam.ilk,392632,2011-04-14
.......\.....\TheExam.obj,15160,2011-04-08
.......\.....\TheExam.pch,9464316,2011-04-08
.......\.....\TheExam.pdb,812032,2011-04-14
.......\.....\TheExam.res,1276648,2011-04-14
.......\.....\TheExam.sbr,0,2011-04-08
.......\.....\TheExamDlg.obj,125953,2011-04-09
.......\.....\TheExamDlg.sbr,0,2011-04-09
.......\.....\vc60.idb,295936,2011-04-14
.......\.....\vc60.pdb,569344,2011-04-14
.......\Finishpaper1.cpp,1991,2011-04-06
.......\Finishpaper1.h,1532,2011-04-06
.......\ManageFace.cpp,555,2011-04-06
.......\ManageFace.h,522,2011-04-06
.......\MyDB.cpp,7093,2011-04-12
.......\MyDB.h,902,2011-04-06
.......\MyExam.mdb,1581056,2011-04-09
.......\myPaper.cpp,2583,2011-04-06
.......\myPaper.h,1621,2011-04-06
.......\Paper1.h,1232,2011-04-06
.......\PaperManage.cpp,9552,2011-04-08
.......\PaperManage.h,1995,2011-04-08
.......\Question.cpp,476,2011-04-06
.......\Question.h,826,2011-04-06
.......\ReadMe.txt,3597,2011-04-06
.......\res





.......\...\TheExam.ico,1078,2011-04-06
.......\...\TheExam.rc2,399,2011-04-06
.......\Resource.h,2880,2011-04-08
.......\Selectclass.cpp,2074,2011-04-06
.......\Selectclass.h,1447,2011-04-06
.......\SelManage.cpp,1599,2011-04-08
.......\SelManage.h,1224,2011-04-08
.......\StdAfx.cpp,209,2011-04-06
.......\StdAfx.h,1179,2011-04-06
.......\StuInfoManage.cpp,8822,2011-04-08
.......\StuInfoManage.h,1581,2011-04-08
.......\StuManage.cpp,3528,2011-04-08
.......\StuManage.h,1277,2011-04-08
.......\Stuzhuce.cpp,4103,2011-04-08
.......\Stuzhuce.h,1656,2011-04-08
.......\TheExam.aps,1313940,2011-04-14
.......\TheExam.clw,6863,2011-04-14
.......\TheExam.cpp,2077,2011-04-06
.......\TheExam.dsp,5815,2011-04-08
.......\TheExam.dsw,520,2011-04-06
.......\TheExam.h,1335,2011-04-06
.......\TheExam.ncb,320512,2011-04-14
.......\TheExam.opt,577024,2011-04-14
.......\TheExam.plg,1056,2011-04-14
.......\TheExam.rc,14613,2011-04-14
.......\TheExamDlg.cpp,13383,2011-04-09
.......\TheExamDlg.h,2001,2011-04-08

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

发表评论

0 个回复

  • Chat
    异步套接字编写的网络聊天室程序,根据孙鑫VC++深入详解的例子改写,使用Visual studio 2008 SP1在Unicode编码环境下编写,可以收发中文字符。(Asynchronous socket program written in Internet chat rooms, according to Sun Xin VC++ depth Detailed examples rewritten using Visual studio 2008 SP1 environment written in Unicode encoding, you can send and receive Chinese characters.)
    2013-11-28 14:44:55下载
    积分:1
  • Computer-Networks-and-Internets
    这是一个用c++编写的,socket API 的服务器端和客户端的相互响应的简单程序.用cmd打开程序exe,输入“webserver + 端口号”,webclient方面,输入“webclient + 127.0.0.1 + 端口号5600”,则可以在客户端上显示接收到的信息。(This is a c++ written in response to a simple procedure of mutual socket API server and client' s Open Program exe, enter " webserver+ port number" , webclient, the input " webclient+ 127.0.0.1+ port number 5600 with cmd " you can display the information received on the client.)
    2013-12-27 21:41:43下载
    积分:1
  • PC program of low resistance tester20171101
    低电阻测试仪上位机程序,带参数设置功能自动量程、讯响、单次连续、报警上下限设置,及测量数据即时上传功能(Low resistance tester upper computer program, with parameter setting function, automatic range, sound, single continuous, alarm upper and lower settings, and measurement data immediate upload function)
    2017-11-01 16:15:52下载
    积分:1
  • QosSvr
    简易TCP通讯服务器端,QosClt为客户端。多个客户端间的通讯需要基于服务器,即通过服务器转发。(Simple TCP communication server, QosClt for the client. Communication between multiple clients need a server-based, that is transmitted through the server.)
    2013-09-09 13:50:32下载
    积分:1
  • HLA
    HLA仿真程序设计 学RTI的必备书,此书包含HLA的文件结构说明以及联机实例。望对大家有用(HLA RTI Design simulation program essential book, this book contains the file structure of HLA-line instructions and examples. Hope useful for all)
    2020-10-29 11:19:57下载
    积分:1
  • ndislwf-master
    windows过滤驱动的示例代码,解析IP、TCP数据包,没有添加实际功能(Windows filter driver sample code, parsing IP, TCP data packets, did not add the actual function)
    2021-02-07 18:29:55下载
    积分:1
  • SCI新
    串口通讯,能显示串口数据发送,接受,内带详细代码(Serial communication, serial data can be displayed to send, accept, with detailed code)
    2018-06-06 16:37:22下载
    积分:1
  • pic16f630_sn
    这个是EV1527的标准解码程序,电动型,四建功能独立。
    2009-04-07 10:39:41下载
    积分:1
  • CSmtp
    使用Base64编码实现的相应的邮件的发送的程序,// Original class CFastSmtp written by // christopher w. backen <immortal@cox.net> // More details at: http://www.codeproject.com/KB/IP/zsmtp.aspx(Achieved using the Base64 encoding to send the message corresponding procedures,// Original class CFastSmtp written by// christopher w. backen <immortal@cox.net>// More details at: http://www.codeproject.com/KB/IP/zsmtp.aspx)
    2010-05-26 13:06:49下载
    积分:1
  • socket
    这是一个简单的socket编程例子,非常适合刚接触socket编程者。程序简单、可用、易于理解。是个很好的socket范例。(A simple socket programming examples. Suitable for beginners. Program is simple, available, easy to understand. Is a good example of socket programming.)
    2013-09-16 15:38:21下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载