登录
首页 » Windows Socket编程 » 异步socket类

异步socket类

于 2022-10-08 发布 文件大小:97.21 kB
0 148
下载积分: 2 下载次数: 1

代码说明:

异步socket类- Asynchronous socket kind

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

发表评论

0 个回复

  • ip函数,ip地址比较,checksum等函数
    ip函数,ip地址比较,checksum等函数-ip function, ip address comparison, function and so on checksum
    2022-12-25 16:30:03下载
    积分:1
  • 网络的相关知识,网络序的写,Socket是连接应用序与网络驱动序的桥梁,Socket在应用序中创建,通过bind与驱动序建立关系。此后,应用序送给...
    网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-network of the knowledge, network program, Socket is a link between the application and network driver bridges, Socket in the application process to create, Driving through bind with the procedures established relations. Since then, Socket applications presented data from the socket to the network driver to send out. Computer network received from the Socket bundled IP Port relevant data, by the driver to Socket, application procedures can Socket from the extraction of data received. Network applications through this is the socket for data transmission and reception. TCP and UDP Principle and the work of preparation, how to process the document link. Characters in a chat interface procedures.
    2022-02-07 17:35:59下载
    积分:1
  • TCP的P2P文件传输(C++)对于新手学习TCP协议,以帮助更好地
    TCP p2p文件传输(C++) 对于新手学习TCP协议,有较好的帮助-TCP p2p file transfer (C++) for the novice to learn TCP protocol, to help better
    2022-05-21 02:30:18下载
    积分:1
  • 这部分是RTU(remote trans... unit)的监控客户端,这是电厂远动数据的监测客户端。...
    这部分是RTU(remote trans... unit)的监控客户端,这是电厂远动数据的监测客户端。-RTU(remote trans... unit)Client
    2022-02-20 10:03:17下载
    积分:1
  • 多线服务器,想当于浏览器的功能,一次可以打开多个HTTP连接,当然接收的文件类型有所限制...
    多线程服务器,想当于浏览器的功能,一次可以打开多个HTTP连接,当然接收的文件类型有所限制-multithreaded servers, want the browser function, one can open multiple HTTP connections, of course, receive the file type restriction
    2022-07-16 23:48:43下载
    积分:1
  • 8051单片机C语言彻底应用 序 提高篇
    8051单片机C语言彻底应用 程序 提高篇-8051 C language applications that enhance the complete article
    2022-01-23 10:27:35下载
    积分:1
  • RS-232-C端口实时监控软件的设计实现、Socket接口实现网络异步通信、用C语言实现Ping程序功能-RS-232-C port real-time monitoring software designed to achieve, Socket Interface network asynchronous communication using C language function Ping procedures
    2022-01-22 17:17:25下载
    积分:1
  • 实现功能:・ 用户上线・包括新用户上线和已使用过该系统的用户上线・每位在线的用户将会收到该用户上线的通知・该用户会收到所有已在线的用户的信息・朋友下线  ・服务...
    实现功能:・ 用户上线・包括新用户上线和已使用过该系统的用户上线・每位在线的用户将会收到该用户上线的通知・该用户会收到所有已在线的用户的信息・朋友下线  ・服务器端删除该用户信息・每位在线的用户将会收到该用户下线的通知,同时删除改用户的信息・聊天终止,文件传输终止・ 修改用户名字・用户可以在对应的文本框内直接修改名称・用户可以在保存的Myinfo.txt中直接修改名称・ 聊天功能:・公聊:所有在线的用户都可以看到你的发言・私聊:能和所有以在线的用户进行私聊,其他用户看不到私聊对象之间的聊天  ・文件传输  ・能给所有的已在线用户发送文件(先打开私聊窗口)  ・只能给一位用户发送文件,但是却可以接收多个用户发送的文件・查看历史记录  ・可以查看私聊的聊天记录  ・可以查看公聊的聊天记录  ・可以查看服务器端的所有记录-achieve functional : on-line users, including new users on line and have used the system users on the line every online users will be received by the users of on-line users will be notified of the receipt of all users of online information Linear friends server to delete the user information each of the Line users will receive the notification from the assembly line users, delete users change the information termination chat, file transfer, termination of modifying user names users can text box corresponding directly alter the names of users can keep Myinfo.txt directly change the name chat : public talk : all online users can se
    2022-04-15 07:32:42下载
    积分:1
  • (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:
    (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想出VB语法下高效GIF-LZW压缩/解压算法。 四、使用“有序抖动”算法进行 色彩量化。理由:“有序抖动”处理的结果具有一定规律性,有助于LZW类算法压缩。-(using GIF_LZW algorithm) picture transmission network ~~~~~~~~ a technical features, the use of TCP to transmit data. Reason : good stability. Two, the use of byte data stream for transmission, reasons : A : VB String exist automatically Unicode conversion, the impact speed; B : can directly send eight bytes of data and do not need to use Base64 encoding, thereby reducing the coding time. 3, the use of GIF- LZW compression algorithm for image compression. Reason : A : itinerary coding, Huffman compression algorithm compression rate is too low; B : JPEG compression algorithm needs much-bit computing, and large amount of computation (with MMX spe
    2022-05-19 18:52:33下载
    积分:1
  • 一个纯jsp的购物网站,没有用到任何框架,适合初学者学习使用...
    一个纯jsp的购物网站,没有用到任何框架,适合初学者学习使用-Jsp a pure shopping site, did not use any framework, suitable for beginners learning to use
    2022-05-05 07:57:23下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载