-
信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘
信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。-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
-
即时消息
Instant Message Instant Message-Instant Message Instant M essageInstant Messa ge
- 2022-05-18 07:09:10下载
- 积分:1
-
Can automatically upgrade a client program, delphi enthusiasts can learn from
一个可以自动升级的客户端程序,delphi爱好者可以借鉴-Can automatically upgrade a client program, delphi enthusiasts can learn from
- 2022-05-25 05:31:44下载
- 积分:1
-
本书介绍了NDIS协议驱动的开发:包括NDIS接口。
本书介绍了NDIS协议驱动开发:包括NDIS的接口模型,协议驱动编程-The book introduced the NDIS protocol driver development: including the NDIS interface model, protocol-driven programming
- 2022-03-17 20:56:30下载
- 积分:1
-
如果你的应用程序使用MFC共享DLL,和您的应用程序
If your application uses MFC in a shared DLL, and your application is
in a language other than the operating system s current language, you
will need to copy the corresponding localized resources MFC42XXX.DLL
from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation.
For example, MFC42DEU.DLL contains resources translated to German.) If you
don t do this, some of the UI elements of your application will remain in the
language of the operating system.-If your application uses MFC in a shared DLL, and your application is
in a language other than the operating system s current language, you
will need to copy the corresponding localized resources MFC42XXX.DLL
from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation.
For example, MFC42DEU.DLL contains resources translated to Ger
- 2022-02-15 16:05:13下载
- 积分:1
-
获得本机的MAC地址,已经生成有可执行文件
获得本机的MAC地址,已经生成有可执行文件-Access to the machine
- 2023-01-12 17:30:04下载
- 积分:1
-
unsustainable under the agreement, users send frames, will first interception Ch...
非持续CSMA
该协议下,用户在发送帧之前,会先侦听信道的状况,如果没有其他站点发送,它就发送。若信道忙,它就等待一个随机的时间后重复以上动作。
对于某一帧而言,信道是否忙,即是看其绝对时间(FRAMETIME*i+dt)的前一帧时内(FRAMETIME*(i-1)+dt ~ FRAMETIME*i+dt)是否存在发送帧。若无则发送,有则等待一随机时间。
-unsustainable under the agreement, users send frames, will first interception Channel situation, if no other site sent, it sent. If Channel busy, it would wait for a random time to repeat the action. For a frame, whether the busy channel, that is, look at his absolute time (FRAMETIME* i dt) of a time (FRAMETIME* (i-1) dt ~ FRAMETIME dt* i) the existence of this frame. If not then this, then wait for a random time.
- 2022-03-16 02:26:57下载
- 积分:1
-
original source code socket ping
原始套接字ping源代码-original source code socket ping
- 2022-02-20 18:42:15下载
- 积分:1
-
即时聊天(服务器和客户端)
简单的tcp/ip 通讯协议,详尽的客户端和服务端 接受和发送信息。可以在线IM交流、建立会议室(可以设置密码),会员(密码、头像等信息)和部门实现在线管理。 Server/Client分别为服务端和客户端,设置服务端可以实现在线管理,默认端口号10000。 数据库采用的是Access
- 2022-03-18 03:00:07下载
- 积分:1
-
这是一个网络通信的SocketDemo
这是一个网络通信的SocketDemo-This is a network communications SocketDemo
- 2022-02-02 00:09:00下载
- 积分:1