-
< 精通Windows Sockets网络开发
< 精通Windows Sockets网络开发--基于Visual C++实现>> 一书的全部源代码,包括 多线程下载程序、网络五子棋、在线考试系统等五个项目。每个项目都使用不同的socket模型开发(比如select,基于消息、事件的异步模型,重叠i/o,完成端口),对于初学socket网络编程的朋友有极大帮助、、 -" " Proficient in Windows Sockets network development- based on Visual C++ implementation " " a book full source code, including multi-threaded download, network Gobang, online examination system of five projects. Each item using a different socket model development (such as select, overlapping io, the completion of the port), socket network programming for the beginner friend of great help,,,
- 2022-01-31 08:41:13下载
- 积分:1
-
个人网站源码,是我自己编写的,不足之处,请指正…
一个个人网站源码,是我自己编写的,不足之处,请各位多多指正-a personal website source, is my own preparation, inadequate, please correct many
- 2022-05-15 17:51:15下载
- 积分:1
-
ccna 网络的教程 中文教程 ccna 的初级教程
ccna 网络的教程 中文教程 ccna 的初级教程-CCNA Network Chinese Tutorial Tutorial Tutorial CCNA junior
- 2022-07-14 19:30:10下载
- 积分:1
-
C# In vs2005 (asp.net2.0) From under a category, can be custom
C# 在vs2005(asp.net2.0) 下的一个上传类,可以自定义生成的缩略图的格式及个数,还是比较方便-C# In vs2005 (asp.net2.0) From under a category, can be custom-generated form and the number of thumbnails, or more convenient
- 2022-04-16 21:58:54下载
- 积分:1
-
ip packet fragmentation and reorganization of code and some notes, curriculum de...
ip数据包的分片与重组代码及部分注释,大学生课程设计-ip packet fragmentation and reorganization of code and some notes, curriculum design, students
- 2022-06-28 13:31:38下载
- 积分:1
-
浙大网络编程课全套资料,其中包括课件,相关软件,八个编程例子,课后作业,实验与应用等五个部分。希望对大家学习网络编程有所帮助。开发环境为VC 6++ MFC...
浙大网络编程课全套资料,其中包括课件,相关软件,八个编程例子,课后作业,实验与应用等五个部分。希望对大家学习网络编程有所帮助。开发环境为VC 6++ MFC-Zheda a full set of network programming classes, including courseware and related software, eight examples of programming, after-school work, experiments and applications of five parts. Everyone would like to learn network programming help. Development environment for VC 6++ MFC
- 2022-03-12 16:56:14下载
- 积分:1
-
TCP-UDP字符数据传输
TCP-UDP传输,基于TCP-UDP的server和client端的数据收发,字符数据的收发,如果想要实现文本或者文件的收发的话可以fopen喝fread或者fwrite来进行读写。
- 2022-04-18 10:01:41下载
- 积分:1
-
windows终端服务客户端
windows终端服务客户端-client
- 2022-04-23 01:51:20下载
- 积分:1
-
更改TCP/IP设置的源代码
更改TCP/IP设置的源代码-changes in the TCP/IP settings source code
- 2022-08-14 22:15:18下载
- 积分: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