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

搜索资源列表

  1. GAMS-IBM-ILOG-CPLEX-www.farseng.ir-

    0下载:
  2. this file is sutable for facts placement in power system in lingo language programming
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:800365
    • 提供者:merit
  1. SilverTreeContainer

    0下载:
  2. 老外写的在WPF下显示树状结构的控件,包括 GraphLayout和Panel。-This article includes two very different basic assemblies and a couple of test assemblies for WPF. The first basic assembly is GraphLayout which implements the Reingold-Tilford algorithm, described here, to de
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:76937
    • 提供者:zhangjie
  1. StdCellPlacementTool

    0下载:
  2. StandardCell Placement Tool Using Graph Theory
  3. 所属分类:CAD

    • 发布日期:2017-04-17
    • 文件大小:29357
    • 提供者:DigRaj
  1. handgeomprot

    0下载:
  2. Hand geometry recognition technology is in broad use for access control as well as time and attendance applications. An individual places their hand on a reader, and their identity is verified based upon the location of a number of key points on thei
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:350951
    • 提供者:prash
  1. pole-placement

    0下载:
  2. 这是一个单级倒立摆的极点配置控制程序,非常适合大学生做课程设计使用-This is a single-stage inverted pendulum pole configuration control procedures, curriculum design is ideal for college students to use
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:49190
    • 提供者:刘鸿翔
  1. russianblocks

    0下载:
  2. 俄罗斯方块小游戏的Java源代码,俄罗斯方块的Java 实现,里面包括控制面板类、方格类、游戏控制主类等,方格类是组成块的基本元素,用自己的颜色来表示块的外观,俄罗斯方块游戏控制面板类,继承自JPanel.上边安放预显窗口、等级、得分、控制按钮,主要用来控制游戏进程。   游戏主类,继承自JFrame类,负责游戏的全局控制,内含:   1, 一个GameCanvas画布类的实例引用,   2, 一个保存当前活动块(ErsBlock)实例的引用,   3, 一个保存当前控制
  3. 所属分类:android

    • 发布日期:2017-04-23
    • 文件大小:35790
    • 提供者:rpudn63
  1. guanggaojicheng

    0下载:
  2. 在Android应用中植入广告的例子,在android的程序中加入广告代码,抽屉广告布局的实例,在Android应用中适合的加入广告可增加创收,不过不能过量-Placement in the Android application examples, adding the ad code in android program, examples of drawers advertising layout, suitable for the application in the Android a
  3. 所属分类:android

    • 发布日期:2017-05-02
    • 文件大小:730433
    • 提供者:wpudn8
  1. abcd-dcba

    0下载:
  2. 文本内容反向安置,比如输入12345转换为54321.-Reverse text placement, such as converting the input 12345 54321.
  3. 所属分类:ELanguage

    • 发布日期:2017-04-11
    • 文件大小:1149
    • 提供者:lsj
  1. lproc_lmv

    0下载:
  2. placement name to policy for Embedded Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:1545
    • 提供者:paliefi
  1. linkedlist

    0下载:
  2. linkedlist 数据结构作业 课后实习-linkedlist after-school job placement data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5208
    • 提供者:jinliang
  1. 1.10queen

    0下载:
  2. 要解决N皇后问题,其实就是要解决好怎么放置这n个皇后,每一个皇后与前面的所有皇后不能在同一行、同一列、同一对角线,在这里我们可以以行优先,就是说皇后的行号按顺序递增,只考虑第i个皇后放置在第i行的哪一列,所以在放置第i个皇后的时候,可以从第1列判断起,如果可以放置在第1个位置,则跳到下一行放置下一个皇后。如果不能,则跳到下一列...直到最后一列,如果最后一列也不能放置,则说明此时放置方法出错,则回到上一个皇后向之前放置的下一列重新放置。此即是回溯法的精髓所在。当第n个皇后放置成功后,即得到一个
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3282
    • 提供者:Mj
  1. inverted-pendulum-control

    0下载:
  2. 单级倒立摆系统的五种控制算法matlab仿真实现,完成摆杆角度的控制,其中应用控制算法有lqr控制算法与极点配置控制算法。-Single-stage inverted pendulum control algorithm using matlab simulation of five complete control of the angle of the pendulum, which application control algorithms lqr pole placement cont
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2723
    • 提供者:王贤明
  1. squares

    0下载:
  2. 【问题描述】 将一个矩形划分成N*M个格子,每个格子有被占用和未被占用两种情况,将一个边长为i的正方形放入矩形中,要求正方形区域中不包含被占用的格子,问共有多少种合适的放置方案。 【输入形式】 输入文件为当前目录下的squares.in。 该文件第一行是一个整数i (1<i<=min(M,N)),表示正方形的边长。之后有N(1<=N <=2000)行,每行有M(1<=M<=2000)个0或1(1表示该格未被占用,0表示该
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:207019
    • 提供者:anxinyi
  1. blokusfinal

    0下载:
  2. 进行blocus游戏代码。游戏开始时,你要把己方颜色的棋子从棋盘起点处依次摆放到棋盘上,每个棋子只能与同色棋子的棋角相连,不允许沿棋边贴着摆放。-For blocus game code. The beginning of the game, you take one' s own color pawn from the board at the beginning of turn placed on the chessboard, each piece can only be conne
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:3903
    • 提供者:centa
  1. arsalan

    0下载:
  2. optimal placement substation whit digsilent
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:61011
    • 提供者:Hossein
  1. vahid

    0下载:
  2. optimal placement capasitor whit digsilent
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:143772
    • 提供者:Hossein
  1. Fault-indicator

    0下载:
  2. This code is for Optimal Fault Indicator sitting. so it is optimal placement of Fault indicator.Optimization is perform with Genetic Algorithm.
  3. 所属分类:Energy industry

    • 发布日期:2017-04-11
    • 文件大小:920
    • 提供者:vahid
  1. Dataplacement

    0下载:
  2. 工作流中数据布局数据布局工作流云计算云工作流-Data Placement
  3. 所属分类:Communication

    • 发布日期:2017-05-02
    • 文件大小:594044
    • 提供者:程慧敏
  1. ttm_placement

    0下载:
  2. Memory regions for data placement.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:724
    • 提供者:verbuelui
  1. 346

    0下载:
  2. 易语言学生分班系统源码,应用程序编程源码,很好的参考资料。-Yi language student placement system source code, application programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:275037
    • 提供者:wem83
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 18 19 »
搜珍网 www.dssz.com