-
Implemented using C++ client chat program, mainly for learning network programmi...
用C++实现的聊天程序的客户端,主要用于学习网络编程。-Implemented using C++ client chat program, mainly for learning network programming.
- 2022-02-21 09:08:52下载
- 积分:1
-
multicast network testing procedures, the client
组播发送测试网络程序,客户端-multicast network testing procedures, the client
- 2022-04-08 11:33:15下载
- 积分:1
-
这是一个网络信息查询系统,能实现添加,查询(精确查询、模糊查询),浏览全部信息,无密码...
这是一个网络信息查询系统,能实现添加,查询(精确查询、模糊查询),浏览全部信息,无密码-This is a network information inquiry system, able to add, inquiries (query, fuzzy inquiries), View all the information, no password
- 2022-01-20 23:11:13下载
- 积分:1
-
局域网文件发送系统,教你学会网络编程!一个小程序
局域网文件发送系统,教你学会网络编程!一个小程序-Local area network file system, teach you learn to network programming! A small program
- 2022-08-10 11:56:57下载
- 积分:1
-
大文件传输
这是winodws下,大文件传输的源码,采用socket网络套接字,欢迎大家指正
- 2023-06-14 09:10:31下载
- 积分:1
-
随着计算机信息技术的飞速发展,互联网与人类社会的工作、生活越来越紧密相关,它已经成为人类获取、交流信息的重要途径和手段。所以当前对于开发人员来说,网络编程已是必...
随着计算机信息技术的飞速发展,互联网与人类社会的工作、生活越来越紧密相关,它已经成为人类获取、交流信息的重要途径和手段。所以当前对于开发人员来说,网络编程已是必备的技能。本实例详细介绍了如何利用Winsock API编写网络应用程序。-With the rapid development of information technology, the Internet and human society to work and live more and more closely related, it has become a human acquisition, an important channel for exchange of information and means. Therefore, the current for developers, network programming is an essential skill. The examples described in detail how to use Winsock API preparation of network applications.
- 2022-01-28 13:45:27下载
- 积分:1
-
asp.net rewriter,可以配置成httpmodule和httpHandle.
asp.net rewriter,可以配置成httpmodule和httpHandle.-asp.net rewriter, can be configured into httpmodule and httpHandle.
- 2022-02-14 20:36:11下载
- 积分:1
-
计算机网络-自定向下方法与Internet特色
非扫描高清
计算机网络-自定向下方法与Internet特色
非扫描高清-Computer network- under way since the directional characteristics of non-scan high-definition Internet
- 2022-04-20 04:30:19下载
- 积分:1
-
VC dial
VC++实现拨号上网程序-VC dial-up procedures
- 2022-04-17 20:52:33下载
- 积分:1
-
/* This IPv4 example listens for incoming packets and automatically adds destina...
/*
This IPv4 example listens for incoming packets and automatically adds destinations
for new sources.
这个例子主要是让大家了解下面3个函数的用法。
void OnNewSource(RTPSourceData *dat)
void OnBYEPacket(RTPSourceData *dat)
void OnRemoveSource(RTPSourceData *dat)
具体内容看我的测试文档吧。
例子的中文解释都由hanyuejun添加,有任何疑问请发hanyuejun2006@163.com
*/-/* This IPv4 example listens for incoming packets and automatically adds destinations for new sources. This example is designed to allow everyone to understand the following three functions usage. void OnNewSource (RTPSourceData* dat) void OnBYEPacket (RTPSourceData* dat) void OnRemoveSource (RTPSourceData* dat) the specific content of the test document I watch it. Explained by the example of the Chinese hanyuejun add, have any questions please send hanyuejun2006@163.com* /
- 2022-03-26 07:31:21下载
- 积分:1