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

搜索资源列表

  1. pattren-matching-the-DP-algorithm

    0下载:
  2. pattren matching the DP algorithm
  3. 所属分类:matlab

    • 发布日期:2015-03-15
    • 文件大小:5120
    • 提供者:anggy
  1. profibus-dp

    0下载:
  2. Profibus - DP 在毫伏信号测量智能节点中的应用-Profibus- DP
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:113173
    • 提供者:刘琳
  1. The-test-result-of-Profibus-DP

    0下载:
  2. 文档是前一段时间在北京Profibus-DP试验室的DP产品测试认证,供大家参考。 -The document is DP product testing the authentication in Beijing profibus-dp laboratory some time ago, for your reference.
  3. 所属分类:File Formats

    • 发布日期:2017-03-24
    • 文件大小:9024
    • 提供者:杨甫勇
  1. Dynamic-programming-DP-backpack

    0下载:
  2. 用动态规划算法解决DP背包问题,采用C++编程-Dynamic programming algorithm to solve the DP knapsack problem, using C++ programming
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:871933
    • 提供者:lydia
  1. Android-dip-dp-px-sp-documents--

    0下载:
  2. 引用 Android上dip、dp、px、sp等单位说明 dip: device independent pixels(设备独立像素). 不同设备有不同的显示效果,这个和设备硬件有关,一般我们为了支持WVGA、HVGA和QVGA 推荐使用这个,不依赖像素。 px: pixels(像素). 不同设备显示效果相同,一般我们HVGA代表320x480像素,这个用的比较多。 pt: point,是一个标准的长度单位,1pt=1/72英寸,用于印刷业,非常简单易用; sp:
  3. 所属分类:android

    • 发布日期:2017-03-27
    • 文件大小:12365
    • 提供者:netwalk
  1. USB2.0-DP-51-Demo-program

    0下载:
  2. 周立功DP-51开发板USB2.0的两个演示程序。-USB2.0 demo program for ZLG DP-51 emulator
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:485798
    • 提供者:邹敏
  1. ACM-dp

    0下载:
  2. 关于ACM竞赛中经常出现的动态规划dp模板,有最大k段和,最大子段和-Dynamic programming dp template that often appear in ACM contest, the largest k segments, the largest sub-segment, and so on
  3. 所属分类:Data structs

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

    0下载:
  2. 近年来,DP已成为NOIP中的“必考”项目,在06年的提高组题目中,甚至出现了两题DP(且该年分数线约为130分),DP的重要性可见一斑。-the data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:11634
    • 提供者:tianguochao
  1. To-Miss-Our-Children-Time-DP

    0下载:
  2. /*hdu4001To Miss Our Children Time DP 每块积木有四个参数a(长),b(宽),c(高),d(属性) d==0 它下面的积木为X a>=X.a b>=X.b d==1 a>=X.a b>=X.b&&(a>X.a||b>X.b) d==2 a>X.a&&b>X.b 所以先按长从小到大 再宽从小到大 属性从大到小排序 f[i]表示以第i个积木为顶的已搭积木的最大高度 */-/* Hdu400
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:885
    • 提供者:
  1. DP

    0下载:
  2. 动态规划算法,包括具体实例以及对实例的详细说明等。-a way for DP
  3. 所属分类:File Formats

    • 发布日期:2016-01-24
    • 文件大小:6144
    • 提供者:潇湘晨
  1. dp

    0下载:
  2. 西门子plc与其他设备的profibus dp 从站 编程-The profibus dp Siemens plc and other equipment programming from the station
  3. 所属分类:Communication

    • 发布日期:2017-11-11
    • 文件大小:411612
    • 提供者:swh
  1. DP

    0下载:
  2. 算法:动态规划(DP)的归纳,是OIer和ACMer必看的好东西!-Algorithms: dynamic programming (DP) summarized
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:1367203
    • 提供者:
  1. DP

    0下载:
  2. DP是方向更新的OMP算法,提高算法的运行速度。-DP updated direction OMP algorithm to improve the operating speed of the algorithm
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:1027
    • 提供者:叶兰
  1. Made-DP-Head

    0下载:
  2. 本文主要内容为DP接头原理及制作方法。图文并茂。-The main contents of DP connector principles and production methods. Illustrated.
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:225419
    • 提供者:william
  1. DP

    0下载:
  2. 第一行: 将n划分成若干正整数之和的划分数。 第二行: 将n划分成k个正整数之和的划分数。 第三行: 将n划分成最大数不超过k的划分数。 第四行: 将n划分成若干奇正整数之和的划分数。 第五行: 将n划分成若干不同整数之和的划分数。 第六行: 打印一个空行。 -DP inplement
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:3094
    • 提供者:wang
  1. Pix-DP

    0下载:
  2. Android手机上的长度单位换算,可以计算Pix和DP-Android phones on the length of the unit conversion, you can calculate Pix and DP
  3. 所属分类:android

    • 发布日期:2017-04-01
    • 文件大小:34147
    • 提供者:空心六面体
  1. dp

    0下载:
  2. 这是对dp算法的总结题目,对于想要学习dp算法的人,可以考虑一下一点一点做上面的题目。poj.org-This is a summary of topics dp algorithm, for people who want to learn dp algorithm, you can consider doing a little bit above the title. poj.org
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:8215
    • 提供者:ouyangmy
  1. DP-CPPM-Harding

    3下载:
  2. A UMAT of hardening DP-Model with closest point projection mehtod return mapping algorithm in ABAQUS Described in Chinese
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:35976
    • 提供者:Jiuchang Zhang
  1. DP

    0下载:
  2. DP算法的实现,通过matlab实现,绘图分类.-DP algorithm, through matlab implementation, drawing classification
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1269
    • 提供者:杨帆
  1. PLC315-DP-test

    0下载:
  2. Siemens PLC CPU315 of profibus-dp testing procedures, testing for profibus slave, supporting 1-125 slaves.
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:217423
    • 提供者:黄明杰
« 1 2 3 45 6 7 8 9 10 ... 35 »
搜珍网 www.dssz.com