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

搜索资源列表

  1. C answer

  2. the C programming language 第二版的答案很不错
  3. 所属分类:C

    • 发布日期:2007-08-10
    • 文件大小:2mb
    • 提供者:maricle16
  1. c++ standard library practical tips

  2. For the last 10 or so years, I’ve been programming in C++. I really enjoy the language for its power, brevity, and accommodation of three major programming styles—structured programming, object-oriented programming, and generic programming. In addit
  3. 所属分类:C++

    • 发布日期:2009-06-23
    • 文件大小:5mb
    • 提供者:blue_thinhorse
  1. 摩托罗拉C++面试题

  2. 1.介绍一下STL,详细说明STL如何实现vector。 Answer: STL (标准模版库,Standard Template Library.它由容器算法迭代器组成。 STL有以下的一些优点: 可以方便容易地实现搜索数据或对数据排序等一系列的算法; 调试程序时更加安全和方便; 即使是人们用STL在UNIX平台下写的代码你也可以很容易地理解(因为STL是跨平台的)。 vector实质上就是一个动态数组,会根据数据的增加,动态的增加数组空间。 2.如果用VC开发程序,常见这么几个错误,C20
  3. 所属分类:其它

    • 发布日期:2009-08-19
    • 文件大小:40kb
    • 提供者:aa074
  1. EPIC interiview quesiton answer (原创)

  2. EPIC American software company code test question answer in C++. All the code I did could run successfully.
  3. 所属分类:C++

    • 发布日期:2009-09-01
    • 文件大小:17kb
    • 提供者:vineetmoinca
  1. The C Programming Language and Answer book

  2. C Bible: The.C.Programming.Language.2nd.Edition.pdf TheCAnswerBook.chm
  3. 所属分类:C

  1. The C Answer Book

  2. 本答案为经典的c圣经《c程序设计语言》英文的配套答案,所列页码均为英文版的。
  3. 所属分类:C

    • 发布日期:2007-11-05
    • 文件大小:379kb
    • 提供者:N8923
  1. C++ 小型复数计算器

  2. #include #include #include #include #include #include #define EPS 1e-5 //定义精度常数 using namespace std; //使用标准空间命名std namespace NameCComplex //定义命名空间NameCComplex { class CComplex ////定义一个CComplex类 { private: double Real,Image; public: CComplex(double r
  3. 所属分类:iOS

    • 发布日期:2009-12-02
    • 文件大小:11kb
    • 提供者:Librawei
  1. Accelerated C++ Answer(0-4).

  2. Accelerated C++ Answer(0-4).该书没有公开的答案书。这里给出该书前四章的参考答案,程序设计本无标准答案,仅供参考,
  3. 所属分类:C++

    • 发布日期:2009-12-22
    • 文件大小:43kb
    • 提供者:liuliu1111
  1. Linux C库函数 txt格式

  2. Linux C库函数 txt格式 还要chm htm格式,请搜索 例子: abs(计算整型数的绝对值) 相关函数 labs, fabs 表头文件 #include 定义函数 int abs (int j) 函数说明 abs()用来计算参数j的绝对值,然后将结果返回。 返回值 返回参数j的绝对值结果。 范例 #ingclude main(){ int ansert; answer = abs(-12); printf("|-12| = %d\n", answer); } 执行 |-12| =
  3. 所属分类:C

    • 发布日期:2009-12-26
    • 文件大小:58kb
    • 提供者:basncy
  1. Linux C库函数 chm格式

  2. Linux C库函数 chm格式 还要txt htm格式,请搜索 例子: abs(计算整型数的绝对值) 相关函数 labs, fabs 表头文件 #include 定义函数 int abs (int j) 函数说明 abs()用来计算参数j的绝对值,然后将结果返回。 返回值 返回参数j的绝对值结果。 范例 #ingclude main(){ int ansert; answer = abs(-12); printf("|-12| = %d\n", answer); } 执行 |-12| =
  3. 所属分类:C

    • 发布日期:2009-12-26
    • 文件大小:253kb
    • 提供者:basncy
  1. Accelerated+C+++Answer(0-2)答案

  2. 本书作者有丰富的c++开发、研究和教学经验,内容由浅入深,讲解精炼巧妙。无论是刚入门的新手还是有经验的开发人员都能从本书中受益,课后答案是学习此书的必备
  3. 所属分类:C++

    • 发布日期:2010-01-11
    • 文件大小:27kb
    • 提供者:wyjshz
  1. C语言的常见问题 好书

  2. An FAQ list is a collection of questions commonly asked on Usenet, together with presumably definitive answers, provided in an attempt to keep repeated questions on the newsgroup down to a low background drone so that discussion can move on to more
  3. 所属分类:C

    • 发布日期:2010-01-18
    • 文件大小:1mb
    • 提供者:wileysea
  1. answer---Data Structures and Algorithm Analysis in C++

  2. Data Structures and Algorithm Analysis in C++的答案
  3. 所属分类:C++

    • 发布日期:2010-02-19
    • 文件大小:3mb
    • 提供者:ark_xu
  1. 对句子进行调整的简单C++程序

  2. 它读入一个最长100个字符的句子,对这个句子进行调整,输出间距正确,且首字母正确大写的结果。例如,输入的是 the Answer to life ,the Universe,and everything Is 42.输出的是 The answer to life,the universe,and everything is 42. 这只是一个简单版本的。水平有限。
  3. 所属分类:C++

    • 发布日期:2010-05-13
    • 文件大小:21kb
    • 提供者:amaojiangzhulu
  1. C程序设计语言[The C Programming Language][正文+答案](均含中英文版,内容可复制)

  2. C程序设计语言(第2版·新版) 中文PDF,完整书签,去水印,内容可复制; C程序设计语言(第2版·新版)习题解答 复印版,不可复制; The C Programming Language 英文PDF可复制,完整书签; The C Programming Language - Answer Book chm,内容可复制。
  3. 所属分类:C

    • 发布日期:2010-05-22
    • 文件大小:4mb
    • 提供者:czl756
  1. The C Programming Language 课后答案

  2. The C Programming Language", 2nd edition, Kernighan and Ritchie 的习题详解,英文chm格式。
  3. 所属分类:C

    • 发布日期:2010-05-26
    • 文件大小:379kb
    • 提供者:yangshanzi
  1. Answer免费开源B2C网店系统_ Visual Studio2005 C#

  2. Answer免费开源B2C网店系统_ Visual Studio2005 C#
  3. 所属分类:C

    • 发布日期:2010-06-04
    • 文件大小:2mb
    • 提供者:j1582830
  1. 《the c programming language answer》

  2. 还在因为学《the c programming language》,而烦恼吗?还在为课后习题不懂而烦恼吗?那么就来下载这本书吧,会让你有想不到的收获!
  3. 所属分类:C

  1. Beginning C#2008 From Novice to Professional

  2. This book is about explaining the C# programming language in the context of solving problems. C# has become a sophisticated programming language that can achieve many goals, but you are left wondering what techniques to use when. This book is here t
  3. 所属分类:C#

    • 发布日期:2010-08-12
    • 文件大小:8mb
    • 提供者:betterman21
  1. answer------C\C++

  2. C\C++课程资源 4 7 8 10 ksdjhfkhfweoiuyhrfnba,.djojhfwdu
  3. 所属分类:C/C++

    • 发布日期:2011-04-26
    • 文件大小:1mb
    • 提供者:smy0816
« 12 3 4 5 6 7 8 9 10 ... 16 »