期刊文献+
共找到372篇文章
< 1 2 19 >
每页显示 20 50 100
激光雷达和相机的决策级融合目标检测方法
1
作者 龙科军 余娟 +3 位作者 费怡 向凌云 骆嫚 杨双辉 《长沙理工大学学报(自然科学版)》 CAS 2024年第1期133-140,共8页
【目的】激光雷达与相机这两类传感器检测数据格式不统一、分辨率不同,且数据级和特征级的融合计算复杂度高,故提出一种决策级的目标融合检测方法。【方法】对激光雷达与相机的安装位置进行联合标定,实现这两类传感器检测结果的坐标系转... 【目的】激光雷达与相机这两类传感器检测数据格式不统一、分辨率不同,且数据级和特征级的融合计算复杂度高,故提出一种决策级的目标融合检测方法。【方法】对激光雷达与相机的安装位置进行联合标定,实现这两类传感器检测结果的坐标系转换;利用匈牙利算法将激光雷达点云检测目标框和相机图像检测目标框进行匹配,设定目标框重合面积阈值,检测获得目标物的位置、类型等。【结果】实车测试结果表明,根据检测目标检测框长宽比选取不同交并比阈值的方法使得车辆和行人的目标识别准确率分别提升了3.3%和5.3%。利用公开数据集KITTI对所提融合方法进行验证,结果表明,在3种不同难度等级场景下,所提融合方法的检测精度分别达到了75.42%、69.71%、63.71%,与现有常用的融合方法相比,检测精度均有所提升。【结论】这两类传感器的检测目标框重合面积阈值对决策级融合检测结果影响较大,根据检测目标检测框长宽比选取不同阈值可有效提升车辆和行人的目标识别准确率。决策级融合方法能准确匹配雷达和相机的检测目标,有效提升目标检测精度。 展开更多
关键词 目标检测 决策级融合 匈牙利算法 激光雷达 相机 环境感知
下载PDF
协同上下行链路的频谱资源分配方案
2
作者 何继爱 张琴 +1 位作者 邱莉莉 朱玮嘉 《测控技术》 2024年第7期78-84,共7页
传统蜂窝网络采用固定的频谱资源分配方式,导致频谱利用率低且无法满足用户高速和高质量通信需求。针对这种局限性提出了一种将分布式天线系统(Distributed Antenna System,DAS)与终端直通(Device to Device,D2D)通信技术相结合的策略... 传统蜂窝网络采用固定的频谱资源分配方式,导致频谱利用率低且无法满足用户高速和高质量通信需求。针对这种局限性提出了一种将分布式天线系统(Distributed Antenna System,DAS)与终端直通(Device to Device,D2D)通信技术相结合的策略。首先,该方案提出协同上下行链路(Uplink and Downlink Collaboration,UADC)的资源分配算法,并构建了以最大化系统总效率为目标的非线性规划问题。然后,将该问题分为最佳功率选择和信道分配2个子问题,同时利用匈牙利算法为D2D对选择最佳信道。最后,在MATLAB仿真平台进行实验。仿真结果表明,相比于仅复用上行链路的和仅使用DAS系统的方法,所提方案的频谱效率更高。 展开更多
关键词 蜂窝网络 DAS D2D技术 UADC算法 匈牙利算法
下载PDF
利用改进匈牙利算法求解旅行商问题
3
作者 梁喻 陈明明 刘凡 《科学技术与工程》 北大核心 2024年第14期5920-5927,共8页
针对传统的匈牙利算法在求解旅行商问题(travelling salesman problem,TSP)时会导致多回路闭合的问题,提出了破环机制,设计了破环匈牙利算法。通过采用分配问题的描述方法对旅行商问题进行建模,并建立二者之间的转换关系,论证了TSP可行... 针对传统的匈牙利算法在求解旅行商问题(travelling salesman problem,TSP)时会导致多回路闭合的问题,提出了破环机制,设计了破环匈牙利算法。通过采用分配问题的描述方法对旅行商问题进行建模,并建立二者之间的转换关系,论证了TSP可行解的充分必要条件是对应分配问题的可行解与辅助边结合后仅包含一个环路,对6个标准旅行商进行测试和对比分析,验证算法的有效性。实验结果表明:在不同的数据集中,改进匈牙利算法能有效求出TSP问题的解。 展开更多
关键词 旅行商问题 匈牙利算法 分配问题 破环机制
下载PDF
基于视觉的交通场景目标检测与跟踪技术研究
4
作者 张涌 周爱博 +1 位作者 黄林雄 赵奉奎 《计算机仿真》 2024年第4期156-160,283,共6页
针对通用目标检测算法在交通场景下检测多目标时存在的小目标漏检和误检问题,提出了一种适用于交通场景下的目标检测与跟踪算法。基于K-means++聚类算法计算出适合交通场景下目标检测的锚定框(Anchor Box)和深度可分离卷积的思想优化目... 针对通用目标检测算法在交通场景下检测多目标时存在的小目标漏检和误检问题,提出了一种适用于交通场景下的目标检测与跟踪算法。基于K-means++聚类算法计算出适合交通场景下目标检测的锚定框(Anchor Box)和深度可分离卷积的思想优化目标检测算法。其次,利用匈牙利匹配将卡尔曼滤波的预测值和目标检测的实际值相关联匹配,以实现目标跟踪。实验结果证明,改进后的目标检测与跟踪算法较原始算法在mAP方面提升了2.3%,达到了99.13%;速度提升了20%,达到了30帧/秒,对交通场景下的特定目标均实现了准确检测跟踪,保持了较好的实时性。 展开更多
关键词 目标检测 目标跟踪 卡尔曼滤波 匈牙利匹配
下载PDF
基于需求密度预测的网约车集约化调度方法
5
作者 郭羽含 丁文婧 《软件导刊》 2024年第4期21-30,共10页
为提升网约车接单率和利润率、实现全局供需平衡,提出一种基于需求密度预测的网约车集约化调度方法。首先,根据历史数据设计基于多层混合感知野的深度时空残差感知网络结构,该网络基于需求频度划分历史时空数据,并通过卷积指数线性网络... 为提升网约车接单率和利润率、实现全局供需平衡,提出一种基于需求密度预测的网约车集约化调度方法。首先,根据历史数据设计基于多层混合感知野的深度时空残差感知网络结构,该网络基于需求频度划分历史时空数据,并通过卷积指数线性网络及残差单元对不同时空数据进行差异化处理。结合基于门控机制的融合及求和融合方法动态聚合时间、空间和外部特征,实现了对需求密度的准确预测,从而预估网约车需求密度集群效益。其次,基于网约车经济效益和需求密度集群效益,建立调度数学模型,设计传感邻域限制调度范围,提升搜索效率。将遗传算法与匈牙利算法相结合,提高算法寻优能力,避免基因缺失,通过改进选择和变异算子,增强遗传算法的局部随机搜索能力,规避早熟风险,从而得到网约车与乘客的最佳匹配结果,保证了全局供需平衡和总体盈利能力。最后,基于大规模真实数据集对预测模型的性能和调度算法的有效性进行验证,实验结果表明,预测模型精度可达到97%,调度算法的求解质量可达最优解的99%,可为网约车平台提供调度策略,保障交通系统稳定。 展开更多
关键词 智能交通系统 车辆调度 网约车需求密度预测 遗传算法 匈牙利算法 深度神经网络
下载PDF
基于TSI的匈塞铁路塞段站场主要技术标准研究
6
作者 秦宝来 张立阳 倪家浩 《铁道工程学报》 EI CSCD 北大核心 2024年第6期98-103,共6页
研究目的:为指导匈塞铁路塞尔维亚段站场工程设计、施工,并便于建成后的运输组织和养护维修,结合项目所在国铁路运输、设备维护及管理需要,基于欧盟铁路互联互通(TSI)条件,对线间距、到发线有效长度、客运设备及车辆设备、站线轨道四方... 研究目的:为指导匈塞铁路塞尔维亚段站场工程设计、施工,并便于建成后的运输组织和养护维修,结合项目所在国铁路运输、设备维护及管理需要,基于欧盟铁路互联互通(TSI)条件,对线间距、到发线有效长度、客运设备及车辆设备、站线轨道四方面技术标准展开对比研究。研究结论:(1)车站线间距的规定推荐采用塞尔维亚标准;(2)接发客货列车的到发线有效长度一般为650 m,每隔20~25 km车站到发线有效长度满足750 m;仅接发客车的到发线有效长度:临靠400 m长度站台的到发线,有效长度不小于530 m,临靠220 m长度站台的到发线,有效长度不小于350 m;(3)停靠国际列车的站台长度不少于400 m,仅停靠国内列车的站台长度不少于220 m,侧式站台宽度为4 m,岛式站台宽度为6.66 m,站台高度采用0.55 m;(4)正线和到发线采用60E1型,R260品质钢轨;其余站线轨道采用49E1型,R260品质钢轨;道岔选用UIC道岔系列,根据通过速度选择不同型号;(5)本研究成果对其他欧洲铁路项目站场主要技术标准的选择及国内铁路设计具有借鉴意义。 展开更多
关键词 匈塞铁路 站场技术标准 欧盟铁路互联互通
下载PDF
“西方马克思主义者”与“匈牙利知识分子”:卢卡奇身份问题之考察
7
作者 张泽恒 《中国文学研究》 北大核心 2024年第3期24-32,共9页
卢卡奇是20世纪西方最为重要的思想家之一,他的作品在20世纪30年代就被翻译成了中文,对国内现实主义文论发展起到了一定作用。但受限于苏联学界的影响,学界一直未能深入了解、发掘卢卡奇理论及其价值。改革开放后,国内对卢卡奇的研究热... 卢卡奇是20世纪西方最为重要的思想家之一,他的作品在20世纪30年代就被翻译成了中文,对国内现实主义文论发展起到了一定作用。但受限于苏联学界的影响,学界一直未能深入了解、发掘卢卡奇理论及其价值。改革开放后,国内对卢卡奇的研究热度逐渐上升并主要关注其哲学问题。人们往往更多地关注卢卡奇作为“西方马克思主义者”的身份,而忽视了其匈牙利知识分子的身份。将卢卡奇的经历与思想,重新置于西方马克思主义形成与匈牙利社会思想史中,方能正确认识卢卡奇的身份问题。 展开更多
关键词 卢卡奇 西方马克思主义 《历史与阶级意识》 匈牙利身份
下载PDF
基于加权窗口特征的多目标火力集中分配和动态调整算法
8
作者 兰浩然 关佳兴 花园 《指挥信息系统与技术》 2024年第2期51-56,共6页
针对现有的火力打击规划方法在战前筹划时存在局部收敛性和全局优化能力差、缺乏对战中调整的临机处理和时效性考虑等问题,提出了基于加权窗口特征的火力集中分配和动态调整算法。首先,建立了基于加权窗口特征的分配模型以量化打击效益... 针对现有的火力打击规划方法在战前筹划时存在局部收敛性和全局优化能力差、缺乏对战中调整的临机处理和时效性考虑等问题,提出了基于加权窗口特征的火力集中分配和动态调整算法。首先,建立了基于加权窗口特征的分配模型以量化打击效益和资源代价,从而适应对不同作战需求的火力分配;然后,针对算法参数敏感和先验知识缺失的问题,提出了一种自适应参数的基于密度的聚类算法,可自适应寻优参数选择;最后,考虑到战中调整的实时性需求,提出了改进匈牙利算法以减少代价矩阵的迭代次数。试验表明,该算法能够有效解决战前规划和战中调整问题,且在大规模数据集上表现出比其他方法更加优越的性能,验证了该算法的有效性和灵活性。 展开更多
关键词 武器目标分配(WTA) 火力打击规划 聚类 匈牙利算法
下载PDF
单机流式货架系统中双命令操作的生成方法
9
作者 李莉 张晖 吴邹昊 《长江信息通信》 2024年第3期108-110,共3页
单机流式货架系统作为经典流式货架系统的一种,具有高存储密度、高空间利用率等特点。其存储单元被设计成狭窄的U型,使得入库端和出库端位于同一个工作面彼此相邻的位置。存取机可以采用单命令模式和双命令模式执行入库作业和出库作业... 单机流式货架系统作为经典流式货架系统的一种,具有高存储密度、高空间利用率等特点。其存储单元被设计成狭窄的U型,使得入库端和出库端位于同一个工作面彼此相邻的位置。存取机可以采用单命令模式和双命令模式执行入库作业和出库作业。文章根据匈牙利算法,为单机流式货架系统生成双命令操作序列,并通过仿真实验验证匈牙利算法生成双命令操作的有效性。 展开更多
关键词 单机流式货架 匈牙利算法 双命令模式
下载PDF
Study on the Hungarian algorithm for the maximum likelihood data association problem 被引量:4
10
作者 Wang Jianguo He Peikun Cao Wei 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2007年第1期27-32,共6页
A specialized Hungarian algorithm was developed here for the maximum likelihood data association problem with two implementation versions due to presence of false alarms and missed detections. The maximum likelihood d... A specialized Hungarian algorithm was developed here for the maximum likelihood data association problem with two implementation versions due to presence of false alarms and missed detections. The maximum likelihood data association problem is formulated as a bipartite weighted matching problem. Its duality and the optimality conditions are given. The Hungarian algorithm with its computational steps, data structure and computational complexity is presented. The two implementation versions, Hungarian forest (HF) algorithm and Hungarian tree (HT) algorithm, and their combination with the naYve auction initialization are discussed. The computational results show that HT algorithm is slightly faster than HF algorithm and they are both superior to the classic Munkres algorithm. 展开更多
关键词 TRACKING Data association Linear programming hungarian algorithm
下载PDF
Improved Hungarian algorithm for assignment problems of serial-parallel systems 被引量:3
11
作者 Tingpeng Li Yue Li Yanling Qian 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2016年第4期858-870,共13页
In order to overcome the shortcoming of the classical Hungarian algorithm that it can only solve the problems where the total cost is the sum of that of each job, an improved Hungarian algorithm is proposed and used t... In order to overcome the shortcoming of the classical Hungarian algorithm that it can only solve the problems where the total cost is the sum of that of each job, an improved Hungarian algorithm is proposed and used to solve the assignment problem of serial-parallel systems. First of all, by replacing parallel jobs with virtual jobs, the proposed algorithm converts the serial-parallel system into a pure serial system, where the classical Hungarian algorithm can be used to generate a temporal assignment plan via optimization. Afterwards, the assignment plan is validated by checking whether the virtual jobs can be realized by real jobs through local searching. If the assignment plan is not valid, the converted system will be adapted by adjusting the parameters of virtual jobs, and then be optimized again. Through iterative searching, the valid optimal assignment plan can eventually be obtained.To evaluate the proposed algorithm, the valid optimal assignment plan is applied to labor allocation of a manufacturing system which is a typical serial-parallel system. 展开更多
关键词 hungarian algorithm assignment problem virtual job serial-parallel system optimization
下载PDF
Competition assignment problem algorithm based on Hungarian method 被引量:1
12
作者 KONG Chao REN Yongtai +1 位作者 GE Huiling DENG Hualing 《Journal of Northeast Agricultural University(English Edition)》 CAS 2007年第1期67-71,共5页
Traditional Hungarian method can only solve standard assignment problems, while can not solve competition assignment problems. This article emphatically discussed the difference between standard assignment problems an... Traditional Hungarian method can only solve standard assignment problems, while can not solve competition assignment problems. This article emphatically discussed the difference between standard assignment problems and competition assignment problems. The kinds of competition assignment problem algorithms based on Hungarian method and the solutions of them were studied. 展开更多
关键词 optimal assignment problem competition assignment problem hungarian method
下载PDF
Hungarian算法的推广 被引量:3
13
作者 段卫龙 《中南林学院学报》 CSCD 1997年第4期90-94,共5页
分析了非平衡分派问题的线性规划模型的性质和特点,在此基础上,将Hugarian算法推广到非平衡分派问题,利用该算法,可以直接求出非平衡分派问题.
关键词 hungarian 算法 推广 线性规划
下载PDF
Multi-Objective Optimization of Time-Cost-Quality Using Hungarian Algorithm 被引量:2
14
作者 Ventepaka Yadaiah V. V. Haragopal 《American Journal of Operations Research》 2016年第1期31-35,共5页
In this paper, we propose an algorithm for solving multi-objective assignment problem (MOAP) through Hungarian Algorithm, and this approach emphasizes on optimal solution of each objective function by minimizing the r... In this paper, we propose an algorithm for solving multi-objective assignment problem (MOAP) through Hungarian Algorithm, and this approach emphasizes on optimal solution of each objective function by minimizing the resource. To illustrate the algorithm a numerical example (Sec. 4;Table 1) is presented. 展开更多
关键词 Assignment Problem hungarian Algorithm Multi-Objectives
下载PDF
Adaptive subcarrier allocation for MIMO-OFDMA wireless systems using Hungarian method
15
作者 管张均 李昊 +2 位作者 徐昌庆 周希朗 张唯炯 《Journal of Shanghai University(English Edition)》 CAS 2009年第2期146-149,共4页
MIMO-OFDMA is a promising technique for future broadband wireless communication systems. In this paper, the problem of allocating subcarriers among different users to maximize the total capacity is addressed. The opti... MIMO-OFDMA is a promising technique for future broadband wireless communication systems. In this paper, the problem of allocating subcarriers among different users to maximize the total capacity is addressed. The optimal solution can be obtained by Hungarian method is proved, using two utility matrices, i.e. the Frobenius-norm matrix and the determinant matrix. Simulation results show that the proposed algorithm can achieve higher capacity than the existing algorithms, and it is globally optimal and easy to be implemented. 展开更多
关键词 MIMO-OFDMA subcarrier allocation hungarian method
下载PDF
The Hind as the Ancestress, Ergo Virgin Mary-- Comparative Study About the Common Origin Myth of the Hun and Hungarian People 被引量:1
16
作者 Attila Mateffy 《Journal of Sociology Study》 2012年第12期941-962,共22页
关键词 匈牙利 神话 起源 欧亚大陆 文化遗产 对应关系 象征性 传说
下载PDF
An Application of the Hungarian Algorithm to Solve Traveling Salesman Problem
17
作者 Janusz Czopik 《American Journal of Computational Mathematics》 2019年第2期61-67,共7页
In this paper we applicate the Hungarian algorithm for assignment problem to solve traveling salesman problem. Tree examples of application of algorithm are included.
关键词 TRAVELING SALESMAN ASSIGNMENT Problem POLYNOMIAL Time hungarian Algorithm
下载PDF
Tinnitus characteristics and associated variables on Tinnitus Handicap Inventory among a Hungarian population
18
作者 Panayiota Mavrogeni Stefani Maihoub +1 位作者 László Tamás András Molnár 《Journal of Otology》 CSCD 2022年第3期136-139,共4页
Background:Tinnitus is a sound precepted without an external sound stimulus.Its background can be categorised into primary and secondary cases.The secondary cases include pathologies of the external,middle and inner e... Background:Tinnitus is a sound precepted without an external sound stimulus.Its background can be categorised into primary and secondary cases.The secondary cases include pathologies of the external,middle and inner ear.Tinnitus can be objective or subjective;the latter can only identified by the sufferer.Previous research results have shown that tinnitus significantly affects the quality of life and daily functioning.Objectives:To analyse the impact of tinnitus on the daily functioning and the possible influence of demographical data and tinnitus duration on it.Methods:630 patients(265 males and 365 females,25e85 years of age)suffering from primary tinnitus were enrolled.In the Hungarian language,these patients completed the Tinnitus Handicap Inventory(THI)questionnaire and underwent a complete otorhinolaryngological examination.IBM SPSS V24 software was used for data processing;correlation tests,the Mann-Whitney U and Kruskal-Wallis nonparametric tests were used.Results:According to the THI questionnaires outcomes,most patients(62.5%)were presented with a mild handicap.Based on statistical analysis,no significant correlation was observed between the total THI points and the age of the patients,along with the duration and localisation of the symptoms.However,the total THI scores of male and female patients significantly differed,indicating higher THI values in the female group(p=0.00052*).Conclusions:The tinnitus severity was not affected by the duration,localisation of the symptoms and age but by gender,indicating higher values in the case of females. 展开更多
关键词 TINNITUS Tinnitus handicap inventory Tinnitus characteristics Daily functioning hungarian population
下载PDF
基于匈牙利融合遗传算法的多无人机不平衡目标分配 被引量:4
19
作者 姜燕 王道波 +2 位作者 林飞 柏婷婷 姜丹丹 《电光与控制》 CSCD 北大核心 2023年第5期6-10,22,共6页
基于无人机和目标之间的态势,研究不平衡目标任务分配建模和求解问题。首先,分析空战战场下无人机和目标之间的态势,提出一种某时刻的态势评估方法,建立多无人机不平衡目标分配模型;然后,用匈牙利遗传算法的目标分配算法求解该模型;最后... 基于无人机和目标之间的态势,研究不平衡目标任务分配建模和求解问题。首先,分析空战战场下无人机和目标之间的态势,提出一种某时刻的态势评估方法,建立多无人机不平衡目标分配模型;然后,用匈牙利遗传算法的目标分配算法求解该模型;最后,构建仿真算例进行仿真实验。仿真结果验证了所提算法的有效性,同时也表明了匈牙利遗传算法能够提升模型的求解效率。 展开更多
关键词 空战 无人机 目标分配 态势评估方法 匈牙利算法 遗传算法
下载PDF
Effect of special Hungarian probiotic kefir on faecal microflora
20
作者 MáriaFigler GyulaMózsik +5 位作者 BélaSchaffer BeátaGasztonyi Pongrác cs BélaSzili Regina Rab SándorSzakály 《World Journal of Gastroenterology》 SCIE CAS CSCD 2006年第7期1129-1132,共4页
瞄准:调查一个特殊匈牙利职业人员的四星期的消费的效果在人的健康题目的排泄物的微植物群上的关於生命的代理人(Biofir ) 。方法:有 10 的 Biofir (6 ) 的效果 /cm3 排泄物的微植物群上的起始的细菌在 120 个健康志愿者被学习(71 女... 瞄准:调查一个特殊匈牙利职业人员的四星期的消费的效果在人的健康题目的排泄物的微植物群上的关於生命的代理人(Biofir ) 。方法:有 10 的 Biofir (6 ) 的效果 /cm3 排泄物的微植物群上的起始的细菌在 120 个健康志愿者被学习(71 女性, 49 男性) 。传统的俄语的类型吸毒后的陶醉状态红外被用作控制。各种各样的细菌组和 pH 价值在 wk 被决定 2, 4 和 6。结果:所有微生物的数字在 4 星期的职业人员期间增加了关於生命的处理。微生物的数字在对待 Biofir 的组在控制组和 6.8 褶层增加了 4.3 褶层。关於生命的吸毒后的陶醉状态红外引起了专业版的增加的专业版关於生命的植物群,同时,在控制乘的不希望得到的细菌组织。faeces 的 pH 价值的重要变化都没在两个组被发现。结论:匈牙利职业人员关於生命的吸毒后的陶醉状态红外(Biofir ) 能够支持专业版的增加在大肠的关於生命的细菌的植物群。 展开更多
关键词 前生命期 酸奶 粪便检查 微生物
下载PDF
上一页 1 2 19 下一页 到第
使用帮助 返回顶部