CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 第十版

搜索资源列表

  1. S10

    0下载:
  2. 《C++编程思想》(第二版)练习题答案 第十章答案-The answer for the charpter 10 of Thinking in C++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:7782
    • 提供者:曹静
  1. S11

    0下载:
  2. 《C++编程思想》(第二版)练习题答案 第十一章答案-The answer for the charpter 11 of Thinking in C++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:4696
    • 提供者:曹静
  1. S12

    0下载:
  2. 《C++编程思想》(第二版)练习题答案 第十二章答案-The answer for the charpter 2 of Thinking in C++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7006
    • 提供者:曹静
  1. S14

    0下载:
  2. 《C++编程思想》(第二版)练习题答案 第十四章答案-The answer for the charpter 2 of Thinking in C++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:5474
    • 提供者:曹静
  1. S15

    0下载:
  2. 《C++编程思想》(第二版)练习题答案 第十五章答案-The answer for the charpter 15 of Thinking in C++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:5359
    • 提供者:曹静
  1. S16

    0下载:
  2. 《C++编程思想》(第二版)练习题答案 第十六章答案-The answer for the charpter 16 of Thinking in C++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:7331
    • 提供者:曹静
  1. CPP-GUI-Programming-with-Qt-4

    0下载:
  2. C++ GUI Programming with Qt 4 中文版(第一章至第十章)目录版-C++ GUI Programming with Qt 4
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2081467
    • 提供者:yxl
  1. ch12

    0下载:
  2. 谭浩强版c语言书上第十二章例题代码--异常处理-TanHaoJiang edition c language book chapter 12 sample code-exception handling
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:3198
    • 提供者:李洋
  1. CH10

    0下载:
  2. 数值计算方法,fortran语言版,第十章极值问题-Numerical methods, the FORTRAN version of Chapter 10 extremal problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:9206
    • 提供者:樊奕
  1. CH11

    0下载:
  2. 数值计算方法,fortran语言版,第十一章数学变换和滤波-Numerical methods, the FORTRAN version of the eleventh chapter of mathematical transformation and filtering
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4961
    • 提供者:樊奕
  1. CH12

    0下载:
  2. 数值计算方法,fortran语言版,第十二章特殊函数-Numerical methods, the FORTRAN version, the twelfth chapter of special functions
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:10040
    • 提供者:樊奕
  1. CH14

    0下载:
  2. 数值计算方法,fortran语言版,第十四章多项式和一般函数计算-Numerical methods, the FORTRAN version of Chapter 14 Polynomials and general function calculation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:3306
    • 提供者:樊奕
  1. CH15

    0下载:
  2. 数值计算方法,fortran语言版,第十五章复数运算-Numerical methods, the FORTRAN version, the fifteenth chapter of the complex computing
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6248
    • 提供者:樊奕
  1. CH16

    0下载:
  2. 数值计算方法,fortran语言版,第十六章fortran库使用-Numerical methods, the FORTRAN version of the sixteenth chapter of the fortran library use
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:3738
    • 提供者:樊奕
  1. APUE.CHS

    0下载:
  2. 本书是被誉为UNIX编程“圣经”的Advanced Programming in the UNIX Environment一书的更新版。在本书第1版出版后的十几年中,UNIX行业已经有了巨大的变化,特别是影响UNIX编程接口的有关标准变化很大-This book is UNIX Programming is known as the "bible" Advanced Programming in the UNIX Environment updated edition of the book.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-11
    • 文件大小:18192428
    • 提供者:杨利娟
  1. cpp-zhengli

    0下载:
  2. 《C++语言程序设计案例教程 郑莉著》源代码 本书基于C++语言的基本语法设计了数百个经典语法案例,以综合性和实用性为基准设计了十几个大型综合案例。通过这些精心设计的案例深入浅出地介绍了C++语言程序设计的特点,循序渐进地介绍了面向对象程序设计思想和方法。全书共分为13章,内容包括:C++程序设计和面向对象程序设计的概念,基础知识和函数,类与对象,数据的存储和访问属性,数组、指针与字符串,继承与派生,多态性,群体类和群体数据的组织,泛型程序设计与STL,流类库与输入输出,异常处理和Wind
  3. 所属分类:STL

    • 发布日期:2017-03-30
    • 文件大小:172105
    • 提供者:jd
  1. QTextStream

    0下载:
  2. 该文件夹下的例子配合QT GUI C++编程第二版第十二章内容,练习了文件的输入输出相关的内容-Examples in the folder with the second edition of chapter 12 of the QT interval the GUI C programming, and practice the contents of the file input and output
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-06
    • 文件大小:61770
    • 提供者:
  1. anwers

    0下载:
  2. 数字型号处理伯克利版上机习题答案(第六章和第十章)-The digital models on the Berkeley version of problem sets (Chapters VI and Chapter X)
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1102
    • 提供者:李憬宇
  1. UNIXEnvironment

    0下载:
  2. 本书是被誉为UNIX编程“圣经”的Advanced Programming in the UNIX Environment一书的更新版。在本书第1版出版后的十几年中,UNIX行业已经有了巨大的变化,特别是影响UNIX编程接口的有关标准变化很大。本书在保持了前一版的风格的基础上,根据最新的标准对内容进行了修订和增补,反映了最新的技术发展。书中除了介绍UNIX文件和目录、标准I/O库、系统数据文件和信息、进程环境、进程控制、进程关系、信号、线程、线程控制、守护进程、各种I/O、进程间通信、网络IPC
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-01
    • 文件大小:14307497
    • 提供者:豪豪
  1. splitmerge

    0下载:
  2. 包含两个代码,m文件,基于区域的分裂合并图像分割方法,predicate规定了分裂合并准则,splitmerge用于分裂合并,数字图像处理,冈萨雷斯,Matlab版第十章第四节,区域分离与合并-Contains two code, m files, split and merge region-based image segmentation methods, predicate to the provisions of division merger guidelines, the split
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:2176
    • 提供者:陶胡子
« 1 2 34 5 »
搜珍网 www.dssz.com