搜索结果
找到约 134 项符合
min-cut 的查询结果
文章/文档 Applications of min-cut model.
Applications of min-cut model.
通信网络 改进的Min-Min网格任务调度算法
 在网格环境中,如何对任务进行高效调度是当前研究的热点问题。目前Min-Min调度算法是一个简单、快速、有效的算法,但它很难满足网格任务对服务质量的要求。在独立型的任务调度模型的基础上,提出了一种基于权值的改进Min-Min调度算法。改进后的算法通过量化网格任务的优先级和等待时间,解决了原有算法存在的高质量任 ...
生物技术 The software package provides a MAX-MIN Ant System implemented in the Hyper-Cube Framework for the
The software package provides a MAX-MIN Ant System implemented in the
Hyper-Cube Framework for the application to Unconstrained Binary Quadratic
Programming (UBQP).
嵌入式/单片机编程 用于motorala 68K系列处理器的小实时多任务操作系统 The OMU Kernel was written to provide a cut-down Unix-like O/S for a
用于motorala 68K系列处理器的小实时多任务操作系统
The OMU Kernel was written to provide a cut-down Unix-like O/S for a
home-made 6809-based home computer built by me, Steven Hosgood, in the
early 1980s. This package contains the RTOS version of omu68k, derived
from a port of the original 6809 code to ...
软件设计/软件工程 数据挖掘管理系统规范说明 现状简介 强度挖掘(Intension Mining) I-MIN过程模型(Process Model) I-MIN系统的功能组件(Functional Compon
数据挖掘管理系统规范说明
现状简介
强度挖掘(Intension Mining)
I-MIN过程模型(Process Model)
I-MIN系统的功能组件(Functional Components)
强度挖掘算子(Operators)
I-MIN系统的三层体系结构(Architecture)
小结
文件格式 Cut ur favourite s songs
Cut ur favourite s songs
其他书籍 This book keeps the exposition as straightforward as possible and enables you to cut through the maz
This book keeps the exposition as straightforward as possible and enables you to cut through the maze of acronyms, hacking tools, rumored weaknesses, and vague vendor security claims to make educated security decisions when purchasing or deploying WLAN."
Java编程 用snmp获取min文件信息
用snmp获取min文件信息
书籍源码 cut.c 给定一块宽度为W的矩形板
cut.c
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?
数据结构 This code implements min binomial heaps and min leftist trees.Plus, measure and compare the relative
This code implements min binomial heaps and min leftist trees.Plus, measure and compare the relative performance of these two implementations under the assumption that the only permissible operations are insert and delete-min.