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

搜索资源列表

  1. bolanjisuanqi

    1下载:
  2. 背景 以下是几个标准的表达式: 5 * 2 + -3 5 * (2 + -3) 5 + ((-4 * -5) + (((5 + (6 - 2)) * 7 + ((4 + 2) * (3 - 1)))) 与之等价的波兰表达式为 + * 5 2 -3 * 5 + 2 -3 + 5 + * -4 -5 + * + 5 - 6 2 7 * + 4 2 - 3 1 在普通的表达式中,符号是位于运算对象之间的,而在波兰表达式中,运算符号位于参
  3. 所属分类:Data structs

    • 发布日期:2015-09-27
    • 文件大小:17408
    • 提供者:vengeance
  1. zhebanchazhao

    0下载:
  2. Online Judge上折半查找算法的代码-Binary search code on OJ
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1158923
    • 提供者:黄龙
  1. 01bag-AGL

    0下载:
  2. 01背包问题基础代码,在各大oj上有相似题目-01 knapsack problem underlying code
  3. 所属分类:Data structs

    • 发布日期:2017-11-12
    • 文件大小:417151
    • 提供者:杨伟健
  1. lab-2

    0下载:
  2. 汽车加油行驶问题。线性规划与网络流24题之一,44ms过OJ。具有一定的参考性。-Car refueling traveling. Linear programming and network flow to one of the 24 questions, 44ms Accpted at OJ. Reference.
  3. 所属分类:Data structs

    • 发布日期:2017-12-06
    • 文件大小:909
    • 提供者:俞风英
  1. ACM_gametheory

    1下载:
  2. 有关博弈论的算法源码,有爱者可以参考,内附带有OJ题目号,可以上网找到题目。-On game theory algorithms, a love can refer to, included with OJ topic number, you can find topics on the Internet.
  3. 所属分类:Data structs

    • 发布日期:2017-09-06
    • 文件大小:1360896
    • 提供者:蔡剑平
  1. segment-tree

    0下载:
  2. 线段树的基本操作,个类oj题目,有源代码,可以相互学习-The basic operation of the tree line, a class oj topic, source code, you can learn from each other
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:5826837
    • 提供者:tlwlmy
  1. RMQ_LCA

    0下载:
  2. RMQ_LCA的基本操作,个类oj题目,有源代码,可以相互学习-RMQ_LCA basic operations, a class oj topic, source code, you can learn from each other
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:36739
    • 提供者:tlwlmy
  1. SBT

    0下载:
  2. SBT的基本操作,个类oj题目,有源代码,可以相互学习-SBT' s basic operations, a class oj topic, source code, you can learn from each other
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:84790
    • 提供者:tlwlmy
  1. Dancing-Links

    0下载:
  2. Dancing Links的基本操作,个类oj题目,有源代码,可以相互学习
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:34090
    • 提供者:tlwlmy
  1. Word_LadderII

    0下载:
  2. 算法导论中,关于leetcode oj, word_ladderII的问题源代码 -Introduction to Algorithms, regarding leetcode oj, word_ladderII problem source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3775
    • 提供者:dodo
  1. Acm

    0下载:
  2. 杭电oj ACM 2147题,2565题,2602题,2925题,3787题-Hangzhou Electric oj ACM 2147 title 2565 title 2602 title 2925 title 3787 title
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1284
    • 提供者:孙涛
  1. acm_code

    0下载:
  2. 这是本科暑假联系ACM的代码,有的是北大OJ的,有的是杭电OJ的。分为并查集,动态规划,高精度,树形,线段树五个部分-This files have many acm codes. Users can look at the problems at POJ or HangDian OJ.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:229958
    • 提供者:chen
  1. OJ-Template

    0下载:
  2. 判断一个数字区间内有多少个水仙花数字,并有判断实例-Determine how many daffodils figures within a range of numbers, and determine instances
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3946343
    • 提供者:杨钦贺
  1. OJ-Template

    0下载:
  2. 主要功能是在一个字符串中找出连续最长的数字串-The main function is to find the longest consecutive string of numbers in a string
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:4066835
    • 提供者:杨钦贺
  1. 98

    0下载:
  2. swust oj 98题,给需要的,互相学习一下-swust oj 98
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:817
    • 提供者:zw
  1. Alarm (2)

    1下载:
  2. 数据结构OJ测试题 Duck公司在仓库安装了红外报警装置,如图所示,所有红外线互不相交。n个发射器和n个接收器将平面分成n+1个区域,从左到右分别记作0、1、…、n。现在技术人员正在进行调试,对于每个点,需要快速知道它处于哪个区域。若正好处于红外线上,则视为处于右边的区域。 输入 第一行两个整数n、m,表示有n条直线、m个点 接下来n行,每行两个整数a、b,表示一组报警装置的发射器安装在(a, 0),接收器安装在(0, b)。每行a、b都比前一行的大 接下来m行,每行两个整数x、y,表
  3. 所属分类:数据结构

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:flyin
  1. Archive 3

    0下载:
  2. 数据结构oj作业第一题,使用布尔数组的新颖算法(Data structure OJ homework first question, a new algorithm using Boolean array)
  3. 所属分类:数据结构

    • 发布日期:2018-05-03
    • 文件大小:2048
    • 提供者:江江jiang
  1. preprojects

    0下载:
  2. 华农oj上的题,分类不是特别好,希望大家可以从中找到需要的代码吧(scauoj hope you can find your need in the file)
  3. 所属分类:数据结构

    • 发布日期:2018-05-03
    • 文件大小:15344640
    • 提供者:花花生
« 1 2»
搜珍网 www.dssz.com