登录
首页 » Visual C++ » SCOKET

SCOKET

于 2015-11-17 发布 文件大小:99KB
0 135
下载积分: 1 下载次数: 3

代码说明:

  C++编写的在线考试系统源代码,包含服务器端与客户端,是初学者学习网络编程的很好的例子(C++编写的在线考试系统源代码,包含服务器端与客户端,是初学者学习网络编程的很好的例子 C++ prepared by the online examination system source code, including server and client, is a good example of learning network programming for beginners )

文件列表:

Client
......\Client.clw,2540,2008-01-26
......\Client.cpp,2098,2011-03-16
......\Client.dsp,4540,2008-01-18
......\Client.dsw,537,2008-01-19
......\Client.h,1324,2008-01-15
......\Client.rc,7334,2008-01-25
......\ClientDlg.cpp,10618,2011-03-16
......\ClientDlg.h,2321,2008-01-23
......\ClientSocket.cpp,3974,2011-03-16
......\ClientSocket.h,1042,2008-01-23
......\Item.cpp,5445,2011-03-16
......\Item.h,1452,2008-01-23
......\LoginDlg.cpp,1652,2011-03-16
......\LoginDlg.h,1382,2008-01-18
......\res

......\...\Client.rc2,398,2008-01-15
......\resource.h,1925,2008-01-25
......\StdAfx.cpp,208,2008-01-15
......\StdAfx.h,1889,2008-01-21
Server
......\ClientContext.cpp,6821,2011-03-16
......\ClientContext.h,1681,2008-01-22
......\ClientManager.cpp,2917,2008-01-23
......\ClientManager.h,1271,2008-01-22
......\Exam.mdb,462848,2008-03-07
......\MainFrm.cpp,3213,2011-03-16
......\MainFrm.h,1548,2008-01-21
......\msado15.tlh,90619,2006-12-26
......\msado15.tli,76614,2006-12-26
......\res

......\...\Server.rc2,398,2008-01-15

......\...\Toolbar.bmp
......\Resource.h,824,2008-01-18
......\Server.aps,44008,2008-01-22
......\Server.clw,2413,2008-01-27
......\Server.cpp,4884,2011-03-16
......\Server.dsp,4966,2008-01-16
......\Server.dsw,537,2008-03-07
......\Server.h,1439,2008-01-15
......\Server.rc,12070,2008-01-22
......\ServerAddrDlg.cpp,1884,2011-03-16
......\ServerAddrDlg.h,1486,2007-12-19
......\ServerDoc.cpp,1931,2008-01-22
......\ServerDoc.h,1509,2008-01-22
......\ServerView.cpp,22731,2008-01-23
......\ServerView.h,3018,2008-01-22
......\StdAfx.cpp,208,2008-01-15
......\StdAfx.h,2845,2008-01-22

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

发表评论

0 个回复

  • Library-System_VB
    VB语言实现 图书馆管理系统 附有课程设计说明(VB language, library management system, a description included)
    2011-06-29 17:15:51下载
    积分:1
  • system
    实现迷你图书馆管理系统,用的是VS和SQLServer2005设计的(Achieve mini library management system, using the design of VS and SQLServer2005)
    2013-11-19 20:27:44下载
    积分:1
  • student
    定义两个类,techer类和student类,将student类对象转换为techer类对象,假设学生毕业后留校,其相关 数据仍然有用,如编号num,姓名name,性别sex。转换后输出相关数据(Define two classes, techer class and student class, the student class object is converted to techer class object, assuming that the students stayed after graduation, the related data is still useful, such as the number num, name name, sex sex. The converted output data)
    2010-06-10 22:32:33下载
    积分:1
  • 20051113195250716
    一个典型的图书馆管理系统,完成图书的借阅、查询、归还等功能(typical of a library management system, the completion of borrowing books, inquiry, the function return)
    2007-04-03 09:42:18下载
    积分:1
  • EA
    说明:  Visual C++ MFC编写的学籍管理系统,含SQL SERVER 2008 R2版本数据库。首先声明学籍管理的功能并不完整,主要实现数据库的增删改查。主要特点是树形菜单、视图切分。(Visual C++ MFC prepared by the school management system, including SQL SERVER 2008 R2 version of the database. The first statement is incomplete enrollment management functions, the main database CRUD. Main feature is the menu tree, view segmentation.)
    2013-07-08 23:27:35下载
    积分:1
  • library_SYSTEM
    VC 6.0 自己写的图书馆管理系统, 用的MFC 数据库类CDatabase CRecordset(VC 6.0 to write their own library management system, using the MFC database classes CDatabase CRecordset)
    2010-11-23 16:35:16下载
    积分:1
  • TSGLXT
    图书租借管理系统 图书管理系统,功能强大可以完成诸多功能。(Books lease management system library management system, powerful can do many other features.)
    2015-06-09 16:49:42下载
    积分:1
  • bookmanage
    图书管理系统 1、 每种图书的登记内容包括书名、书号、作者、现存量和总库存量。 2、 系统应实现的操作及其功能: 1、 采编入库:新购入一种书,经分类和确定书号之后编辑到图书账目中去,如果中书在账目中已经存在,则只将其库存量增加。 2、 清空库存:某一种书已无保留价值,将它从图书账目中注销。 3、 借阅:如果一种书的现存量大于零,则借出一本登记借阅者的图书证号和归还期限。 4、 归还:注销对借阅者的登记,改变该书的现存量。 5、 查找:实现按书号查找,按书名查找,按作者查找。 6、 查看:实现查看总库图书情况,查看图书借阅情况。(err)
    2008-06-25 16:04:25下载
    积分:1
  • 0op
    这是我做的一个简单的学生信息管理,主要有查询、修改、保存等功能。(This is what I do a simple student information management, the main query, modify, save functions.)
    2011-06-21 14:52:33下载
    积分:1
  • student-degree-manage
    此程序为学生成绩管理系统,其中有基本的成绩添加,修改,删除等功能,还可以保存在文件中。(This procedure for student achievement management system, the results of which have a basic add, modify, delete, etc., can also be saved in a file.)
    2013-09-10 18:12:35下载
    积分:1
  • 696524资源总数
  • 103920会员总数
  • 65今日下载