登录
首页 » C# » tcp用户聊天测试工具

tcp用户聊天测试工具

于 2023-06-19 发布 文件大小:2.96 MB
0 110
下载积分: 2 下载次数: 1

代码说明:

应用背景 客户端部分:   手动输入服务器端IP地址和端口号进行连接  发送消息给服务器端并显示服务器端回传的消息 服务器端部分:   手动建立服务器端与客户端的连接请求  接收所有用户发送的消息  向所有在线用户群发消息  关键技术创建套接字(socket);  2) 将套接字绑定到一个本地地址和端口上(bind); 3) 将套接字设为监听模式,准备接受客户请求(listen);  4) 等待客户请求到来;当请求到来后,接受连接请求,返回一个新的对应于此次连 接的套接字(accept);  5) 用返回的套接字和客户端进行通信(send/recv); 6) 返回,等待另一客户请求; 7) 关闭套接字; 客户端程序流程如下: 1) 创建套接字(socket);  2) 向服务器发出连接请求(connect); 3) 和服务器端进行通信(send/recv); 4) 关闭套接字

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

发表评论

0 个回复

  • TestOpenGL
    基于MFC的利用OpenGL读取obj文件格式的点云文件的程序,可以对此三维文件旋转0缩放和平移,以及进行点面转换(The use of OpenGL-based MFC obj file format to read the point cloud file program, you can file for this three-dimensional spin 0 scaling and translation, as well as point and area conversion)
    2010-10-10 17:32:23下载
    积分:1
  • Visual_C++_MATLAB
    《Visual C++_MATLAB图像处理与识别实用案例精选》本书系统地介绍了图像处理与识别的基本原理、典型方法和实用技术。全书共分12章,第1章-第6章是图像处理与识别的基础内容,包括图像科学综述、MATLAB语言图像编程、图像增强、图像分割、图像特征提取和图像识别;第7章-第10章是图像处理与识别的工程实例,涵盖了医学图像处理、文字识别和自导引小车路径识别等应用实例,并结合理论算法,提供了大量MATLAB代码程序,以帮助读者掌握如何使用MATLAB语言快速进行算法的仿真、调试和估计等方法。第11章-第12章,是两个综合性较强的实例,分别足Visual C++实现的基于神经网络的文字识别系统和车牌定位系统。 本书附带的光盆给出了各个章节列举的实例的源代码,同时赠送了28个常用数字图像处理算法的Visual C++代码实现。光盘在下一次的上载中给出。 注 此为超星图书,请用超星阅读软件打开阅读。("Visual C _MATLAB image processing and recognition of the practical case Showcase" the book systematically introduced the image processing and recognition of the basic tenets of the typical methods and practical skills. The book is divided into 12 chapters, Chapter 1-Chapter 6 of image processing and recognition of content, including images scientific overview MATLAB programming language images, image enhancement, image segmentation, image feature extraction and image recognition; Chapter 7-Chapter 10 of image processing and recognition of the engineering example, covering medical image processing, Character Recognition and self-guided trolley path recognition example, the combination of theory and algorithms, for a lot of MATLAB code procedures to help readers how to use MATLAB )
    2020-06-26 06:20:02下载
    积分:1
  • 图片格式转换和裁剪
    说明:  将BMP图片格式转换成彩色或者灰度图像,或者将图片裁剪(Image format conversion or image clipping)
    2021-02-03 19:12:20下载
    积分:1
  • AutoUpdateV1.0
    自动更新。与需要更新文件放在同一目录,生成更新文件;客户端通过HTTP去请求更新文件,进行文件版本比对,选择需更新的文件进行下载。其中使用了NewLife框架代码,具体源码请移步至www.newlifex.com(Automatically updated. And the need to update the files in the same directory, generate update files client requests via HTTP to update files, file version than the right, select the file to be updated to download. Which uses the NewLife framework code, the specific source please venue to www.newlifex.com)
    2013-07-12 20:45:43下载
    积分:1
  • NCRR
    运用网络编码技术改进的无线路由协议,可以实现做大的吞吐量,实现节能功能(Using network coding technique to improve wireless routing protocol, can achieve big throughput, achieve energy saving function)
    2014-12-17 20:21:46下载
    积分:1
  • kalmanPcamshift(meanshift)
    Kalman+CamShift实现视频追踪(Kalman+CamShift video track)
    2014-05-14 16:46:19下载
    积分:1
  • sine.tar
    按照配置选项,产生Microsoft Riff 格式的单频正弦波(According to the configuration option, a single frequency sine wave in the Microsoft Riff format is generated)
    2017-08-30 13:37:09下载
    积分:1
  • stm32+ads1298
    基于stm32对ads1298进行读取,用于心电前端采集
    2022-01-28 14:12:55下载
    积分:1
  • DES-complete
    一个DES加解密程序,有兴趣的可以下来看看。(A program about DES)
    2012-07-03 09:12:47下载
    积分:1
  • Error-analysis-of-structured-light
    本文对应用于焊缝跟踪的结构光视觉传感器进行分析,包括传感器硬件系统结构误差、激光散斑噪声误差及镜头畸变误差等,并对不同结构方式下的视觉传感器建立了数学模型,具体分析了结构参数对其误差的影响,提出了结构光视觉焊缝跟踪传感器优化设计方法,对使用结构光的工作者减少误差非常有用(The corresponding for seam tracking of structured light vision sensor is analyzed, comprising the sensor hardware system structure error, laser scattered speckle noise error and lens distortion error, and visual sensors for different kinds of structure, established mathematical model, makes a concrete analysis of the influence of structure parameters on the error, the structure light vision seam tracking sensor optimization design method, the use of structured light workers reduce error is very useful,)
    2016-04-06 20:05:55下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载