CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - linux manual

搜索资源列表

  1. gcc-manual(Chinese)

    0下载:
  2. GCC是广泛用于linux的编译器结构,该文档详细描述了gcc的使用方法-GCC is widely used in the Linux compiler structure, the document describes in detail the methods of using gcc
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:18.53kb
    • 提供者:马欣
  1. Intel_80386_Manual

    0下载:
  2. intel80386manual手册,需要些操作系统底层的朋友要求的,看linux源代码必须查阅的-intel80386manual manual needs some friends in the bottom of the operating system requirements, linux source code can be accessible
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:743.54kb
    • 提供者:李永乐
  1. systemstart

    0下载:
  2. 硬盘引导记录手册OS-MSDOS,windows,windows NT,Linux系统硬盘引导流程-hard disk boot record manual OS-MSDOS, windows, windows NT, Linux system hard disk boot process
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:608.68kb
    • 提供者:wang
  1. myshell.rar

    1下载:
  2. 用纯C语言编写的一个Linux下的Shell,包含tch和bash的基本功能(包含重定向和后台运行),暂时不支持管道。已经在cygwin和Ubantu 7.10下测试通过。 主要包含: makefile 编译生成myshell可执行文件 myshell.c 主函数(涉及程序入口) utility.c 所有功能函数(将近1000行) myshell.h(包含宏定义、结构体声明、库函数的头文件,及utility.c中的所有函数的声明) readme 用户手册(当用户在myshel
  3. 所属分类:OS Develop

    • 发布日期:2015-08-07
    • 文件大小:293.38kb
    • 提供者:Yang
  1. LinuxCFunctionLibraryManual

    0下载:
  2. Linux C 函数库 参考 手册 无所不包-Linux C Library Reference Manual all-encompassing
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:16.42kb
    • 提供者:hailang
  1. The_Linux_Kernel_API

    1下载:
  2. linux 内核的api函数介绍,涉及网络、驱动、文件系统等等各个方面,是linux 内核编程不可多得的参考手册。-all kinds of linux kernel api that involve the network, drivers, file system, and so on all aspects of linux kernel is a rare reference manual programming.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:168.43kb
    • 提供者:piansu
  1. trimaran-4.0-manual

    0下载:
  2. trimaran是一个前端 后端编译器,通过一堆中间代码和表示,可以profiling出一些信息,进而优化体系结构 数据结构是c c++,linux下-trimaran is a front-end back-end compiler, by a bunch of intermediate code and said that they are profiling some information, and then optimize the architecture
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:381.02kb
    • 提供者:王振华
  1. Linux_mingling

    0下载:
  2. Linux的命令大全,修改版本,对一些针对内核2.6的命令做了注释,还是挺不错的。适合初学者或者作为手册进行查询-Linux command Daquan, a modified version, for some commands for the kernel 2.6 has done a comment, or very good. Suitable for beginners or as a manual query
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:318.73kb
    • 提供者:Michael
  1. ucc160

    0下载:
  2. ucc是一个编译器驱动器,在运行过程中,它会首先调用预处理器对C文件进行预处理, 然后依次调用编译器和汇编器生成目标文件,最后调用链接器将多个目标文件以及 库文件链接在一起生成最终的应用程序。 目前,ucc支持运行在Intel X86平台上的Linux和Windows操作系统。 当解压下载的源码后,系统中会产生一个名为ucc的目录,该目录的组织如下: driver 驱动器实现 ucl C编译器实现 doc 文档,中英文版本的ucc使用手册以及ucc内
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:683.98kb
    • 提供者:飞轩泠
  1. Bison-2.4.3-manual

    0下载:
  2. BISON是linux下的语法分析解析器的产生器,一般和FLEX一起使用-BISON is under linux parsing parser generator, used in conjunction with general and FLEX
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:24.79kb
    • 提供者:yczh
  1. LinuxOS-

    0下载:
  2. 为使用Linux系统的编程者或普通用户提供一个命令行使用说明书,让他们更好地使用该操作系统!-Linux system programming or user manual provides a command line to enable them to make better use of the operating system!
  3. 所属分类:Driver develop

    • 发布日期:2017-11-24
    • 文件大小:28.91kb
    • 提供者:张运
  1. LinuxKernel-core-Chinese-manual

    0下载:
  2. LinuxKernel核心中文手册,总共十五章的讲解,包括Hardware Basic,Software Basic,Memory Management ,Processes,Interprocess Communication Mechanisms ,PCI ,Interrupts and Interrupt Handling,Device Drivers, The File System ,Networks,Kernel Mechanisms ,Modules,The Linux Kerne
  3. 所属分类:MultiLanguage

    • 发布日期:2017-11-06
    • 文件大小:539.45kb
    • 提供者:aa
  1. drivers_and_test

    0下载:
  2. 《嵌入式Linux应用开发完全手册》教程中的实例源码,有字符设备驱动的编写!-" Embedded Linux application development entirely manual" tutorial source code examples, there is a character device driver writing!
  3. 所属分类:source in ebook

    • 发布日期:2017-11-14
    • 文件大小:790.75kb
    • 提供者:蓝本
  1. assembler-intro

    0下载:
  2. GNU汇编程序是GNU工具软件套件的一部分,是用于数字系统实验室将ARM汇编语言源代码转换成二进制对象文件。这个汇编程序在GNU汇编程序中有广泛的文档记录。手动(可在你的光盘中找到gnutools /文件目录)。这导言是该手册的摘要,特别是实验室的。(The GNU Assembler, part of the GNU Tools software suite, is the assembler used in the Digital Systems Laboratory to convert
  3. 所属分类:汇编语言

    • 发布日期:2018-04-21
    • 文件大小:138kb
    • 提供者:adgnaf
搜珍网 www.dssz.com