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

搜索资源列表

  1. dp

    0下载:
  2. 介绍动态规划 资料列举了若干应用实例,有分析以及算法实现便于学习-Information on dynamic programming, introduced a number of application examples cited, some analysts, as well as facilitate the learning algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:23308
    • 提供者:天雨
  1. Zoozy090322

    0下载:
  2. ACM Templates, including useful Algorithms, Graph, Math, DP, Search, Data Structures and so on
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:72132
    • 提供者:Zoozy
  1. USBCounterfinishdisplay8bit

    0下载:
  2. 该程序包括驱动程序和应用程序,使用DP-1581开发板,完成了八位数据在数码管的显示。-The program, including drivers and applications, the use of DP-1581 development board, completed the eight data in digital tube display.
  3. 所属分类:USB develop

    • 发布日期:2017-05-15
    • 文件大小:3906683
    • 提供者:马结实
  1. money

    0下载:
  2. 彩票问题题解,超强回溯剪枝+dp剪枝+随机化-the answer of problem(money)
  3. 所属分类:Applications

    • 发布日期:2017-03-23
    • 文件大小:3415
    • 提供者:一旦
  1. poj

    0下载:
  2. pku 3613 Cow Relays 题意:给一个无向图,求从起点s到终点e尽力n条边的路径最小值。 边的数量2<=t<=100(每条边可以重复遍历) 算法:利用dp求出 path[ l ] [ i ] [ k ]=MIN(path[ l ][ i ] [ k ] , path[ l ][ i ] [ j ] + path[ l ][ j ] [ k ]) l 表示的是2的指数,假设 i 到 k 要途径 2^l 条边,那么他可以被分为两段 途径2
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:863
    • 提供者:zhang
  1. AlgorithmDesignAnalysis

    0下载:
  2. 算法难,递归易,算法皆以递归源,相同处理自循环; 递归处理分和并,分而治之是首选。 DP全,贪心简,最优性质二者兼; DP需要表来填,子问题解表中见; 贪心策略需证明,整体可由局部建。 回溯深,分限广,剪枝函数两边忙; 一边剪左不可行,一边剪右非最优。 分限还需优先级,上界下界来排序; 叶子放在队列里,轮到它时达目的。-Algorithm is difficult, recursive easy recursive algorithm begin with the
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:648611
    • 提供者:Ren
  1. usaco-dp

    0下载:
  2. 经典usacoDp题,文件包含题目以及源程序.-Classic usacoDP subject file contains the subject, and procedures .
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:1361
    • 提供者:michael
  1. bgfg_codebook

    0下载:
  2. Example OpenCv // Background average sample code done with averages and done with codebooks // (adapted from the OpenCV book sample) // // NOTE: To get the keyboard to work, you *have* to have one of the video windows be active // and NOT
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:2841
    • 提供者:Jason
  1. SearchofConcatenatedStrings

    0下载:
  2. Asia Regional Contest, Aizu, 2008 Search of Concatenated Strings 状态DP+字符串匹配-Asia Regional Contest, Aizu, 2008 Search of Concatenated Strings status DP+ string-matching
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:567
    • 提供者:赵大昊
  1. IslandsandBridges

    0下载:
  2. Shanghai 2004 ACM ICPC world final Islands and Bridges 状态DP+汉密尔顿回路-Shanghai 2004 ACM ICPC world final Islands and Bridges State DP+ Hamilton circuit
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:718
    • 提供者:赵大昊
  1. clock

    0下载:
  2. Small RTOS 51 DP-51下载仿真实验仪上实现一个闹钟的源代码。-Small RTOS 51 DP-51 download simulation instrument to achieve an alarm clock source.
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:15022
    • 提供者:王晓玲
  1. kiss_450-boot

    0下载:
  2. Boot log for Kiss DP-450 (Sigma EM8500 based player)
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:2648
    • 提供者:JoePub
  1. cat24wc02

    0下载:
  2. DP-51的串行eeprom驱动例子,基于24C02的单片机程序设计!-DP-51 s serial eeprom driver examples, based on 24C02 microcontroller program design!
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:12113
    • 提供者:谢翼
  1. profibusVer1.1

    0下载:
  2. Profibus协议数据分析仪,可以分析报文并给出错误原因-Profibus protocol data analyzer can analyze the error message and gives the reasons for
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-07
    • 文件大小:1603360
    • 提供者:米米
  1. DPCMandPCM

    0下载:
  2. DPCM与PCM比较(simulink),先运行M文件,再运行仿真。-DPCM and PCM comparison (simulink), the first run M files, and then run the simulation.
  3. 所属分类:Multimedia program

    • 发布日期:2017-03-29
    • 文件大小:4527
    • 提供者:
  1. DP

    0下载:
  2. dirichlet process 的PDF资料-dirichlet process references
  3. 所属分类:Editor

    • 发布日期:2017-04-25
    • 文件大小:176174
    • 提供者:luwenhao
  1. integerdivder

    0下载:
  2. Hoj.DP算法,1402。对数的划分。很经典的DP问题。- Hoj.1402.to show DP algorithm.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:582
    • 提供者:唐艺洋
  1. stc-dp

    0下载:
  2. 电磁炉上位机界面!与STC51配合显示用-Induction upper machine interface! And STC51 with the display to use
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:280137
    • 提供者:song
  1. POJ_1691_1170_3280_2029_1925

    0下载:
  2. POJ上的几道DP题,小弟刚学,各位大牛勿见笑-POJ on the DP with a few questions, little brother just learning, you big cow Do not laughed
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3749
    • 提供者:汪兆鹏
  1. 2626Chess

    0下载:
  2. PKU 2626 Chess的问题解答,C++实现。 使用的是3维DP-It s a C++ solution for the problem-2626 in PKU ACM on-line judge.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1185
    • 提供者:jess
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 35 »
搜珍网 www.dssz.com