登录
首页 » Visual C++ » ChatDemo

ChatDemo

于 2020-07-04 发布 文件大小:15355KB
0 428
下载积分: 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 个回复

  • ava-kuangjia
    ava 框架,以前找的,不知道现在能用不,需要的自己下载(ava kuangjia )
    2013-12-21 21:33:50下载
    积分:1
  • TCPPORTSCAN
    TCP端口扫描,可以获得指定IP段内的主机名,mac地址,存活端口,并将这些信息保存在SQLITE数据库,下次可以直接读取数据库信息,移值性好!(CP port scan, you can get within the segment specified IP host name, mac address, survival ports, and the information stored in the SQLITE database, the next can be read directly, transfer value is good!)
    2013-09-03 19:37:00下载
    积分:1
  • MY_ping_command(1)
    Visual C++ 平台下实现ping命令过程,包括打包发送接受解包等 对网络编程初期学习者很有帮助
    2011-04-23 12:55:18下载
    积分:1
  • SipRecordServer
    在vc++下通过ip端口抓取数据包,获取音频数据进行处理(In vc++ crawl through the ip port packet)
    2013-11-07 16:26:26下载
    积分:1
  • WinSockUDP
    VC UDP通讯,后台服务器 FileMana.cpp FileMana.h Login.cpp Login.h resource.h SocketUdp.cpp SocketUdp.h StdAfx.cpp StdAfx.h WinSockUDP.aps WinSockUDP.clw WinSockUDP.cpp WinSockUDP.dsp WinSockUDP.dsw WinSockUDP.h WinSockUDP.ncb WinSockUDP.opt WinSockUDP.plg WinSockUDP.rc WinSockUDP.sln WinSockUDP.vcproj WinSockUDP.vcproj.T400-CKX.Administrator.user WinSockUDPDlg.cpp WinSockUDPDlg.h( FileMana.cpp FileMana.h Login.cpp Login.h resource.h SocketUdp.cpp SocketUdp.h StdAfx.cpp StdAfx.h WinSockUDP.aps WinSockUDP.clw WinSockUDP.cpp WinSockUDP.dsp WinSockUDP.dsw WinSockUDP.h WinSockUDP.ncb WinSockUDP.opt WinSockUDP.plg WinSockUDP.rc WinSockUDP.sln WinSockUDP.vcproj WinSockUDP.vcproj.T400-CKX.Administrator.user WinSockUDPDlg.cpp WinSockUDPDlg.h)
    2012-05-24 14:41:07下载
    积分:1
  • LoginQQ
    VC++自动登陆QQ的代码,VS2010的编译环境(The automatic landing VC++ QQ code, VS2010 the compiler environment)
    2013-04-26 17:14:24下载
    积分:1
  • VB-asm-Packge
    VB纯代码,内嵌汇编,对指定进程发送网络数据包。(VB pure code inline assembler, network packet sent to the specified process.)
    2013-03-31 13:57:41下载
    积分:1
  • client-server
    多协议文件传输c/s网络应用设计与实现,程序用 TCP/UDP 两个协议模拟多协议服务器。首先服务器端要将两种协议的套接字创建好,并且监听 TCP 端口的连接。必要时使用select函数来进行多连接处理和非阻塞处理。而客户端直接可以按照发送的地址和端口号来进行通讯。 首先要运行服务器端,服务器会监听 TCP 端口。然后运行客户端,根据事先设定好的 IP和端口,就可以进行连接传输数据了。 程序实现的关键步骤: 以TCP协议为例 服务器端: 1.创建套接字;2.绑定端口;3.进入无穷的循环;4.接收请求;5.处理请求;6.应答。 客户端: 1.找到服务器的IP地址和协议的端口号;2.创建套接字;3.确定连接需要任意的,没有使用的端口号允许TCP去选择一个;4.将套接字和服务器连接;5.使用应用层协议和服务器交互;6.关闭连接。 (Multi-protocol file transfer c/s network application design and implementation of programs simulate multi-protocol server with TCP/UDP both protocols. First socket server to create a good two protocols, TCP port and listens for connections. If necessary, use the function to handle multiple connections and non-blocking treatment. And the client can follow directly address and port number to communicate. First run on the server side, the server listens on TCP port. Then run the client, according to pre-configured IP and port, you can connect the data transmission. The key step program implementation: In TCP protocol as an example Service-Terminal: 1. Create a socket 2 bound port 3 enter an infinite loop 4. receiving a request 5. processing requests 6 response. Clients: 1. Locate the server s IP address and protocol port number 2 creates a socket 3 connections need to determine arbitrary, unused port allows TCP to choose a 4 and the socket server connections 5 using appli)
    2016-07-11 10:19:07下载
    积分:1
  • ADOSocket
    vc++对ado数据库访问的接口类,提供对数据库的连接访问等方法(vc right ado database access interface type, the right to access database methods)
    2006-05-31 12:36:45下载
    积分:1
  • sniffer1
    C语言实现的监听网络流量的程序,并对截取的报文进行分析。(C language to monitor the flow of network procedures, and analysis of the interception of the message.)
    2017-01-04 15:17:53下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载