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

搜索资源列表

  1. kwic

    2下载:
  2. kwic(keyword in context)系统演示源代码及文档,基于pipeline-filter模式,.net平台编写。-kwic (keyword in context) system demonstration source code and documents, based on pipeline-filter pattern, net platform compilation.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:419336
    • 提供者:
  1. 3_3流水线

    0下载:
  2. 流水线作业练习,A、B机器处理作业1~5所需要的时间分别是『。。。。』『。。。。』,一台机器一次只能处理一个作业,一个作业只能由一台机器完成,求A、B完成所有作业的最短时间。-pipeline workbook, A, B machines handling a ~ 5 respectively, the time required is . . . . ]. . . . And one machine can handle only one time operation, an operati
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1176
    • 提供者:刘约靖
  1. 流水线作业调度

    0下载:
  2. 按动态规划原理球解一类特定条件下的流水线调度问题的具体做法-according to the principles of dynamic programming ball a particular type of solution under the conditions of the pipeline scheduling problems, the specific way
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7384
    • 提供者:子非鱼
  1. NamePipe

    0下载:
  2. 自己封装的管道通信类,可简单修改后用于需要管道技术的程序中,并附带测试程序。-own package Pipeline Communications, simple modifications necessary for the pipeline technical procedures, test procedures and fringe.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:106385
    • 提供者:王文明
  1. aliasing

    0下载:
  2. 大俄罗斯民用机电产品对华出口作出了积极努力,对能源、航空、医疗设备贸易进行了规划,能源资源领域合作取得了积极进展,俄远东石油管道建设工程已经启动,俄罗斯支持中国企业参与俄罗-large Russian civilian mechanical and electrical products exports to China have made positive efforts in the energy, aviation, medical equipment trade in the plann
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:1114
    • 提供者:aabbcc
  1. lsxarrange

    0下载:
  2. 完成流水线安排问题的解决,具体问题描述如下: 有m台不同的机器,n个不同的工件。每个工件有多道工序,每道工序由指定的机器在固定的时间内完成。一道工序一旦开始处理,就不能中断。每台机器一次只能处理一道工序。一个调度就是决定每台机器上工序的处理顺序,使得机器完成所有工件的时间最短。具体的,该问题就是要求在满足(1)、(2)两个约束条件的前提下,确定每台机器上工序的顺序,使加工的时间跨度(从开始加工到全部工件都加工完所需要的时间)达到最小。其中,(1)表示工件约束条件:对每个工件而言,机器对它的加
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:414138
    • 提供者:荣平
  1. DM642asm_c

    0下载:
  2. 一个TIDM642DSP处理器测试程序,分别用C和ASM编写,ASM分别用10~6个循环实现,适宜学习流水线编程手段和熟悉汇编命令-a TIDM642DSP processor test procedures were used to prepare C and ASM. ASM respectively 10 ~ 6 cycling and appropriate learning tools and programming pipeline familiar with the compila
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:15741
    • 提供者:赵鑫
  1. DLLCallDemo

    0下载:
  2. 操作系统上机实验报告,进程间的通信,1. 选择Windows2000环境提供的进程通信工具:文件映射(filemap)、管道(Pipe或NamedPipe)、套接字(socket)完成同一机器上的两个进程、不同机器上的两个进程或不同操作系统下的两个进程之间的通信。-experimental operating system on the plane, inter-process communication, 1. Choose Windows 2000 environment, the proc
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:76941
    • 提供者:钱青鱼
  1. 20074152101599417

    0下载:
  2. 一段流水灯程序, 一段流水灯程序, 一段流水灯程序,一段流水灯程序-lights procedures for water, a water lights procedures, a section of pipeline lights procedures, a section of pipeline lights procedures, Lights procedures for water, a water lights procedures, a section of pipeline
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:49602
    • 提供者:刘刘
  1. liushuixian

    0下载:
  2. 一个简单的算法设计程序,用C++编写,实现流水线的调度。-a simple algorithm design process, using C, the realization of the pipeline scheduling.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11646
    • 提供者:映雪
  1. myshell.rar

    1下载:
  2. 用纯C语言编写的一个Linux下的Shell,包含tch和bash的基本功能(包含重定向和后台运行),暂时不支持管道。已经在cygwin和Ubantu 7.10下测试通过。 主要包含: makefile 编译生成myshell可执行文件 myshell.c 主函数(涉及程序入口) utility.c 所有功能函数(将近1000行) myshell.h(包含宏定义、结构体声明、库函数的头文件,及utility.c中的所有函数的声明) readme 用户手册(当用户在myshel
  3. 所属分类:OS Develop

    • 发布日期:2015-08-07
    • 文件大小:300420
    • 提供者:Yang
  1. pipeline

    0下载:
  2. 某石油公司计划建造一条由东向西的主输油管道。该管道要穿过一个有n 口油井的油田。从每口油井都要有一条输油管道沿最短路经(或南或北)与主管道相连。如果给定n口油井的位置,即它们的x 坐标(东西向)和y 坐标(南北向),应如何确定主管道的最优位置,即使各油井到主管道之间的输油管道长度总和最小的位置?证明可在线性时间内确定主管道的最优位置。 给定n 口油井的位置,编程计算各油井到主管道之间的输油管道最小长度总和。-Oil pipeline Problem iadhf djsfhl sdhnfkj sl
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:2142
    • 提供者:谢天喜
  1. dlx_verilog.rar

    0下载:
  2. 这是我个人写的DLX处理器流水线的Verilog代码,在ModelSim中仿真通过,并且在ISE中能综合!即可以下载到FPGA中运行指令,指令可以根据需要定义,也可和相应的编译器配合使用,这里给学习流水线和Verilog的朋友共享。,This is my personal wrote DLX pipeline processor Verilog code, adopted in the ModelSim simulation and can be integrated in the ISE! T
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-03-29
    • 文件大小:9781
    • 提供者:李乔
  1. processManage

    0下载:
  2. 实现进程间的创建、管理、软中断通信和管道通信-The realization of the process between the creation, management, soft interrupt communications and pipeline communication
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1880
    • 提供者:kevin
  1. pipe

    0下载:
  2. 实现操作系统中管道的功能,让大家对管道有更深刻的认识。-Realize the function of pipeline operating systems, so that everyone on the pipeline have a better understanding.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-27
    • 文件大小:298127
    • 提供者:明明
  1. pipe

    0下载:
  2. 输油管道问题,算法,分治算法,带权中位数解法!-Pipeline issues, algorithms, division algorithms, the median with the right solution!
  3. 所属分类:source in ebook

    • 发布日期:2017-04-04
    • 文件大小:778
    • 提供者:斐斐
  1. Pipeline

    0下载:
  2. 计算各油井到主管道之间的输油管道最小长度总和。-Pipeline
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-31
    • 文件大小:608
    • 提供者:zyy
  1. Pipeline

    0下载:
  2. 程序解决了给定油井位置,求出一条东西向输油管道的位置,使之到各个油井的距离之和达到最小 //程序一次性读入11组测试文件,将油井纵坐标存储在动态开辟的pipey数组里,通过运用在数组中查找第K小个元素的算法找到了管道的最优位置 //最后求得最短距离后,将最终结果一次性存储到11个输出文件中。-Program to solve a given oil well location, find a location east-west pipeline, so that the distanc
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:1955
    • 提供者:秦文煜
  1. pipeline

    0下载:
  2. 一个流水线设计提高FPGA运行主频的实例-a pipeline demo for FPGA written with verilog
  3. 所属分类:MPI

    • 发布日期:2017-11-16
    • 文件大小:73045
    • 提供者:周彦宏
  1. pipeline

    0下载:
  2. 流水线部分模块,流水线寄存器的实现,ex级-Assembly line part of the module, pipeline register
  3. 所属分类:source in ebook

    • 发布日期:2017-05-01
    • 文件大小:176704
    • 提供者:maomao
« 12 3 »
搜珍网 www.dssz.com