登录
首页 » Visual C++ » ChatDemo

ChatDemo

于 2020-07-04 发布 文件大小:15355KB
0 427
下载积分: 1 下载次数: 3

代码说明:

  一个简单的点对点聊天程序,学习socket通讯编程时的练习程序。编译环境为VS2008(A simple peer-to-peer chat program, learning socket communication programming practice procedures. The compiled environment for VS2008)

文件列表:

ChatDemo
........\ChatDemo
........\........\ChatDemo.aps,58896,2013-03-25
........\........\ChatDemo.cpp,1767,2013-03-25
........\........\ChatDemo.h,453,2013-03-25
........\........\ChatDemo.rc,5422,2013-03-25
........\........\ChatDemo.vcproj,5622,2013-03-25
........\........\ChatDemo.vcproj.CHINA-FDD4E5F53.Administrator.user,1427,2013-03-25
........\........\ChatDemoDlg.cpp,3652,2013-03-25
........\........\ChatDemoDlg.h,780,2013-03-25
........\........\ChatSocket.cpp,665,2013-03-25
........\........\ChatSocket.h,189,2013-03-25
........\........\Debug
........\........\.....\BuildLog.htm,11618,2013-03-25
........\........\.....\ChatDemo.exe.embed.manifest,682,2013-03-25
........\........\.....\ChatDemo.exe.embed.manifest.res,748,2013-03-25
........\........\.....\ChatDemo.exe.intermediate.manifest,640,2013-03-25
........\........\.....\ChatDemo.obj,26082,2013-03-25
........\........\.....\ChatDemo.pch,24576000,2013-03-25
........\........\.....\ChatDemo.res,33288,2013-03-25
........\........\.....\ChatDemoDlg.obj,92429,2013-03-25
........\........\.....\ChatSocket.obj,25995,2013-03-25
........\........\.....\mt.dep,67,2013-03-25
........\........\.....\stdafx.obj,467786,2013-03-25
........\........\.....\vc90.idb,936960,2013-03-25
........\........\.....\vc90.pdb,2174976,2013-03-25
........\........\ReadMe.txt,2840,2013-03-25
........\........\res

........\........\...\ChatDemo.rc2,364,2013-03-25
........\........\resource.h,909,2013-03-25
........\........\stdafx.cpp,139,2013-03-25
........\........\stdafx.h,1847,2013-03-25
........\........\targetver.h,1030,2013-03-25
........\ChatDemo.ncb,23096320,2013-03-25
........\ChatDemo.sln,890,2013-03-25

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

发表评论

0 个回复

  • QQ
    说明:  模仿qq的一个小程序,值得VC++初学者学习(Qq imitate a small program, it is worth learning VC++ beginners)
    2011-12-08 17:03:33下载
    积分:1
  • 12345
    我的毕业设计 已通过答辩 计算机网络安全中防火墙技术和端口扫描技术 网络扫描器设计(My graduation project has passed the defense computer network security, firewall technology, and port-scanning technology network scanner designed)
    2010-03-13 15:20:08下载
    积分:1
  • PhoenixSim-(2)
    光片上网络仿真器,哥伦比亚大学开发的,需要利用OMNET(ONoC simlator, made by the columbia university, working with OMNET)
    2020-11-21 09:59:36下载
    积分:1
  • talk_WSAAsyncSelect_code
    用了Windows下的WSAAsyncselect模型编写的服务端.(With the model under Windows WSAAsyncselect written server.)
    2011-09-29 17:21:12下载
    积分:1
  • hnbzcj9
    很好的源程序代码,具有很好的学习价值,可以下载使用(Good source code, has the very good learning value, can be used to download)
    2017-03-28 07:16:22下载
    积分:1
  • Communication-with-MFC-based-on-TCP
    基于TCP/IP协议的MFC网络编程实例,适合windows网络编程的初学者(MFC network programming example based on TCP/IP protocol, adaptive for whose who starts to learn Windows network programming.)
    2015-12-15 10:52:10下载
    积分:1
  • recv
    组播接收端,socket通信,Windows网络编程(Multicast receiver, socket communications, Windows network programming)
    2021-01-13 21:48:47下载
    积分:1
  • ChatRoom
    局域网聊天室,实现客户端和服务器端,实现托盘功能,对网络编程和界面编程的同学有一定的帮助。(LAN chat rooms, client and server-side tray function, certain network programming and interface programming students.)
    2013-03-16 09:21:07下载
    积分:1
  • sssssss
    程序记录并显示了数据报从源端机器传送到目标机器的过程中所经过的路由器的IP地址,并且记录了数据报到达每个路由器所需要的时间。认真观察到达每个路由器的时间有什么区别,从而熟练掌握traceroute的工作原理和ICMP报文协议。 (The program records and displays the IP addresses of routers through which the datagram sent from the source client machine to the target machine , and the recording of the data packets arrive at the time required by each router . )
    2013-05-21 10:00:17下载
    积分: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
  • 696516资源总数
  • 106914会员总数
  • 0今日下载