CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - ACM算法竞赛

搜索资源列表

  1. 图论算法库 C++ 语言实现

    0下载:
  2. 图论算法库 C++ 语言实现 代码内容 图论算法库,包括以下算法: 单源最短路径 Dijkstra 算法 单源最短路径 Bellman-Ford 算法 最小生成树 Prim 算法 每对节点间最短路径 Flod-Warshall 算法 语言 C++ 编译平台 VisualAge C++ 4.0 作者 starfish (starfish.h@china.com) 备注 程序用C++语言编写,在VisualAge C++ 4.0下调试通过。压
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10202
    • 提供者:罗鹏魁
  1. ACM_template.rar

    1下载:
  2. 本人参加ACM竞赛使用的一些算法模板,包括二分图匹配,欧拉回路的构造以及网络流中的最大流与最小费用最大流等,可以说实战性非常强。,ACM competitions I take part in a number of algorithms used in templates, including two sub-graph matching, Euler circuit, as well as network flow structure of the maximum flow and mini
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:14732
    • 提供者:诗苇
  1. client

    0下载:
  2. 使用贪心算法解决最优服务次序问题,效率高,适用于ACM竞赛-Use greedy algorithm to solve the optimal order of service, high efficiency, apply to ACM Contest
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:125795
    • 提供者:daisy001huang
  1. Sparse_Table_algorithm

    0下载:
  2. RMQ的sparse table算法的实现,对ACM竞赛队员非常有研究价值:)-RMQ the sparse table algorithm implementation, ACM contest for team members have research value is :)
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:706
    • 提供者:诗苇
  1. Acm_Contest_algorithms_and_data_structures_used_(1

    0下载:
  2. ACM竞赛中常用的算法及数据结构,对参加ACM的学生有很大的帮助。-ACM Contest commonly used algorithms and data structures, ACM students participating in a great help.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:194875
    • 提供者:潘成洪
  1. 222

    0下载:
  2. 算法艺术与信息学竞赛 ACM方面学习的好帮手-Algorithm art and informatics competitions ACM in learning about a good helper
  3. 所属分类:Data structs

    • 发布日期:2017-06-10
    • 文件大小:18367895
    • 提供者:张观平
  1. acm

    0下载:
  2. 字符串处理,动态规划,高精度个人小结,对初学算法竞赛有用-String handling, dynamic programming, high-precision individual summaries, helpful for beginners algorithm competition
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:9632
    • 提供者:小一
  1. NOIP_ACM_Contest

    1下载:
  2. 数据结构和算法讲解,里面有NOIP,ACM竞赛的老师PPT和某个专业方面的深层次了解。里面的有些算法研究的相当深入,值得深入学习。-Explain data structures and algorithms, which has NOIP, ACM contest PPT and a professional teacher' s deep understanding. There' s some pretty in-depth study of algorithms, it is
  3. 所属分类:Data structs

    • 发布日期:2017-06-01
    • 文件大小:14139492
    • 提供者:Silicon
  1. algorithm

    0下载:
  2. 关于ACM程序设计竞赛的算法与数据结构讲座,完全自己原创-Data Struts And Algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:691863
    • 提供者:wangxiao
  1. ACM-DEMO

    0下载:
  2. ACM竞赛的各类算法模板,自己集成来,基本正确高效,不过算法学很容易,吸收很难-ACM contest template various algorithms, their integration, the basic correctly and efficiently, but the algorithm is easy to learn and absorb difficult
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:43973
    • 提供者:基拉
  1. ACM_algorithmadata-structure

    0下载:
  2. 介绍了ACM竞赛中常用的算法与主要数据结构-ACM contest introduced algorithm commonly used in the main data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:194856
    • 提供者:yinxiaoqing
  1. acm

    0下载:
  2. 介绍了ACM算法竞赛中的高精度算法。 加减乘除。 -ACM algorithm introduced competition in the high-precision algorithm. Math.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:6172
    • 提供者:胡琳
  1. PrimeTest

    0下载:
  2. 判断一个大数是否是素数,本代码采用随机算法实现,是原来参加ACM竞赛是做过的题!-prime test
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:920
    • 提供者:liuwu
  1. Queen-Collisions

    0下载:
  2. 八皇后问题的经典算法,参加ACM竞赛时的代码!-ba huang hou wen ti!
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:732
    • 提供者:liuwu
  1. BigNum

    0下载:
  2. 提供万进制的高精度算法,可用于ACM、CF、TC等的比赛中,代码不算长适合竞赛时使用-for bignum s algorithm.It can be used for programming competetion.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:2557
    • 提供者:mintz
  1. ACM

    0下载:
  2. 整理的一些acm竞赛资料 参加acm竞赛能帮助程序员熟悉各种数据结构及算法 文件中有相关介绍及一些acm题解和源代码-Acm race finishing participate acm race-related presentations and some acm problem solution and source code to help programmers are familiar with a variety of data structures and algorithms f
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:4080176
    • 提供者:杨起道
  1. basic algorithm

    0下载:
  2. acm竞赛的基础算法简介,包含贪心法,二分法,倍增法,优先队列以及大量习题。(The basic algorithms of ACM competition include greedy, dichotomous, multiplier, priority queues and a large number of exercises.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-29
    • 文件大小:377856
    • 提供者:kdjlyy
搜珍网 www.dssz.com