登录
首页 » Windows Socket编程 » MFC实现的一个关于socket通信的测试工具(包含UDP组播,UDP,TCP)

MFC实现的一个关于socket通信的测试工具(包含UDP组播,UDP,TCP)

于 2022-06-13 发布 文件大小:111.76 kB
0 218
下载积分: 2 下载次数: 1

代码说明:

本程序用MFC基于对话框实现了windows下的socket通信,分别实现了TCP通信、UDP通信以及UDP组播通信。可以发送字符串也能发送16进制的数据。socket使用了非阻塞模式,并且是事件触发的。

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

发表评论

0 个回复

  • 短信平台的二次开发 很好用的啊是别的公司开发的,其中的有详细的说明文档...
    短信平台的二次开发 很好用的啊是别的公司开发的,其中的有详细的说明文档-messaging platform in the secondary development of a good ah it is for other companies in the development, which is described in detail in documents
    2022-07-13 02:08:17下载
    积分:1
  • ping 命令工作原理详细解析
    ping 命令工作原理详细解析-ping command detailed analytical work principle
    2022-08-25 17:35:40下载
    积分:1
  • 开放源序的P2P的文件共享,主要是进行更新的文件共享开发和让所有人都能共享他的文件和成果
    开放源程序的P2P的文件共享,主要是进行更新的文件共享开发和让所有人都能共享他的文件和成果- The open source program P2P document sharing, mainly is carries on the renewal the document sharing development and enables all people all to share his document and the achievement
    2022-02-03 03:53:36下载
    积分:1
  • 一个TFTP的简单序,包括客户端和服务器端,我的大学工作。
    一个TFTP的简单程序,包括客户端和服务器端,是我大学本科的作业。-a TFTP simple procedures, including client and server side, I college work.
    2022-08-25 15:57:57下载
    积分:1
  • 使用JAVA I/O和 NI/O写的两种网络ECHO服务器,用以学习两种IO的不同方法,体验基于阻塞与非阻塞IO开发高性能网络应用序的具体实例.Java...
    使用JAVA I/O和 NI/O编写的两种网络ECHO服务器,用以学习两种IO的不同编程方法,体验基于阻塞与非阻塞IO开发高性能网络应用程序的具体实例.Java平台传统的I/0系统基于byte(字节)和Stream(数据流)。这种模式下的I/O 操作以字节为单位,以流的方式处理数据。而NIO( New I/O )以块的方式处理数据,它的系统操作面向Buffer(缓冲),Channel(通道)和Selector(选择器),不再是字节,这种模式利用了操作系统管理内存和文件的方式,并将一些耗时操作直接转移给操作系统,使JavaI/O的速度得以提高、性能得到了明显的改善 -The use of JAVA I/O and NI/O, prepared by two types of network servers ECHO to learn two different programming methods IO experience obstructive and non-blocking IO based on the development of high-performance network applications specific examples. Java platform for the traditional I/0 system is based on the byte (byte) and Stream (data streams). This mode of I/O operation in bytes in order to deal with data flow way. The NIO (New I/O) blocks the way to deal with data, its system for Buffer (buffer), Channel (channel) and the Selector (selector), is no longer a byte, this mode of use of operating system management of memory and the manner in which documents, and some time-consuming operation of a direc
    2022-02-09 15:18:54下载
    积分:1
  • 专属记事本
    本程序在visual studio 2010 上完成,比较简单。主要实现记事本的一些基本功能,包括一般的打开,新建,保存,复制,粘贴,全选,删除等功能。上述功能都能用右键实现。
    2022-03-20 23:39:17下载
    积分:1
  • an all static pages generated content, the freedom to customize the extension, t...
    1、全静态生成的内容页,扩展名自由定制,自由选择! 2、后台无限管理等级,自由定制,权限自由分配,让你体验真正的多用户管理! 3、无限分类! 4、超自由的的模版设计,内置标签库,让你完全自由的设计网站页面。 5、优秀的网站上传附件管理模块,可以让你的网站最大程度的减少垃圾文件。 6、自带可视化 HTML 编辑器,就像在Word里编辑文章一样。 7、索引页自动分页,成静态文件保存。 8、静态页面多种生成方式,可最大程度的减少页面生成的耗用时间。 9、首页自动生成,自由修改。 10、共享模块采用JS调用,一次编辑,处处使用,同步更新。(可选) access数据库全面优化,修复v1.0 bug N个-an all static pages generated content, the freedom to customize the extension, the freedom of choice! 2, background unlimited management hierarchy, free customization, free distribution of authority and let you experience a true multi-user management! 3, unlimited classification! 4, the ultra-free design templates, built-in labels, so as you complete freedom of design website pages. 5, excellent website upload Annex management module, allows you to the website of the largest reductions in the garbage documents. 6, onboard visual HTML editor, as in Word edit the same article. 7, index page automatic paging, static documents into preservation. 8, static pages generated a variety of ways, the
    2022-08-16 02:17:26下载
    积分:1
  • http隧道版lcx
    在lcx源码的基础上改进的,http隧道通讯代码是在pcshare里面扣出来的,主要完成改的是-listen和-slave那块,-trans因为没有用到,所以就没有改。
    2022-01-26 08:08:35下载
    积分:1
  • 一个用VisualBasic写的局域网消息发送软件。
    一个用VisualBasic编写的局域网消息发送软件。-a prepared using Visual Basic LAN messaging software.
    2022-08-05 11:47:38下载
    积分:1
  • 使用完成例模型的简单聊天室服务器,客户端请在本站下载CharClientNew.rar...
    使用完成例程模型的简单聊天室服务器,客户端请在本站下载CharClientNew.rar-complete routine use of a simple model chat room server, the client site please download CharClientNew.rar
    2023-03-29 12:45:03下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载