搜索资源列表
Windows Sockets 规范及应用.rar
- Windows Sockets 规范及应用
Windows Sockets
- Windows Sockets规范及应用Windows网络编程接口-Windows Sockets specifications and the Windows Application Programming Interface Network
WINDOWS SOCKETS头文件
- Windows Sockets规范定义了一套Micosoft Windows下网络编程接口,包含了人们所熟悉的Berkeley Socket风格的库函数;也包含了一组针对Windows的扩展库函数,以使程序员能充分地利用Windows消息驱动机制进行编程。-Windows Sockets specification defines a set of result list Windows network programming interface, which includes people f
Server_Client_Sockets_src
- The reason why I decided to write this article is because, I was learning myself how to use sockets with under windows, I could not find one place that had a tutorial which included every thing i was looking for, or if it did it was way to complicate
API_transfer
- 一个实现点对点传输的小程序,可以用来了解WINDOWS套接字-achieve a point-to-point transmission of small programs can be used to understand the Windows Sockets
TCP.chatroom
- 是WINDOWS网络编程的一个实例,用TCP协议,利用SOCKETS等相关知识开发,在网络环境中运行边能成功-Windows network programming is an example of using the TCP protocol SOCKETS related to the use of the knowledge developed in the network environment can be successful OPERATION
GetHostAddr
- 一个简单的网络编程的小程序,入门用。使用Windows Sockets API函数进行网络编程,访问域名服务器,获取与域名相对应的IP。-a simple small network programming procedures, beginners use. Windows Sockets API for network programming, visit the domain name server access to domain names corresponding to the I
WINDOWS_SOCKETS_guifan_ji_yingyong
- 《WINDOWS SOCKETS 规范及应用》(word格式),winsock编程人员必备之书,介绍winsock1.1和2的编程原理、应用实例、所有库函数的说明,东西很全!
winsock
- windows sockets编程入门,可以参考,效果不错哦。 喜欢的朋友顶一下
WindowsSocketsguifanjiyingyongwangluobianjijiekou.
- 本书适应了Windows、Internet及计算机网络普及的潮流,介绍了一套在Windows下网络编程的规范-Windows Sockets。这套规范是Windows下得到广泛应用的、开放的、支持多种协议的网络编程接口。从1991年的1.0版到1995年的2.0.8版,经过不断完善并在Intel、Microsoft、Sun、SGI、Informix、Novell等公司的全力支持下,已成为Windows网络编程的事实上的标准。为使读者能够充分理解和应用这套规范,本书不但对Windows Socke
winsocket
- 本书适应了Windows、Internet及计算机网络普及的潮流,介绍了一套在Windows下网络编程的规范-Windows Sockets。这套规范是Windows下得到广泛应用的、开放的、支持多种协议的网络编程接口。从1991年的1.0版到1995年的2.0.8版,经过不断完善并在Intel、Microsoft、Sun、SGI、Informix、Novell等公司的全力支持下,已成为Windows网络编程的事实上的标准。为使读者能够充分理解和应用这套规范,本书不但对Windows Socke
WindowsSocketsprogram
- 关于windows sockets 编程的pdf文档,对于学习网络编程有助哦~
Windows_Sockets_program
- 本书适应了 Windows、Internet 及计算机网络普及的潮流,介绍了一套在 Windows 下网络编程的规范-Windows Sockets。这套规范是 Windows 下得到广泛 应用的、开放的、支持多种协议的网络编程接口。从 1991 年的 1.0 版到 1995 年的 2.0.8 版,经过不断完善并在 Intel、Microsoft、Sun、SGI、Informix、Novell 等公司 的全力支持下,已成为Windows 网络编程的事实上的标准。为使读者能够充分理
WinSock
- Windows Sockets规范以U.C. Berkeley大学BSD UNIX中流行的Socket接口为范例定义了一套Micosoft Windows下网络编程接口。它不仅包含了人们所熟悉的Berkeley Socket风格的库函数;也包含了一组针对Windows的扩展库函数,以使程序员能充分地利用Windows消息驱动机制进行编程。
filetransport
- 用VC++实现的网络文件传输,用了windows sockets来实现的
nettrans
- 用VC++编写的基于windows sockets编程的聊天应用程序,分为客户端和服务端两个文件
TCP实现客户服务器聊天程序
- 操作系统课程设计任务书 一、设计题目:多机进程通信 应用Socket进程通信技术编写聊天室程序,实现基于服务器的并发多机信息转发。如果各客户端在线则可以实时聊天、发送接收文件,如果某客户端离线,则发送给他的消息可由服务器端进行内容缓存,待重新连线后可以自动接收通过服务器转发的信息或文件。缓存与转发的控制算法可参考操作系统课程中生产者消费者进程同步方法、缓冲池技术等相关理论。 二、设计思路和功能的详细描述 采用TCP协议,所以属于客户机/服务器模式,因此需要聊天服务