搜索资源列表
tcpcandperl
- 本程序包包含有linux下socket通讯的tcp例程,包含有tcp的服务器端和客户端,含有C语言以及perl两种实现,本人整理,全部能运行。-bags containing the procedures under linux tcp socket communications routines, including a tcp servers and clients, containing C and perl language to achieve both, I collated all
linux下关于socket编程的C例子
- 这是linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用。-under linux on the C programming, which includes a socket several examples of usage, udp, tcp and select use.
bgnet_singlepage
- linux c socket programming
hsocket-0.4.0.tar
- This library is intended for providing C++ Wrapper class for native socket api. It is tested under g++(*NIX, Linux, Cygwin), Visual C++ Environments, and will support vendor supported C++ compilers.
socket++-1_10MSVC6
- 跨平台的最轻量级socket的c++库,支持windows,linux,solaris-cross-platform of the most lightweight c socket library, support for Windows, Linux, Solaris
linux下socket编程 c
- linux下用c进行socket编程,很多实例,适合初学网络编程者,可以先看看socket编程
shiyan1
- (1)复习Linux操作系统下的C语言程序的编辑、编译方法,完成简单的变元表读取显示程序。 (2)通过简单程序学习套接字地址、IP地址相关处理函数的使用。 (3)通过两个能完成基本通信功能的TCP服务器程序和客户机程序学习基本Socket函数的使用。-(1) under the operating system review Linux C language program, editor of the compilation approach, complete simple chan
cprops
- The cprops (C prototyping tools) library provides a portable, thread-safe C API including linked list, binary heap, priority queue, hash table, hash list, trie, AVL, Red-Black, and splay tree implementations, a thread pool and thread management fra
socket_file_transport
- [C代码]-利用socket进行文件传输样例(Linux)-[C code]- socket (Linux) file transfer sample
tcpClient_1
- linux tcp客户端设计。有协议、socket、以及文件操作才封装。c-erery one is no1;
C
- C语言 HTTP协议下载文件,实现断点续传,socket通讯,目前只支持ip和port方式连接,有兴趣的读者可完善域名方式。 -C language HTTP protocol to download files, to achieve HTTP, socket communication, currently only supports ip and port connected, interested readers may improve its domain name.
Code
- 课程作业,实现多媒体类的继承,C++部分实现server,java部分通过socket连接,实现简单的指令交换。需要在Linux环境运行,有makefile文件和Doxygen生成文件。-Course work, inheritance multimedia class, C++ partial implementation server, java part through the socket connection, simple instructions exchange. Need to
linux_qq
- 该代码在Linux实现了一个类似于windows上的QQ的聊天工具。主要是基于TCP/IP协议的socket通信。包括服务器端和客户端两部分,其中客户端使用了select的IO多路复用技术,服务器端由于要监听多个客户端,因此使用了epoll的IO多路复用技术。整个项目目前可以实现的功能有用户的注册与登录,添加好友,发送聊天消息,发送与接收文件等。(The code implements a chat tool similar to windows on QQ in Linux. Socket c