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

搜索资源列表

  1. 1_TO_4

    0下载:
  2. 大型risc处理器设计源代码,这是书中的代码 基于流水线的risc cpu设计-large risc processor design source code, which is based on the code book pipelined design of the risc cpu
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:152998
    • 提供者:zhengqy826
  1. multiply

    0下载:
  2. 这是我用verilog hdl语言写的浮点乘法器,用的是基4的booth算法,对于部分积使用了5-2压缩和3-2压缩,欢迎大家指点,也欢迎大家把它改成流水线以提高速度.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4025
    • 提供者:lanty
  1. car1_1

    0下载:
  2. 遗传算法计算一条流水线作业时间问题的matlab程序代码-genetic algorithm operating a pipeline timing of the Matlab code
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1862
    • 提供者:徐伟平
  1. 流水线调度

    1下载:
  2. 实现流水线调度
  3. 所属分类:压缩解压

    • 发布日期:2009-01-06
    • 文件大小:874
    • 提供者:lzg0600350114
  1. 流水线CPU

    0下载:
  2. 流水线CPU的设计流程
  3. 所属分类:matlab例程

  1. aco

    0下载:
  2. 对蚁群算法进行了改进用于解决零空闲流水线调度问题。-Improved ant colony algorithm for solving zero-idle flow shop problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:3438
    • 提供者:zhangfengrong
  1. GATest

    0下载:
  2. 求VC++基于遗传算法的流水线车间调度问题-Seeking VC++ Lines based on genetic algorithm-Shop Scheduling Problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:4594
    • 提供者:lily
  1. SNDR-test-for-pipelined-ADC

    0下载:
  2. 流水线ADC信噪比测试程序,最后一级flash位数可调,可进行SNDR和SFDR的测试-SNDR test for pipelined ADC
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:2689
    • 提供者:colin
  1. pipelinesample

    0下载:
  2. 流水线求质数的简单例子 终结的策略是由最后的processor 去发出结束信号-a pipleline mip program calculating required number of prime numbers
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1253
    • 提供者:zhidong
  1. liushuixian

    0下载:
  2. 经典的流水线加工问题的仿真模型 在matlab命令窗口中输入yige(a,b,r,l) a表示工件的长,b表示工件的宽 r表示弯道半径 l表示两个工件之间的距离-as described above
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1280
    • 提供者:pengzhimin
  1. HomeworkControl

    0下载:
  2. 一个用C++语言描述的流水线调度的最短的调度算法。-One with C++ language to describe the shortest pipeline scheduling scheduling algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:353252
    • 提供者:天涯沦落人
  1. data_arrange

    0下载:
  2. 数据结构排序算法,透视投影是3D固定流水线的重要组成部分,是将相机空间中的点从视锥体(frustum)变换到规则观察体(Canonical View Volume)中,待裁剪完毕后进行透视除法的行为。在算法中它是通过透视矩阵乘法和透视除法两步完成的。 透视投影变换是令很多刚刚进入3D图形领域的开发人员感到迷惑乃至神秘的一个图形技术。其中的理解困难在于步骤繁琐,对一些基础知识过分依赖,一旦对它们中的任何地方感到陌生,立刻导致理解停止不前。-Data structures sorting
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:85628
    • 提供者:robin
  1. zuoye1_shuzhu

    0下载:
  2. 流水调度的数组简单算法。n个作业要在由俩台机器M1和M2组成的流水线上完成加工。每个作业的顺序都是现在M1上加工,然后在M2上加工。这个问题要求确定这n个作业的最优加工顺序,使得从第一个作业M1上开始加工,到最后一个作业在机器M2上加工完成所需的时间最短-Array of simple flow scheduling algorithm. n a job in the two machines M1 and M2 components of the pipeline to complete pr
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:631
    • 提供者:刘日月
  1. he-pipeline-processing-stages

    0下载:
  2. n个任务在流水线上进行m个阶段的加工 ,每一阶段至少有一台机器且至少有一个阶段存在多台机器,并且同一阶段上各机 器的处理性能相同,在每一阶段各任务均要完成一道工序,各任务的每道工序可以 在相应阶段上的任意一台机器上加工,已知任务各道工序的处理时间,要求确定所 有任务的排序以及每一阶段上机器的分配情况,使得调度指标(一般求Makespan)最 小。-n-m on the task in the pipeline processing stages,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:2878
    • 提供者:guoxiangwang
  1. dpso

    0下载:
  2. 离散微粒群优化算法解决流水线调度问题。包含多个有名算法:NEH,局部搜索算法等。-Discrete Particle Swarm Optimization algorithm to solve assembly line scheduling problem. Contains several well-known algorithms: NEH, local search algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:3061
    • 提供者:zhangfengrong
  1. crc_10g

    0下载:
  2. 为了解决! 以太网接入系统中大规模并行编码器的设计问题! 提出了矩阵法 代入法流水线法等三种设计方法以此为基础!给出了!以太网接入系统中 编码器的实现方 案.-In order to solve! " # Ethernet access system, $ $ massively parallel encoder design! Proposed a matrix method" substitution method " , three line method as a basis
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2424
    • 提供者:尤恺元
  1. surplus-control

    0下载:
  2. 编写的一个控制点策略,用于大批量流水线生产控制-Write a single point of strategy, used in mass production line control
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:12360
    • 提供者:姜天华
  1. computer-architecture

    0下载:
  2. 计算机体系结构课程设计 非线性流水线的冲突调度-The computer system structure course design Nonlinear assembly line of scheduling conflicts
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:595668
    • 提供者:liuhui
  1. D.536660920.26380

    0下载:
  2. 本源码主要用于零件加工时机器的使用顺序,工作顺序以及流水线工作顺序。-This source is mainly used for the use of the machine parts processing order, work order and the order of assembly line work.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:6896
    • 提供者:史永锋
  1. PLC

    1下载:
  2. plc电镀流水线程序包 西门子s7-300系列 课程设计是自己做的,可能有疏忽的地方 程序包直接解压到电脑子目录文件下可直接使用-PLC plating line package Siemens s7-300 series Curriculum design is made by myself, there may be negligence place Package direct decompression to electric br
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-16
    • 文件大小:246371
    • 提供者:zzpy
« 12 »
搜珍网 www.dssz.com