搜索资源列表
Windows Sockets 规范及应用
- Windows Sockets 规范及应用 中文版
BuildingJavaEnterpriseApplicationsVolumeIArchitect
- Java has become a confusing world. Five years ago, there were few decisions to make once you started programming in Java—you used AWT for graphical user interfaces, sockets for network programming, and hacked together everything else you needed
2009newWinSocketcset
- Windows Sockets 网络编程 —— 程序设计详解,很好的学习资料-Windows Sockets Network Programming- Detailed program design, good learning materials
bgnet_A4
- this Beej’s Guide to Network Programming Using Internet Sockets -this is Beej’s Guide to Network Programming Using Internet Sockets
The_Linux_Networking_Architecture
- 除了PPP、IP、防火牆、路由、TCP、NAT、UDP及套接字等核心問題外,本書還討論了最新的協議及協議擴展,譬如各種DSL訪問技術中用到的PPPoE協議、Bluetooth(藍牙)四驅動程序及QoS(Quality-of-Service,服務質量)支持等-In addition to PPP, IP, firewall, routing, TCP, NAT, UDP, and sockets and other core issues, this book also discusses the
BSD_Socket_API_TCP_IP
- 带有BSD 套接字API 的Microchip TCP/IP栈 中文版-BSD sockets API, with the Microchip TCP/IP stack Chinese
VCPPSummary-of-network-programming
- 1.套接字编程原理;2.基本的Windows Sockets API编程;3.MFC下的Socket编程的类;4.套接字的托管实现。四个部分介绍。-1. Socket programming principle 2. Basic Windows Sockets API programming 3. MFC Socket programming under the class 4. Managed implementation of the socket. Four-part introdu
Sockets-notes
- Network Programming Topics in this section include: • What a socket is • What you can do with a socket • The difference between TCP/IP, UDP/IP and Multicast sockets • How servers and clients communicate over sockets
Sockets-programming
- 套接字编程英文课件,详细介绍了关于套接字编程的理念,方法,原理等-Sockets programming in English courseware, details on socket programming concepts, methods, principles, etc.
CSharpsocket-error-solution
- C#socket通讯两个最经典错误解决方案。 经典错误1 无法访问已释放的对象。 对象名:“System.Net.Sockets.Socket”;解决方案 经典错误2 "远程主机强迫关闭了一个现有的连接。"解决方案-Two of the most classic C# socket communication error solutions. Classic error can not access a freed object. Object name: " System
Funciones-Sockets-TCP.pdf
- Informacion sobre sockets TCP y sus funciones
cPP
- 一本不错的网络编程文档,包含通讯编程文档套接字的知识 -A good network programming document contains of communication programming documentation sockets knowledge
Chat
- Chat simple que esta programado en c++ utilizando sockets simples, solo necesitan conectarse a un servidor y hechar andar el cliente
berkeley_socket--(COW)
- Berkeley sockets (or BSD sockets) is a computing library with an application programming interface (API) for internet sockets and Unix domain sockets, used for inter-process communication (IPC).
Winsock
- Windows Sockets API (WSA), which was later shortened to Winsock, is a technical specification that defines how Windows network software should access network services, especially TCP/IP. It defines a standard interface between a Windows TCP/IP client
netchating_SOCKET
- 本文所描述的网络互聊程序是由客户机程序和服务器程序等一对程序组成的网络应用程序,当运行这两个程序时,创建了一个客户机进程和一个服务器进程在它们之间通过从sockets读写数据进行通信。-The network described in this paper cross-talk network applications when run both by the client and server programs, the program created a client process and
winsock
- Windows Sockets 规范及应用 -Windows Sockets Windows Sockets specification and application specification and application
SocketinC
- TCP/IP SOCkets in C Practical Guide for Program me rs