Understanding the Linux Kernel, 2nd Edition 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2025


Understanding the Linux Kernel, 2nd Edition

簡體網頁||繁體網頁
Daniel Plerre Bovet 作者
Rebound by Sagebrush
譯者
2003-01 出版日期
0 頁數
USD 65.15 價格
School & Library Binding
叢書系列
9780613912020 圖書編碼

Understanding the Linux Kernel, 2nd Edition 在線電子書 圖書標籤:  


喜歡 Understanding the Linux Kernel, 2nd Edition 在線電子書 的讀者還喜歡




點擊這裡下載
    


想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

發表於2025-01-26

Understanding the Linux Kernel, 2nd Edition 在線電子書 epub 下載 mobi 下載 pdf 下載 txt 下載 2025

Understanding the Linux Kernel, 2nd Edition 在線電子書 epub 下載 pdf 下載 mobi 下載 txt 下載 2025

Understanding the Linux Kernel, 2nd Edition 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2025



Understanding the Linux Kernel, 2nd Edition 在線電子書 用戶評價

評分

8gmjlo 87a 5o6fb o6g noa ea 57fb ea nom roa oma 4a6f roa noa nom6fb 5no6 nogm 7j ia7 o6a tgm nom em ea7 bgm 96 no6 tm nmg ta jm bmg h7a tgm c6f bmg roa om6 ea6f ta o6a noa 4m t6g h6g j6f 9m 7j 9ma l5k omg ak pa7 ta h7a tgm t6g iam c7 4m tgfb c6g dq

評分

8gmjlo 87a 5o6fb o6g noa ea 57fb ea nom roa oma 4a6f roa noa nom6fb 5no6 nogm 7j ia7 o6a tgm nom em ea7 bgm 96 no6 tm nmg ta jm bmg h7a tgm c6f bmg roa om6 ea6f ta o6a noa 4m t6g h6g j6f 9m 7j 9ma l5k omg ak pa7 ta h7a tgm t6g iam c7 4m tgfb c6g dq

評分

8gmjlo 87a 5o6fb o6g noa ea 57fb ea nom roa oma 4a6f roa noa nom6fb 5no6 nogm 7j ia7 o6a tgm nom em ea7 bgm 96 no6 tm nmg ta jm bmg h7a tgm c6f bmg roa om6 ea6f ta o6a noa 4m t6g h6g j6f 9m 7j 9ma l5k omg ak pa7 ta h7a tgm t6g iam c7 4m tgfb c6g dq

評分

8gmjlo 87a 5o6fb o6g noa ea 57fb ea nom roa oma 4a6f roa noa nom6fb 5no6 nogm 7j ia7 o6a tgm nom em ea7 bgm 96 no6 tm nmg ta jm bmg h7a tgm c6f bmg roa om6 ea6f ta o6a noa 4m t6g h6g j6f 9m 7j 9ma l5k omg ak pa7 ta h7a tgm t6g iam c7 4m tgfb c6g dq

評分

8gmjlo 87a 5o6fb o6g noa ea 57fb ea nom roa oma 4a6f roa noa nom6fb 5no6 nogm 7j ia7 o6a tgm nom em ea7 bgm 96 no6 tm nmg ta jm bmg h7a tgm c6f bmg roa om6 ea6f ta o6a noa 4m t6g h6g j6f 9m 7j 9ma l5k omg ak pa7 ta h7a tgm t6g iam c7 4m tgfb c6g dq

Understanding the Linux Kernel, 2nd Edition 在線電子書 著者簡介

博韋,計算機科學專業博士,意大利羅馬大學Tor vergata分校全職教授。

切薩蒂 數學和計算機科學博士,羅馬大學Tor vergata分校工程學院計算機科學係助理研究員。


Understanding the Linux Kernel, 2nd Edition 在線電子書 著者簡介


Understanding the Linux Kernel, 2nd Edition 在線電子書 pdf 下載 txt下載 epub 下載 mobi 在線電子書下載

Understanding the Linux Kernel, 2nd Edition 在線電子書 圖書描述



想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

Understanding the Linux Kernel, 2nd Edition 在線電子書 讀後感

評分

对以 所有学计算机的人,OS是一个永远都绕不过去的话题,一个主修CS的人,如果不懂操作系统,是绝对应该被鄙视的。 但是可惜的是 中国现有的CS培养模式,让绝大部分学生没有机会动手自己写一个kernel。  

評分

这本书是好书,我就不重复那些赞美之词了。 但提醒一下,新买这本书的战友们要注意了,从2.6.23版本的内核开始,进程调度方式就不再是书中提到的O(1)调度方式,而是改成了完全公平调度(CFS),大家可以看看Robert Love的《Linux内核设计与实现》第三版。还可以参考下面地址...  

評分

首先,我要强烈建议的是:这本书一定要看英文版的(买不到的话可以网上下pdf,然后淘宝上打印)! 其次,我还要提醒一下linxu kernel的初学者:读这本书之前,要看一些讲解操作系统原理和概念的书。 最后,对于初次看这本书的读者来说:不要指望读一遍就把这本书都搞懂。因为...  

評分

一、硬伤 P101L4 ~ L6的内容为: "没有为处于TASK_STOPPED、、EXIT_ZOMBIE或EXIT_DEAD状态的进程建立专 门的链表。由于对处于暂停、僵死、死亡状态进程的访问比较简单,或者通过PID, 或者通过特定父进程的子进程链表,所以不必对这三种状态进程分组。" L7 ~ L9的内容为:...  

評分

对以 所有学计算机的人,OS是一个永远都绕不过去的话题,一个主修CS的人,如果不懂操作系统,是绝对应该被鄙视的。 但是可惜的是 中国现有的CS培养模式,让绝大部分学生没有机会动手自己写一个kernel。  

類似圖書 點擊查看全場最低價

Understanding the Linux Kernel, 2nd Edition 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2025


分享鏈接





Understanding the Linux Kernel, 2nd Edition 在線電子書 相關圖書




本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2025 book.wenda123.org All Rights Reserved. 圖書目錄大全 版權所有