搜索资源列表
Linux内核模块和驱动的编写
- Linux内核是一个整体是结构,因此向内核添加任何东西,或者删除某些功能,都十分困难。为了解决这个问题引入了内核机制。从而可以动态的想内核中添加或者删除模块。-Linux is a kernel of the whole structure, it added to the kernel anything, or delete certain functions are very difficult. To solve this problem the introduction of core
linux-0.11-040305
- 往Linux 0.11系统中加入了mount/umount和读写DOS软盘和DOS分区的工具mtools-0.11 Linux system to add a mount / umount read and write DOS floppy disk and DOS partition tool mtools
Linux.rar
- 实现linux下1、文件的拷贝;2、运行3个多线程任务、3、添加一个新的系统调用。,implement under linux environment:1. copy of files 2. run 3 multi-thread application 3. add a new system_call.
DPI_Win32
- 基于Linux版本的opendpi的Windows移植版,并新增了数据库操作接口和邮件详细分析,包括pop3和smtp的解析,编译环境Windows XP、VC2008,需要配合Winpcap抓包库。-Linux-based version of opendpi the Windows port, and add a database user interface and mail a detailed analysis, including the pop3 and smtp of the r
inotify-sample.tar
- Linux平台文件目录监控样例代码,实现了文件添加删除修改等操作的监控。-File directory monitor Linux platform sample code implements the file operations such as Add or Remove to modify the monitoring.
addCR
- 换行符转换,在linux下编辑过的文本经该程序转换可以在windows下查看而不出现黑块,也可以转回来-Convert line breaks in the next linux text edited by the program can convert windows to view instead of black block, you can switch back
src
- 添加系统调用。。。在LINUX下添加一个新的系统调用。在文件中添加自己的系统调用的源代码,然后在LInux编译运行-Add a system call. . . In LINUX, add a new system call. In the paper system call add your own source code, and then run the compiler in LInux
Linux
- linux是指GNU/Linux内核和GNU/Linux工具集组合而成的一套操作系统, 一个最基本的linux 由 内核 kernel,二进制工具包 binutils, GNU C library glibc和shell 组成 而其他linux基本上是在核心linux基础上添加了大量的开源软件和软件包管理系统 而来的 而区别不同发型版的关键在于包管理系统 -linux refers to GNU/Linux kernel and GNU/Linux tool set
ffaudio.tar
- Linux OSS声卡驱动测试程序,支持播放,录制,支持多种速率,多种格式,以及通道。如有其他特殊需要,只需添加ioctl接口即可。 本程序在Linux 2.6.20下测试通过,并可方便地移植到MIPS/ARM架构CPU上。-Linux OSS sound drivers test procedures in support of broadcast, recording, supports a wide range of rates, a variety of formats, as we
Ping
- ping程序设计原理 需要添加一个ip头部结构体就可以运行 linux 可以参考一下-ping process design principles need to add a ip head structure can be run on linux reference
LINUX-function
- LINUX函数手册.chm 世界上最全的linux 函数大集合,特别添加了有关linux 线程 相关的函数,以及线程编程原理-LINUX manual function. Chm of the world' s most full-function large collection of linux, in particular, to add the linux-thread-related functions, as well as programming principle thre
module
- linux平台下的模块编程,有三个小程序,通过加载模块实现一些功能,可以不断添加功能-linux platform module programming, there are three small program, by loading the module to achieve some of the features, you can continue to add features
Linux
- 在Linux系统的/etc目录下有这样一个文件passwd,该文件里包含系统中所有用户信息的记录,记录里包含每个用户的如下信息:用户名、密码、用户ID、组ID、用户全名、用户主目录和用户登录所用的shell。请设计一个脚本(shell)程序能实现增加、删除、查找和显示特定用户信息的功能。你们可以通过创建一些UNIX/LINUX shell 脚本文件来满足以上需求。-In the Linux system,/etc directory there is such a file passwd, th
ModemManager-0.4
- Linux中用来和移动设备通讯的软件,可以和各种设备的modem口通讯,包括GSM,CDMA等等。-Provides a D-Bus interface to communicate with mobile broadband (GSM, CDMA, UMTS, ...) cards. Implements a loadable plugin interface to add work-arounds for non standard devices. Also provides patches
Linux
- (美)奈米斯写的关于Linux系统管理的很经典的一本书,分为引导和关机,超级用户的权力,进程控制,文件系统,添加新用户,增加硬盘,系统日志与日志文件,TCP/IP网络等章节-(U.S.) Naimi Si wrote about Linux system management is the classic book, divided into boot and shutdown, power users the power, process control, file system, add n
Linux
- 《多线程编程指南》介绍了Solaris TM 操作系统(SolarisOperating System, SolarisOS)中 POSIX® 线程和Solaris线程的多线程编程接口。本指南将指导应用程序程序员如何创建新的 多线程程序以及如何向现有的程序中添加多线程。 尽管本指南同时介绍了POSIX线程接口和Solaris线程接口,但大多数主题都以POSIX线程 为重点。-" Multithreaded Programming Guide" desc
alien_8.85.tar
- Alien can use special diff files to help make alien packages conform to debian policy. This only used when you are converting to deb format. This document briefly explains how to make them. It assumes you are familiar with working with debian s
email
- 本程序在linux环境下是用C语言开发,实现了邮件的发送功能。它可以实现邮件的普通发送、抄送、密送,并支持txt、doc、mp3、avi、rar、pdf等十几种附件的添加。支持邮件的批量发送,提供配置接口,操作简单。-This program is in the linux environment using C language development, to achieve the e-mail sending function. It can send regular mail, Cc,
Linux-QoS-Design
- Linux网络流量控制实现,这篇文章介绍了底层架构,并描述如何增添新的流量控制功能到Linux内核。-Linux network traffic control implementation, this article describes the underlying architecture, and describes how to add a new flow control function to the Linux kernel.
add-a-system-call-in-linux
- 描述如何在linux中实现系统调用,我们亲自实践过,非常好用-Describes how to implement the system call in linux, we personally practice too, very easy to use