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

搜索资源列表

  1. The C programming Language

  2. The C programming Language By Brian W. Kernighan and Dennis M. Ritchie. Published by Prentice-Hall in 1988
  3. 所属分类:C

    • 发布日期:2012-11-21
    • 文件大小:1048576
    • 提供者:jack1219
  1. The Practice Of Programming

  2. 《The Practice Of Programming》 Brian W. Kernighan, Rob Pike.
  3. 所属分类:C/C++

    • 发布日期:2012-12-07
    • 文件大小:4194304
    • 提供者:casskkc2
  1. The C programming Language/英文版/CHM

  2. By Brian W. Kernighan and Dennis M. Ritchie. Published by Prentice-Hall in 1988
  3. 所属分类:C

    • 发布日期:2012-12-08
    • 文件大小:254976
    • 提供者:xiaojuneva
  1. The C Programming Language

  2. The C Programming Language 作者: Brian W. Kernighan / Dennis M. Ritchie 中文第二版 C的经典之作
  3. 所属分类:C

    • 发布日期:2013-03-19
    • 文件大小:5242880
    • 提供者:wang1275
  1. The C programming Language

  2. By Brian W. Kernighan and Dennis M. Ritchie 全世界最经典的C语言教程,英文原版,chm格式
  3. 所属分类:C

    • 发布日期:2008-09-02
    • 文件大小:254976
    • 提供者:sdkcise
  1. C_ManualC语言

  2. C is a computer language based on the earlier language B [1]. The languages and their compilers differ in two major ways: C introduces the notion of types, and defines appropriate extra syntax and semantics; also, C on the PDP-11 is a true compiler,
  3. 所属分类:C

    • 发布日期:2008-09-03
    • 文件大小:78848
    • 提供者:jh19811109
  1. 程序设计实践

  2. 程序设计实践 The Practice of Programming Brain W.Kernighan Rob Pike
  3. 所属分类:其它

    • 发布日期:2013-04-08
    • 文件大小:4194304
    • 提供者:vigor1
  1. 程序设计实践(The practice of programming)

  2. Pike 和 Kernighan两位大神呕心之作,学习之能加强对编程内功的提升。码农,程序员必备!
  3. 所属分类:C++

    • 发布日期:2013-04-11
    • 文件大小:8388608
    • 提供者:shuzjd
  1. the c programming language 中文版

  2. 据说是C语言创世人写的书。内容详实,分类清晰,便于查阅。
  3. 所属分类:C/C++

    • 发布日期:2013-04-25
    • 文件大小:8388608
    • 提供者:solidworks12351
  1. the.unix.programming.enviroment

  2. 积分紧张, 分享一个文档 学操作系统的人必看,诠释了unix的设计哲学, 还有yacc的基本使用, 文档编写
  3. 所属分类:Unix

    • 发布日期:2013-04-30
    • 文件大小:31457280
    • 提供者:easypal
  1. The.Practice.of.Programming

  2. Addison.Wesley.The.Practice.of.Programming.-.B.W..Kernighan..pdf
  3. 所属分类:C++

    • 发布日期:2013-05-17
    • 文件大小:4194304
    • 提供者:shuihan0739
  1. Beautiful Code(Edited by Andy Oram and Greg Wilson)

  2. Chapter 1, A Regular Expression Matcher, by Brian Kernighan, shows how deep insight into a language and a problem can lead to a concise and elegant solution. Chapter 2, Subversion’s Delta Editor: Interface As Ontology, by Karl Fogel, starts with a w
  3. 所属分类:C

    • 发布日期:2013-06-03
    • 文件大小:4194304
    • 提供者:goshirin
  1. 009_awk介绍

  2. AWK是一种优良的文本处理工具。它不仅是 Linux 中也是任何环境中现有的功能最强大的数据处理引擎之一。这种编程及数据操作语言(其名称得自于它的创始人 Alfred Aho 、Peter Weinberger 和 Brian Kernighan 姓氏的首个字母)的最大功能取决于一个人所拥有的知识。AWK 提供了极其强大的功能:可以进行样式装入、流控制、数学运算符、进程控制语句甚至于内置的变量和函数。它具备了一个完整的语言所应具有的几乎所有精美特性。实际上 AWK 的确拥有自己的语言:AWK
  3. 所属分类:其它

    • 发布日期:2013-06-09
    • 文件大小:902144
    • 提供者:yushitao
  1. The C Programming Language

  2. The C programming Language By Brian W. Kernighan and Dennis M. Ritchie.
  3. 所属分类:C/C++

    • 发布日期:2013-06-10
    • 文件大小:5242880
    • 提供者:cuiek
  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 Preface The computing world has undergone a revolution since the publication of The C Programming Language in 1978. Big comput
  3. 所属分类:C

    • 发布日期:2008-09-14
    • 文件大小:254976
    • 提供者:reliveyy
  1. C程序设计语言(第2版·新版)习题解答

  2. "The C Programming Language", 2nd edition, Kernighan and Ritchie 本答案为经典的c圣经《c程序设计语言》英文的配套答案,所列页码均为英文版的。本想整理为pdf格式,考虑到程序能直接运行,最终还是决定为网页格式,希望能给大家的学习带来帮助!感谢给出答案的程序工程师,恕不列出他们名字
  3. 所属分类:C

    • 发布日期:2013-07-30
    • 文件大小:388096
    • 提供者:hy20081313
  1. The C Programming Language-Kernighan & Ritchie.pdf )

  2. C语言入门经典 K&R 第一本讲解C语言的书籍!
  3. 所属分类:C/C++

    • 发布日期:2013-08-25
    • 文件大小:978944
    • 提供者:luozhaowork
  1. gawk-3.1.6.1-1-setup

  2. AWK是一种优良的文本处理工具。它不仅是 Linux 中也是任何环境中现有的功能最强大的数据处理引擎之一。这种编程及数据操作语言(其名称得自于它的创始人 Alfred Aho 、Peter Weinberger 和 Brian Kernighan 姓氏的首个字母)的最大功能取决于一个人所拥有的知识。
  3. 所属分类:其它

    • 发布日期:2013-09-04
    • 文件大小:4194304
    • 提供者:power_yinli
  1. 程序设计实践.rar

  2. 中文名: 程序设计实践原名: The Practice of Programming 作者: Brian W.Kernighan & Rob Pike
  3. 所属分类:专业指导

    • 发布日期:2013-09-18
    • 文件大小:7340032
    • 提供者:skyinsea_07
  1. The C Programming Language

  2. 作者: (美)Brian W.Kernighan,Dennis M.Ritchie 英文原版
  3. 所属分类:C

    • 发布日期:2013-10-03
    • 文件大小:1048576
    • 提供者:remian
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 »