亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

unix-linux

  • 歡迎從Linux系統(tǒng)程式編寫

    歡迎從Linux系統(tǒng)程式編寫,第4版,一個易于使用的指南,發(fā)展計劃為Linux和其他Unix風格的操作系統(tǒng)。 在這本書中,我們的目的是給你介紹了各種各樣的主題非常重要的你作為一個開發(fā)使用Linux 。從這個詞在標題中提到的內(nèi)容,更不是你的技能水平。我們這本書的結(jié)構(gòu),以幫助您了解更多關于Linux已經(jīng)提供,但很多經(jīng)驗你已經(jīng)。 Linux編程是一個大領域,我們的目標是覆蓋不夠廣泛的問題給你一個很好的“開始”在每一個主題

    標簽: Linux 程式 編寫

    上傳時間: 2013-12-03

    上傳用戶:ls530720646

  • 一個在unix下用curses實現(xiàn)的菜單程序

    一個在unix下用curses實現(xiàn)的菜單程序,方便unix或linux下使用,功能還不是很完善,但起拋磚引玉的作用,如果只是想簡單地使用,直接繼承下就可

    標簽: curses unix 菜單 程序

    上傳時間: 2013-12-09

    上傳用戶:wff

  • linux下路由套接的實現(xiàn)

    linux下路由套接的實現(xiàn),這不是網(wǎng)絡上unix的路由套接口比較難找的。

    標簽: linux 路由 套接

    上傳時間: 2017-05-13

    上傳用戶:xg262122

  • unix高級編程開發(fā)環(huán)境

    unix高級編程開發(fā)環(huán)境,適合開發(fā)unix和linux的開發(fā)人員

    標簽: unix 高級編程 開發(fā)環(huán)境

    上傳時間: 2014-12-06

    上傳用戶:windwolf2000

  • 銳捷認證的linux客戶端代碼

    銳捷認證的linux客戶端代碼,可以在linux和類unix上編譯,產(chǎn)生銳捷認證程序!

    標簽: linux 銳捷 代碼

    上傳時間: 2017-05-30

    上傳用戶:lnnn30

  • Understanding the Linux Kernel helps readers understand how Linux performs best and how it meets th

    Understanding the Linux Kernel helps readers understand how Linux performs best and how it meets the challenge of different environments. The authors introduce each topic by explaining its importance, and show how kernel operations relate to the utilities that are familiar to Unix programmers and users.

    標簽: Linux Understanding understand how

    上傳時間: 2017-06-17

    上傳用戶:ywqaxiwang

  • The many variants of the Unix operating system require use of a mode of thought that s significantly

    The many variants of the Unix operating system require use of a mode of thought that s significantly different from the one that s required by simpler operating systems. Think Unix introduces readers to important fundamental and intermediate Unix commands and, in the process, inculcates them in the Unix way of thinking. It s a worthy goal in a world with more Linux users than ever, and author Jon Lasser accomplishes it. He s both a capable writer and a knowledgeable user of Unix shell commands. Lasser uses bash under Red Hat Linux in most examples--which usually apply equally well to other Unix variants--and makes asides about other shells and environments, as needed.

    標簽: significantly operating variants of

    上傳時間: 2017-09-04

    上傳用戶:qq521

  • uClinux系統(tǒng)分析詳解: Linux是一種很受歡迎的操作系統(tǒng)

    uClinux系統(tǒng)分析詳解: Linux是一種很受歡迎的操作系統(tǒng),它與UNIX系統(tǒng)兼容,開放源代碼。

    標簽: uClinux Linux 系統(tǒng)分析 操作系統(tǒng)

    上傳時間: 2013-12-23

    上傳用戶:sardinescn

  • LINUX入門書籍

    這是一本非常好的關于UNIX的書籍,如果學習LINUX開發(fā)的朋友,這是一本非常好的參考數(shù)據(jù)

    標簽: LINUX UNIX 嵌入式

    上傳時間: 2015-06-29

    上傳用戶:winming

  • Linux內(nèi)核裁剪與編譯

    學習本章要達到的目標:口1.理解 Linux內(nèi)核編譯選項的含義口2.學會根據(jù)不同的硬件配置裁減定制內(nèi)核;口3.理解內(nèi)核編譯過程中每一步的功能,并編譯 Linux2.630內(nèi)核。需要去重新編譯 Linux內(nèi)核口增加操作系統(tǒng)對新的硬件設備的支持口增加內(nèi)核新的功能口對內(nèi)核代碼或內(nèi)核配置進行優(yōu)化時Prompt for development and/or incomplete code/drivers口顯示處于開發(fā)調(diào)試中或尚未完善的代碼或驅(qū)口選中:如果是測試人員或者開發(fā)者;口不選:其他情況Local version append to kerne release口追加本地版本號口使用命令“uname-a”進行查看。POSIX Message Queues口 POSIX消息隊列的支持,這是 POSIX進程間通信的一部分BSD Process Accounting口將進程的統(tǒng)計信息寫入文件口信息通常包括建立時間、所有者、命令名稱、內(nèi)存使用、控制終端等,這個選項一般是選擇的。Enable loadable module support口使能可加載模塊支持口如果使能此選項則可以通過"makemodules_insta"把內(nèi)核模塊安裝在/lib/modules/中Kernel support for ELF binaries口內(nèi)核對ELF文件格式的支持口ELF是開放平臺下最常用的二進制文件格式支持動態(tài)連接,支持不同的硬件平臺Kernel support for a out and ECOFF binaries口早期UNIX系統(tǒng)的可執(zhí)行文件格式,目前已經(jīng)被ELF格式取代Unix domain sockets口本機高效率的 Socket口僅能運行在本機上的高效率的 Socket,簡稱 Unix socket。口很多進程使用為這種機制在操作系統(tǒng)內(nèi)部進行進程間通信,例如 X Window和 syslog等TCP/IP networking口TcP/IP網(wǎng)絡協(xié)議的支持

    標簽: linux

    上傳時間: 2022-03-29

    上傳用戶:kingwide

主站蜘蛛池模板: 讷河市| 镇赉县| 万源市| 卫辉市| 西昌市| 威信县| 桂平市| 晴隆县| 辽宁省| 马边| 镇赉县| 健康| 高安市| 嘉祥县| 台安县| 军事| 成武县| 涡阳县| 营口市| 平泉县| 龙井市| 监利县| 鄂托克前旗| 苗栗市| 泊头市| 兴和县| 怀来县| 贵定县| 尼木县| 阳高县| 贺兰县| 千阳县| 临湘市| 洛阳市| 喀喇| 监利县| 塘沽区| 上饶县| 和林格尔县| 黄梅县| 东安县|