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

搜索资源列表

  1. max-subrectangle

    0下载:
  2. POJ 52 —— To The Max求子矩阵的所有元素和的最大值-POJ 52- To The Max Qiuzi matrix elements and the maximum
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:846
    • 提供者:dlfsjal
  1. raid

    0下载:
  2. POJ 2659 Raid 分治法解决两组点中距离最近的点对-POJ 2659 Raid divide-and-conquer method to solve the two sets of points to the nearest point on the
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-12
    • 文件大小:1590
    • 提供者:dlfsjal
  1. AfterEarthquake

    0下载:
  2. POJ 5441——“地震之后”解决有向图的最小生成树问题,输入N个村子坐标,M条可以建立的单向通信线路,选择一些通信线路使从总部发出的命令可以到达所有村子,并且线路总长最小,输出最小长度-POJ 5441- " After the earthquake" solution to the minimum spanning tree problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-02
    • 文件大小:1575
    • 提供者:dlfsjal
  1. Flip-Game

    0下载:
  2. POJ 755——Flip Game 有一块4*4的棋盘,每个格子上有一个黑色或白色的棋子,翻转一个棋子会使这个棋子及周围的4个棋子变为相反的颜色,给定棋盘的初始状态,求将棋盘中的格子都变为黑色或白色的最少翻转次数。-POJ 755- Flip Game has a 4* 4 chessboard, each grid on a black or white piece, flip a pawn makes this piece and around 4 pawn becomes the opp
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:1323
    • 提供者:dlfsjal
  1. yuanma

    0下载:
  2. POJ代码。对学习ACM十分有用。欢迎大家下载。孟春雷上传。-POJ source
  3. 所属分类:SilverLight

    • 发布日期:2017-11-12
    • 文件大小:2422388
    • 提供者:孟春雷
  1. segment-tree

    0下载:
  2. 线段树例题,POJ上面的一些经典例题,这几天的心血。-Some of the classic examples of the segment tree example, POJ above, a few days of hard work.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-12
    • 文件大小:21258705
    • 提供者:曹晖
  1. _3069

    0下载:
  2. 可以为在pOJ上练习的同学做入门使用,这些代码全部通过-The for students practice in pOJ, do entry-use, all these codes by
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:1084
    • 提供者:su
  1. cold-blood

    0下载:
  2. poj 冷血格斗场ac代码,郭伟程序设计实习课,poj ac-the poj cold-blooded fighting Stadium ac code, the Guo Wei programming practicum, poj ac
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:659
    • 提供者:陈志
  1. 2803

    0下载:
  2. POJ 2803 Defining Moment
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:203689
    • 提供者:damien
  1. QuickSort_hoare

    0下载:
  2. 该源码是快速排序之霍尔排序,C++实现的,在POJ上面测试过了!-The source code is the quicksort hall the sort, C++ achieve the above in POJ tested!
  3. 所属分类:source in ebook

    • 发布日期:2017-11-25
    • 文件大小:592
    • 提供者:Roy_sky
  1. quickSort_randsort

    0下载:
  2. 该源码是快速排序之随机选择排序,C++实现,POJ上测试过-The source code is quicksort the random selection sort, C++ achieve POJ tested
  3. 所属分类:source in ebook

    • 发布日期:2017-12-03
    • 文件大小:652
    • 提供者:Roy_sky
  1. Triangle-War

    0下载:
  2. poj上只有三道极小极大算法的习题,poj1085是其中之一,并做了相关优化,时间:63ms-solve the poj 1085
  3. 所属分类:Data structs

    • 发布日期:2017-11-20
    • 文件大小:1075
    • 提供者:李韩
  1. The-inverse-expression-of-Poland

    0下载:
  2. POJ经典难题——逆波兰表达式VC++解答,附详细代码注释,初学必备-POJ classic problem- the Reverse Polish expression VC++ of answers, with detailed code comments, beginner must
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-02
    • 文件大小:1227
    • 提供者:sc
  1. The-mirror-maze

    0下载:
  2. POJ经典名题——镜子迷宫,搜索类题目经典做法,尤其注意边界条件讨论-The POJ classic title- Mirror Maze, search topics classic approach, particular attention to the boundary conditions discussed
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:1731
    • 提供者:sc
  1. Subway-planning2

    0下载:
  2. POJ经典名题——Subway planning,动态规划典型例题,含详细代码注释的VC++实现-POJ classic question- Subway planning, dynamic programming classic title, meaning detailed code comments VC++ to achieve
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:839
    • 提供者:sc
  1. A-Knights-Journey

    0下载:
  2. POJ经典名题——骑士巡游VC++版实现附代码注释。初学者理解深搜思想很好地入门题目-The POJ classic title- Knight Parade VC++ Edition attached code comments. Beginners to understand the thinking of the deep search entry subject
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-11
    • 文件大小:846
    • 提供者:sc
  1. 1087

    0下载:
  2. 北京大学acm题库poj 1087题 一道图论题 -poj No.1451
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:987
    • 提供者:hangweiqiang
  1. BinaryIndexedTrees_solved

    0下载:
  2. 树状数组的样例程序,能够解决poj、ural的Stars问题-Tree array sample program that can solve poj, ural Stars
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:702
    • 提供者:寂寞杀猪
  1. kfq

    0下载:
  2. 北大测评系统poj上面的一些ACm题目的c++代码,这是个人所写,ac过了-Beijing University evaluation system poj some of the above topics c++ ACm code, which is written by individuals, ac over
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:147537
    • 提供者:孔乐乐
  1. 1001_2

    0下载:
  2. 高精度算法北大poj的1001题 算法还不错,凑齐20字,实在是难啊-Precision arithmetic
  3. 所属分类:Compiler program

    • 发布日期:2017-11-14
    • 文件大小:669719
    • 提供者:林宁
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 26 »
搜珍网 www.dssz.com