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

搜索资源列表

  1. 3321AppleTree

    0下载:
  2. POJ 第3321题AppleTree 图之时间戳+树状数组 c++实现-POJ s 3321 map of the time stamp issue AppleTree array c+++ tree implementation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1851
    • 提供者:ni
  1. 3364

    0下载:
  2. POJ 第3364题Black and white painting_棋盘 数学问题-POJ first 3364 title Black and white painting_ chessboard mathematics problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1227
    • 提供者:ni
  1. KnightMoves1915

    0下载:
  2. 北大 poj 上 题目:KnightMoves1915的解题源码-KnightMoves1915 answer
  3. 所属分类:GIS program

    • 发布日期:2017-04-08
    • 文件大小:881
    • 提供者:菜鸟
  1. JungleRoads1251

    0下载:
  2. 北大 poj 上 题目:JungleRoads1251的解题源码-JungleRoads1251 answer
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:969
    • 提供者:菜鸟
  1. 2513

    0下载:
  2. poj上的第2513题,用字典书、并查集、欧拉回路实现,语言是C-poj the first 2513 title, the book with a dictionary, and check collection, Euler circuit implementation language is C++
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1026
    • 提供者:chenchencehn
  1. 2965

    0下载:
  2. poj上的第2965题,用广度优先算法加上位运算实现,语言是C-poj the first 2965 title, with added-bit computing breadth-first algorithm implementation language is C++
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1088
    • 提供者:chenchencehn
  1. 2362

    0下载:
  2. poj上的第2362题,用深度优先算法加上强剪枝实现组成正方形的算法,语言是C-poj the first 2362 title, with depth-first algorithm to achieve the composition of a square with strong pruning algorithm, the language is C++
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:11547
    • 提供者:chenchencehn
  1. 1276

    0下载:
  2. poj1276题的解答和分析,里面是dfs的探索和分析,还有我做的精心分析。-the source code and analysis for 1276 of poj
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:381491
    • 提供者:20073500
  1. C

    0下载:
  2. 应用于c的100例经典编程,很好用,很强大-Used in 100 cases of classic programming c
  3. 所属分类:CSharp

    • 发布日期:2017-05-28
    • 文件大小:10349019
    • 提供者:张明
  1. Numbersequence

    0下载:
  2. 简单的数据结构算法 在POJ上的题目 利用C++实现-Simple data structure algorithm in POJ on the subject using C++ Implementation
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:428548
    • 提供者:pig
  1. ACM-reoprt

    0下载:
  2. ACM解题报告 第一题…… …… …… HDOJ 1011 (动态规划+路径拓扑) 第二题………………………… POJ 1007 (排序算法) 第三题………………………… HDOJ 1018 (大数运算) 第四题………………………… POJ 1011 (深度优先搜索) 第五题………………………… POJ 1032 (数学题) -Report of the First ACM solving problems ... ... ... ... ... ... ... .
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-24
    • 文件大小:70478
    • 提供者:upwinder
  1. 1469

    0下载:
  2. poj 上的第1469题非常经典的解法 可以参考,内部是源码,能编译通过的-poj the first question is the classic method 1469 can refer to, internal a source, can compile the
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1606
    • 提供者:Cheng
  1. 1455

    0下载:
  2. poj 上的第1455题非常经典的解法 可以参考,内部是源码,能编译通过的-poj the first question is the classic method 1455 can refer to, internal a source, can compile the
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1448
    • 提供者:Cheng
  1. acm

    0下载:
  2. ACM部分算法模板及使用例程。适合算法初学者使用。部分程序来自poj。-ACM algorithm template & programs
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:184887
    • 提供者:liangliang
  1. duobianxingyouxi

    0下载:
  2. dp poj多边形游戏的算法~一般性质的动规。-dp calculation
  3. 所属分类:Game Program

    • 发布日期:2017-03-25
    • 文件大小:964
    • 提供者:xuzhigang
  1. pku1273

    0下载:
  2. 北大 online judge 1273 源码-Sollution for poj problem1273
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:640
    • 提供者:wangzhe
  1. YellowVigorousPineDisjointSets

    0下载:
  2. 我的ACM解题报告及源码,为POJ上的并查集基础专题,包括1182、1611、1703、1988、2236、2492、1308,另外还有我做题时搜集的有关资料,博文等-My ACM, for solving report and the source and check on the POJ based projects, including the collection, use and 1182 1703, 1988, 2236, 2492, 1308
  3. 所属分类:SCM

    • 发布日期:2017-05-10
    • 文件大小:2220032
    • 提供者:杨波
  1. OJ-Local-Judge

    4下载:
  2. OJ离线版 ACM离线本地测评/判定系统/软件 Local/Offline Judge 无需安装,绿色版 相当于本地的POJ OJ离线版,放入输入输出数据,系统会拿你的输出数据和标准的输出数据进行比较,匹配则AC,当然也有TLE,RE等等,有输入输出数据,但是不能联网?或者网络上没有这个题的OJ?又或者你自己想了一个题,要验证。。等等,这个就是你的最好选择,ACMer的必备,没有离线判断系统,不算一个真正的ACMer 一起AC,一起加油-ACM Offline Offline
  3. 所属分类:Other windows programs

    • 发布日期:2016-01-16
    • 文件大小:21358592
    • 提供者:kuhot
  1. 1067

    0下载:
  2. 题目来自poj。为取石子游戏,小问题背后有大理论,即威佐夫博弈论-Title from poj. To take stone game, small problems have big theory behind that Weizuo Fu Game
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:828
    • 提供者:netor
  1. POJ_1011_1111_1915_3126

    0下载:
  2. 是POJ上的几个搜索题目1111,1011,1915,3126-Is POJ on several search topics 1111,1011,1915,3126
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:13668
    • 提供者:苏素然
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 26 »
搜珍网 www.dssz.com