搜索资源列表
lilo-22.4.1.tar
- linux 的引导程序源码The Microsoft® Windows® Software Development Kit (SDK) provides the documentation, samples, header files, libraries, and tools you need to develop applications that run on Windows. The applications you develop with this edition of
clientserver
- Linux下使用Select模型的两个类Client And Server
chat
- linux系统下一个简单的聊天程序,主要用socket和select实现的-linux system a simple chat program, the main achievement of the socket and select
tcpserver_select
- 利用select I/O复用模型实现TCP并发服务器-TCP-SERVER
server_client
- 基于select的经典c/s架构通讯程序-Select based on the classic c/s architecture the communication process
select
- select函数在linux下的应用,服务器连接-select function under linux applications, server connectivity
select
- select 编程必看程序,一个不错的服务器-Must select programming procedure, a good server
serverclient
- 本程序实现多路复用服务器,实现一对多的功能,服务器采用select函数,客户端采用线程-The muxing process server, to achieve one to many functions, the server uses select function, the client with threads
DES-chat
- DES加密聊天工具,共包含3个文件:chat.cpp、des.h、makefile。 编译:命令行模式下,切换到代码所在目录,输入make后回车即可。 运行:命令行模式下输入 ./chat,然后选择程序执行角色(客户端或服务器)。如选择服务器,则程序自动打开端口开始监听;如选择客户端,则需要输入服务器地址。最后输入命令quit退出程序。-DES encrypted chat tool, contains a total of 3 files: chat.cpp, des.h, makef
network-video--player
- 提供的代码是编写一个基于linux系统的网络视频点播应用程序,利用Qt工具编写图形界面和基于TCP协议的网络传输模块。Linux操作系统以其开源性、多用户多任务、支持多种硬件平台、可靠地安全稳定性能以及日趋完善的图形界面和丰富的网络功能等等,逐渐成为了各行业的首选操作系统,尤其是基于ARM内核的嵌入式linux更是得到了极为广泛的应用。 本系统分为服务器端和客户端两部分。服务器端提供多视频源,供用户进行选择,客户端提供人机交互界面,当用户需要点播某个视频时,首先在Ip Address栏输
select-non-block
- 利用TCP/IP协议,使用socket编程模型和curses界面,实现基本聊天功能;分为服务器和客户端,服务器负责收发数据,以及对连接的客户端进行连接,客户端连接上服务器后就可以正常的通信。-Using TCP/IP protocol, the use of socket programming model and curses interface, to achieve the basic chat functions divided into server and client, serv
select_server
- linux开发环境下 服务器C程序 服务器结构是select机制 代码绝对可用 -Linux development environment server C program server structure is mechanism code is absolutely available
io多路复用
- io多路复用用于一个服务器端接收多个客户端请求,实现非阻塞数据传输(IO multiplexing is used to receive multiple client requests at one server to achieve non blocking data transmission)
