登录
首页 » Visual C++ » FiveChess

FiveChess

于 2020-12-09 发布 文件大小:61KB
0 314
下载积分: 1 下载次数: 1

代码说明:

  网络五子棋系统,网络五子棋功能较完整的实现,可以参考一下(Backgammon systems, networks function more complete realization of backgammon, you can refer to)

文件列表:

FiveChess
.........\FiveChess
.........\.........\ClientDlg.cpp,1870,2003-07-18
.........\.........\ClientDlg.h,1257,2003-07-18
.........\.........\ClientSocket.cpp,6222,2003-07-19
.........\.........\ClientSocket.h,1864,2003-07-18
.........\.........\CMessg.cpp,1227,2003-07-19
.........\.........\CMessg.h,583,2003-07-19
.........\.........\FiveChess.aps,29892,2008-08-25
.........\.........\FiveChess.clw,3055,2008-08-25
.........\.........\FiveChess.cpp,4287,2003-07-18
.........\.........\FiveChess.dsp,5393,2003-07-18
.........\.........\FiveChess.dsw,543,2003-07-17
.........\.........\FiveChess.h,1389,2003-07-17
.........\.........\FiveChess.ncb,197632,2008-08-25
.........\.........\FiveChess.opt,54784,2008-08-25
.........\.........\FiveChess.plg,254,2008-08-25
.........\.........\FiveChess.rc,12259,2003-07-19
.........\.........\FiveChessDoc.cpp,1802,2003-07-17
.........\.........\FiveChessDoc.h,1508,2003-07-17
.........\.........\FiveChessView.cpp,9056,2005-09-15
.........\.........\FiveChessView.h,2624,2003-07-19
.........\.........\MainFrm.cpp,2483,2003-07-19
.........\.........\MainFrm.h,1442,2003-07-18
.........\.........\Match.cpp,2178,2003-07-19
.........\.........\Match.h,680,2003-07-19
.........\.........\res

.........\.........\...\FiveChess.rc2,401,2003-07-17


.........\.........\Resource.h,1057,2003-07-18
.........\.........\ServerDlg.cpp,1251,2003-07-18
.........\.........\ServerDlg.h,1192,2003-07-18
.........\.........\ServerSocket.cpp,1281,2003-07-18
.........\.........\ServerSocket.h,1326,2003-07-18
.........\.........\StdAfx.cpp,211,2003-07-17
.........\.........\StdAfx.h,1054,2003-07-17

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

发表评论

0 个回复

  • ufademo
    VFP的相关代码demo,很好的东西,VFP的相关代码demo,很好的东西(very good demo code,very good demo code)
    2013-10-23 16:47:47下载
    积分: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
  • lancs
    说明:  vc++实现的简单的cs架构程序,服务器端分登录和注册服务器,通信服务器,及客户端三部分程序。(vc++ server and client c/s lan chatroom)
    2010-04-20 07:35:37下载
    积分:1
  • recv
    组播接收端,socket通信,Windows网络编程(Multicast receiver, socket communications, Windows network programming)
    2021-01-13 21:48:47下载
    积分:1
  • SendFileClient
    VC++实现类似于QQ文件传输功能的文件发送与接收程序示例,分为服务端和客户端,客户端首次接收数据,将判断文件包大小,数据包中一定包含完整的数据包结构信息,数据不一定完整;读取数据包的大小,包含数据包结构大小和数据大小,之前接收的数据与现在接收的数据能够构成至少一个完整的数据包,文件接收完毕则设置结束标记,若终止的连接,则弹出窗口告诉用户,对方终止了文件传送。   服务端程序是比较简单的,基本是复制文件数据、判断文件是否传递成功、等待对方收受发送任务或取消发送任务,分包继续发送文件等功能(VC++ implementation is similar to QQ file transfer capabilities to send and receive files program examples, divided into server and client, the client receives the first data packet to determine the file size, the packet must contain the complete information packet structure, the data is not must complete reading packet size, including the size and structure of the data packet size, and previously received data received data can now constitute at least one complete packet, the file has been received then set the mark, if the connection is terminated, the pop-up window telling the user, the other party to terminate the file transfer. Server program is relatively simple, basically copying the file data, to determine whether the file transfer is successful, waiting for the other to accept or cancel the sending task sends tasks, subcontractors continue to send files and other functions )
    2014-06-03 13:50:03下载
    积分:1
  • MyTest_UI
    通过网络编程采集数据并实时在界面上显示,集成了自己编写的类。(Through data collection and real-time network programming displayed on the interface that integrates their preparation classes.)
    2013-07-27 21:42:15下载
    积分:1
  • 1
    说明:  WinSock网络编程实用宝典。适合初学者以及深入理解网络编程的朋友。(WinSock network programming practical Collection. Suitable for beginners as well as in-depth understanding of network programming friends.)
    2011-07-04 17:38:27下载
    积分:1
  • msocudp
    微软提供的UDP编程实例代码,实现了客户端向服务端发送数据的功能,服务器端接收并显示。(UDP programming example code provided by Microsoft client functionality to send data to the server, the server-side receiver and display.)
    2012-09-05 22:12:35下载
    积分:1
  • IPIP
    获取局域网中计算机名和IP地址,运行程序后点击确定,等待界面消失,会生成一个Name_Iph.ini文件,记录了所有信息!(Access to the LAN computer name and IP address)
    2011-07-26 11:26:59下载
    积分:1
  • chat实例
    基于VC++的局域网聊天室,能够实现多人房间聊天。(LAN chat room based on VC++ can realize multi-room chat.)
    2019-02-15 10:30:43下载
    积分:1
  • 696518资源总数
  • 106148会员总数
  • 10今日下载