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

搜索资源列表

  1. 2-4

    0下载:
  2. 经典java书籍《thinking in java(第三版)》的源码,第2至第4章-classic books "thinking in java (third edition)," the source, two to Chapter 4
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:30635
    • 提供者:帅炜
  1. 5-7

    0下载:
  2. 经典java书籍《thinking in java(第三版)》的源码,第5至第7章-classic books "thinking in java (third edition)," the source, 5 to Chapter 7
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:26086
    • 提供者:帅炜
  1. 8-11

    0下载:
  2. 经典java书籍《thinking in java(第三版)》的源码,第8到第11章-classic books "thinking in java (third edition)," the source, article 8 of Chapter 11
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:88182
    • 提供者:帅炜
  1. 12-15

    0下载:
  2. 经典java书籍《thinking in java(第三版)》的源码,第12到第15章-classic books "thinking in java (third edition)," the source, 12 of Chapter 15
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:181056
    • 提供者:帅炜
  1. 徐士良C语言算法程序第三版

    3下载:
  2. 常用算法程序集(C语言描述)徐士良 第三版配套光盘 C:. ├─ch09 ├─ch08 ├─ch07 ├─ch06 ├─ch05 ├─ch04 ├─ch03 ├─ch02 ├─ch16 ├─ch15 ├─ch14 ├─ch13 ├─ch12 ├─ch11 ├─ch10 └─ch01-algorithm commonly used procedures set (C language) is th
  3. 所属分类:书籍源码

    • 发布日期:2024-03-04
    • 文件大小:186564
    • 提供者:肖武
  1. 0-1programming

    1下载:
  2. 0-1整数规划有很广泛的应用背景,比如指派问题,背包问题等等,实际上TSP问题也是一个0-1问题,当然这些问题都是NP问题,对于规模较大的问题用穷举法是没有办法在可接受的时间内求得最优解的,本程序只不过是一个练习,得意之处是用递归法把所有解都排列出来。另:胡运权所著的《运筹学基础及应用(第三版)》第97页的例3,我用本程序求解得到的结果是:最优解是x*=(1,0, 0, 0, 0),最优值是f(x*)=8,但书求得最优解是x*=(1,0, 1, 0, 0),最优值是f(x*)=4,是不是书中写错
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1368
    • 提供者:wan
  1. anwer

    0下载:
  2. 数据库系统概论(第三版)课后习题答案(萨师萱的)-Introduction to Database Systems (third edition) Exercise after-school answer (Sanaa division Xuan)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:663156
    • 提供者:丁玉忠
  1. 3583688

    0下载:
  2. 数据库 系统概论(第三版)课本的课件-An Introduction to Database Systems database (third edition) textbooks Courseware
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2516760
    • 提供者:sagulaza
  1. C-Programming-of-Commonly-Used-Algorithm(Third-Edi

    1下载:
  2. 本程序为徐士良《常用算法程序集(C语言描述)》(第三版)配套程序,内容详尽,对学习很有帮助!word文档里有程序的对应说明,可以找到自己想用的程序!
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:183997
    • 提供者:王力宝
  1. fog

    0下载:
  2. OpenGL红宝书(第三版)例子代码:雾化代码
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:2808
    • 提供者:kejuantian
  1. light

    0下载:
  2. OpenGL红宝书(第三版)例子代码:灯光设置代码
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:2243
    • 提供者:kejuantian
  1. linux程序设计(第三版)源码

    0下载:
  2. linux程序设计(第三版)源码
  3. 所属分类:Linux/Unix编程

    • 发布日期:2009-12-09
    • 文件大小:223646
    • 提供者:a8258216
  1. C_programming(source_code)

    0下载:
  2. C程序设计(谭浩强),第三版,全书源代码,最全的-C programming (TAN Hao-Qiang), the third edition of the book source code, the most complete
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:42484
    • 提供者:王菲
  1. bianyiyuanli

    0下载:
  2. 陈火旺《编译原理》课后习题答案,是第三版的答案-Chen Huo-wang, " Compiler Principle" Exercise after-school answer, the answer is the third edition of
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:370112
    • 提供者:feng xp
  1. 常用算法程序集(C语言描述) (第三版)

    1下载:
  2. 各种数学算法的C语言实现,非常经典,非常实用,附带源代码,基本拿来就能用的。(C language implementation of various mathematical algorithms, very classic, very practical, with the source code, basically can be used.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-28
    • 文件大小:7505920
    • 提供者:文猛
  1. 数字信号处理程佩青第三版课件

    0下载:
  2. 数字信号处理课件(程佩青版,第三版教程)(Digital signal processing courseware (Cheng Peiqing version, Third Edition tutorial))
  3. 所属分类:DSP编程

    • 发布日期:2018-05-01
    • 文件大小:8054784
    • 提供者:flyskar
  1. 数据结构(C++语言版)附习题解析

    0下载:
  2. thu 邓俊辉 数据结构,第三版的 配合学堂在线,效果无敌(this is the data struct of THU 3rd C++)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:20313088
    • 提供者:Olrickx
  1. 人工智能-一种现代的方法第三版+习题答案

    3下载:
  2. 文件为《人工智能一种现代的方法第三版》(英文版)+完整的课后习题答案(The document is "modern version of artificial intelligence third edition" (English version) + complete after-school exercise answers.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-04
    • 文件大小:34707456
    • 提供者:SunFlowers_chao
  1. [其他资源]智能控制(第3版)

    2下载:
  2. 此压缩文件为智能控制(第三版)刘金琨著书籍的全部例程(This compressed file is the complete routine of Liu Jinkun's book for intelligent control (Third Edition).)
  3. 所属分类:matlab例程

    • 发布日期:2020-06-29
    • 文件大小:203776
    • 提供者:添添胡
  1. 滑模第三版-下部仿真程序

    1下载:
  2. 滑模变结构控制MATLAB仿真基本理论与设计方法(第三版)下部仿真程序(Sliding mode MATLAB simulation)
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com