搜索资源列表
cppsocket-0.8.4.tar
- 采用c++面向对象的方式封装的socket接口类-used object-oriented approach to the socket interface Packaging Category
ping_src
- 一个在Windows的Dos命令行中利用ICMP 与 原始Socket接口对指定IP地址进行Ping的程序. Ping program using ICMP and RAW Sockets
socket
- 网络接口socket套接字的使用,通过套接字实现进程通信
Socket接口实现网络异步通信
- Socket接口实现网络异步通信-Socket Interface network asynchronous communication
利用socket接口实现的FTP客户端和服务器端
- linux下利用socket接口实现的FTP客户端和服务器端,linux using socket interface of the FTP client and server
C
- C直接读取dbf文件,RS-232-C端口实时监控软件的设计实现,Select()系统调用及 文件描述符集fd_set的应用,Socket接口实现网络异步通信,用C程序挽救Foxmail中的邮件-C to directly read dbf file, RS-232-C port real-time monitoring software design and implementation, Select () system call and file descr iptor set fd_se
19_652_58e2337902d1b74
- 随即聊天代码,聊天窗口,晃动进入设置。UDP通信,SOCKET接口-Then chat codes, chat window, sloshing into the set. UDP communication, SOCKET Interface
SOCKET-Send-Photo
- 这是一个利用Socket来发送图片的例子程序。值得注意的是:图片对象被表示成COM接口IPicture. 程序分为服务器端和客户端。服务器端里面的文件Picture.h和Picture.cpp是用来处理图片的。它们用到了函数OleLoadPicture. 具体的代码实现,请您细看。-This is a Socket to send pictures using the example program. It is worth noting: Image objects are represent
net_program_design
- 一本介绍网络编程的书籍,首先介绍了网络编程的接口、注意实现等,然后具体详解了TCP、UDP、socket等编程。-Introduced a network programming books, first introduced the network programming interfaces, such as attention to achieve, and then explain the specific TCP, UDP, socket programming, etc..
ChatServer
- 应用Socket接口的,基于TCP/IP协议的群聊器-服务端-Socket interface applications based on TCP/IP protocol of the group chat browser- Server-side
LINUX-socket
- Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。 Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返
Socket
- System.Sockes命名空间了实现 Berkeley 套接字接口。通过这个类,我们可以实现网络计算机之间的消息传输和发送。而在我下面要讨论的这个议题里,我们将讨论的是用套接字实现文件的传输.-C#
Ftp
- Socket接口网络编程,fepde 远距离下载文件功能,适用广泛!-fep is a very useful tool to find somfthing like inportant file and you can use it to download it!
Socket
- 用socket编程接口开发面向连接的网络应用程序(TCP/IP协议)-socket
Server
- Windows Sockets规范以U.C. Berkeley大学BSD UNIX中流行的Socket接口为范例定义了一套Microsoft Windows下网络编程接口。它不仅包含了人们所熟悉的Berkeley Socket风格的库函数;也包含了一组针对Windows的扩展库函数,以使程序员能充分地利用Windows消息驱动机制进行编程。 -Windows Sockets specification to the University of UC Berkeley' s BSD U
Socket-develope
- 基于WinSocket的电脑网络接口开发例程 主要有大型文件传输 FTP等实例-The computer network interface based on WinSocket routines developed mainly as three examples of large FTP file transfers
mySocket
- · 使用此库可以直接在网页上创建 Socket TCP 连接,并与服务端连接,发送和接收数据。拥有完善的 Socket 接口,更方便操作。Socket 适用于点对点聊天、协同或者聊天时等需要获得实时的数据。如果您找到了此组件,也... 运行环境:html-* Use this library can be created directly on the page Socket TCP connection, and connect with the server, send and rec
SOCKET-APILizi2013
- 它把复杂的TCP/IP协议族隐藏在Socket接口后面,对用户来说,一组简单的接口就是全部,让Socket去组织数据,以符合指定的协议。-The TCP/IP protocol family complex hidden in the Socket interface behind, to the user, a group of simple interface is all, let Socket to organize the data, in accordance with the sp
mirrors-hp-socket-master
- HP-Socket 是一套通用的高性能 TCP/UDP/HTTP 通信框架,包含服务端组件、客户端组件和Agent组件,广泛适用于各种不同应用场景的 TCP/UDP/HTTP 通信系统,提供 C/C++、C#、Delphi、E(易语言)、Java、Python 等编程语言接口。HP-Socket 对通信层实现完全封装,应用程序不必关注通信层的任何细节;HP-Socket 提供基于事件通知模型的 API 接口,能非常简单高效地整合到新旧应用程序中。(HP-Socket is a general-p
socket
- socket 服务端和客户端代码,完整的API接口(socket code for both server and client)