登录
首页 » Windows Socket编程 » 一个轻量级网络编程框架 前面上传的socketman是跨平台的C++版本,我弄成VC版本了,请站长达人修改一下。...

一个轻量级网络编程框架 前面上传的socketman是跨平台的C++版本,我弄成VC版本了,请站长达人修改一下。...

于 2022-05-09 发布 文件大小:15.15 kB
0 64
下载积分: 2 下载次数: 1

代码说明:

一个轻量级网络编程框架 前面上传的socketman是跨平台的C++版本,我弄成VC版本了,请站长达人修改一下。-a lightweight framework for network programming uploaded socketman ahead of cross-platform C version, I ended up version of the VC, with many people again.

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

发表评论

0 个回复

  • 信使小精灵,是一个简易的聊天工具。主要是演示了网络的主要步骤。本序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘
    信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。-Messenger elf is a simple chat tool. Mainly to demonstrate the major steps in network programming. This procedure using the package a good library, making the application layer does not need to consider how the network news is accepted and sent, nor need to consider the data packet and packet loss sticky hands of the Spurs, you simply call the corresponding function can be a . Function library for you to do a good job in those efforts. You only need to define your own protocol header and message structure, the definition of good network news can be a callback function.
    2022-03-30 00:05:40下载
    积分:1
  • 进行连续的Ping的小序,置于有何作用不知,对学习网络还是有帮助的。.net 2003译通过...
    进行连续的Ping的小程序,置于有何作用不知,对学习网络编程还是有帮助的。.net 2003编译通过-conduct continuous Ping small procedures, I do not know what the effect placed on the study of network programming or help. . Net compiled through 2003
    2023-04-10 12:45:49下载
    积分:1
  • 窗户照射进来的插座在I/O(输入/输出)应用运营管理的…
    在 Wi n d o w s套接字应用程序中对 I / O(输入/输出)操作进行管理。Wi n s o c k分别提供了“套接字模式”和“套接字 I / O模型” ,可对一个套接字上的 I / O行为加以控制。其中,套接字模式用于决定在随一个套接字调用时,那些 Wi n s o c k函数的行为。而另一方面,套接字模型描述了一个应用程序如何对套接字上进行的 I / O进行管理及处理。-Wi ndows socket at the application of I/O (input/output) operations management. Provide the Wi nsock " socket model" and the " socket I/O model" may be a socket on the I/O to control behavior. Among them, the model used to determine the socket with a socket call in, those acts of the Wi nsock function. On the other hand, describes the socket model how an application on the socket I/O for the management and treatment.
    2022-03-01 23:49:02下载
    积分:1
  • 一个PHP Class ,能获得你的IP位置 /******* sample ***** $ipdata=new get_by_ip echo str_repe...
    一个PHP Class ,能获得你的IP位置 /******* sample ***** $ipdata=new get_by_ip echo str_repeat("-=", 10)."" echo $ipdata->msg echo str_repeat("-=", 10)."" echo $ipdata->ip."" echo $ipdata->host."" echo $ipdata->netname."" echo $ipdata->country."" echo $ipdata->person."" echo $ipdata->address."" echo $ipdata->phone."" echo $ipdata->email."" ******* sample *****/-a PHP Class will have access to your IP position /******* sample***** $ ipdata = new get_by_ip echo str_repeat ("-=", 10). "Lt; Brgt; lt; brgt; "echo $ ipdata- gt; msg echo str_repeat ("-=", 10). "lt; brgt; lt; brgt; "echo $ ipdata- gt; ip. "lt; brgt; "echo $ ipdata- gt; host. "lt; brgt; "echo $ ipdata- gt; netname. "lt; brgt; "echo $ ipdata- gt; country. "lt; brgt; "echo $ ipdata- gt; person. " lt; brgt; "e
    2022-12-14 07:00:03下载
    积分:1
  • asp.net+ajax结合的简单代码,该代码可以使你体会到asp.net+ajax最新技术的先进度。...
    asp.net+ajax结合的简单代码,该代码可以使你体会到asp.net+ajax最新技术的先进程度。-asp.net+ ajax simple combination code, the code can make you feel asp.net+ ajax the sophistication of the latest technology.
    2022-02-12 07:52:44下载
    积分:1
  • Message Board procedures, in the basic functionality has increased, more practic...
    留言板程序,在基础功能之上有所增加,比较实用-Message Board procedures, in the basic functionality has increased, more practical
    2022-07-13 02:23:43下载
    积分:1
  • 停止等待协议的reciver和sender部分,是用vc2005做的,还好
    停止等待协议的reciver和sender部分,是用vc2005做的,还好-Stop waiting for the agreement reciver and sender part is vc2005 do better
    2023-02-13 06:00:04下载
    积分:1
  • 一个校园网的东西 一个校园网的东西
    一个校园网的东西 一个校园网的东西-something of a campus network things
    2023-03-22 14:50:04下载
    积分:1
  • windows网络
    多个WINDOWS SOCKET 编程实例,基础 本书专门讨论Windows网络编程技术,覆盖Windows 95/98/NT 4/2000/CE平台。 内容包括NetBIOS和Windows重定向器方法、Winsock方法、客户端远程访问服务器方法。 本书论述深入浅出、用大量实例详解了微软网络API函数的应用。 配套光盘包含了所有实例代码,方便读者使用。本书适合中、高级程序设计人员以及网络设计与管理人员参考。
    2023-06-01 03:25:05下载
    积分:1
  • 利用IPC共享远执行
    利用IPC共享远程执行程序-IPC shared use of remote execution procedures
    2022-05-30 22:09:59下载
    积分:1
  • 696524资源总数
  • 103945会员总数
  • 46今日下载