xiongjia - 标记
深入解析Windows操作系统 豆瓣
作者: (美)罗斯(Russinovich,M.E.) / (美)所罗门(Solomon,D.A.) 译者: 潘爱民 电子工业出版社 2007 - 4
本书是著名的操作系统内核专家Mark Russinovich和David Solomon撰写的Windows操作系统原理的最新版著作,全面和深入地阐述了Windows操作系统的整体结构以及内部工作细节。本书针对Windows Server 2003、Windows XP和Windows 2000做了全面更新,通过许多练习实验让你直接感受到Windows的内部行为。另外,本书还介绍了一些高级诊断技术,以便使你的系统运行得更加平稳和高效。无论你是开发人员还是系统管理员,你都可以在本书中找到一些关键的、有关体系结构方面的知识,通过这些知识你可以更好地做系统设计、调试,以及性能优化……
2008年6月1日 已读
第4版了, 还不错...部分理解...部分掌握...大部分只知道名字...
CHS COMP_Windows DEV
王羲之兰亭叙及其笔法 豆瓣
作者: 佘雪曼 编 西泠印社出版社 2005 - 4
《王羲之兰亭叙及其笔法》讲述了书法是我国传统的艺术瑰宝。历代曾涌现过不少书法名家,他们留下了不少精品,成为后世临摹的法帖。近年来,书法艺术随着素质教育的加强,深受广大群众特别是青少年所喜爱。他们在学习和书写过程中,很想从传统的书法艺术中汲取养料,提高自己的艺术修养,又想能尽快掌握从临摹到创作的过程。这是当今书法教育工作面临的新课题。为了满足广大书法爱好者和书写者的这一要求,我社特编辑出版这套《经典法帖·临摹与创作丛书》,分别为《王羲之兰亭序临摹与创作》《怀仁集王羲之圣教序临摹与创作》《米芾苕溪诗帖、蜀素帖临摹与创作》《智永真书千字文临摹与创作》《颜真卿麻姑山仙坛记临摹与创作》《孙过庭书谱临摹与创作》等。
Linux Device Drivers 豆瓣
作者: Jonathan Corbet / Alessandro Rubini O'Reilly Media 2005 - 2
Device drivers literally drive everything you're interested in--disks, monitors, keyboards, modems--everything outside the computer chip and memory. And writing device drivers is one of the few areas of programming for the Linux operating system that calls for unique, Linux-specific knowledge. For years now, programmers have relied on the classic Linux Device Drivers from O'Reilly to master this critical subject. Now in its third edition, this bestselling guide provides all the information you'll need to write drivers for a wide range of devices. Over the years the book has helped countless programmers learn: * how to support computer peripherals under the Linux operating system * how to develop and write software for new hardware under Linux * the basics of Linux operation even if they are not expecting to write a driver The new edition of Linux Device Drivers is better than ever. The book covers all the significant changes to Version 2.6 of the Linux kernel, which simplifies many activities, and contains subtle new features that can make a driver both more efficient and more flexible. Readers will find new chapters on important types of drivers not covered previously, such as consoles, USB drivers, and more. Best of all, you don't have to be a kernel hacker to understand and enjoy this book. All you need is an understanding of the C programming language and some background in Unix system calls. And for maximum ease-of-use, the book uses full-featured examples that you can compile and run without special hardware. Today Linux holds fast as the most rapidly growing segment of the computer market and continues to win over enthusiastic adherents in many application areas. With this increasing support, Linux is now absolutely mainstream, and viewed as a solid platform for embedded systems. If you're writing device drivers, you'll want this book. In fact, you'll wonder how drivers are ever written without it.
2008年6月1日 已读
第三版看了一点...
USB HotPlug 正好工作上用到
COMP_Linux DEV ENU