搜索资源列表
LINUX_system_manage_book
- 本书同时收录了Linux领域两位领导人物的作品—相当于“Linux 文档项目”的一个印刷版本,展示了Linux 核心概念及其基本结构。对于面向所有主流Linux子系统的支持与管理任务,本书都进行了恰到好处的讲解。涵盖的主题包括文件系统、目录、引导和关机、打印、网络兼容性、网络应用、网络登录、安全、用户账号、数据备份等等。此外,还针对TCP/IP网络、电子邮件、硬件问题以及网络的管理与配置,进行了专门讨论。 -the book contains a Linux two leading figure
snort-16.3-patch2
- 该软件是一个有名的基于网络的入侵检测系统,其功能及相关信息在本书中做了详细的分析和说明(该软件具有的功能有:网络信息包嗅探、记录网络信息包并进行网络数据分析、基于网络的误用检测等-The software is a well-known network-based intrusion detection system, and its function and related information in the book to do a detailed analysis and exp
Linux_Kernel_CN(1)
- 本书并不是特意一本Linux 的内部手册相反它是对操作系统的介绍同时以Linux作为示例书中每一章遵循从共性到特性的原则它们将首先给出核心子系统的概叙然后进行尽可能的详细描叙 我不会用routine_X()调用routine_Y()来增加bar 数据结构中foo 域的值这种方式来描叙核心算法 你自己可以通过阅读代码发现它每当需要理解一段代码时我总是将其数据结构画出来这样我发现了许多相关的核心数据结构以及它们之间的关系 每一章都是非常独立的就象Linux 核心子系统一样当然有时它们还是有联系的比如
UnderstandingLinuxKernel
- All people curious about how Linux works and why it is so efficient will find answers here. After reading the book, you will find your way through the many thousands of lines of code, distinguishing between crucial data structures and secondary one
linuxDeviceDrivers
- linux Device Drivers 英文版,以及该书的中文版的第二版,学习linux驱动开发的好资料-linux Device Drivers in English, as well as the book s Chinese version of the second edition, learning linux a good data-driven development
linuxdriver_code_tool
- linux驱动书中的资料,可以学习驱动的开发 和makefile的写法,以及转换工具-linux data-driven book, you can drive the development and study of written makefile, as well as conversion tools
Unix_system_design
- 本书以unix系统为背景,全面系统介绍了unix操作内核的内部数据结构和算法。描述了文件系统程序调度和存储管理等。-This book as the background to unix system, a comprehensive introduction of the unix operating system kernel' s internal data structures and algorithms. Procedures described in the file sys
book
- This book provides a set of design and implementation guidelines for writing secure programs for Linux and Unix systems. Such programs include application programs used as viewers of remote data, web applications (including CGI scr ipts), network ser
NiaoGe_Linux_SiFangCai
- Linux的基础知识在各大主流Linux安装版本中基本相同,如账号管理、硬盘文件格式、数据管理与核心编译等。本书深入浅出地介绍了Linux操作系统的基本原理与架构,适合当前所有主流Linux版本的学习。 全书共分5大篇。第1篇主要介绍Linux操作系统的规划与安装;第2篇介绍Linux的基本文件权限与系统架构;第3篇介绍非常重要的Shell与Shell scr ipts的基本内容,这是所有以文字界面操控主机的基础;第4篇着重介绍Linux用户管理,包括账号管理、磁盘配额与用户的例行性工作
UNIX-shell
- UNIX shell范例精解(第4版)配套代码。书中每个章节的代码范例和数据文件可在相应的目录中找到。-UNIX shell fine example of solution (version 4) supporting code. Each section of the code examples in the book and data files can be found in the appropriate directory.
LinuxC
- Linux C一站式,该书是一本很好很全面的c语言书籍,涵盖c,数据结构,操作系统等知识。-Linux C , the book is a nice and comprehensive c language books, covering c, data structures, operating systems and other knowledge.
UNIX-Network-programming-2XOpen-API
- 本书全面深入地讲述了套接口API网络编程的既成事实标准,对X/open传输接口API也作了广泛的介绍。本书从对套接口API的综合讨论开始,论述了基本编程内容后,即转入高级套接口编程的相关主题,包括IPv4与IPv6的互操作性;UNIX域协议、非阻塞I/O、路由套接口、广播、多播、线程、原始套接口、数据链路访向等,对于客户一服务程序的各种设计方法也作了完整的探讨。在叙述X/Open传输接口API时,还对记这种设备驱动机制作了深入分析。在附录中又给出了IPv6、ICMPV6、虚拟网络等新内容。
DataAnalysisOpenSrc
- 开源数据分析。本书讲如何利用开源工具进行数据分析。-Open source data analysis. Book about how to use open source tools for data analysis.《Data Analysis with Open Source》
CAN
- CAN总线学习资料,《CAN原理与应用技术》,很详细的一本书,是嵌入式开发中经常用到的一种数据端口-Learning data of the CAN bus, CAN principle and application of technology, a very detailed book, a data port is often used in embedded development
UNIXEnvironment
- 本书是被誉为UNIX编程“圣经”的Advanced Programming in the UNIX Environment一书的更新版。在本书第1版出版后的十几年中,UNIX行业已经有了巨大的变化,特别是影响UNIX编程接口的有关标准变化很大。本书在保持了前一版的风格的基础上,根据最新的标准对内容进行了修订和增补,反映了最新的技术发展。书中除了介绍UNIX文件和目录、标准I/O库、系统数据文件和信息、进程环境、进程控制、进程关系、信号、线程、线程控制、守护进程、各种I/O、进程间通信、网络IPC
QtandQuicksrc
- 最新《Qt及Qt开发实战精解》一书的源码案例,内容涉及多文档编辑器、方块游戏、音乐播放器、数据管理系统、局域网聊天工具五大详细案例-Latest book Qt or Qt development practical essence solution source case, content involves many document editor, squares, games, music players, data management system, LAN chat tool for
Linux21
- 书 名: 操作系统原理及应用(Linux21).pdf 作 者:王红 本书介绍操作系统的基本原理及应用,并以Linux操作系统作为具体实例加以说明。全书共9章,主要内容包括操作系统的基本概念、功能、操作系统的发展史及Linux操作系统概述,进程的概念、进程描述、进程控制、进程的同步与互斥、进程通信及线程,作业调度及进程调度、死锁的概念与产生原因以及解决死锁的方法,各种内存管理及分配方法的思想、数据结构、重定位及实现原理,文件的逻辑结构、物理结构及文件系统的构成,操作系统对设备的控制、分
lxfb
- Graphics Processor registers (table 6-29 the data book). -Graphics Processor registers (table 6-29 the data book).
first_item
- 有数据表构成的通讯录,包括其中内容的增删改查等(An address book consisting of data tables)
addressbook
- 一个用链表这种数据结构写的简单的通讯录代码,希望大家对链表有进一步的了解。(Using a list of such data structure to write a simple address book code, I hope you have a further understanding of the list.)