1)  multi-dimension assignment
多维分配问题
1.
In a multi-node distributed multisensor fusion system, the problem of track correlation can be transformed to a problem of multi-dimension assignment.
在多节点分布式多传感器融合系统中,航迹关联问题可以化为多维分配问题
2)  multi-dimension
多维
1.
Research and implementation of multi-dimension management of meta-data based on meta-meta-model;
基于元元模型的多维元数据管理研究与实现
2.
A Data Analysis System to the Banking Industry Based on the J2EE Architecture and Multi-dimension Data Model;
基于J2EE和多维数据模型的金融数据分析系统
3.
Objective According to actual terminal phaco energy effect in intraocular space,multi-dimensional energy control model was put forward on the base of traditional foot pedal control,which includes controls of energy direction,distance and prevention.
目的分析白内障手术中超声乳化能量的多维控制模式及其临床意义。
3)  multi-dimensional
多维
1.
Generation of spectrum-compatible multi-dimensional artificial ground motions via wavelet transform;
基于小波变换的拟合规范反应谱多维地震动模拟
2.
A multi-dimensional RBAC model with variable context parameters;
支持可变上下文参数的多维RBAC模型
3.
In this paper, we review and summarize some progresses achieved in last few years in computer-aided diagnosis of multi-dimensional medical images for breast tumors, micro-calcification, lung nodules, colonic polyps and coronary arterial diseases.
综述了当前多维医学图像计算机辅助诊断在乳房钙化点、肿块和肺结节性病变以及肠息肉和冠状动脉病变方面的研究成果和进展。
4)  multidimension
多维
1.
Direct computation of multidimensional seismic instantaneous informations;
多维地震瞬时信息的直接计算方法
2.
Initial Boundary Value Problem for a Class of Multidimensional Nonlinear Pseudoparabolic Equations;
一类多维非线性拟抛物方程的初边值问题
3.
(1)A systematic study based on multidimensional reliability design for machine is made,different circumstances that can be encountered in design are analyzed,and a way to handle them is found,multidimensional reliability design is reduced to solve nonlinear equations by numerical method.
①对多维机械可靠性设计方法进行系统的研究,对可能存在的各种情况进行分析并提出处理意见,将多维可靠性设计转化为求解非线性方程组,然后用数值方法求解。
5)  multidimensional
多维
1.
Organization and materialization strategies of multidimensional views in railway freight transportation data warehouse;
铁路货运数据仓库多维视图的组织及其物化策略
2.
Multidimensional Research on Foreign Basketball-players in CBA;
对CBA联赛引进外籍球员的多维研究
3.
The model bases on multidimensional dynamic analysis of the theory of grey system.
根据灰色系统理论中“多维动态分析”原理 ,建立了煤矿企业有序发展多维动态分析模型 ,并根据该模型对影响煤矿企业发展的各种因素进行了理论分析 ,为煤矿企业科学管理提供决策依
6)  multi-dimensions
多维
1.
The preliminary study on the frame of multi-dimensions agriculture information classification;
多维网络农业信息分类框架的初步研究
2.
In this paper, the structures and characteristics of permanent magnet spherical motors of multi-dimensions are explained, and the present research progresses and development of permanent magnet spherical motors of multi-dimensions are summarized, the application prospects and developing-tendency are also discussed.
阐述了永磁多维球形电动机的结构和特点,概述了永磁多维球形电动机的现状和最新研究进展,探讨了其应用前景和研究发展方向,并对其中一种永磁球形步进电动机提出了磁场分析的方法,给出了仿真计算的结果。
参考词条
补充资料:任务分配问题

任务分配问题是在加权二分图中寻找最大(或最小)加权匹配的问题。

[编辑] 详述

分为以下几类:

  • 线性任务分配问题:<math>P</math>是二元组<math>(a, b)</math>的集合,其中<math>a</math>和<math>b</math>分别是集合<math>A</math>和<math>B</math>中的元素。<math>C</math>是某一函数,并满足特定约束条件,例如:<math>A</math>的每一个元素必须在<math>P</math>中出现一次,或者<math>B</math>的每一个元素必须在<math>P</math>中出现一次,或者以上二者都必须满足。线性任务分配问题的目标就是最大化或者最小化<math>C(a, b)</math>之和。

    该问题是线性的因为代价函数<math>C()</math>只取决于特定的二元组<math>(a, b)</math>而与其它的二元组没有任何关系。
  • 二次任务分配问题:给定<math>n</math>家工厂和<math>n</math>个库房。每个库房被分配给一家工厂。很显然有<math>n!</math>种不同的分配组合。每家工厂和它的库房间的代价函数被定义为二者间的距离和物流量的乘积。如何分配以使所有的代价总和最小?

这些问题都是组合优化的研究对象。

[编辑] 举例

有一些员工要完成一些任务。各个员工完成不同任务所花费的时间都不同。每个员工只分配一项任务。每项任务只被分配给一个员工。怎样分配员工与任务以使所花费的时间最少?

婚配问题:有一些男人和一些女人,各位男人如果和某位女人结婚则其婚姻稳定程度具有不同的稳定数值。如何匹配可以使得所有配对的稳定值总和最大?也称婚姻匹配问题。

[编辑] 算法

匈牙利算法

说明:补充资料仅用于学习参考,请勿用于其它任何用途。