搜索资源列表
routeSet
- linux c编程 添加/删除路由的代码,测试通过-linux c programming Add / Remove routing code, the test
ChatServer
- Linux c语言多进程多用户聊天程序 使用多进程与多线程合作 使用共享内存V进行交换信息 可谓Linux网络套接字编程学习之良品-Linux c multi-process multi-user chat server
Linux_chatroom_select
- Linux网络编程一步一步学-异步通讯聊天程序(select)-Linux Network Programming step by step learning- asynchronous communication chat program (select)
linux_chat
- linux下基于tcp实现的类似于qq的聊天程序,相信对学习linux下的socket编程有很大帮助。-linux qq based on linux tcp socket programming
file_transfer
- linux 网络编程 c C++ UDP tcp -linux network programming c C++ UDP tcp
test-net
- tcp udp socket 网络编程 linux-tcp udp socket network programming linux
socket-windows-linux
- windows 与linux下的socket编程,实现客户端与服务器端的通信-linux under windows with socket programming, to achieve client and server-side communications
LINUX下TCP编程服务端跟客户端例子
- TCP client and TCP server for Linux!
LINUX-socket
- Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。 Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返
cs
- linux环境下的tcp/ip socket编程-linux environment tcp/ip socket programming
Linux--c-code-about-a-book
- 关于一本书《Linux c语言编程》所以的源码,看着不错,分享一下,-With regard to a book, " Linux c language programming" So the source code, looking good, share it, ... ...
socket
- linux网络编程,内容详细,通俗易懂,必备的入门书-linux network programming, detailed and user-friendly, essential guide book
LinuxSocket
- Linux下socket编程的绝佳范例,我在此收获颇丰,希望贡献出来和大家一起分享-Socket programming under Linux an excellent example of this very productive, I hope that contributions to come out to share with everyone
linux-socket-c
- linux网络编程实例,讲解了一些udp tcp的socket编程,有select的例子-linux network programming examples to explain some of the udp tcp socket programming, there are select examples of
Linux.C
- LINUX下c语言的网络编程 介绍了其入门知识 配备了简单的程序作为练习,深入浅出的介绍-Under LINUX c network programming language and its started with a simple procedure as an exercise in simple terms introduced
linux-c-data-trans-on-web
- Linux网络编程用户数据报发送~sockfd,buf,len的意义和read,write一样,分别表示套接字描述符,发送或接收的缓冲区及大小. recvfrom负责从 sockfd接收数据,如果from不是NULL,那么在from里面存储了信息来源的情况,如果对信息的来源不感兴趣, 可以将from和fromlen 设置为NULL.sendto负责向to发送信息.此时在to里面存储了收信息方的详细资料. ~-Data transfering on web
M
- 即时聊天系统(LINUX网络编程),实现公聊、私聊、传文件。-Real-time chat system (LINUX network programming), to achieve the public chat, private chat, transfer files.
hello-linux
- linux-c 编程,加板子上编译。可用于初学者参考学习。linux c -linux-c programming, plus the board has compiled. Can be used for reference for beginners to learn. linux c
UDP协议客户端服务器间视频传输c源码
- 此程序利用C语言编程,采用UDP协议实现了Windows客户端与linux服务器端文件的传输。(This program uses C programming language, using the UDP protocol to achieve the Windows client and Linux server-side file transfer.)
Linux高性能服务器编程
- A book for Linux Server Programming with C++