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

搜索资源列表

  1. 贪心,图论,动态规划,等算法学习

  2. Language:C++ Result:Accepted 1#include"stdio.h" 2int a[101][101]; 3int i,j,k=0; 4int min; 5int max[101]; 6int T; 7int n,m,temp,to; 8int flag; 9void main() 10{ 11while(scanf("%d",&n)&&n!=0) //读入一个set的人数 1 2{ 13 for(i=1;i<=n;i++) 14 for(j=1;j<=n
  3. 所属分类:其它

    • 发布日期:2009-08-17
    • 文件大小:10485760
    • 提供者:zhangweibo2008
  1. Data.Structures.and.Algorithm.Analysis.in.C

  2. 非常经典的数据结构和算法分析的英文书 PREFACE CHAPTER 1: INTRODUCTION CHAPTER 2: ALGORITHM ANALYSIS CHAPTER 3: LISTS, STACKS, AND QUEUES CHAPTER 4: TREES CHAPTER 5: HASHING CHAPTER 6: PRIORITY QUEUES (HEAPS) CHAPTER 7: SORTING CHAPTER 8: THE DISJOINT SET ADT CHAPTER 9
  3. 所属分类:其它

    • 发布日期:2009-10-06
    • 文件大小:2097152
    • 提供者:yorua007
  1. Data.Structures.and.Algorithm.Analysis

  2. This book describes data structures, methods of organizing large amounts of data, and algorithm analysis, the estimation of the running time of algorithms. As computers become faster and faster, the need for programs that can handle large amounts of
  3. 所属分类:C

    • 发布日期:2009-10-19
    • 文件大小:2097152
    • 提供者:lgm97
  1. 微软内部资料-SQL性能优化3

  2. Contents Overview 1 Lesson 1: Concepts – Locks and Lock Manager 3 Lesson 2: Concepts – Batch and Transaction 31 Lesson 3: Concepts – Locks and Applications 51 Lesson 4: Information Collection and Analysis 63 Lesson 5: Concepts – Formulating and Impl
  3. 所属分类:其它

    • 发布日期:2009-11-27
    • 文件大小:1048576
    • 提供者:songsu
  1. 【麻省理工大学】算法导论

  2. 英文原版 chm 格式 Table of Contents Introduction to Algorithms, Second Edition Preface Part I - Foundations Chapter 1 - The Role of Algorithms in Computing Chapter 2 - Getting Started Chapter 3 - Growth of Functions Chapter 4 - Recurrences Chapter 5 - Pro
  3. 所属分类:其它

    • 发布日期:2010-01-10
    • 文件大小:17825792
    • 提供者:ygjack
  1. Union-Find: A Data Structure for Disjoint Set Operations

  2. Union-Find: A Data Structure for Disjoint Set Operations
  3. 所属分类:其它

    • 发布日期:2010-06-20
    • 文件大小:622592
    • 提供者:budTang
  1. Blind separation of disjoint orthogonal signals--demixing N sources from 2 mixtures

  2. 通过两路混合信号分离N路源信号,是盲源分离的一个重要的研究分支。
  3. 所属分类:专业指导

    • 发布日期:2010-07-17
    • 文件大小:703488
    • 提供者:hw12xian1314
  1. 麻省理工:Introduction.to.Algorithms

  2. 麻省理工算法导论(英文版) Part I: Foundations(9--109/100) Chapter 1: The Role of Algorithms in Computing Chapter 2: Getting Started Chapter 3: Growth of Functions Chapter 4: Recurrences Chapter 5: Probabilistic Analysis and Randomized Algorithms Part II: Sortin
  3. 所属分类:其它

    • 发布日期:2011-03-02
    • 文件大小:12582912
    • 提供者:wonderful_w
  1. 算法导论(第2版)参考答案

  2. 目录(Table of Contents)   前言(Preface)   第一部分(Part I) 基础(Foundations)   第一章 计算中算法的角色(The Role of Algorithms in Computing)   第二章 开始(Getting Started)   第三章 函数的增长率(Growth of Functions)   第四章 递归(Recurrences)   第五章 概率分析与随机化算法(Probabilistic Analysis and Rand
  3. 所属分类:其它

    • 发布日期:2011-03-08
    • 文件大小:2097152
    • 提供者:youmu543
  1. [麻省理工学院-算法导论](英文版).chm

  2. 注:下载后,评价时给5星,还你11分 Table of Contents Introduction to Algorithms, Second Edition Preface Part I - Foundations Chapter 1 - The Role of Algorithms in Computing Chapter 2 - Getting Started Chapter 3 - Growth of Functions Chapter 4 - Recurrences Chapter
  3. 所属分类:其它

    • 发布日期:2011-04-03
    • 文件大小:17825792
    • 提供者:li0524158198
  1. protege4.1本体建模

  2. 介绍protege4.1的用法以及举例介绍怎么使用protege4.1进行本体建模
  3. 所属分类:其它

    • 发布日期:2011-12-09
    • 文件大小:247808
    • 提供者:wbhyifande
  1. ACM disjoint set

  2. ACM disjoint set
  3. 所属分类:C/C++

  1. Linked-List Implementation of Disjoint Set

  2. Linked-List Implementation of Disjoint Set
  3. 所属分类:专业指导

    • 发布日期:2009-03-16
    • 文件大小:914
    • 提供者:bigbear802
  1. 前端开源库-ml-disjoint-set

  2. 前端开源库-ml-disjoint-setML不相交集,高效的不相交集数据结构实现
  3. 所属分类:其它

    • 发布日期:2019-08-29
    • 文件大小:1048576
    • 提供者:weixin_38743481
  1. Disjoint-Sets-using-Union-Find:使用联合查找和树进行路径压缩的不相交集-源码

  2. Disjoint-Sets-using-Union-Find:使用联合查找和树进行路径压缩的不相交集
  3. 所属分类:其它

    • 发布日期:2021-03-16
    • 文件大小:1024
    • 提供者:weixin_42116604
  1. disjoint-map:Kotlin中的不相交地图实现(联合查找地图)-源码

  2. 不相交的地图 这是Kotlin中的Disjoint Map实现,可在任何JVM语言中使用。 入门 尚无文档。 文献资料 尚无文档。 会费 请阅读我们的。 执照 版权2020-Daniel AA Pelsmaeker 根据Apache许可版本2.0(“许可”)许可; 除非遵守许可,否则不得使用此文件。 您可以在处获得许可证的副本。 除非适用法律要求或以书面形式达成协议,否则根据“许可”分发的软件将按“原样”分发,没有任何明示或暗示的保证或条件。 有关许可下特定的语言管理权限和限制,请参阅许可。
  3. 所属分类:其它

    • 发布日期:2021-02-13
    • 文件大小:91136
    • 提供者:weixin_42103587
  1. Secondary constructions of highly nonlinear Boolean functions and disjoint spectra plateaued functions

  2. Secondary constructions of highly nonlinear Boolean functions and disjoint spectra plateaued functions
  3. 所属分类:其它

    • 发布日期:2021-02-11
    • 文件大小:488448
    • 提供者:weixin_38624332
  1. Localization of multiple disjoint sources with prior knowledge on source locations in the presence of sensor location er

  2. Sensor location errors are known to be able to degrade the source localization accuracy significantly. This paper considers the problem of localizing multiple disjoint sources where prior knowledge on the source locations is available to mitigate the
  3. 所属分类:其它

    • 发布日期:2021-02-11
    • 文件大小:911360
    • 提供者:weixin_38590784
  1. A (3 + ϵ)k-vertex kernel for edge-disjoint triangle packing

  2. A (3 + ϵ)k-vertex kernel for edge-disjoint triangle packing
  3. 所属分类:其它

    • 发布日期:2021-02-08
    • 文件大小:359424
    • 提供者:weixin_38677585
  1. disjoint-set:Python的DisjointSet数据结构实现-源码

  2. 不相交 于Python的 (又称联合查找数据结构或合并查找集)实现。 先决条件 唯一的要求是安装Python 3,您可以通过运行以下命令进行验证: $ python --version Python 3.7.2 安装 pip install disjoint-set 您可以通过运行以下命令来验证您正在运行最新的软件包版本: >> > import disjoint_set >> > disjoint_set . __version__ '0.7.1' 用
  3. 所属分类:其它

    • 发布日期:2021-02-05
    • 文件大小:16384
    • 提供者:weixin_42131276
« 12 3 4 »