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

搜索资源列表

  1. The_C_programming_Language

  2. Contents Preface Preface to the first edition Introduction Chapter 1: A Tutorial Introduction Getting Started Variables and Arithmetic Expressions The for statement Symbolic Constants Character Input and Output File Copying Character Counting Line C
  3. 所属分类:C

    • 发布日期:2009-06-13
    • 文件大小:248kb
    • 提供者:huiyanhuishi
  1. C语言圣经(英文版)

  2. Preface Preface to the first edition Introduction Chapter 1: A Tutorial Introduction Getting Started Variables and Arithmetic Expressions The for statement Symbolic Constants Character Input and Output File Copying Character Counting Line Counting W
  3. 所属分类:C

    • 发布日期:2009-10-09
    • 文件大小:249kb
    • 提供者:xiancaonima
  1. programing in C

  2. 一本实用的C语言入门教程 英文版 Contents At a Glance Preface xvii 1 Introduction 1 2 Some Fundamentals 5 3 Compiling and Running Your First Program 11 4 Variables, Data Types, and Arithmetic Expressions 21 5 Program Looping 43 6 Making Decisions 65 7 Working with
  3. 所属分类:C

    • 发布日期:2009-10-29
    • 文件大小:4mb
    • 提供者:rjlovexrr
  1. \the c programming language

  2. C经典书籍 The C programming Language By Brian W. Kernighan and Dennis M. Ritchie. Published by Prentice-Hall in 1988 Contents Preface Preface to the first edition Introduction Chapter 1: A Tutorial Introduction Getting Started Variables and Arithmetic E
  3. 所属分类:C

    • 发布日期:2009-11-05
    • 文件大小:249kb
    • 提供者:MeteorRed
  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
    • 文件大小:1mb
    • 提供者:edzjx
  1. 本人精心收集,c++头文件一览

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

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

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

  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
    • 文件大小:1mb
    • 提供者: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
    • 文件大小:71kb
    • 提供者:xxy04
  1. c语言名题精选百则技巧篇

  2. 这是部很好C语言自学练习的好书 #include /* for INT_MAX and INT_MIN */ #include /* for isdigit() */ #define OVERFLOW 1 #define UNDERFLOW -1 #define NO_ERROR 0 int x_atoi(char s[], int *result) { int digit_value; /* value of the scaned dig */ int i; *result = 0; f
  3. 所属分类:C

    • 发布日期:2010-06-07
    • 文件大小:131kb
    • 提供者:WOCAONIMAMABIE
  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
    • 文件大小:18mb
    • 提供者:beisika10368
  1. C/C++头文件一览

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

    • 发布日期:2010-07-27
    • 文件大小:54kb
    • 提供者:heartstardream
  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-08-03
    • 文件大小:1mb
    • 提供者:xteep2009
  1. C/C++语言头文件(全)

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

    • 发布日期:2010-08-28
    • 文件大小:2kb
    • 提供者:xtfcu33
  1. Lcc C Compiler

  2. aWhat's new in the new version of lcc-win ---------------------------------------- Dec 3: Added SphericalBesselY + SphericalBesselK + SphericalBesselJ to the special functions package. Updated the documentation. Dec 2: Fixed problems with comparison
  3. 所属分类:C

    • 发布日期:2010-09-30
    • 文件大小:6mb
    • 提供者:ywj1225
  1. C与C++标准 ANSI C99 标准文档 - ISO.IEC_9899.1999(E).pdf C++标准 - ISO.IEC_14882.2003(E).pdf

  2. Contents Foreword . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xi Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . xiv 1. Scope . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 2. Normative references . .
  3. 所属分类:Access

    • 发布日期:2010-10-02
    • 文件大小:2mb
    • 提供者:ywj1225
  1. stl_algobase.h

  2. #ifndef __SGI_STL_INTERNAL_ALGOBASE_H #define __SGI_STL_INTERNAL_ALGOBASE_H #ifndef __STL_CONFIG_H #include #endif #ifndef __SGI_STL_INTERNAL_RELOPS #include #endif #ifndef __SGI_STL_INTERNAL_PAIR_H #include #endif #ifndef __TYPE_TRAITS_H #includ
  3. 所属分类:C++

    • 发布日期:2010-10-16
    • 文件大小:24kb
    • 提供者:vvkkll
  1. C语言中,使用limits.h和float.h中定义的常量的例程

  2. /*defines.c -- 使用limits.h和float.h中定义的常量*/ 如INT_MAX,FLT_MAX等。
  3. 所属分类:C/C++

    • 发布日期:2011-05-08
    • 文件大小:644byte
    • 提供者:stevenouou
  1. H.265/HEVC标准白皮书(2013年1月)

  2. 新一代视频压缩编码技术!今年刚认证的H.265编码标准,前几天一直找不到白皮书,今天发上来,估计不少人也在找吧。下面是目录: CONTENTS Page Abstract i 0 Introduction 1 0.1 General 1 0.2 Prologue 1 0.3 Purpose 1 0.4 Applications 1 0.5 Publication and versions of this Specification 1 0.6 Profiles, tiers and level
  3. 所属分类:其它

    • 发布日期:2013-04-13
    • 文件大小:4mb
    • 提供者:newthinker_wei
  1. tomcrypt.h

  2. #ifndef TOMCRYPT_H_ #define TOMCRYPT_H_ #include #include #include #include #include #include #include /* use configuration data */ #include #ifdef __cplusplus extern "C" { #endif /* version */ #define CRYPT 0x0116 #define SCRYPT "1.16" /* m
  3. 所属分类:C

    • 发布日期:2009-03-12
    • 文件大小:53kb
    • 提供者:huiqiwei321
« 12 3 4 5 6 7 »