搜索资源列表
chat_file-transmition
- 利用Visual C++的Windows SOCKET网络编程实现局域网内正在使用本程序的所有主机的群聊、两主机之间的点对点聊天和文件传送功能,且具有以下特点:通信完全是异步的;各用户是对等的,不区分客户机和服务器,任何用户启动或关闭程序都不会影响其他用户的正常使用;使用多线程传输文件。 -using Visual C Windows Socket Programming Network is bringing LAN use this procedure in the mainframe
Embbeded_tcp_ip_user_guide
- 嵌入式TCP/IP协议栈说明书下载-- 技术说明: 1)用户应用协议栈则需要编写以太网的数据报收发驱动,就可以使用协议栈提供的标准SOCKET API,完成服务器和客户端应用程序的开发。 2)协议栈运行于非操作系统的环境下,因此它的运行速度与一般采用多任务操作系统的TCP/IP协议,速度相对说来要快。 3)协议栈完成的功能包括ARP,IP,ICMP(ping),TCP,UDP,暂不支持IGMP,RARP。 4)协议栈采用C代码编写,可方便的移植于各种单片机平台。 5)协
12
- 利用Java语言提供的Socket技术,建立一个C/S模式的应用,允许客户端用户输入2个整数,服务器端接收这2个整数,并计算出它们的和、差、积、商,最后送回客户端。-Using Java language to provide the Socket technology, the establishment of a C/S mode of application, permit the client user enters two integers, the server side to re
FTPtutorial
- This tutorial shows you how to manage the socket C + + Builder Client / Server with TClientSocket and TServerSocket and How to Manage Events OnClientRead and the method for sending text
sever
- Socket实现C/S聊天小程序 -Socket to achieve C/S chat applet
TCP-IP
- 本书完整而详细地介绍了TCP/IP协议是如何实现的。书中给出了约500个图例,15 000行实际操作的C代码,采用举例教学的方法帮助你掌握TCP/IP实现。本书不仅说明了插口API和协议族的关系以及主机实现与路由器实现的差别。还介绍了4.4BSD-Lite版的新的特点,如多播、长肥管道支持、窗口缩放、时间戳选项以及其他主题等等。读者阅读本书时,应当具备卷1中阐述的关于TCP/IP的基本知识。本书适用于希望理解TCP/TP协议如何实现的人,包括编写网络应用程序的程序员以及利用TCP/IP维护计算机
SOCKET
- 有关C语言的socket学习资料,适合于初等学习者-Learning information about the C language socket, suitable for elementary learners
CPPsocket
- c++ 网络编程 非常齐全的网络编程简介 让你充分了解socket编程-c++ socket program
web-communication-system
- 本程序由java语言开发,运用套接字技术,为c/s架构。适合新手使用。-The program developed by java language, the use of socket technology for the c/s architecture. Suitable for novice users.
The_ANSI_C_Programming_Language_2nd_ed._by_Brian_
- Socket programming in c list
c_socket
- 在c语言中socket编程详解,对使用伯克利socket api的网络开发进行了详细说明-Xiangjie socket programming in c language, carried out a detailed descr iption of the Berkeley socket api web development
socketCSharp
- 基于SOCKET的办公软件,聊天,文件传输 C#编写-hen good
CPP-Network---Introduction-to-TCP-IP-Socket-Progr
- useful for C++ Network programming
CSharpTCP
- C#局域网内的tcp传输• 以目前流行的TCP/IP协议构成的互联网软件设计方法,实现网络传输实验设计。 • 掌握网络scoket套接字完成计算机通信过程,深入理解和掌握基于TCP/IP协议的网络通信以及网络客户机/服务器模型的结构概念,熟悉常用的Windows API函数的用法,利用C++或VB语言实现流式套接字的网络应用通信编程。 -C# tcp transmission • LAN to the Internet posed by the pop
linux-socket-introduce
- 关于一些socket的简单知识的介绍,socket的基本操作,socket中tcp的三次连接于四次释放原理,和一个C/S的实现代码-The basic operation of the introduction of some simple knowledge of the socket, socket, tcp socket in three connected to the release of four principles, and a C/S implementation code
c-socket-programming.pdf.tar
- this socket programming which is used in linux programming-this is socket programming which is used in linux programming
Socket-Programming-Tutorials
- 细细品味C#(Socket编程)pdf电子书-Savor C# (Socket Programming) pdf ebook
Socket
- Java实现socket通信,程序采用C/S多线程实现,功能:客户端发送消息到服务器,服务器返回消息-java socket TCP
TCP-IP-Sockets-in-C--Second-Edition-Practical-Gui
- TCP/IP Socket in C. This is a famous book in networked service in C. A typical textbook in college network classes.
CSharpSocket
- C# socket TCP传输 Clent + server