CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - /acm

搜索资源列表

  1. ACM

    0下载:
  2. acm icpc 重要学习资料 想参赛的同学必须练习的题目 -acm icpc would like to play an important learning materials students need to practice the subject of
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:161646
    • 提供者:kidol
  1. SCL

    0下载:
  2. 交大ACM模板,适合搞ACM的人使用,需要用foxit1.3才能打开, 高版本PDF阅读器打开有错-SJTU template code for acmer
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:354587
    • 提供者:33
  1. 2009Problems

    0下载:
  2. acm 2009大学生编程大赛题目 final world-acm 2009
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:448682
    • 提供者:方波
  1. dongtai1

    0下载:
  2. acm 编程辅导资料 里面有各种算法的介绍等 感觉还可以 所以来分享-acm programming guidance information there are a variety of algorithms can also be introduced, such as feeling to share so
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:159223
    • 提供者:yangxue
  1. yangdongtaiguihua

    0下载:
  2. acm 编程辅导资料 里面有各种算法的介绍等 感觉还可以 所以来分享-acm programming guidance information there are a variety of algorithms can also be introduced, such as feeling to share so
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:77517
    • 提供者:yangxue
  1. sicily1093

    0下载:
  2. 中山大学ACM SICILY 1093 air express题目代码-Sun Yat-sen University ACM SICILY 1093 air express subject code
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:518715
    • 提供者:alex
  1. mst

    0下载:
  2. MST算法就是最小生成树算法! 在ACM中这个应该是比较简单的一个算法! 大家好好学习吧! -MST algorithm is the minimum spanning tree algorithm! In ACM in this should be a relatively simple algorithm! We can learn from it!
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:17268
    • 提供者:邱雄
  1. acm

    0下载:
  2. 南开大学NKU2007综合测试题解题报告,一些资料,希望对大家有用-Nankai University Comprehensive Test Solution NKU2007 report, some information useful for all of us hope
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:252720
    • 提供者:海龙
  1. PKU_ACM

    0下载:
  2. 北京大学 ACM 题目的压缩包 将近200道题目-PKU acm ,more than 200 problems
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:988272
    • 提供者:JYJ
  1. 1001

    0下载:
  2. POJ report of 1001 it s good for people who study acm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-23
    • 文件大小:28028
    • 提供者:肖阳
  1. acm

    0下载:
  2. ACM程序设计大赛竞赛试题与解析,此文档能帮助我们更好的程序设计-ACM
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1869412
    • 提供者:xuzhe
  1. VorbisACMCodec

    0下载:
  2. Vorbis ACM Codec for communication developers
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:275808
    • 提供者:888simon
  1. PKU-ACM

    0下载:
  2. 北大ACM生命周期题目的经典解法。 北大ACM生命周期题目的经典解法。-acm pku the cycle very effient acm pku the cycle very effient acm pku the cycle very effient acm pku the cycle very effient
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:310825
    • 提供者:grace
  1. ACM

    0下载:
  2. ACM模拟大赛源代码,大家有兴趣看一下,是2009年浙江省最新的卷子-ACM Contest simulation source code, we are interested to look at is the latest in Zhejiang Province in 2009 examination paper
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:460449
    • 提供者:陈虹志
  1. ACM

    0下载:
  2. ACM训练题Polygonal Line Search与Electrical Outlets-ACM Training Problems Polygonal Line Search and Electrical Outlets
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:22568
    • 提供者:曹峰
  1. OptimalServices

    0下载:
  2. acm算法设计 描述: 设有n 个顾客同时等待一项服务。顾客i需要的服务时间为ti ,1 < = i < = n 。应如何安排n个顾客的服务次序才能使平均等待时间达到最小?平均等待时间是n 个顾客等待服务时间的总和除以n。 对于给定的n个顾客需要的服务时间,编程计算最优服务次序。 输入:第一行是正整数n,表示有n 个顾客。接下来的1行中,有n个正整数,表示n个顾客需要的服务时间。 输出:最小平均等待时间 例输入: 10 56 12 1 99 1000
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:234164
    • 提供者:张波
  1. FLOYD_Renting_Boats

    0下载:
  2. acm算法设计:【FLOYD算法】Renting Boats 描述: 长江游艇俱乐部在长江上设置了n 个游艇出租站1,2,…,n。游客可在这些游艇出租站租用游艇,并在下游的任何一个游艇出租站归还游艇。游艇出租站i 到游艇出租站j 之间的租金为r(i,j),1< =i< j < =n。试设计一个算法,计算出从游艇出租站1 到游艇出租站n 所需的最少租金。 输入: 第1 行中有1 个正整数n(n<=200),表示有n个游艇出租站。接下来的n-1 行是r(i,j
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:346453
    • 提供者:张波
  1. Shortest_path_counting

    0下载:
  2. acm算法设计: 描述: 国际象棋车可以水平或垂直的任何方在同一行或同一列的棋盘。 找到一些最短路径的一个车可以从一个角落里一个棋盘的斜对面角落。 输入: 一整数n为行数和列的棋盘。0 < n <=16 输出: 数量的最短路径。 例输入: 3或4 例输出: 6或20 -Descr iption: A chess rook can move horizontally or vertically to any square in th
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:212417
    • 提供者:张波
  1. Lexicographic_order

    0下载:
  2. acm算法设计:排列的字典序问题 描述: n个元素{1,2,..., n }有n!个不同的排列。将这n!个排列按字典序排列,并编号为0,1,…,n!-1。每个排列的编号为其字典序值。例如,当n=3时,6 个不同排列的字典序值如下: 字典序值:0 1 2 3 4 5 排列:123 132 213 231 312 321 任务:给定n 以及n 个元素{1,2,..., n }的一个排列,计算出这个排列的字典序值,以及按字典序排列的下一个排列。 输入: 第1 行是元素个数
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-30
    • 文件大小:223881
    • 提供者:张波
  1. zoj_ACM_works

    0下载:
  2. 渐江大学ACM的试题全集,很详细,也很实用-ACM gradually Jiang University Complete Works of questions, very detailed and also very practical
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-23
    • 文件大小:7613020
    • 提供者:叶子
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com