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

搜索资源列表

  1. C语言编程宝典(学习C的朋友来下载吧)

  2. 对刚学习C的朋友有很好的帮助哦 看下例子 函数名: cabs 功 能: 计算复数的绝对值 用 法: double cabs(struct complex z); 程序例: #include #include int main(void) { struct complex z; double val; z.x = 2.0; z.y = 1.0; val = cabs(z); printf ("The absolute value of %.2lfi %.2lfj is %.2lf", z.x
  3. 所属分类:C

    • 发布日期:2009-05-03
    • 文件大小:163840
    • 提供者:zhangziwen
  1. absolute c++ ch1

  2. absolute c++ ch1 Basic
  3. 所属分类:C++

    • 发布日期:2009-05-11
    • 文件大小:924672
    • 提供者:zero540
  1. C++reference

  2. C++ 库函数查询 CHM 格式 #, ## manipulate strings #define define variables #error display an error message #if, #ifdef, #ifndef, #else, #elif, #endif conditional operators #include insert the contents of another file #line set line and file information #pra
  3. 所属分类:C++

    • 发布日期:2009-05-16
    • 文件大小:480256
    • 提供者:zqiang320
  1. Absolute.C.plus.plus.pdf (全彩 英文版)

  2. 全书850多页,全部使用彩页,全面而详尽地讲述C++语言
  3. 所属分类:C

    • 发布日期:2009-06-09
    • 文件大小:8388608
    • 提供者:kafeizhu227
  1. Absolute.C.plus.plus.pdf英文版

  2. Absolute.C.plus.plus.pdf英文版
  3. 所属分类:C

    • 发布日期:2009-07-03
    • 文件大小:8388608
    • 提供者:jsjrj01
  1. C语言教室(函数大全速查) CHM

  2. C语言函数大全 函数速查 格式如下:例子: 函数名: abs 功 能: 求整数的绝对值 用 法: int abs(int i); 程序例: #include #include int main(void) { int number = -1234; printf("number: %d absolute value: %d\n", number, abs(number)); return 0; } 函数名: absread, abswirte 功 能: 绝对磁盘扇区读、写数据 用 法: i
  3. 所属分类:C

  1. 完美的c++教程(absolute c++)

  2. 一本学习c++学习很好的资料 pdf图书
  3. 所属分类:C++

    • 发布日期:2009-07-17
    • 文件大小:8388608
    • 提供者:bluesuite
  1. Microsoft C# Programming For The Absolute Beginner

  2. Table of Contents Microsoft C# Programming for the Absolute Beginner.................................................................1 Introduction......................................................................................................
  3. 所属分类:C#

    • 发布日期:2009-07-27
    • 文件大小:14680064
    • 提供者:kenan007
  1. Absolute.C.plus.plus_2e

  2. 非常流行于世界各地c++初学者的一本书,很值得一看
  3. 所属分类:C++

    • 发布日期:2009-08-02
    • 文件大小:4194304
    • 提供者:jenniewangl
  1. C语言函数大全(语法着色版)

  2. 函数名: abort 功 能: 异常终止一个进程 用 法: void abort(void); 程序例: #include #include int main(void) { printf("Calling abort()\n"); abort(); return 0; /* This is never reached */ } 函数名: abs 功 能: 求整数的绝对值 用 法: int abs(int i); 程序例: #include #include int main(void
  3. 所属分类:C

    • 发布日期:2009-08-27
    • 文件大小:176128
    • 提供者:zhangheng0624
  1. Absolute C plus plus

  2. complete C++ textbook. very useful for beginners.
  3. 所属分类:C++

    • 发布日期:2009-09-21
    • 文件大小:8388608
    • 提供者:nathanzhou1981
  1. C函数速查.chm

  2. 函数名: abs 功 能: 求整数的绝对值 用 法: int abs(int i); 程序例: #include #include int main(void) { int number = -1234; printf("number: %d absolute value: %d\n", number, abs(number)); return 0; }
  3. 所属分类:C

    • 发布日期:2007-10-28
    • 文件大小:98304
    • 提供者:free_down_bar
  1. C语言库函数使用大全CHM版

  2. 介绍C语言库函数,例如; 函数名: abs 功 能: 求整数的绝对值 用 法: int abs(int i); 程序例: #include #include int main(void) { int number = -1234; printf("number: %d absolute value: %d\n", number, abs(number)); return 0; }
  3. 所属分类:C

    • 发布日期:2009-10-05
    • 文件大小:860160
    • 提供者:zjuzsj
  1. Addison Wesley - Absolute C++

  2. Addison Wesley - Absolute C++
  3. 所属分类:C++

    • 发布日期:2009-10-06
    • 文件大小:8388608
    • 提供者:uwAntony
  1. Absolute C++ 全彩页代码剖析 PDF文字版

  2. 本书是讲解C++语言程序设计的优秀教程。全书围绕C++语言的结构来组织,开始章节结构编程的普通概念,接下来详细介绍C++中的继承、多态、异常处理以及标准模板库(STL),同时还包含模式UML的介绍。本书内容系统、全面,给出了大量代码示例、自测练习、编程提示和编程练习,并且提供了练习的解答。本书有利于初学者尽快掌握C++的编程知识,养成良好的编程习惯;具备相当编程经验的人,也可以从本书了解到使用C++的更有效的方法。 本书适全高等院校师生、程序设计专业人员和程序设计爱好者参考。
  3. 所属分类:C++

    • 发布日期:2009-10-09
    • 文件大小:8388608
    • 提供者:wxrtong104
  1. absolute C++absolute C++

  2. absolute C++absolute C++absolute C++absolute C++absolute C++
  3. 所属分类:C++

    • 发布日期:2010-08-08
    • 文件大小:8388608
    • 提供者:liming10cm
  1. C++ Absolute

  2. 英文版absolute C++,适合初学者,例子很多,概念也易懂
  3. 所属分类:C++

    • 发布日期:2010-08-25
    • 文件大小:8388608
    • 提供者:stanfordcsjeek
  1. Objective-C for Absolute Beginners(Apress,3ed,2016).pdf

  2. You have a great idea for an app, but how do you bring it to fruition? Objective-C is the universal language of iPhone, iPad, and Mac apps, and this book starts you on the path to mastering this language and its latest release, and also addresses ho
  3. 所属分类:iOS

    • 发布日期:2016-12-07
    • 文件大小:20971520
    • 提供者:vanridin
  1. Objective-C for Absolute Beginners 无水印pdf

  2. Objective-C for Absolute Beginners 英文无水印pdf pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
  3. 所属分类:其它

    • 发布日期:2017-09-25
    • 文件大小:20971520
    • 提供者:u011433684
  1. Absolute.C++,Absolute.C++.

  2. Absolute.C++.Absolute.C++.
  3. 所属分类:C++

    • 发布日期:2009-02-18
    • 文件大小:8388608
    • 提供者:kittyjie
« 12 3 4 5 6 7 8 9 10 ... 22 »