登录
首页 » Windows Socket编程 » 一个通过邮件槽来进行通信的例子

一个通过邮件槽来进行通信的例子

于 2022-07-17 发布 文件大小:47.52 kB
0 215
下载积分: 2 下载次数: 1

代码说明:

一个通过邮件槽来进行通信的例子-One through the mail slot to communicate examples of

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

发表评论

0 个回复

  • Ascii显示成Hex,在中文系统下也不会有任何问题.
    Ascii显示成Hex,在中文系统下也不会有任何问题.-convert ascii to Hex , and no problem in Chinese Environment.
    2022-07-14 17:19:35下载
    积分:1
  • C++Builder写的Socket
    C++Builder编写的Socket-C Builder Socket
    2023-06-23 10:15:03下载
    积分:1
  • radio source code, reference can do
    广播源代码,可做参考-radio source code, reference can do
    2022-02-03 19:24:09下载
    积分:1
  • 计算机辅助检测在 CT 筛查肺结节
    计算机辅助检测在 CT 筛查肺结节 正弦交流电路计算机辅助分析的理论和实施过程。使用节点分析法的分析。用于在网络分析中带来的这种方法定义两个路径组件是概念的简单、 容易理解的特性。使用线性方程组的解是高斯约旦消除方法都很熟悉。使用过程中形成 Gn,Jn 填充的直接方法中方程的建立。为使读者了解的一般思路和方法,准备大量的流程图的使用程序。程序可以处理包含导纳滑当前源电压源支路四个受控的源服务支路和支路与互感正弦 ste
    2022-06-17 06:27:52下载
    积分:1
  • Asincronous socket
    Asincronous socket-based client-server with source code
    2022-12-10 03:50:02下载
    积分:1
  • 计算校验和 校验和算法描述:为保证网络上传输的数据的可靠性,在许多协议中都设置了校验和项,例如:IPv4、ICMPv4、IGMPV4、ICMPv6、UDP...
    计算校验和 校验和算法描述:为保证网络上传输的数据的可靠性,在许多协议中都设置了校验和项,例如:IPv4、ICMPv4、IGMPV4、ICMPv6、UDP和TCP 等等。计算这些校验和的算法称为网际校验和算法,简单来说就是:把被校验的数据16位进行累加,然后取反码,若数据字节长度为奇数,则数据尾部补一个字节的0以凑成偶数。 由于从输入文件读入的数据不能直接满足计算校验和的条件,所以首先对从文件读入缓冲区的数据进行预处理,即读入缓冲区时忽略空格。由于累加是按16位进行的,所以每次从缓冲区中读出4个字符,并将字符转换成对应的16进制数字,如此依次累加,直至数据全部读完。 还有一种情况,即如果数据长度为奇数个字节,则需要判断,并补0累加。程序中利用的是缓冲区长度计数器i和当前读取到计数器j判断数据长度是否为奇数。即如果数据长度为偶数,则读完数据时当前读取到计数器j的值应与缓冲区长度i相等,而如果数据长度为奇数,则读完数据时,当前读取到计数器j>缓冲区长度i,此时需将缓冲区中剩余的两个字符读出,并补0,转换成相应16进制数以后参与累加。 当累加结束后,将累加和的16位以上数据位移下再进行一次累加,并对最后累加和取反即得所求校验和。 -calculated checksum checksum algorithm Description : To ensure the network transmission of data reliability, in many of the agreements are set up and calibration, for example : IPv4, ICMPv4, IGMPV4, ICMPv6. UDP and TCP so on. Calculating checksum algorithm called the Internet checksum algorithm, the simple answer is : as has been the calibration data for 16 cumulative, and then take the anti-code, if the data byte length of the odd, data will make up the tai
    2022-01-26 06:39:03下载
    积分:1
  • c++写的一个用于指纹识别的代码,可以应用与企业的考勤...
    c++编写的一个用于指纹识别的代码,可以应用与企业的考勤-prepared for a fingerprint identification code can be applied to enterprises with an attendance
    2023-08-29 05:10:03下载
    积分:1
  • the procedures used to establish Socket Interface
    该程序使用了Socket接口建立通住双方的TCP连接,从而完成通信.服务器方可以与多个客户端建立连接,并且可以选择要向哪个已建立起连接的客户端发送消息.-the procedures used to establish Socket Interface-living both TCP connections, thus completing communications. Server side with the establishment of a number of client connections and can be chosen which has been established to connect the client send messages.
    2022-02-20 16:39:39下载
    积分: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
  • 用vc的简单聊天室,调用csoket来实现
    用vc编的简单聊天室,调用csoket来实现-vc series with a simple chat room, calling to achieve csoket
    2022-01-25 20:56:33下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载