您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. linux内核指导相关源代码

  2. #ifndef __KERNEL__ #define __KERNEL__ #endif #ifndef MODULE #define MODULE #endif #define __NO__VERSION__ #include #include #include #include #include #i nclude #include #include #include #include #include #include #include #ifndef VFIF
  3. 所属分类:Linux

    • 发布日期:2009-05-19
    • 文件大小:13312
    • 提供者:niekaiyuan
  1. 带中文注释的 linux 0.11 源代码

  2. linux .....\boot .....\....\bootsect.s .....\....\head.s .....\....\setup.s .....\fs .....\..\bitmap.c .....\..\block_dev.c .....\..\buffer.c .....\..\char_dev.c .....\..\exec.c .....\..\fcntl.c .....\..\file_dev.c .....\..\file_table.c .....\..\ino
  3. 所属分类:C

    • 发布日期:2009-06-03
    • 文件大小:293888
    • 提供者:wangqilong1983
  1. csapp_深入理解计算机系统_相关文件_csapp.h_csapp.c

  2. 深入理解计算机系统: csapp.h csapp.c //csapp.h /* $begin csapp.h */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #
  3. 所属分类:C

    • 发布日期:2009-06-08
    • 文件大小:6144
    • 提供者:dexinmeng
  1. linux内核 0.11版本源码 带中文注释

  2. 目录树 下面再给个样例 ├─Makefile │ ├─boot │ bootsect.s │ head.s │ setup.s │ ├─fs │ bitmap.c │ block_dev.c │ buffer.c │ char_dev.c │ exec.c │ fcntl.c │ file_dev.c │ file_table.c │ inode.c │ ioctl.c │ Mak efile │ namei.c │ open.c │ pipe.c │ read_write.c │ stat.
  3. 所属分类:C

    • 发布日期:2009-08-31
    • 文件大小:290816
    • 提供者:paomadi
  1. clibsource C标准库源代码

  2. 介绍说明 C标准库源代码,能提高对C的理解,不错的哦 下载文件列表 Pack : clibsource.rar C标准库源代码\ABORT.C C标准库源代码\ABS.C C标准库源代码\ACCESS.C C标准库源代码\ADJUSTFD.C C标准库源代码\ALGRITHM C标准库源代码\ASCTIME.C C标准库源代码\ASSERT.C C标准库源代码\ASSERT.H C标准库源代码\ATOF.C C标准库源代码\ATONEXIT.C C标准库源代码\ATOX.C C标准库源代码\A
  3. 所属分类:C

    • 发布日期:2009-11-16
    • 文件大小:1048576
    • 提供者:edzjx
  1. 本人精心收集,c++头文件一览

  2. 本人收集: C/C++头文件一览 C、传统 C++ #include     //设定插入点 #include      //字符处理 #include      //定义错误码 #include      //浮点数处理 #include     //文件输入/输出 #include     //参数化输入/输出 #include    //数据流输入/输出 #include     //定义各种数据类型最值常量 #include     //定义本地化函数 #include      //
  3. 所属分类:C++

    • 发布日期:2010-01-13
    • 文件大小:3072
    • 提供者:wpt_007
  1. C和C++头文件对比一览

  2. C、传统 C++ #include     //设定插入点 #include      //字符处理 #include      //定义错误码 #include      //浮点数处理 #include     //文件输入/输出 #include     //参数化输入/输出 #include    //数据流输入/输出 #include     //定义各种数据类型最值常量 #include     //定义本地化函数 #include      //定义数学函数 #include  
  3. 所属分类:C++

  1. Linux内核完全注释

  2. 第1 章 概述 1.1 Linux 的诞生和发展 1.2 内容综述 1.3 Makefile 文件 1.4 linux/Makefile 文件 1.5 其它信息 第2 章 引导启动程序(boot) 2.1 概述 2.2 bootsect.s 文件 2.3 setup.s 程序 2.4 head.s 文件 2.5 小结 第3 章 初始化程序(init) 3.1 概述 3.2 main.c 程序 3.3 其它信息 3.4 小结 第4 章 内核代码(kernel) 4.1 概述 4.2 Makefi
  3. 所属分类:C

    • 发布日期:2010-03-23
    • 文件大小:3145728
    • 提供者:zah0511
  1. 用c语言实现的shell解释器

  2. #include #include #include #include #include #include #include #define MAX_HOST_LEN 32 /* 主机名最大长度 */ #define MAX_PATH_LEN 256 /* 路径的最大长度 */ #define MAX_COMMAND_LEN 256 /*命令的最大长度*/
  3. 所属分类:C

    • 发布日期:2010-03-24
    • 文件大小:2048
    • 提供者:liyongli123456
  1. 用c语言实现的逆序文本程序

  2. #include #include #include #include #include #include #include #define MAX_HOST_LEN 32 /* 主机名最大长度 */ #define MAX_PATH_LEN 256 /* 路径的最大长度 */ #define MAX_COMMAND_LEN 256 /*命令的最大长度*/
  3. 所属分类:C

    • 发布日期:2010-03-24
    • 文件大小:2048
    • 提供者:liyongli123456
  1. C标准库源代码(学习C/C++必备)

  2. 介绍说明 C标准库源代码,能提高对C的理解,不错的哦 下载文件列表 Pack : clibsource.rar C 标准库源代码\ABORT.C C标准库源代码\ABS.C C标准库源代码\ACCESS.C C标准库源代码\ADJUSTFD.C C标准库源代码\ALGRITHM C标准库源代码\ASCTIME.C C标准库源代码\ASSERT.C C标准库源代码\ASSERT.H C标准库源代码\ATOF.C C标准库源代码\ATONEXIT.C C 标准库源代码\ATOX.C C标准库源代码
  3. 所属分类:C

    • 发布日期:2010-04-09
    • 文件大小:1048576
    • 提供者:zzb980881
  1. C标准库文档,包括标准库中12个头文件的描述

  2. cstdlib 的描述文档 * : Diagnostics * : Character Class Tests * : Error Codes Reported by (Some) Library Functions * : Implementation-defined Floating-Point Limits * : Implementation-defined Limits * : Locale-specific Information * : Mathematical F
  3. 所属分类:C++

    • 发布日期:2010-04-13
    • 文件大小:72704
    • 提供者:xxy04
  1. C++头文件一览,用于编程。

  2. C++头文件一览,用于编程。C/C++头文件一览 C、传统 C++ #include //设定插入点 #include //字符处理 #include //定义错误码 #include //浮点数处理
  3. 所属分类:C++

    • 发布日期:2010-05-05
    • 文件大小:913
    • 提供者:CK198858
  1. GPIO模拟I2C程序实现

  2. GPIO模拟I2C的程序实现 #include #include #include #include #include #include #include #include #include #include #include #include #include "gpio_i2c.h"
  3. 所属分类:Linux

    • 发布日期:2010-05-25
    • 文件大小:9216
    • 提供者:hjonroad
  1. Binl_Server.zip

  2. /* * Mini Binl Server * Copyright (c) 2005-2007 Gianluigi Tiesi * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation;
  3. 所属分类:C

    • 发布日期:2010-06-10
    • 文件大小:26624
    • 提供者:tj_fangfang
  1. 标准C++库 The Standard C++ Library

  2. Contents Preface ix The Code xii Acknowledgments xiii Chapter 0: Introduction 1 Background 1 What the CStandard Says 3 Usingthe Library 7 lmplementingthe Library 9 Testingthe Library 13 References 15 Exercises 15 Chapter 1: 17 Background 17 What th
  3. 所属分类:C

    • 发布日期:2010-07-22
    • 文件大小:18874368
    • 提供者:beisika10368
  1. C/C++头文件一览

  2. #include     //设定插入点 #include      //字符处理 #include      //定义错误码 #include      //浮点数处理 #include     //文件输入/输出 #include     //参数化输入/输出 #include    //数据流输入/输出 #include     //定义各种数据类型最值常量 #include     //定义本地化函数 #include      //定义数学函数 #include      //定义输
  3. 所属分类:C++

    • 发布日期:2010-07-27
    • 文件大小:55296
    • 提供者:heartstardream
  1. C语言编程 多个常用头文件源代码

  2. C signal.h errno.h netdb.h setjmp.h signal.h string.hC signal.h errno.h netdb.h setjmp.h signal.h string.hC signal.h errno.h netdb.h setjmp.h signal.h string.h
  3. 所属分类:网络基础

    • 发布日期:2011-08-02
    • 文件大小:13312
    • 提供者:munk711
  1. C头文件 errno.h

  2. errno.h 是C语言C标准函式库里的标头档,定义了通过错误码来回报错误资讯的宏.
  3. 所属分类:C

    • 发布日期:2013-07-06
    • 文件大小:5120
    • 提供者:qiang891010
  1. 详解C语言中的错误报告errno与其相关应用方法

  2. C语言标准库中的错误报告用法有三种形式。 1、errno errno在头文件中定义,如下 #ifndef errno extern int errno; #endif 外部变量errno保存库程序中实现定义的错误码,通常被定义为errno.h中以E开头的宏, 所有错误码都是正整数,如下例子 # define EDOM 33 /* Math argument out of domain of function. */ EDOM的意思是参数不在数学函数能接受的域中,稍后的例子中用到了这个宏
  3. 所属分类:其它

    • 发布日期:2020-12-31
    • 文件大小:62464
    • 提供者:weixin_38730389
« 12 3 4 5 6 »