登录
首页 » Visual C++ » TCP

TCP

于 2010-03-14 发布 文件大小:2432KB
0 150
下载积分: 1 下载次数: 22

代码说明:

  一个简单的TCP聊天程序,使用winsock api实现。(A simple TCP chat program)

文件列表:

TcpClient\Debug\BuildLog.htm
TcpClient\Debug\mt.dep
TcpClient\Debug\TcpClient.exe.embed.manifest
TcpClient\Debug\TcpClient.exe.embed.manifest.res
TcpClient\Debug\TcpClient.exe.intermediate.manifest
TcpClient\Debug\TcpClient.obj
TcpClient\Debug\vc90.idb
TcpClient\Debug\vc90.pdb
TcpClient\TcpClient.cpp
TcpClient\TcpClient.vcproj
TcpClient\TcpClient.vcproj.SMALL2.南厅小二.user
TcpSrv\Debug\TcpClient.exe
TcpSrv\Debug\TcpClient.ilk
TcpSrv\Debug\TcpClient.pdb
TcpSrv\Debug\TcpSrv.exe
TcpSrv\Debug\TcpSrv.ilk
TcpSrv\Debug\TcpSrv.pdb
TcpSrv\TcpSrv\Debug\BuildLog.htm
TcpSrv\TcpSrv\Debug\mt.dep
TcpSrv\TcpSrv\Debug\TcpSrv.exe.embed.manifest
TcpSrv\TcpSrv\Debug\TcpSrv.exe.embed.manifest.res
TcpSrv\TcpSrv\Debug\TcpSrv.exe.intermediate.manifest
TcpSrv\TcpSrv\Debug\TcpSrv.obj
TcpSrv\TcpSrv\Debug\vc90.idb
TcpSrv\TcpSrv\Debug\vc90.pdb
TcpSrv\TcpSrv\TcpSrv.cpp
TcpSrv\TcpSrv\TcpSrv.vcproj
TcpSrv\TcpSrv\TcpSrv.vcproj.SMALL2.南厅小二.user
TcpSrv\TcpSrv.ncb
TcpSrv\TcpSrv.sln
TcpSrv\TcpSrv.suo
TcpSrv\TcpSrv\Debug
TcpClient\Debug
TcpSrv\Debug
TcpSrv\TcpSrv
TcpClient
TcpSrv

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

发表评论

0 个回复

  • radmin21
    说明:  务器端基于select I/O模型。为防止程序界面阻塞,有一个子线程用于不断接收socket并select其中的处理。客户端只有一个线程函数,不过其利用率很高,可用于远程目录交换,请求文件大小,创建若干线程来下载文件。文件传输有上传和下载,还有对等传输,这个项目中,传输文件具体指下载。(Client server based on select I/O model. Programming interfaces in order to prevent obstruction, there is a sub-thread for receiving socket and select which treatment. There is only one client thread function, but its utilization very high, can be used for remote directory exchange, request the file size, create a number of threads to download the file. File transfer are uploading and downloading, as well as peer-to-peer transmission, this project, the specific means to transfer files to download.)
    2008-10-20 11:08:26下载
    积分:1
  • C06策略
    c06tb套利交易策略源码,源码为人人宽客编写分享(C06tb arbitrage strategy source code, source code for everyone to share quants written)
    2017-09-22 09:54:00下载
    积分:1
  • TCP_UDP_IRC
    socket通信tcp实现的聊天室程序源码(tcp socket communication program source code to achieve the chat room)
    2020-09-11 13:38:01下载
    积分:1
  • change
    用于将网络边关系转换成matlab可用的临近矩阵。(Used to convert the network edge into matlab available close relationship matrix.)
    2013-12-12 16:37:24下载
    积分:1
  • hosthook
    com写的网络ip地址挂起的程序(com write network ip address hang procedures)
    2004-12-07 09:35:00下载
    积分:1
  • syn
    SYN Flood是当前最盛行的DoS(拒尽服务进攻)与DDoS(散布式拒尽服务进攻)的方法之一,这是一种利用TCP协议缺点,发送大批伪造的TCP连接请求,从而使得被进攻方资源耗尽(CPU满负荷或内存不足)的进攻方法。(SYN Flood is one of the most popular DoS (refuse to do service attack) and DDoS (Distributed refuse to do service attack), which is a Use the TCP protocol shortcomings, sending a large number of forged TCP connection requests, making the offensive resource exhaustion (CPU full load or memory) Offensive....)
    2012-02-24 21:09:08下载
    积分:1
  • iliyh
    含有可執行文件,用bmp來卸的,非常漂亮的表面(Contains executable files, unloaded with bmp, very nice surface)
    2018-10-22 03:47:53下载
    积分:1
  • Network-Engineer-English-Vocabulary
    网络工程师英语词汇表网络工程师英语词汇表网络工程师英语词汇表网络工程师英语词汇表(Network Engineer English Vocabulary Network Engineer English Vocabulary Network Engineer English Vocabulary Network Engineer English Vocabulary )
    2013-11-04 20:01:04下载
    积分:1
  • SSgameRun
    :本系统属于小型的局域网监控系统,可以对某一台计算机进行屏幕监控,本系统主要实现以下功能:  系统采用人机交互的方式,界面美观友好。  屏幕信息需要时时显示,网络延时不能大于1秒。  服务器端可以随时运行,只要客户端运行,就能够显示屏幕信息。  系统运行时占用内存不能大于10MB,以免影响系统性能。  客户端运行时需要隐藏显示窗口,起其感觉不到在运行(network monitoring system that can carry out the screen of a computer monitor, the system achieve the following features:  system is the way human-computer interaction, interface, beautiful and friendly.  need to constantly display screen information, the network delay is not greater than 1 second.  server can be run at any time as long as the client runs, will be able to display information.  run-time memory for the system can not be larger than 10MB, so as not to affect system performance.  need to hide the client run-time display window, from its feel in the run.)
    2010-10-13 16:58:55下载
    积分:1
  • netchating
    局域网内的一个简单的聊天程序,分为服务器端与客户端两部分(LAN within a brief chat procedures, divided into server and client part 2)
    2006-10-17 11:24:42下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载