-
-
-
WindowsSocket.zip
... 章 网络协议TCP/IP
第5章 局域网编程
第6章 Winsock基础
第7章 Winsock API高级编程
第8章 MFC Winsock高级编程
第9章 深入UDP
第10章 WinInet API开发
第11章 网络协议实现及应用
第12章 综合实例
-
-
-
AddyourIP.zip
Add your IP to a textbox or label using Winsock
Description: Another beginner piece of code for ya s, this simply puts your local IP in a textbox or label using Winsock.
-
AlittleChat.zip
A little Chat example using Winsock
Description: This code show how to use Winsock control on Visual Basic, really easy example. U can use it local or remote with a friend, just make a few changes
-
socket.rar
socket编程。winsock编程实现网络通信。
非阻塞模式实现面向连接一个服务器和多个客户端的收发数据(select模型)
阻塞模式实现面向无连接的一对一的通信
1.学习通过winsock编程实现网络通信。
2.学习面向连接和面向无连接的网络通讯方式的编程。
3.学习阻塞和非阻塞模式的网络通讯的编程。
4.熟悉与winsock有关的API函数的用法。
-
-
-
Chat6.rar
开发环境:MyEclipse
实现简单的聊天室功能,学会TCP,UDP协议,在客户机/服务器模型下用WINSOCK实现Internet中常见的聊天室软件的方案。
-