搜索资源列表
研华Linux串口驱动
- 研华PCI串口设备 Linux驱动源码
Linux设备驱动开发详解
- 《Linux设备驱动开发详解》源代码光盘
gnugk-2.3.4-linux-x86
- 基于linux的软交换服务器的GateKeeper程序
linux下的c编程专家之路
- linux专家之路 linux下的c编程
linux QT 游戏
- linux QT 游戏
linux下Qt实现的视频点播系统
- 提供的代码是编写一个基于linux系统的网络视频点播应用程序,利用Qt工具编写图形界面和基于TCP协议的网络传输模块。Linux操作系统以其开源性、多用户多任务、支持多种硬件平台、可靠地安全稳定性能以及日趋完善的图形界面和丰富的网络功能等等,逐渐成为了各行业的首选操作系统,尤其是基于ARM内核的嵌入式linux更是得到了极为广泛的应用。 本系统分为服务器端和客户端两部分。服务器端提供多视频源,供用户进行选择,客户端提供人机交互界面,当用户需要点播某个视频时,首先在Ip Address栏输入服务器
FTP服务器LINUX—C
- linux——C,信号量,hash函数,共享内存
hit-oslab-linux-20080830.tar
- linux下os实验平台,完整文件,随载随用-os experiment under the linux platform, complete documentation, with the set with the use of
cd-LINUX-C-language
- LINUX C编程实战这本书附带光盘的原代码,以及一些附带文件-LINUX C Programming actual CD-ROM attached to this book
S3C2410+Linux
- 介绍linux移植以及相关驱动(网卡cs8900,lcd,音频)的移植-Introduction linux transplantation and the related drive (card cs8900, lcd, audio) of the transplant
LINUX-Pem-Driver
- IPWireless 3G PEM linux source driver and installation document. This document does not detail the high level driver design, contained in [1]. It does detail some useful features that may be used on the Linux platform to aid testing and verificatio
Linux
- 用c语言为Linux系统设计一个简单的二级文件系统(带共享功能)--操作系统课程设计-C language used to design a Linux system, a simple file system 2 (with sharing)- operating systems curriculum design
linux
- linux下的c语言编程的一些例子,很实用哦,都是很基础的如文件读写、管道通信等-c language programming under linux some examples, very practical Oh, are all based, such as file reading and writing, communication channels
linux-2.6.14-for-skyeye.tar
- skyeye 模拟器下 的 linux-2.6.14 含LCD cs8900a(driver/net/arm/cs8900-end.c是最终版) 已修改arch/arm/kernel/module.c 以支持insmod 驱动 kernel/resource.c文件添加I/O读写函数-skyeye simulator under linux-2.6.14 with LCD cs8900a (driver/net/arm/cs8900-end.c is the final
access-through-ODBC-(Linux-windows)
- 在Linux和WINDOWS下通过ODBC访问Oracle和SQL Server数据库的解决方案-In the Linux and WINDOWS access through the ODBC Oracle and SQL Server database solutions
linux-C-libpcap-
- 内有linux 异步通讯网络编程。和基于libpcap的抓包程序。以及关于libpcap的学习资料。-Linux asynchronous communication within the network programming. The packet capture libpcap-based program. And learning materials on libpcap.
Linux-Network-Kernel-Stack
- Linux网络核心堆栈。本文讨论模块编写者如何利用Netfilter hook 来实现任意目的以及如何将将网络通信在基于Libpcap 的应用程序中隐藏。-Linux core of the network stack. This article discusses how to use Netfilter hook module writers to achieve any purpose and how the network communications applications base
linux系统中的Qt界面中的ping功能代码
- 该文件是基于linux系统中的qt4.8版本设计的一款具有ping功能的界面软件,适合新手学习网络编程,代码简洁易懂!
Linux下Socket编程通讯程序
- 使用Socket套接字编程,设计在Linux下的简单聊天程序。 程序分为客户端、服务器端程序,命令行方式使用,无界面。已经实现了如下功能: ■ 新用户注册,若预注册用户已经存在同名用户,则不能再注册 ■ 用户登录,可验证用户名、密码 ■ 用户登出或注销账户 ■ 在线用户查询,客户端可得到所有在线用户 ■ 聊天服务,与任一在线用户聊天 (在同一段时间内可接收多人的消息,但只能给一个人发送消息) ■ 传输文件,对好友名进行验证,对输入的文件名是否合法进行验证
linux高级编程源码
- 包含linux基本使用的各个高级编程的源码,包括网络、进程间通信、文件、信号量、多线程、互斥锁等等