虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

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