登录
首页 » Visual C++ » Server

Server

于 2010-08-30 发布 文件大小:3725KB
0 340
下载积分: 1 下载次数: 70

代码说明:

  一个基于MFC的网络通信SOCKET程序,实现了接收SOCKET数据的同时,发送SOCKET数据。(An MFC-based network communication SOCKET procedure to achieve the same time to receive SOCKET data, send SOCKET data.)

文件列表:

Server4
.......\Debug
.......\.....\ListenSocket.obj,8485,2010-08-25
.......\.....\ListenSocket.sbr,0,2010-08-25
.......\.....\RWSocket.obj,9262,2010-08-25
.......\.....\RWSocket.sbr,0,2010-08-25
.......\.....\Server4.bsc,3179520,2010-08-25
.......\.....\Server4.exe,114771,2010-08-25
.......\.....\Server4.ilk,239048,2010-08-25
.......\.....\Server4.obj,14797,2010-08-25
.......\.....\Server4.pch,6952524,2010-08-25
.......\.....\Server4.pdb,304128,2010-08-25
.......\.....\Server4.res,3912,2010-08-25
.......\.....\Server4.sbr,0,2010-08-25
.......\.....\Server4Dlg.obj,34873,2010-08-25
.......\.....\Server4Dlg.sbr,0,2010-08-25
.......\.....\StdAfx.obj,106806,2010-08-25
.......\.....\StdAfx.sbr,1393145,2010-08-25
.......\.....\vc60.idb,214016,2010-08-25
.......\.....\vc60.pdb,372736,2010-08-25
.......\ListenSocket.cpp,1141,2010-08-20
.......\ListenSocket.h,1252,2010-08-20
.......\ReadMe.txt,3597,2010-08-17
.......\Release
.......\res

.......\...\Server4.rc2,399,2010-08-17
.......\Resource.h,1604,2010-08-20
.......\RWSocket.cpp,1645,2010-08-20
.......\RWSocket.h,1244,2010-08-20
.......\Server4.aps,37532,2010-08-23
.......\Server4.clw,2951,2010-08-25
.......\Server4.cpp,2171,2010-08-17
.......\Server4.dsp,4442,2010-08-17
.......\Server4.dsw,539,2010-08-17
.......\Server4.h,1384,2010-08-17
.......\Server4.ncb,99328,2010-08-25
.......\Server4.opt,487424,2010-08-25
.......\Server4.plg,735,2010-08-25
.......\Server4.rc,7395,2010-08-23
.......\Server4Dlg.cpp,10494,2010-08-24
.......\Server4Dlg.h,7341,2010-08-24
.......\StdAfx.cpp,209,2010-08-17
.......\StdAfx.h,1102,2010-08-17

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

发表评论

0 个回复

  • QQProject
    说明:  在Internet上的聊天室程序一般都是以服务器提供服务端连接响应,使用者通过客户端程序登录到服务器,就可以与登录在同一服务器上的用户交谈,这是一个面向连接的通信过程。因此,程序要在TCP/IP环境下,实现服务器端和客户端两部分程序。(In Internet chat rooms on the procedure is generally based on the server side connection in response to the provision of services, the user through the client program to log on to the server, you can log in the same server with the user to chat, this is a connection-oriented communication process. Therefore, procedures to TCP/IP environment, the realization of server-side and client procedures in two parts.)
    2008-08-30 00:00:05下载
    积分:1
  • VBIP
    显示和修改网卡地址和网关.DNS Visual Basic编程.(Display and modify the network card address and gateway. DNS Visual Basic programming.)
    2013-11-04 10:26:51下载
    积分:1
  • RfQkjNTYK
    代码是用来实现使用IP地址控件显示和设置IP地址的vc代码,好,有需要的朋友可以看看(Vc code is used to display and set the IP address using the IP address of the control code, need friends can look at)
    2013-01-10 18:07:07下载
    积分:1
  • 放大镜
    简单放大镜,生成一个放大窗口,滚轮实现倍率调节(Simple magnifier generates an enlarged window, and the roller realizes magnification regulation)
    2017-07-15 15:37:07下载
    积分:1
  • 44810407
    Desktop drawing program, for beginners to understand the vc code is a good example, performance fun and easy to learn
    2018-12-31 11:33:10下载
    积分:1
  • NASTester_14
    nat tester ............................................
    2013-02-12 13:14:41下载
    积分:1
  • UDPdatatrasmission
    利用UDP协议实现两台计算机点对点之间的数据传输和聊天功能(Using UDP protocol between two computers peer-to-peer data transfer and chat features)
    2009-05-11 12:50:33下载
    积分:1
  • WinpkFilter
    一个高性能的网络数据包处理架构,利用WinpkFilter可以利用应用层函数直接对数据包进行处理,甚至可以在应用层函数sleep()延缓数据包发送(WinpkFilter is a high performance packet filtering framework for Windows that allows developers to transparently filter (view and modify) raw network packets with minimal impact on network activity without having to write low level TDI or NDIS driver code. WinpkFilter is more than just a firewall development kit for Windows. With WinpkFilter you can make an application that inserts itself into the Windows network stream: custom firewall solution, internet connection sharing (NAT), IP shaper, VPN and many other low-level network solutions completely in user-mode using your favorite development environment: Visual C++, Visual C#, Delphi, Visual Basic, C++ Builder and etc. Using WinpkFilter requires no experience in kernel mode programming on your behalf since WinpkFilter provides you with powerful user level API. However, if you need to implement your solution (to achieve better performance) in kernel mode you can use well-documented raw IOCTL interface as well. )
    2020-10-04 18:07:40下载
    积分: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
  • Book_Source_Code.VisualC++NetWork
    使用VC进行网络通讯程序开发的代码,比较全面,有代表性。代码质量高。(use VC network communications program development codes, more comprehensive and representative. High-quality code.)
    2007-05-28 23:32:58下载
    积分:1
  • 696516资源总数
  • 106436会员总数
  • 7今日下载