当前位置:
首页
资源下载

搜索资源 - server select linux
搜索资源列表
-
0下载:
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
-
-
0下载:
NETI@home is an open-source software package, named after the widely popular http://setiathome.ssl.berkeley.edu/, that collects network performance statistics from end-systems. It has been written for and tested on the Windows, Linux, Mac OS X, and S
-
-
0下载:
Linux下使用Select模型的两个类Client And Server
-
-
0下载:
linux下采用多路复用技术的聊天室的客户端与服务端,multiplexing under linux using the chat room client and server
-
-
0下载:
linux系统下一个简单的聊天程序,主要用socket和select实现的-linux system a simple chat program, the main achievement of the socket and select
-
-
0下载:
linux下基于select函数的一个小型聊天室程序,分服务器和客户端-linux select function Based on a small chat room procedures, sub-server and client
-
-
0下载:
基于select的经典c/s架构通讯程序-Select based on the classic c/s architecture the communication process
-
-
0下载:
linux下的socket的应用 服务器的必用函数-the under linux socket application server will use the function
-
-
0下载:
select函数在linux下的应用,服务器连接-select function under linux applications, server connectivity
-
-
1下载:
Linux下服务器即时通信程序,可进行消息转发,主要是SELECT的灵活用法-Under Linux instant messaging server process, can be transmitted to the news, mainly the flexible usage of SELECT
-
-
1下载:
提供的代码是编写一个基于linux系统的网络视频点播应用程序,利用Qt工具编写图形界面和基于TCP协议的网络传输模块。Linux操作系统以其开源性、多用户多任务、支持多种硬件平台、可靠地安全稳定性能以及日趋完善的图形界面和丰富的网络功能等等,逐渐成为了各行业的首选操作系统,尤其是基于ARM内核的嵌入式linux更是得到了极为广泛的应用。
本系统分为服务器端和客户端两部分。服务器端提供多视频源,供用户进行选择,客户端提供人机交互界面,当用户需要点播某个视频时,首先在Ip Address栏输
-
-
0下载:
linux下的多进程并发服务器,采用select机制解决阻塞-multi-process concurrent server under linux, select mechanism to resolve the blocking
-
-
0下载:
linux下使用C语言编写的用select实现对多个客户端处理的服务器程序-A server program with C language using select to deal with multiple clients
-
-
0下载:
LINUX下的网络聊天程序,其中利用select函数,实现服务端IO口多路复用-LINUX network chat program, select function IO port multiplexer server
-
-
0下载:
局域网内Win32/Linux虚拟文件系统的通信程序,Linux作为服务端,Windows作为客户端.
当链接之后,Linux的共享目录内的文件可以被下载到windows端一个虚拟盘符上(这个虚拟盘符是映射在C盘新建的一个隐藏文件夹名为CliShareDir),可以操纵客户端上的文件,程序会依据客户端的映射目录上的文件的变化情况(包括新建,删除,编辑保存,重命名等等而更改服务端的相同的文件。使得看起来操作客户端的虚拟目录上的文件就如同操纵服务端的共享目录上的文件一样。)
本程序客
-
-
0下载:
其中包含7个PushButton控件、1个Horizontal Slider控件、1个Vertical Slider控件和一个label控件,各属性设置如下.做完界面之后,在每一个按钮控件上面点击右键,选择“go to slot…”。
我们的开发板播放MP3音乐是通过madplay实现的
如果程序在Window上面执行可以,如果要到开发板上去执行,需要先将这个拷贝到smb服务器上面去,然后在linux虚拟机上重新编译。
首先拷贝qt-4.5.tar.bz2和setARM_env
-
-
0下载:
linux下简单的C/S模式的TCP编程,应用select()处理阻塞问题。 setsockopt()处理重启服务器出现“Address already in use”的情况。-the TCP programming under linux simple C/S mode, select () blocking problem. setsockopt () processing restart the server " Address already in use" .
-
-
0下载:
linux下TCP服务器端常用的多客户端相应处理方式select和epoll.c基本应用-TCP server under linux commonly used multi-client and select the appropriate treatment of the basic application epoll.c
-
-
1下载:
io多路复用用于一个服务器端接收多个客户端请求,实现非阻塞数据传输(IO multiplexing is used to receive multiple client requests at one server to achieve non blocking data transmission)
-
-
0下载:
该代码在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
-