文件名称:1001451_PA2
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2015-05-06
- 文件大小:
- 22kb
- 下载次数:
- 0次
- 提 供 者:
- 林**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
通过DFG图进元件的排列执行调度和资源结合.排列出出尽量少的层数-In this assignment, you are asked to write a program that performs scheduling and resource binding for a given data flow graph (DFG) under resource constraint.
In a DFG, there are two types of operations: ADD (A) and MULTIPLY (M). The ADD operation costs 1 time unit and the MULTIPLY operation costs 2 time units.
For scheduling:
Minimize the latency under the given resource constraints.
For binding:
Based on the scheduling result, bind the operations.
In a DFG, there are two types of operations: ADD (A) and MULTIPLY (M). The ADD operation costs 1 time unit and the MULTIPLY operation costs 2 time units.
For scheduling:
Minimize the latency under the given resource constraints.
For binding:
Based on the scheduling result, bind the operations.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
1001451_PA2\1001451_PA2\1001451_PA2.vcxproj
...........\...........\1001451_PA2.vcxproj.filters
...........\...........\DFG.cpp
...........\...........\DFG.h
...........\...........\main.cpp
...........\1001451_PA2.sln
...........\1001451_PA2.v12.suo
...........\PA2.PNG
...........\1001451_PA2
1001451_PA2