-
实例86 判断网址是否有效.rar,意思很明白不用多说,下8
实例86 判断网址是否有效.rar,意思很明白不用多说,下8-86 examples of effective judgment website. Rar, meaning understand Needless to say, the next 8
- 2023-08-04 21:50:03下载
- 积分:1
-
Sniff网络嗅探器 VC编写
Sniff网络嗅探器 VC编写-Sniff network sniffer prepared VC
- 2022-10-10 20:20:03下载
- 积分:1
-
监听本机的所有通讯,记录数据包的协议,大小,来源,目的地等信息...
监听本机的所有通讯,记录数据包的协议,大小,来源,目的地等信息-Monitor all communications of this machine to record the packet protocol, size, origin, destination and other information
- 2022-05-31 14:45:26下载
- 积分: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
-
网络管理程序。含ping,ftp,smtp等功能
网络管理程序。含ping,ftp,smtp等功能 -Network manage app , having ping , ftp and smtp etc
- 2022-10-30 10:00:02下载
- 积分:1
-
libnet发送数据包的实例,本来为别人毕业设计时写的。这里可以参阅。...
libnet发送数据包的实例,本来为别人毕业设计时写的。这里可以参阅。-libnet example of sending data packets, originally designed for others to write the graduation. You can refer to.
- 2022-07-23 06:05:16下载
- 积分:1
-
信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘
信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。-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
-
C#开发的.net网络编程组件
C#开发的.net网络编程组件-C# development. Net network programming components
- 2022-03-06 19:56:04下载
- 积分:1
-
monsoon flow statistics system
季风流量统计系统-monsoon flow statistics system
- 2023-05-08 23:25:02下载
- 积分:1
-
Native like, synchronous remote method invocation.
Light
这是一个基于C++ template的面向对象的RPC框架库。-Native like, synchronous remote method invocation.
Light-weighted, clean and easy to use.
Normal C++ syntax for service definition.
1. Supports all c++ native data type and user defined data type.
2. Reference and pointer support.
3. Polymorphism for method parameter and return type.
Type safe.
As the framework is based on c++ template, all type mismatch will be raised at compilation time.
TCP/IP as underlying transportation protocol.
Full conformance to ISO c++ standard.
Unicode support.
- 2022-07-23 07:37:41下载
- 积分:1