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

搜索资源列表

  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. 算法书(algorithm)

  2. S. Dasgupta, C.H. Papadimitriou, and U.V. Vazirani 的 algorithm Table of contents Preface Chapter 0: Prologue Chapter 1: Algorithms with numbers Chapter 2: Divide-and-conquer algorithms Chapter 3: Decompositions of graphs Chapter 4: Paths in graphs C
  3. 所属分类:C

    • 发布日期:2009-09-26
    • 文件大小:1048576
    • 提供者:chollen
  1. Minimum Manhattan Network is NP-Complete.pdf

  2. 传说中的复旦大学本科大三学生郭泽宇发表的关于解决了最小曼哈顿网络问题的论文,相关解读可以参见本人博客。论文以及demo亦可从此处下载:http://www.tcs.fudan.edu.cn/~sun/
  3. 所属分类:网络基础

    • 发布日期:2009-11-25
    • 文件大小:303104
    • 提供者:peacefulby
  1. Computers and Intractability: A Guide To The Theory of NP-Completeness

  2. 关于NP理论的经典书籍,几乎所有NP理论的论文都会引用的参考书。
  3. 所属分类:专业指导

    • 发布日期:2010-05-22
    • 文件大小:13631488
    • 提供者:tinbardoo
  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. new directions in multivariate public key cryptography

  2. Most public key cryptosystems used in practice are based on integer factorization or discrete logarithms (in finite fields or elliptic curves). However, if large enough quantum computers can be built, Shor’s algorithm will render them completely ins
  3. 所属分类:网络安全

    • 发布日期:2011-08-24
    • 文件大小:284672
    • 提供者:genuils10
  1. COMPUTERS AND INTRACTABILITY: A Guide to the Theory of NP-Completeness

  2. (为.djvu文件,可用WinDjView 打开) COMPUTERS AND INTRACTABILITY: A Guide to the Theory of NP-Completeness by Michael R. Garey & David S. Johnson Content 1 Computers, Complexity, and Intractability 1 1.1 Introduction 1 1.2 Problems, Algorithms, and Complexity
  3. 所属分类:专业指导

    • 发布日期:2011-09-14
    • 文件大小:2097152
    • 提供者:ranbz
  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. Stability of Time-Delay Systems (Gu KeQin)

  2. 时滞系统稳定性必备书That every problem in NP can be polynomially reduced to an NP-hard problem suggests a proof for NP-hardness. It follows that if a problem ℘1 is NP-hard and polynomially reducible to some problem ℘2, then ℘2 must also be NP-hard. In other w
  3. 所属分类:专业指导

    • 发布日期:2012-11-28
    • 文件大小:2097152
    • 提供者:zhaowen211
  1. 非连通无线传感器网络的最少传感器节点部署

  2. 传感器节点的部署包括连通网络和非连通网络2 种情况. 为了最小化网络部署开销,对非连通网络的传感器节点部署问题进行了研究,建立了整数线性规划模型,并证明该问题为NP-complete 问题. 为找到该问题的近似最优解,通过理论分析确定了传感器节点的候选部署区域,提出了一种启发式的传感器节点贪婪部署算法,迭代地将传感器节点部署到覆盖目标点数最多的候选部署区域,直到覆盖所有目标点. 通过仿真实验将所提出的贪婪部署算法和现有的遗传算法以及问题模型的最优解进行了比较,验证了算法的有效性.
  3. 所属分类:其它

    • 发布日期:2012-12-15
    • 文件大小:1048576
    • 提供者:zhengty1984
  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. 英文原版Algorithm

  2. 1. Algorithms with numbers 2. Divede-and-conquer algorithms 3. Decompositions of graphs 4. Pahths in graphs 5. Greedy algorithms 6. Dynamic programming 7. Linear programming and reductions 8. NP-complete problems 9. Coping with NP-completeness 10. Q
  3. 所属分类:专业指导

    • 发布日期:2013-05-17
    • 文件大小:1048576
    • 提供者:teachwj
  1. 多处理器编程的艺术(The Art of Multiprocessor Programming)

  2. 全英文,一共529页,国外的一朋友给的,08年的新书,在亚马逊英文站点有相关书评可供参考。现在计算机正在步入多核时代,这部书值得参考。 This book is intended to serve both as a textbook for a senior-level undergraduate course, and as a reference for practitioners. Readers should know enough discrete mathematics to u
  3. 所属分类:Java

    • 发布日期:2008-09-17
    • 文件大小:7340032
    • 提供者:myheart199
  1. Experimenting an Approximation Algorithm

  2. The problem of nding the longest common subsequence (lcs) of a given set of se- quences over an alphabet  occurs in many interesting contexts, such as data com- pression and molecular biology, in order to measure the \similarity degree" among biolo
  3. 所属分类:其它

    • 发布日期:2008-10-17
    • 文件大小:161792
    • 提供者:cloud1234
  1. Agile .NET 6.3.0.5

  2. Agile.net Code Protection - Powerful .NET Code Protection & Obfuscation Solution Agile.NET code protection solution offers better protection for your .NET code by providing a protection that goes beyond standard obfuscation methods. Our advanced cod
  3. 所属分类:C#

    • 发布日期:2014-07-05
    • 文件大小:13631488
    • 提供者:max9996778768
  1. Computers And Intractability A Guide To The Theory Of Np Completeness-PDF

  2. Computers And Intractability A Guide To The Theory Of Np Completeness. PDF版
  3. 所属分类:专业指导

    • 发布日期:2014-07-23
    • 文件大小:13631488
    • 提供者:bingweiliu
  1. 2014-博士论文-Subgraph search for dynamic graphs

  2. Subgraph search is the problem of searching a data graph for the occurrences of another graph, typically referred to as the query or pattern graph. This thesis is dedicated to studying a specific class of subgraph search, named subgraph isomorphism
  3. 所属分类:其它

    • 发布日期:2015-07-28
    • 文件大小:4194304
    • 提供者:ynroots
  1. 算法导论讲义——NP-Complete

  2. 这是算法导论中最难的一个章节,特地选择了英文版的课件,很不错的
  3. 所属分类:其它

    • 发布日期:2008-11-13
    • 文件大小:530432
    • 提供者:cater1986
  1. Computers and Intractability: A Guide to the Theory of NP-Completeness

  2. Few technical terms have gained such rapid notoriety as the appela- tion HNP-complete." In the short time since its introduction in the early 1970's, this term has come to symbolize the abyss of inherent intractability that algorithm designers incre
  3. 所属分类:机器学习

    • 发布日期:2018-04-10
    • 文件大小:13631488
    • 提供者:ppx86
  1. NP-Complete问题

  2. NP完全问题(NP-C问题),是世界七大数学难题之一。 NP的英文全称是Non-deterministic Polynomial的问题,即多项式复杂程度的非确定性问题。简单的写法是 NP=P?,问题就在这个问号上,到底是NP等于P,还是NP不等于P。
  3. 所属分类:其它

    • 发布日期:2018-06-12
    • 文件大小:476160
    • 提供者:xuan_shao
« 12 3 »