Welcome![Sign In][Sign Up]
Location:
Search - socket c unix

Search list

[Consolesocket(for Windows and UNIX)

Description: 一个封装标准BSD Socket的C++类- c++ class encapsulat standard bsd
Platform: | Size: 4096 | Author: 罗少波 | Hits:

[Linux-Unixunix下socket完整实现

Description: scounix编译通过,c/s完整实现-scounix compiler, c/s full realization
Platform: | Size: 156672 | Author: 余国平 | Hits:

[Parallel PortPK1111

Description: 一个C语言的SOCKET程序,用于UNIX平台-a C language SOCKET procedures for the UNIX platform
Platform: | Size: 13312 | Author: 李健 | Hits:

[Communicationconnector

Description: 用C实现的TCP/IP socket连接/读/写操作。采用了select方法来设置socket超时。此示例在Windows/unix系统下编译运行通过。-C realization of TCP/IP socket connections/read/write operation. Select the method used to set the socket overtime. This example in the Windows/Unix systems running through the compiler.
Platform: | Size: 2048 | Author: 潘振瑶 | Hits:

[Internet-NetworkUNIX聊天程序

Description: 在RedHad9 下实现文字界面的聊天程序。此源码示范了C语言的socket通信编码;RedHad下如何编译c代码。内附说明文档详细说明了socket通信原理和代码解释。-under the RedHad9 text chat interface procedures. This source model of the C language socket communications coding; How RedHad c compiler code. Documentation containing a detailed description of socket communication theory and code interpretation.
Platform: | Size: 608256 | Author: 李俊 | Hits:

[Linux-UnixLinuxCDev

Description: 清华大学出版社<linux c编程>的配套代码,详细讲述了linux c编程的方式,以及进程通讯,socket编程-Qinghua University Press
Platform: | Size: 50176 | Author: 于朋 | Hits:

[Ftp ClientUnixftpcilent

Description: 一个FTP客户端类,用Socket写的,环境为Unix。 之所以封装这个类是因为以前在unix下写文件上传下载的操作都是调shell脚本,C、C++很难控制与shell的交互, 并且无法获知出错的错误代码,用C++封装成一个工具类后,任何项目都可以重用了。 操作很方便,就像平常的FTP操作: 1:登陆FTP服务端 FTPTools ftpTools (conts string &pm_sFtpServer,int pm_iFtpPort) ftpTools.login(conts string &pm_sFtpUser,const string &pm_sFtpPwd) 2:进入服务端目录 ftpTools.cd(const string & pm_sServerPath) 3:设定本地目录 ftpTools.Lcd(const string & pm_sLocalPath) 4:上传文件 ftpTools.upload(const string &pm_sSrcFilePath,const string & pm_sSrcFileName) 5:下载文件 ftpTools.download(const string & pm_sServerFileName,const string & pm_sDesPath) 支持全路径文件名,PASV模式 -an FTP client category, Socket written in the Unix environment. The reason Packaging category is because the written document under unix uploading and downloading operations are transferred to the shell script, C, C++ is difficult to control and the interactive shell, and not informed of the error code error, Using C++ tools packaged as a category, any item can reuse of. Easy to operate, just like normal FTP : 1 : landing FTP server FTPTools ftpTools (Contracting string
Platform: | Size: 4096 | Author: sl | Hits:

[Internet-Networkunix-socket

Description: unix环境下socket编程服务器端示例。开发环境:gcc、vim。在linux和solaris上测试通过-unix environment server socket programming examples. Development environment : gcc, vim. Solaris and the Linux on the test
Platform: | Size: 1024 | Author: 能通 | Hits:

[WEB Codeligangan22

Description: Socket 编程让你沮丧吗?从man pages中很难得到有用的信息吗?你想跟上时代去编Internet相关的程序,但是为你在调用 connect() 前的bind() 的结构而不知所措?等等… 好在我已经将这些事完成了,我将和所有人共享我的知识了。如果你了解 C 语言并想穿过网络编程的沼泽,那么你来对地方了。 -Socket Programming let you frustrated? From the man pages, it is very difficult to get useful information? Times you want to go to the provision of Internet-related procedures, But as you call connect () before the bind () and the structure of a loss? And so on ... Fortunately, I have these things accomplished, and I will share all the knowledge I had. If you know the C language and would like to network programming through the swamp, then you come to the right place.
Platform: | Size: 24576 | Author: 李刚刚 | Hits:

[Otherhomework1-3

Description: Unix Socket编程 Unix Socket编程 Unix Socket编程-Unix Socket Socket Programming Unix Unix Socket Socket Programming Unix Programming Socket Programming Unix Unix Socket Socket Programming
Platform: | Size: 6144 | Author: | Hits:

[Internet-NetworkSocket

Description: tcp通讯源码,适用于Unix/Linux平台,采用c语言编写-tcp communications source code, applicable to Unix/Linux platforms, using language c
Platform: | Size: 9216 | Author: lenin | Hits:

[Internet-NetworkSocketLib

Description: Socketlib: 一个轻量级的C++ 封装Socket C API 网络编程框架。 它简化了Socket异步事件分派、进程间Socket通信的并发OO网络应用和服务的开发。 目前,只支持Window下IPV4;将来支持IPV6,并希望能将其扩展到linux/unix等OS平台。 -Socketlib: a lightweight C++ Package Socket C API network programming framework. It simplifies asynchronous event Socket distributed, inter-process communication Socket concurrent OO network applications and services. At present, only support Window under IPV4 future support for IPV6, and hope to extend it to linux/unix and other OS platforms.
Platform: | Size: 912384 | Author: bolidezhang | Hits:

[Linux-UnixSocketSuite

Description: unix socket c++ 封装,简单易用-unix socket c++ package easy-to-use
Platform: | Size: 2048 | Author: 王晗 | Hits:

[Internet-NetworkSocket

Description: 通过socket来检测网络的通讯功能,socket是一进程与另一进程进行双向通讯的最终的套接点, socket是伯克利在Unix中推出的计算机系统的IPC和异种机网络互联的基本机制。为了更好的理解 本题目的某些结构,需要深入的了解计算机系统和其网络协议。此文章的内容可以作为计算机编程人员的指导性文章。-To detect the network through the socket communication functions, socket is one process with another two-way communication process, the ultimate point of sockets, socket is in the Berkeley Unix computer system introduced in the middle of the IPC and network interconnection of heterogeneous machines basic mechanism. In order to better understand some of the structure of this subject requires a deeper understanding of computer systems and its network protocol. The content of this article can serve as a computer programmer guiding article.
Platform: | Size: 9216 | Author: zhong | Hits:

[Internet-Networklinux_chatting

Description: linux环境下多人聊天程序。包括服务器端和客户端程序,采用IPv6地址。对于学习socket套接字编程有帮助,使用了许多标准的库函数,可以参考任何一本Unix/Linux网络编程书籍进行学习。-linux environment than chat program. Including server-side and client procedures, the use of IPv6 addresses. Socket socket learning programming help, using a number of standard library functions, one can refer to any Unix/Linux network programming books to learn.
Platform: | Size: 3072 | Author: 金琦 | Hits:

[VC/MFCsocket

Description: socket编程原理:UNIX系统的I/O命令集,是从Maltics和早期系统中的命令演变出来的,其模式为打开一读/写一关闭(open-write-read- close)。在一个用户进程进行I/O操作时,它首先调用“打开”获得对指定文件或设备的使用权,并返回称为文件描述符的整型数-socket programming principle: UNIX system I/O command set, is from Maltics and early evolution of the system out of order, the mode to open one read/write one closed (open-write-read-close). Users in a process I/O operation, it calls the first
Platform: | Size: 25600 | Author: 彭冲 | Hits:

[Linux-Unixsocket

Description: client.c server.c talker.c listener.c 已经编译通过的完整打包文件,在linux环境下测试通过-client.c server.c talker.c listener.c has compiled a complete package through the documents in linux environment test
Platform: | Size: 50176 | Author: weijingkai | Hits:

[Bookssockeprogramming

Description: socket programming c unix g-socket programming c unix gcc
Platform: | Size: 13312 | Author: deeps | Hits:

[Internet-NetworkLINUX-socket

Description: Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。     Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返 回一个整型的Socket描述符,随后的连接建立、数据传输等操作都是通过该Socket实现的。常用的Socket类型有两种:流式Socket (SOCK_STREAM)和数据报式Socket(SOCK_DGRAM)。流式是一种面向连接的Socket,针对于面向连接的TCP服务应用;数据 报式Socket是一种无连接的Socket,对应于无连接的UDP服务应用。-Socket interface is TCP/IP network API, Socket Interface defines a number of functions or routines, the programmer can use them to develop TCP/IP network applications. Study on the Internet want TCP/IP network programming, we must understand the Socket Interface. Socket Interface Designer is the first interface on the Unix operating system inside. If you know Unix system input and output, then it is easy to understand the Socket. Socket data transmission network is a special kind of I/O, Socket is a file descriptor. Socket also has a similar function call to open the file of the Socket (), the function return an integer of Socket descriptor, then the connection set up, data transmission and other operations through the implementation of the Socket. Socket type commonly used in two ways: streaming Socket (SOCK_STREAM) and data reported type Socket (SOCK_DGRAM). Streaming is a connection-oriented Socket, for in the TCP connection-oriented service applications Datagram Socket t
Platform: | Size: 1406976 | Author: 陈威 | Hits:

[OS Developsocket

Description: UNIX中实现基本远程socket通信的代码,主要是将客户端一个文件复制到服务器端-UNIX remote socket to achieve the basic communication code, the client is mainly a file copied to the server-side
Platform: | Size: 4096 | Author: 林毅 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net