搜索资源列表
talk
- Linux/Unix环境下的C语言编程联系异步通讯聊天程序
HTTPS-cilent
- 基于linux网络通讯下的c语言编程-HTTPS客户端程序示例
UDP
- 基于linux网络C语言编程-UDP组播
ChatServer
- Linux c语言多进程多用户聊天程序 使用多进程与多线程合作 使用共享内存V进行交换信息 可谓Linux网络套接字编程学习之良品-Linux c multi-process multi-user chat server
RAW SOCKET编程与以太网帧分析
- RAW SOCKET编程与以太网帧分析。环境是Linux,用C,C++语言描述。 包括基于TCP和UDP的两个客户服务器程序;以及一个原始套接字可以接受任何数据链路层。并且根据协议规约输出抓取到的包的字段内容 -RAW SOCKET Programming and Ethernet frame analysis. Environment is Linux, using C, C++ language to describe. Including both TCP and UDP-ba
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, ... ...
linux-c-programming
- 本文档介绍了Linux下面C语言编程基础、技巧。-This document introduces the basis of C programming in Linux.
TCP.IP.Sockets.in.C.Practical.Guide.for.Programmer
- linux下socket编程,c语言版本,大师的经典之作,做socket编程不得不看,但是是外文的,不过经典的东西往往都是外文的-linux under the socket programming, c language version, the master' s classic, do socket programming had to look at, but it is in foreign languages, but the classic things that are o
getaddrinfo
- Linux环境下中的网络编程获得网络参数信息,C语言源代码。-Linux programming environment, the network access to the network parameter information, C language source code.
ipmsg
- 基于LINUX 下,C语言实现的飞鸽传输项目,是学习linux网络编程比较好的项目例子。 主要包括:TCP/IP的协议,TCP实现文件的传输,UDP消息和广播,以及网络多线程操作实现。 此外还包含一个方便调试项目的飞鸽传输WINDOWS下的应用程序。 -Under LINUX-based, C language Dove transmission project is better to learn linux network programming examples o
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_eechat
- 在linux下用C语言编程实现简单的聊天室功能。用户程序命名为client.c 服务器程序命名为server.c。-Simple chat room function with C language programming under linux. The user program named client.c server program named server.c.
unixc-17
- linux 下 c语言编程,信号量机制,有助于加深了解信号量-under linux c programming language, semaphore mechanism to contribute to a better understanding of the semaphore
FTP
- linux下实现c语言编程,实现简单ftp上传与下载功能-under linux c programming language to achieve the function of a simple ftp uploads and downloads
myftp
- 本系统主要实现一个文件传输功能,即通过TCP或UDP协议,建立局域网内的客户端与服务器端的数据通信,实现从客户端到服务器端的上传和从服务器端到客户端的下载,以及通过命令对服务器端进行文件的各种操作。该系统主要难点在于客户端命令的拆分以及对多用户的请求处理。应熟悉TCP和UDP协议,及网络模型的实际应用。应熟练掌握Linux下的C语言编程,以及通过管道实现进程间的通信。进程/线程对资源的访问方法,文件的读写及内存映射等操作。-linux c++ ftp
Sell-ticket-System
- 基于Linux C语言的简单售票系统,练习LInux网络编程和线程与互斥锁的应用。-A simple ticketing system based on Linux C language, practice the application of the the LInux network programming and thread and mutex lock.
linux-c-programming
- linux环境下c语言编程基础书籍(基础)-linux environment c programming language based on books (basic)
Linux_c
- Linux操作系统C语言编程入门,此为新手教程,适合新手学习使用,-Linux operating system, C language programming entry, this is the newbie tutorial for novice learning to use,
socket
- linux下的C语言编程,包括socket的长连接和短连接,有server端和client端的处理,以及简单的实例。-C language programming under Linux, including long connection and short connection socket, a server side and client side processing, as well as a simple example.
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.)