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

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

Unix-linux

  • 【下載說明】 這里提供給大家的是《Embedded Linux: Hardware, Software, and Interfacing》(嵌入式 Linux---硬件、軟件與接口)一書的英文原版C

    【下載說明】 這里提供給大家的是《Embedded Linux: Hardware, Software, and Interfacing》(嵌入式 Linux---硬件、軟件與接口)一書的英文原版CHM格式下載。 【作者簡介】 Craig Hollabaugh has been fascinated by electronics since he bought an AM radio in elementary school. He was first exposed to Unix during a cross-country talk session in 1985. Later, he administered networked Sun and DEC workstations while pursuing a doctoral degree in electrical engineering at Georgia Institute of Technology. 【內容提要】 本書通過一個冬季旅游勝地自動化管理項目實例,從軟件、硬件和接口的觀點介紹嵌入式Linux。引入項目需求后,作者講述了開發環境的建立,接著用一系列軟硬件接口實例展示了如何使用異步串行通信、PC并口、USB、內存I/O、同步串行通信以及中斷,等等。最后介紹了將前面所有的工作有機地組織在一起的系統集成過程。本書以實際應用為導向,書中整個項目的實施過程和軟硬件接口實例都具實踐指導意義。

    標簽: Linux Interfacing Embedded Hardware

    上傳時間: 2014-01-22

    上傳用戶:shus521

  • In recent years, the UNIX operating system has seen a huge boost in its popularity, especially with

    In recent years, the UNIX operating system has seen a huge boost in its popularity, especially with the emergence of Linux. For programmers and users of UNIX, this comes as no surprise: UNIX was designed to provide an environment that s powerful yet easy to use. One of the main strengths of UNIX is that it comes with a large collection of standard programs. These programs perform a wide variety of tasks from listing your files to reading email. Unlike other operating systems, one of the key features of UNIX is that these programs can be combined to perform complicated tasks and solve your problems. One of the most powerful standard programs available in UNIX is the shell. The shell is a program that provides you with a consistent and easy-to-use environment for executing programs in UNIX. If you have ever used a UNIX system, you have interacted with the shell.

    標簽: especially popularity operating recent

    上傳時間: 2014-11-26

    上傳用戶:gaojiao1999

  • 可以作為Linux教學用的程序

    可以作為Linux教學用的程序,一個簡單的電子訂票系統,充分體現的如何在Unix環境下進行網絡編程

    標簽: Linux 程序

    上傳時間: 2014-01-14

    上傳用戶:lixinxiang

  • linux 下串口編程 #include <stdio.h> /*標準輸入輸出定義*/ #include <stdlib.h> /*標準函數庫定義*/ #include

    linux 下串口編程 #include <stdio.h> /*標準輸入輸出定義*/ #include <stdlib.h> /*標準函數庫定義*/ #include <unistd.h> /*Unix標準函數定義*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定義*/ #include <termios.h> /*PPSIX終端控制定義*/ #include <errno.h> /*錯誤號定義*/ /***@brief 設置串口通信速率 *@param fd 類型 int 打開串口的文件句柄 *@param speed 類型 int 串口速度 *@return void*/

    標簽: include stdlib linux stdio

    上傳時間: 2014-01-18

    上傳用戶:xjz632

  • Linux操作系統的不斷完善與發展

    Linux操作系統的不斷完善與發展,出現了大量基于 Linux平臺的應用開發,原有的基于UNIX平臺的商業軟件也不斷被移植到Linux上來。最典型的,Oracle公司宣布,他的現有的及未來所有的數據庫產品和商業應用都將支持Linux平臺。本文所述OCI for Linux的C語言庫,正是Linux平臺上Oracle的C語言接口。

    標簽: Linux 操作系統 發展

    上傳時間: 2013-12-18

    上傳用戶:hxy200501

  • LINUX SHELL編程指南本書共分五部分

    LINUX SHELL編程指南本書共分五部分,詳細介紹了shell編程技巧,各種UNIX命令及語法,還涉及了UNIX下的文字處理以及少量的系統管理問題。本書內容全面、文字簡潔流暢,適合Shell編程人員學習、參考。

    標簽: LINUX SHELL 編程指南

    上傳時間: 2014-01-02

    上傳用戶:lo25643

  • Uclinux是當前廣泛應用的一種嵌入式Linux操作系統

    Uclinux是當前廣泛應用的一種嵌入式Linux操作系統,是一個完全符合GNU/GPL公約的項目,與UNIX完全兼容,完全開放源碼。英文單詞中u表示Micro,c表示control,所以Uclinux的意思是“微控制領域的Linux系統”。 Uclinux針對嵌入式應用的特點,對Linux的內核(所用版本為linux2.6)進行了修改和重新編譯,其大小遠小于原來。它包含Linux常用的API,保留了原來Linux操作系統具有的高穩定性、強大的網絡功能和卓越的文件系統支持功能等優點。 Blackfin系列DSP是ADI公司推出的高性能,低功耗的新一代DSP處理器,融合了Analog Devices/Intel的微信號結構(MSA),其應用范圍廣泛,包括汽車圖像系統,寬帶無線系統,多媒體消費電子產品,數字視頻錄像機,安防與監控,機頂盒和視頻會議等。

    標簽: Uclinux Linux 嵌入式 操作系統

    上傳時間: 2014-01-12

    上傳用戶:66666

  • In this book, you will learn about what drives the Linux development process. You will discover the

    In this book, you will learn about what drives the Linux development process. You will discover the wide variety of tools commonly used by Linux developers – compilers, debuggers, Software Configuration Management – and how those tools are used to build application software, tools, utilities and even the Linux kernel itself. You will learn about the unique components of a Linux system that really set it apart from other UNIX-like systems, and you will delve into the inner workings of the system in order to better understand your role as one of a budding new generation of Linux developers.

    標簽: will development the discover

    上傳時間: 2016-11-18

    上傳用戶:rocketrevenge

  • linux下網絡編程的函數

    linux下網絡編程的函數,一些linux/unix下常用API函數的實現

    標簽: linux 網絡編程 函數

    上傳時間: 2014-01-09

    上傳用戶:fandeshun

  •  本書介紹Linux系統安全維護的技術。主要內容包括:一般性安全問題、高級安全問題、安全策略、信任機制以及猝發入侵和最近的入侵方法

     本書介紹Linux系統安全維護的技術。主要內容包括:一般性安全問題、高級安全問題、安全策略、信任機制以及猝發入侵和最近的入侵方法,如何為入侵做準備,如何進行入侵檢測,如何成功、安全、快速地從遇到的入侵中進行恢復等。本書內容豐富、章節安排合理,適合廣大Linux或UNIX系統管理員以及對安全方面感興趣的讀者閱讀

    標簽: Linux 安全問題 系統安全 安全策略

    上傳時間: 2014-07-03

    上傳用戶:myworkpost

主站蜘蛛池模板: 尚义县| 分宜县| 万安县| 武安市| 汨罗市| 乡宁县| 咸丰县| 汾阳市| 尖扎县| 英吉沙县| 稷山县| 封开县| 双城市| 高陵县| 江门市| 贺州市| 原平市| 德保县| 白河县| 仙桃市| 甘孜| 锦州市| 三门县| 思南县| 莎车县| 清苑县| 时尚| 顺平县| 云阳县| 夏津县| 松原市| 沛县| 武功县| 新龙县| 庆城县| 临颍县| 阆中市| 裕民县| 黔南| 土默特右旗| 鹿邑县|