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

搜索资源列表

  1. simpson_RMS

    0下载:
  2. 在uVision环境下用C编程,用辛普森算法计算有效值-In uVision environment with C Programming with OJ Simpson algorithm RMS
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:697
    • 提供者:
  1. NUAA_1063_report

    0下载:
  2. NUAA ACM OJ 1063 矩阵算法-NUAA ACM OJ 1063 Matrix Algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:173399
    • 提供者:yulu
  1. q

    0下载:
  2. OJ上的常见问题及解答-OJ common questions and answers on the
  3. 所属分类:source in ebook

    • 发布日期:2017-04-16
    • 文件大小:10908
    • 提供者:lt
  1. Billiards

    0下载:
  2. oj平台上的题目源代码,非常有用的啊。另外还可以直接AC-oj subject of the source code on the platform, very useful ah. AC can also
  3. 所属分类:Hook api

    • 发布日期:2017-04-10
    • 文件大小:2065883
    • 提供者:王月
  1. code

    0下载:
  2. OJ平台上的10道题的源码,可以全部通过,并且代码最简单。可以直接下载-OJ platform 10 questions of the source, you can all pass, and the code simple. Direct download
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:189674
    • 提供者:xjerry
  1. Sicily.1763

    0下载:
  2. 中山大学OJ(Sicily)题目1763的解题报告,使用DFS算法。-Sun Yat-sen OJ (Sicily) problem-solving questions 1763 report, the use of DFS algorithm.
  3. 所属分类:Data structs

    • 发布日期:2016-01-23
    • 文件大小:1024
    • 提供者:Bob
  1. dp

    0下载:
  2. oj题目源代码,用于备份和测试 oj题目源代码,用于备份和测试-oj subject source code, used to back up the source code and test questions oj, oj subject for backup and testing source code for backup and testing
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1103
    • 提供者:nick
  1. DP

    0下载:
  2. 有关动态规划DP的一些资料,包括两个学习动态规划的PPT,以及OJ的一些题目及解题代码,并附背包问题求解。-Dynamic programming DP on some of the information, including the two learning dynamic programming PPT, and OJ and solving some of the topics the code, together with Knapsack Problem.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:801295
    • 提供者:张龙
  1. HDOJP1871P-P2000

    0下载:
  2. 杭电OJ的源码1871-2000,有的题目会用多种方法解决-Hang power source 1871-2000 OJ, and some will use various methods to resolve questions
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:12427
    • 提供者:郝庆川
  1. program1.2

    0下载:
  2. 本系统是一个学生成绩管理系统,采用C语言编写的。通俗易懂,便于C语言入门学习。-jfoi jewoifw jfwio fei fjei ieji jie jie oj of low so dcio ao
  3. 所属分类:Education soft system

    • 发布日期:2017-04-05
    • 文件大小:2879
    • 提供者:tanghai
  1. USB

    0下载:
  2. USB接口驱动程序,请看看,应该有用处地-USB siu owoi jd oj ep ok l fjfo wejf klsdf kojf soejfs psodfjsod
  3. 所属分类:USB develop

    • 发布日期:2017-04-02
    • 文件大小:31669
    • 提供者:mabaohua
  1. translation

    0下载:
  2. 翻译问题解题报告 OJ刷题必备 详解细致说明-Report translation problem solving essential questions Detailed OJ detailed descr iption of the brush
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:163025
    • 提供者:童浩
  1. Eight-Digital-A_star

    0下载:
  2. 八数码A*算法,浙大OJ已AC 内含序列合法判定以及A*搜索思路-Eight Digital A* algorithm, Zhejiang University has AC OJ
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1807
    • 提供者:刘刚
  1. Algorithm-for-test-data

    0下载:
  2. 算法考试资料,oj刷题的好帮手,附常用代码和模板-Algorithm test data, oj brush question is a good helper, with a common code and templates
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-12
    • 文件大小:18981580
    • 提供者:seven
  1. hoj

    0下载:
  2. 杭州电子科技大学OJ 部分代码。新手必备-some codes about hOJ
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:97175
    • 提供者:bread
  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. chicken-counting

    0下载:
  2. 百鸡问题 一个小程序 OJ上的1125 代码很精简的计算-chicken counting
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:159677
    • 提供者:mayue
  1. sicily-1150-1151

    0下载:
  2. 实现西西里OJ题目中1150和1150模板的转换,-To achieve the conversion of templates
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:1143
    • 提供者:long
  1. notes

    0下载:
  2. 很经典的ACM试题解答,习题练习解答;在oj中几乎都有。-ACM is the classic answer questions, practice exercises to answer almost all the oj.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:624
    • 提供者:木木
  1. Uva

    0下载:
  2. UVA题目的AC代码: 414,439,489,490,657,11941-UVA OJ problem solution for: 414,439,489,490,657,11941
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:3355
    • 提供者:
« 1 2 3 4 56 7 8 9 10 11 12 »
搜珍网 www.dssz.com