搜索资源列表

  1. 程序设计实践

    1下载:
  2. 本书是Brian W. Kernighan和Rob Pike合著的最新力作。本书从排错、测试、性能、可移植性、设计、界面、风格和记法等方面,讨论了程序设计中实际的、又是非常深刻和具有广泛意义的思想、技术和方法,它的翻译出版将填补国内目前这方面书籍的空白。本书值得每个梦想并努力使自己成为优秀程序员的人参考,值得每个计算机专业的学生和计算机工作者阅读,也可作为程序设计高级课程的教材或参考书。

    目  

  3. 所属分类:软件工程类

    • 发布日期:2009-01-16
    • 文件大小:8986110
    • 提供者:fluter
  1. mmas

    0下载:
  2. 蚂蚁算法实验室,可以仿真模拟一-laboratory ant algorithm can be simulated under what
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-18
    • 文件大小:356352
    • 提供者:文清
  1. 指针函数应用

    0下载:
  2. 经典的指针应用编程(作者是C语言的开发者Kernighan和Ritch)-classic indicators Application Programming (The writer is a C language developers Kernighan and Ritch)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:李薇
  1. 指向函数的指针的用法

    0下载:
  2. 经典的C语言编程(作者是C语言开发者Kernighan和Ritchie)-classic C Programming Language (The writer is a C-language development were Kernighan and Ritchie)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:李薇
  1. 动态分配

    0下载:
  2. 经典的C语言编程(作者是C语言开发者Kernighan和Ritchie)-classic C Programming Language (The writer is a C-language development were Kernighan and Ritchie)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:李薇
  1. count C keywords

    0下载:
  2. 经典的C语言编程--如何计算C语言的关键字(作者是C语言开发者Kernighan和Ritchie)-classic C programming language-- how the C language keyword (The writer is a C-language development were Kernighan and Ritchie)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:李薇
  1. word frequency count

    0下载:
  2. 经典的C语言编程--如何统计字出现的频率(作者是C语言开发者Kernighan和Ritchie)-classic C programming language-- how the statistics of the frequency of the word (The writer is a C-language development were Kernighan and Ritchie)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:李薇
  1. unix_V

    0下载:
  2. 著名的AT&T UNIX v6 源码,虽然已不能在现在的机器中直接运行(通过在Linux上安装pdp11 simulator可以运行),但从中首先可以学习到C程序设计的简约与严谨(原作者是图灵奖得主Brian W. Kernighan和Dennis M. Ritchie),其次还可以帮助深入理解操作系统概念,其设计思想仍然广泛存在于多数操作系统中。 本系统的首次发布于1976年,现仍然做为MIT高年级学生、研究生的操作系统学习的分析
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:158720
    • 提供者:马克
  1. OptimunCompilerUserGuide

    0下载:
  2. TI公司出版的嵌入式优化白皮书,学习嵌入式C程序优化的必备宝典,相关的源码在书中说明连接有下载-This user s guide discusses the characteristics of the C/C++ compiler. It assumes that you already know how to write C programs. The C Programming Language (second editio
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:1320960
    • 提供者:覃杨
  1. c811954a-3016-4cea-ac22-df19b639ff

    0下载:
  2. <UNIX编程环境>英文版 修订版 -The unix programming environment (not Kernighan) new edition
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:657408
    • 提供者:feqin
  1. Kernighan-Ritchie-Programming-Language-Ansi-C

    0下载:
  2. Full Manual Ansi C programming Clasical Manual
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:1048576
    • 提供者:job_silva
  1. C_book

    0下载:
  2. C book written by Kernighan and Ritchie-C book written by Kernighan and Ritchie
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:1053696
    • 提供者:susauparna
  1. CProgramming

    0下载:
  2. Dennis Ritchie and Kernighan C book
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:985088
    • 提供者:pawan
  1. C_standart_(ANSIISOIEC9899-1999).pdf.tar

    0下载:
  2. The C Programming Language (sometimes referred to as K&R, or the white bible, or K&R2 for the second edition) is a well-known programming book written by Brian Kernighan and Dennis Ritchie, the latter of whom originally
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:964608
    • 提供者:Lukasz
  1. LKHTSP

    2下载:
  2. 由Helsgaun改进的Lin-Kernighan局部启发搜索算法(LKH)求解大规模TSP问题,使用Java语言实现,具有强大的求解TSP性能。-Helsgaun improved the Lin-Kernighan local search algorithm (LKH) for solving large scale TSP problem, use the Java language, solving the TSP with
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:788480
    • 提供者:new
  1. 0521468213_IllustratingC

    0下载:
  2. Ijhe original C programming language was devised by Dennis Ritchie. The first book on C, by Kernighan and Ritchie, came out in 1978 and remained the most authoritative and best book on the subject until their second
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:7625728
    • 提供者:Huanvb
  1. Kernighan_Ritchie_TheCProgrammingLanguage

    0下载:
  2. The C programming language. Richie Kernighan.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-18
    • 文件大小:732160
    • 提供者:TB
  1. cpp1

    0下载:
  2. C,C++ Questions 1. Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived object,. calling of that virtual method will result in wh
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:8192
    • 提供者:bhavin
  1. cpp2

    0下载:
  2. C,C++ Questions 1. Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived object,. calling of that virtual method will result in wh
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:34816
    • 提供者:bhavin
  1. next-gemeratopm

    0下载:
  2. C,C++ Questions 1. Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived object,. calling of that virtual method will result in wh
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:20480
    • 提供者:bhavin
« 1 23 4 »

源码中国 www.ymcn.org