搜索资源列表
Linux-ftp 非常流行的ftp源代码
- ftp源代码,非常流行的ftp源代码,包括:客户端和服务器端。利用ftp协议rfc950编写的源代码。,ftp source code, a very popular ftp source code, including: client and server-side. Using ftp protocol rfc950 write the source code.
documents-for-Linux-
- Linux 多进程编写详细资料与算法总结 包含 读者-写者 等经典问题-Multiple Linux processes and algorithms written summary containing details of readers- those who write such classic problems
rt73-usb-linux
- 此压缩包内包含了几乎全部的无线网卡驱动资料,包括关于无线网卡驱动的各种论文,资料,以及rt73等常用网卡的驱动源代码,电路原理图,看完里面的东西,你绝对能够自己编写驱动了。-This archive contains almost all of the wireless card drivers, including information on the wireless network card driver for various papers, data, and network card
read_write
- linux下读者写者程序,消除了竞争,没有实现饥饿消除-readers who write under linux procedures, to eliminate competition, not to achieve the elimination of hunger
Linux
- Linux的射频模块驱动设计。 本文首先从嵌入式系统的概念、ARM微处理器和嵌入式操作系统的概念出发,描述了S3C2410的体系结构,具体研究了UART口和I/O口的控制,然后深入到linux环境下的驱动开发当中,介绍了本论文的软件开发环境,然后讨论了Linux系统驱动程序的程序构架,最后讨论了Linux驱动体系结构,重点叙述了字符型驱动程序的编写方法。然后完成了射频控制模块(ATMEL公司AT86RF211芯片)的驱动以及电路设计,通过S3C2410的UART口传输数据,通过I/O口去控制射频
pci
- This character-mode Linux device-driver lets an application program read from (or write to) the computer system s video display memory -- bypassing any software windowing systems. -This character-mode Linux device-driver lets an application program
Linux
- linux 0.11 内核注释,作者写的非常详尽深刻,是学习操作系统不可或缺的一本书,介绍了内核代码组织结构与相互之间的关系,还说明了编译内核的方法-linux 0.11 kernel notes, the authors write very detailed and profound, is to learn the operating system an indispensable book on the organizational structure of the kernel cod
LINUX
- 写一个脚本文件checkuser,该脚本运行时带一个用户名作为参数,具体要求如下: 1)如果命令行格式不符合要求,应有错误提示信息; 2)在/etc/passwd文件中查找是否有该用户, 如有,则输出“Found <user> in the /etc/passwd file.” 否则,输出“No such <user> on our system” -Write a scr ipt file checkuser, the scr ipt run-ti
linux-usbdriver
- linux下面 usb设备驱动 单字节发送 usbm9.26.c 读写成功,把接口程序中read的count参数作为输出参数 demo26.c 测试程序-linux usb device driver following single-byte read and write successfully sent usbm9.26.c, the interface program in the count parameter read the test procedure as output p
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
linux-log-rw
- LINUX下程序日志文件的读取与写入。直接调用即可。-LINUX log file under the program to read and write. Can be called directly.
linux
- Linux学习笔记: 1.安装时把grub(lilo)写到linux分区的引导区还是主引导扇区(MBR)? 如果你想电脑一启动就直接进入操作系统启动菜单就把grub(lilo)写到MBR上,如果写到linux分区的引导区则要用引导盘引导,建议写到MBR,方便点,至于说写到MBR不安全,该怎么解释呢?每装一次win98,MBR都会被修改一次,大家觉得有什么不安全的吗? -Linux Study Notes: 1. Installed the grub (lilo) write li
Linux-socket-TCP-ClientServer
- 编写Linux下socket协议TCP的ClientServer程序-Under the agreement Linux TCP socket write the ClientServer program
Linux-driver-development4
- 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第4章、Linux内核模块。Linux设备驱动会以内核模块的形式出现,因此,学会编写Linux内核模块编程是学习Linux设备驱动的先决条件。4.1~4.2节讲解了Linux内核模块的概念和结构,4.3~4.8节对Linux内核模块的各个组成部分进行详细讲解,4.1~4.2节与4.3~4.8节是整体与部分的关系。4.9节讲解了独立存在的Linux内核模块的Makefile文件编写方法和模块的编译方法。-Au
(Ebook-Pdf)-Linux-Kernel-Module-Programming-Guide
- Linux Kernel Module Programming Guide. How to write linux device drivers
GNU-CPP-for-Linux-[cn]
- 在美国,汤姆·斯旺是“鼎鼎大名”的计算机图书作家,他的30余本计算机图书“本本热销”。这些热销图书中的很多种已经翻译成了中文简体版,同样也都成为了国内市场的畅销书。现在汤姆·斯旺再为Linux自由软件世界执笔,写下了Linux系统下C++编程方面的专著。书中介绍了在各种Linux系统下C++工具的差别及编程方法,介绍了面向对象式编程中常常遇到的类、包装、继承等常见课题,介绍了C++的字符串类、各种模板及算法库,还介绍了在X环境下,图形化软件的开发方式,等等。凭借多年写作的经验,汤姆·斯旺的著作,
linux-daemon
- 此文档主要讲解linux守护进程的基本概念和写linux守护进程的基本步骤,并给了一个简单的例程序。-The basic steps of this document mainly explain the basic concept of the Linux daemon and write Linux daemon, and give a simple example program.
cpp11_thread-master
- 使用C++11 thread类编写Linux多线程程序(Using C++11 to write Linux multithreading)
Linux高性能服务器编程
- 这本书对于学习linux的程序爱好者,有很大的指导意义.有利于编写出更加规范的代码(This book is of great guiding significance for the program enthusiasts who study Linux. It is helpful to write more standardized code.)
linux系统编程 中文版
- 《Linux系统编程》包含了帮助你在任何层面编写更佳代码的实用技巧。(Linux system programming contains practical skills to help you write better code at any level.)