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

搜索资源列表

  1. Skiena-The_Algorithm_Design_Manual.pdf

  2. 英文第二版 目录 . . . . . . . . . . . . . . . . . . . . . . . 50 2.8 War Story: Mystery of the Pyramids . . . . . . . . . . . . . . . . 51 2.9 Advanced Analysis (*) . . . . . . . . . . . . . . . . . . . . . . . . 54 2.10 Exercises . . . . . . . . . . . . .
  3. 所属分类:Java

    • 发布日期:2009-04-29
    • 文件大小:3145728
    • 提供者:arctgx
  1. Advanced Linear Algebra

  2. Contents Preface to the Third Edition, vii Preface to the Second Edition, ix Preface to the First Edition, xi Preliminaries, 1 Part 1: Preliminaries, 1 Part 2: Algebraic Structures, 17 Part I---Basic Linear Algebra, 33 1 Vector Spaces, 35 Vector Spa
  3. 所属分类:Web开发

    • 发布日期:2009-05-26
    • 文件大小:3145728
    • 提供者:osoon
  1. Functional Analysis(泛函权威写的泛函书,英文原版)

  2. Preface v Chapter 0. Introduction 1 x0.1. Linear partial di erential equations 1 Chapter 1. A rst look at Banach and Hilbert spaces 5 x1.1. Warm up: Metric and topological spaces 5 x1.2. The Banach space of continuous functions 14 x1.3. The geometry
  3. 所属分类:硬件开发

    • 发布日期:2009-07-31
    • 文件大小:931840
    • 提供者:shelihuang12345
  1. introduction to topology

  2. 作者 Bert Mendelson 226 页, 目录: 1. theory of sets 2. metric spaces 3. topological spaces 4. connectedness 5. compactness
  3. 所属分类:Java

    • 发布日期:2010-01-07
    • 文件大小:1048576
    • 提供者:qetqwwueoto
  1. 5.Topological simultaneous localization and mapping (SLAM) toward exact localization without explicit localization

  2. 5.Topological simultaneous localization and mapping (SLAM) toward exact localization without explicit localization
  3. 所属分类:Java

    • 发布日期:2010-04-07
    • 文件大小:222208
    • 提供者:jpthank
  1. Mastering Algorithms with C.chm

  2. Part I: Preliminaries Chapter 1. Introduction Section 1.1. An Introduction to Data Structures Section 1.2. An Introduction to Algorithms Section 1.3. A Bit About Software Engineering Section 1.4. How to Use This Book Chapter 2. Pointer Manipulation
  3. 所属分类:C

    • 发布日期:2010-05-26
    • 文件大小:1048576
    • 提供者:yongjun_charlie
  1. The Algorithm Design Manual

  2. Introduction to Algorithm Design 3 1.1 Robot Tour Optimization . . . . . . . . . . . . . . . . . . . . . . 5 1.2 Selecting the Right Jobs . . . . . . . . . . . . . . . . . . . . . . . 9 1.3 Reasoning about Correctness . . . . . . . . . . . . . . . .
  3. 所属分类:其它

    • 发布日期:2010-11-04
    • 文件大小:3145728
    • 提供者:atdong
  1. 算法导论英文版

  2. 算法导论,英文 【本书目录】 I Foundations Introduction 3 l The Role of Algorithms in Computing 5 l.l Algorithms 5 l.2 Algorithms as a technology 10 2 Getting Started I5 2.l Insertion sort 15 2.2 Analyzing algorithms 21 2.3 Designing algorithms 27 3 Growth of Fun
  3. 所属分类:数据库

    • 发布日期:2012-08-01
    • 文件大小:17825792
    • 提供者:caidadong
  1. 图论总结by amber

  2. amber大牛的图论总结 1. 图论 Graph Theory 1.1. 定义与术语 Definition and Glossary 1.1.1. 图与网络 Graph and Network 1.1.2. 图的术语 Glossary of Graph 1.1.3. 路径与回路 Path and Cycle 1.1.4. 连通性 Connectivity 1.1.5. 图论中特殊的集合 Sets in graph 1.1.6. 匹配 Matching 1.1.7. 树 Tree 1.1.8.
  3. 所属分类:其它

    • 发布日期:2012-10-25
    • 文件大小:762880
    • 提供者:gddswlz
  1. TheAlgorithmDesignManual.pdf

  2. The Algorithm Design Manual-Steven S. Skiena 第二版,英文版,目录如下: I Practical Algorithm Design 1 1 Introduction to Algorithm Design 3 1.1 Robot Tour Optimization . . . . . . . . . . . . . . . . . . . . . . 5 1.2 Selecting the Right Jobs . . . . . . . . . .
  3. 所属分类:其它

    • 发布日期:2013-01-08
    • 文件大小:3145728
    • 提供者:jillliang
  1. 图论总结 by Amber.doc

  2. Amber 大牛关于图论的总结 ,1.1M 大小.... 1. 图论 Graph Theory 1.1. 定义与术语 Definition and Glossary 1.1.1. 图与网络 Graph and Network 1.1.2. 图的术语 Glossary of Graph 1.1.3. 路径与回路 Path and Cycle 1.1.4. 连通性 Connectivity 1.1.5. 图论中特殊的集合 Sets in graph 1.1.6. 匹配 Matching 1.1.7
  3. 所属分类:其它

    • 发布日期:2008-10-11
    • 文件大小:1047552
    • 提供者:schindlerlee
  1. 贝叶斯网络的K2结构学习

  2. 贝叶斯网络的K2结构学习 clear N = 4; dag = zeros(N,N); %C = 1; S = 2; R = 3; W = 4; % topological order C = 4; S = 2; R = 3; W = 1; % arbitrary order dag(C,[R S]) = 1; dag(R,W) = 1; dag(S,W)=1; false = 1; true = 2; ns = 2*ones(1,N); % binary nodes bnet = mk_bn
  3. 所属分类:网管软件

    • 发布日期:2015-01-06
    • 文件大小:2048
    • 提供者:xuelei163
  1. introduction to topology pdf 高清 书签

  2. 作者 Bert Mendelson 226 页, 目录: 1. theory of sets 2. metric spaces 3. topological spaces 4. connectedness 5. compactness
  3. 所属分类:讲义

    • 发布日期:2015-07-16
    • 文件大小:1048576
    • 提供者:baidu_26454813
  1. Mastering.QGIS.17843986

  2. Go beyond the basics and unleash the full power of QGIS with practical, step-by-step examples About This Book Learn how to meet all your GIS needs with the leading open source GIS Master QGIS by learning about database integration, geoprocessing too
  3. 所属分类:Python

    • 发布日期:2015-07-21
    • 文件大小:14680064
    • 提供者:ramissue
  1. Algorithmic Foundations of Robotics XI(Springer,2015)

  2. This carefully edited volume is the outcome of the eleventh edition of the Workshop on Algorithmic Foundations of Robotics (WAFR), which is the premier venue showcasing cutting edge research in algorithmic robotics. The eleventh WAFR, which was held
  3. 所属分类:其它

    • 发布日期:2015-10-02
    • 文件大小:23068672
    • 提供者:vanridin
  1. ACM拓扑排序(可输出环)

  2. 假设给我们一个任意的图,它可能是也可能不是DAG(有向无圈图),推广拓扑排序算法,以使得给定有向图G的输入,它的输出是以下两者之一: (a) 一个拓扑排序,于是确定了G为DAG; 或者 (b) G中的一个圈,于是确定了G不是DAG. 注意到输出的解可能不是唯一的,输出任意一个答案即可。 输入 第一行两个数n,m,代表节点数和边数 m行,每行两个数代表一条有向边 测试数据范围:(1<=n<=50,0<=m<2500) 输出 YES 一个拓扑序,数字之间用逗号分隔。 或者
  3. 所属分类:专业指导

    • 发布日期:2016-11-25
    • 文件大小:4096
    • 提供者:jemiesama
  1. TopMod 2.5

  2. Topological Mesh Modeling 一个研究拓扑模型的小工具,可以用来快速生成正六边形和正五边形拼接成的球体模型。
  3. 所属分类:算法与数据结构

    • 发布日期:2019-04-28
    • 文件大小:7340032
    • 提供者:c8u90
  1. ACM拓扑排序

  2. 假设给我们一个任意的图,它可能是也可能不是DAG(有向无圈图),推广拓扑排序算法,以使得给定有向图G的输入,它的输出是以下两者之一: (a) 一个拓扑排序,于是确定了G为DAG; 或者 (b) G中的一个圈,于是确定了G不是DAG. 注意到输出的解可能不是唯一的,输出任意一个答案即可。 输入 第一行两个数n,m,代表节点数和边数 m行,每行两个数代表一条有向边 测试数据范围:(1<=n<=50,0<=m<2500) 输出 YES 一个拓扑序,数字之间用逗号分隔。 或者
  3. 所属分类:专业指导

    • 发布日期:2016-11-25
    • 文件大小:4096
    • 提供者:jemiesama
  1. Soliton mode-locked fiber laser based on topological insulator Bi

  2. We reported diverse soliton operations in a thulium/holmium-doped fiber laser by taking advantage of a tapered fiber-based topological insulator (TI) Bi2Te3 saturable absorber (SA). The SA had a nonsaturable loss of ~53.5% and a modulation depth of 9
  3. 所属分类:其它

    • 发布日期:2021-02-23
    • 文件大小:563200
    • 提供者:weixin_38655561
  1. daily-coding-topological-sorting-lisp-源码

  2. 拓扑结构 测试 sbcl --non-interactive --eval "(ql:quickload :topological/tests)" --eval "(asdf:test-system :topological)" (defparameter *graph-2* '((5 . (11)) (7 . (11 8)) (3 . (8 10)) (11 . (2 9 10)) (8 . (9)))) (top-sort-kahn *graph-2
  3. 所属分类:其它

    • 发布日期:2021-03-31
    • 文件大小:3072
    • 提供者:weixin_42098830
« 12 »