期刊文献+
共找到304篇文章
< 1 2 16 >
每页显示 20 50 100
Identification of small impact craters in Chang’e-4 landing areas using a new multi-scale fusion crater detection algorithm
1
作者 FangChao Liu HuiWen Liu +7 位作者 Li Zhang Jian Chen DiJun Guo Bo Li ChangQing Liu ZongCheng Ling Ying-Bo Lu JunSheng Yao 《Earth and Planetary Physics》 2026年第1期92-104,共13页
Impact craters are important for understanding the evolution of lunar geologic and surface erosion rates,among other functions.However,the morphological characteristics of these micro impact craters are not obvious an... Impact craters are important for understanding the evolution of lunar geologic and surface erosion rates,among other functions.However,the morphological characteristics of these micro impact craters are not obvious and they are numerous,resulting in low detection accuracy by deep learning models.Therefore,we proposed a new multi-scale fusion crater detection algorithm(MSF-CDA)based on the YOLO11 to improve the accuracy of lunar impact crater detection,especially for small craters with a diameter of<1 km.Using the images taken by the LROC(Lunar Reconnaissance Orbiter Camera)at the Chang’e-4(CE-4)landing area,we constructed three separate datasets for craters with diameters of 0-70 m,70-140 m,and>140 m.We then trained three submodels separately with these three datasets.Additionally,we designed a slicing-amplifying-slicing strategy to enhance the ability to extract features from small craters.To handle redundant predictions,we proposed a new Non-Maximum Suppression with Area Filtering method to fuse the results in overlapping targets within the multi-scale submodels.Finally,our new MSF-CDA method achieved high detection performance,with the Precision,Recall,and F1 score having values of 0.991,0.987,and 0.989,respectively,perfectly addressing the problems induced by the lesser features and sample imbalance of small craters.Our MSF-CDA can provide strong data support for more in-depth study of the geological evolution of the lunar surface and finer geological age estimations.This strategy can also be used to detect other small objects with lesser features and sample imbalance problems.We detected approximately 500,000 impact craters in an area of approximately 214 km2 around the CE-4 landing area.By statistically analyzing the new data,we updated the distribution function of the number and diameter of impact craters.Finally,we identified the most suitable lighting conditions for detecting impact crater targets by analyzing the effect of different lighting conditions on the detection accuracy. 展开更多
关键词 impact craters Chang’e-4 landing area multi-scale automatic detection YOLO11 Fusion algorithm
在线阅读 下载PDF
基于Radix-4 Booth编码的并行乘法器设计 被引量:2
2
作者 范文兵 周健章 《郑州大学学报(工学版)》 CAS 北大核心 2025年第1期26-33,共8页
速度和面积是评价乘法器单元性能优劣的两个基本指标。针对当前乘法器设计难以平衡版图面积和传输延时的问题,采用Radix-4 Booth算法,设计了一种新型的16位有符号定点乘法器。在部分积生成过程中,首先改进对乘数的取补码电路,然后优化... 速度和面积是评价乘法器单元性能优劣的两个基本指标。针对当前乘法器设计难以平衡版图面积和传输延时的问题,采用Radix-4 Booth算法,设计了一种新型的16位有符号定点乘法器。在部分积生成过程中,首先改进对乘数的取补码电路,然后优化基数为4的改进Booth编码器和解码器,此结构采用较少的逻辑门资源,并且易对输入比特进行并行化处理。在Wallace压缩电路中,对符号扩展位进行预处理并设计新的压缩器结构,优化整个Wallace压缩模块。在第二级压缩过程中提前对高位使用纹波进位加法器结构计算,减小了多bit伪和的求和位数。在求和电路中,使用两级超前进位加法器结构,在缩短关键路径传输延时的同时避免增大芯片面积,提高了乘法器的运行速度。新型定点乘法器与已有的乘法器结构相比,减少了12.0%的面积,降低了20.5%的延时。 展开更多
关键词 radix-4 Booth编码 面积 传输延时 编码器 解码器 Wallace压缩
在线阅读 下载PDF
基于Radix-4 Booth编码的12位乘累加运算单元设计 被引量:1
3
作者 吴秀龙 王光辰 《中国集成电路》 2025年第3期55-62,共8页
乘累加(MAC)运算作为卷积神经网络(CNN)中的主体运算,在人工智能(AI)技术等方面得到了大量使用。然而CNN中的MAC运算消耗大量功耗,给硬件设备带来严峻挑战。鉴于该问题,本文提出一种高能效的MAC运算单元以适用于CNN计算。其特点包括通过... 乘累加(MAC)运算作为卷积神经网络(CNN)中的主体运算,在人工智能(AI)技术等方面得到了大量使用。然而CNN中的MAC运算消耗大量功耗,给硬件设备带来严峻挑战。鉴于该问题,本文提出一种高能效的MAC运算单元以适用于CNN计算。其特点包括通过Radix-4 Booth编码以减少乘法部分积数量,设计了规则化的生成方案对乘法部分积进行约束以简化后续累加过程,在累加阶段使用了基于4-2压缩和3-2压缩的混合加法树结构以提高压缩效率,引入流水结构以提高吞吐量。在0.5 V下,提出的结构能效可以达到15.04 TOPS/W,相比使用行波进位加法器进行累加的MAC结构优化约13.4%。 展开更多
关键词 乘累加 radix-4 Booth编码 加法树
在线阅读 下载PDF
基于改进Radix-4 Booth算法的逻辑综合中有符号乘法器设计
4
作者 王立华 张家胜 徐丽 《山东科技大学学报(自然科学版)》 北大核心 2025年第5期101-110,共10页
逻辑综合是集成电路设计的重要环节,在逻辑综合时乘法器单元需要自行设计。为优化有符号乘法器的电路延时并减小电路面积,提高乘法器的整体性能,本研究基于改进Radix-4 Booth算法设计了一种有符号乘法器。采用资源复用Booth编码器,将3... 逻辑综合是集成电路设计的重要环节,在逻辑综合时乘法器单元需要自行设计。为优化有符号乘法器的电路延时并减小电路面积,提高乘法器的整体性能,本研究基于改进Radix-4 Booth算法设计了一种有符号乘法器。采用资源复用Booth编码器,将3位编码转换为2个控制信号,共同控制Booth选择器生成部分积,部分积的符号位则使用简单的电路统一扩展;采用进位保留加法器阵列对重组后的部分积进行压缩求和,缩短关键路径,减少电路面积。基于SMIC 28 nm工艺库,对采用改进算法设计的16×16 bit有符号乘法器进行逻辑等价性检查与逻辑综合,逻辑综合后网表的电路延时、电路面积与资源信息表明,该方法能较好地提升乘法器的电路性能。 展开更多
关键词 有符号乘法器 radix-4 Booth算法 部分积重组 逻辑综合
在线阅读 下载PDF
融合2-4模型与关联算法的金属矿山事故行为原因研究
5
作者 张晓甜 郭志国 +2 位作者 刘祖文 郑彪华 周令剑 《金属矿山》 北大核心 2026年第3期203-211,共9页
频发的金属矿山事故给社会带来了巨大危害并造成重大的经济损失。为有效预防事故发生,采用事故致因2-4 model分析方法,分别从直接原因、间接原因、根本原因及根源原因4个层次对10 a内(2014—2023年)30起典型的金属矿山伤亡事故展开分析... 频发的金属矿山事故给社会带来了巨大危害并造成重大的经济损失。为有效预防事故发生,采用事故致因2-4 model分析方法,分别从直接原因、间接原因、根本原因及根源原因4个层次对10 a内(2014—2023年)30起典型的金属矿山伤亡事故展开分析,并使用Apriori算法挖掘直接原因中各因素之间的关联性。分析结果表明:30起金属矿山伤亡事故中存在18种288次不安全动作、15种204次不安全物态。通过计算发现不遵守作业规章是事故中与其他风险项联系最紧密的节点,同时列出了置信度大于80%的关联规则;行业安全文化缺失使得企业安全管理体系不完善,进而影响员工安全意识与安全习惯的养成,导致个体产生不安全行为或忽略生产环境的不安全物态。金属矿山事故预防需要整个行业共同贯彻安全方针,强化安全文化氛围;同时企业应重点健全安全管理体系与培训机制,强化作业环境的安全建设,提升员工的安全素养。 展开更多
关键词 金属矿山事故 2-4模型 APRIOR算法 致灾因子 事故预防
在线阅读 下载PDF
Calculation of Viewing and Solar Geometry Angles for the Fengyun-4B Geostationary Satellite
6
作者 Dazhi YANG Yuhang MA +2 位作者 Yun CAO Lei YANG Hai ZHANG 《Advances in Atmospheric Sciences》 2026年第4期736-743,共8页
The calculation of viewing and solar geometry angles is a critical first step in retrieving atmospheric and surface variables from geostationary satellite observations.Whereas the viewing angles for geostationary sate... The calculation of viewing and solar geometry angles is a critical first step in retrieving atmospheric and surface variables from geostationary satellite observations.Whereas the viewing angles for geostationary satellites are not timevarying,a primary source of inaccuracy in solar positioning is the use of a single timestamp.Since pixel scanning times can differ significantly across the field-of-view disk(e.g.,by approximately 13 min for Fengyun-4B),this practice leads to errors of up to±2°in solar zenith angle,which translates to±50 W m^(−2) in extraterrestrial irradiance;the errors in solar azimuth angle can exceed±100°.Beyond scanning time,this work also quantifies the impact of other inputs—including altitude,surface pressure,air temperature,difference between Terrestrial Time and Universal Time,and atmospheric refraction—on the resulting angles.A comparison of our precise calculations with the official National Satellite Meteorological Center L1_GEO product shows an accuracy within 0.1°,confirming its utility for most retrieval tasks.To facilitate higher precision when required,this work releases the corresponding satellite and solar positioning codes in both R and Python. 展开更多
关键词 Fengyun-4B viewing and solar geometry solar position algorithm geostationary satellite code availability
在线阅读 下载PDF
血清HE4、CA125及ROMA指数鉴别诊断卵巢癌与子宫内膜异位症的价值
7
作者 李洪飞 王爽 袁洋 《中国医学工程》 2026年第2期65-69,共5页
目的分析血清人附睾蛋白4(HE4)、糖类抗原125(CA125)及卵巢恶性肿瘤风险算法(ROMA)指数鉴别诊断卵巢癌与子宫内膜异位症(EMT)的价值。方法选择2021年2月至2024年2月南阳市第一人民医院收治的108例卵巢癌患者(卵巢癌组)、60例EMT患者(EMT... 目的分析血清人附睾蛋白4(HE4)、糖类抗原125(CA125)及卵巢恶性肿瘤风险算法(ROMA)指数鉴别诊断卵巢癌与子宫内膜异位症(EMT)的价值。方法选择2021年2月至2024年2月南阳市第一人民医院收治的108例卵巢癌患者(卵巢癌组)、60例EMT患者(EMT组)和体检健康妇女60名(健康组)为研究对象。根据国际妇产科联盟(FIGO)分期标准,将卵巢癌患者分为Ⅰ~Ⅱ期组(n=45)和Ⅲ~Ⅳ期组(n=63),并进一步分为预后良好组(n=47)和预后不良组(n=61)。比较各组受试者血清人附睾蛋白4(HE4)、糖类抗原125(CA125)及ROMA指数水平,并分析三者对卵巢癌的鉴别诊断价值及其对预后的预测价值。结果三组受试者的血清HE4、CA125及ROMA指数水平呈卵巢癌组>EMT组>健康组的趋势(P<0.05)。血清HE4、CA125及ROMA指数鉴别诊断卵巢癌的敏感度分别为0.848、0.824、0.851,特异度分别为0.833、0.702、0.847;三者联合检测的敏感度(0.926)和特异度(0.905)均高于单一指标检测。Ⅰ~Ⅱ期组和预后良好组患者的血清HE4、CA125及ROMA指数水平均低于Ⅲ~Ⅳ期组和预后不良组(P<0.05)。血清HE4、CA125及ROMA指数预测卵巢癌患者预后不良的敏感度分别为0.787、0.721、0.820,特异度分别为0.766、0.681、0.809;三者联合预测的敏感度(0.869)和特异度(0.830)均高于单一指标检测。结论卵巢癌患者血清HE4、CA125及ROMA指数均呈高表达,三者在鉴别、诊断卵巢癌与EMT上均有良好的价值,且在预测卵巢癌患者预后上也有一定价值。 展开更多
关键词 卵巢癌 子宫内膜异位症 人附睾蛋白4 糖类抗原125 卵巢恶性肿瘤风险算法
暂未订购
基于Radix-4 Booth编码的乘法器优化设计 被引量:5
8
作者 陈海民 李峥 谢铁顿 《计算机工程》 CAS CSCD 2012年第1期233-235,共3页
传统Radix-4 Booth编码在负值部分积生成过程中会产生大量求补操作,影响乘法器的工作效率。为此,提出一种重组部分积的乘法器优化设计。通过增加一个"或"门运算以及重组硬连线,避免求补过程中的加法运算,并且未产生多余的部... 传统Radix-4 Booth编码在负值部分积生成过程中会产生大量求补操作,影响乘法器的工作效率。为此,提出一种重组部分积的乘法器优化设计。通过增加一个"或"门运算以及重组硬连线,避免求补过程中的加法运算,并且未产生多余的部分积。在32位乘法器上的验证结果表明,该设计能有效减小关键路径延迟和芯片面积消耗。 展开更多
关键词 radix-4Booth编码 乘法器 部分积 关键路径延迟 芯片面积消耗
在线阅读 下载PDF
一个新的基于radix-4从左到右编码的标量乘算法
9
作者 程一飞 侯整风 《微型电脑应用》 2007年第5期44-45,55,共3页
椭圆曲线标量乘是椭圆曲线密码系统中最关键、最耗时的运算,因此如何快速高效实现标量乘运算是研究的重点。目前常见的标量乘算法有:double-and-add算法,NAF算法,MOF算法等,但它们都是基于radix-2编码表示的,无论采用何种编码,倍点运算... 椭圆曲线标量乘是椭圆曲线密码系统中最关键、最耗时的运算,因此如何快速高效实现标量乘运算是研究的重点。目前常见的标量乘算法有:double-and-add算法,NAF算法,MOF算法等,但它们都是基于radix-2编码表示的,无论采用何种编码,倍点运算的次数都不变,减少的只是点加(或点减)运算的次数。提出一个基于radix-4表示的新的编码方法,并提出一个基于radix-4表示的标量乘算法,通过用四倍点运算代替倍点运算,且编码是从左到右(即从最高位向最低位)进行,编码和主计算可以合并,提高实现效率并节省内存空间。实验结果表明,该算法较经典的double-and-add算法能够提高效率30%以上。 展开更多
关键词 椭圆曲线密码系统 标量乘 radix-4表示 改进Booth算法 编码
在线阅读 下载PDF
生成式AI大模型的风险问题与规制进路:以GPT-4为例 被引量:9
10
作者 王晓丽 严驰 《北京航空航天大学学报(社会科学版)》 2025年第2期17-27,共11页
生成式人工智能的发展为人类社会带来了深层次和颠覆性的挑战。GPT-4在技术更新的同时也引发了底层算法、训练数据、知识产权方面的风险。在底层算法上,尽管GPT-4中潜藏着算法歧视的风险,但算法公开殊无必要,应借鉴类脑研究思路,推动GP... 生成式人工智能的发展为人类社会带来了深层次和颠覆性的挑战。GPT-4在技术更新的同时也引发了底层算法、训练数据、知识产权方面的风险。在底层算法上,尽管GPT-4中潜藏着算法歧视的风险,但算法公开殊无必要,应借鉴类脑研究思路,推动GPT-4走向通用人工智能;在训练数据上,GPT-4背后的海量数据存在较大的合规风险,应设立数据销毁制度,维护意识形态安全,探索中国特色发展方案;在知识产权上,GPT-4带来了一系列侵权风险,引发了生成物的作品属性认定争议,但尚无法构成对人类的作者主体资格的挑战。为更好地应对生成式人工智能大模型技术发展风险,应及时制定合适的规制方案,在元规制理论下,借鉴欧盟《数字服务法》中的制度设计,结合已有算法治理实践,寻求数字时代的自主创新,助力人工智能产业安全发展。 展开更多
关键词 人工智能 GPT-4 大模型 算法歧视 数据安全 知识产权
在线阅读 下载PDF
基于BlendMask与改进Super4PCS的物体位姿估计方法
11
作者 郑银环 张帅彬 +1 位作者 吴飞 陈恩杰 《合肥工业大学学报(自然科学版)》 北大核心 2025年第1期10-18,58,共10页
针对工业上常见的散乱堆叠工件的位姿估计和无序分拣问题,文章提出一种基于BlendMask实例分割算法与改进Super 4PCS(super 4-points congruent sets)点云配准算法的物体位姿估计方法。利用BlendMask实例分割算法分割目标工件并构建工件... 针对工业上常见的散乱堆叠工件的位姿估计和无序分拣问题,文章提出一种基于BlendMask实例分割算法与改进Super 4PCS(super 4-points congruent sets)点云配准算法的物体位姿估计方法。利用BlendMask实例分割算法分割目标工件并构建工件表面点云;定义抓取分数选择最上层工件作为抓取对象,实现机器人自上而下抓取;针对不同形状的目标工件,基于相似匹配度函数选择模板点云;融合Super 4PCS与正态分布转换(normal distributions transform,NDT)算法完成目标点云和模板点云在低重合率情况下的精确配准,获取目标工件的抓取位姿;并针对Super 4PCS算法粗配准时速度较慢的问题,通过对体素滤波后的目标点云和模板点云提取3D内部形状描述子(intrinsic shape signatures,ISS)作为点云配准算法的输入点集来提高算法的配准速度。点云配准实验和机器人无序分拣实验结果表明,文章提出的物体位姿估计方法可以快速、准确地完成目标工件的位姿估计和无序分拣任务,配准算法均方根误差(root mean square error,RMSE)小于3.8 mm,位姿估计所需时间小于5.8 s,性能满足实际应用要求。 展开更多
关键词 散乱堆叠工件 位姿估计 无序分拣 BlendMask实例分割算法 Super 4PCS算法 点云配准
在线阅读 下载PDF
Design of area and power efficient Radix-4 DIT FFT butterfly unit using floating point fused arithmetic 被引量:2
12
作者 Prabhu E Mangalam H Karthick S 《Journal of Central South University》 SCIE EI CAS CSCD 2016年第7期1669-1681,共13页
In this work, power efficient butterfly unit based FFT architecture is presented. The butterfly unit is designed using floating-point fused arithmetic units. The fused arithmetic units include two-term dot product uni... In this work, power efficient butterfly unit based FFT architecture is presented. The butterfly unit is designed using floating-point fused arithmetic units. The fused arithmetic units include two-term dot product unit and add-subtract unit. In these arithmetic units, operations are performed over complex data values. A modified fused floating-point two-term dot product and an enhanced model for the Radix-4 FFT butterfly unit are proposed. The modified fused two-term dot product is designed using Radix-16 booth multiplier. Radix-16 booth multiplier will reduce the switching activities compared to Radix-8 booth multiplier in existing system and also will reduce the area required. The proposed architecture is implemented efficiently for Radix-4 decimation in time(DIT) FFT butterfly with the two floating-point fused arithmetic units. The proposed enhanced architecture is synthesized, implemented, placed and routed on a FPGA device using Xilinx ISE tool. It is observed that the Radix-4 DIT fused floating-point FFT butterfly requires 50.17% less space and 12.16% reduced power compared to the existing methods and the proposed enhanced model requires 49.82% less space on the FPGA device compared to the proposed design. Also, reduced power consumption is addressed by utilizing the reusability technique, which results in 11.42% of power reduction of the enhanced model compared to the proposed design. 展开更多
关键词 floating-point arithmetic floating-point fused dot product radix-16 booth multiplier radix-4 FFT butterfly fast fouriertransform decimation in time
在线阅读 下载PDF
基于RADIX-4的Turbo码全并行译码算法 被引量:2
13
作者 赵瑞祥 潘克刚 王欣婷 《电讯技术》 北大核心 2021年第4期468-475,共8页
针对Turbo码全并行译码算法译码迭代次数多、硬件消耗大的问题,提出了一种基于RADIX-4的改进译码算法。将译码算法中状态转移图的相邻两步状态合并为一步计算,译码时以"比特对"的形式操作进行迭代。在保留译码最大并行度同时... 针对Turbo码全并行译码算法译码迭代次数多、硬件消耗大的问题,提出了一种基于RADIX-4的改进译码算法。将译码算法中状态转移图的相邻两步状态合并为一步计算,译码时以"比特对"的形式操作进行迭代。在保留译码最大并行度同时,译码计算单元使用量减少一半,显著降低了Turbo码全并行译码算法的运算复杂度和存储开销。仿真结果表明,在相同迭代次数条件下,该方法的译码性能较全并行译码算法平均提高约0.5 d B。 展开更多
关键词 TURBO码 全并行译码 radix-4 比特对
在线阅读 下载PDF
基于Radix-4 Booth编码的模2^n+1乘法器设计 被引量:1
14
作者 鄢斌 李军 《通信技术》 2015年第10期1168-1173,共6页
模2n+1乘法(n=8、16)在分组密码算法中比较常见,如IDEA算法,但由于其实现逻辑复杂,往往被视为密码算法性能的瓶颈。提出了一种适用于分组密码算法运算特点的基于Radix-4Booth编码的模2n+1乘法器实现方法,其输入/输出均无需额外的转换电... 模2n+1乘法(n=8、16)在分组密码算法中比较常见,如IDEA算法,但由于其实现逻辑复杂,往往被视为密码算法性能的瓶颈。提出了一种适用于分组密码算法运算特点的基于Radix-4Booth编码的模2n+1乘法器实现方法,其输入/输出均无需额外的转换电路,并通过简化部分积生成、采用重新定义的3-2和4-2压缩器等措施以减少路径时延和硬件复杂度。比较其他同类设计,该方法具有较小的面积、时延,可有效提高分组密码算法的加解密性能。 展开更多
关键词 分组密码算法 radix-4 BOOTH编码 3—2和4-2压缩器 模2^n+1乘法
在线阅读 下载PDF
血清CA125和HE4及ROMA指数在宫颈癌及其癌前病变诊断中的意义
15
作者 罗玲 蔡梦珊 +2 位作者 禤雪靖 林向华 王晓晨 《社区医学杂志》 2025年第12期416-421,432,共7页
目的 分析血清糖类抗原125(CA125)、人附睾蛋白4(HE4)和卵巢癌风险预测模型(ROMA)指数在宫颈癌及其癌前病变宫颈上皮内瘤变(CIN)诊断中的临床价值。方法 选取2022-06-01-2023-01-31中山大学孙逸仙纪念医院就诊的宫颈癌患者(绝经前45例... 目的 分析血清糖类抗原125(CA125)、人附睾蛋白4(HE4)和卵巢癌风险预测模型(ROMA)指数在宫颈癌及其癌前病变宫颈上皮内瘤变(CIN)诊断中的临床价值。方法 选取2022-06-01-2023-01-31中山大学孙逸仙纪念医院就诊的宫颈癌患者(绝经前45例和绝经后41例)和CIN患者(绝经前46例和绝经后22例),选取同期健康体检者(绝经前45名和绝经后40名)为健康对照。使用电化学发光法检测健康对照和患者进行治疗前的血清CA125和HE4水平,ROMA指数根据公式计算。分别分析绝经前后宫颈癌患者、CIN患者和健康对照的血清CA125、HE4和ROMA指数水平,使用受试者工作特征(ROC)曲线和曲线下面积(AUC)评价血清CA125、HE4和ROMA指数对绝经前和绝经后宫颈癌和CIN的诊断效能。结果 绝经前宫颈癌患者、CIN患者和健康对照血清CA125水平分别为24.000(13.800,44.100) U/mL、15.150(10.280,21.980) U/mL和13.700(9.900,16.900) U/mL,HE4水平分别为49.800(42.200,80.550) pmol/L、42.900(38.250,49.700) pmol/L和43.700(40.950,47.900) pmol/L,ROMA指数水平分别为7.800(5.250,21.200)%、5.300(3.975,7.500)%和5.600(4.750,6.700)%。绝经前宫颈癌患者血清CA125、HE4和ROMA指数均显著高于CIN患者和健康对照,宫颈癌患者与CIN患者相比,U值分别为659.000、599.000和583.500,P值分别为0.003、<0.001和<0.001;宫颈癌患者与健康对照相比,U值分别为514.500、648.000和610.000,P值分别为<0.001、0.003和0.001,但血清CA125、HE4和ROMA指数在绝经前CIN患者和健康对照间差异无统计学意义,U值分别为832.500、925.000和933.500,P值分别为0.109,0.385和0.423。绝经后宫颈癌患者、CIN患者和健康对照血清CA125水平分别为14.400(9.100,25.050) U/mL、13.050(9.425,15.630) U/mL和8.480(7.440,10.280) U/mL,HE4水平分别为62.400(46.400,101.900) pmol/L、52.600(44.800,60.680) pmol/L和54.700(48.200,61.980) pmol/L,ROMA指数水平分别为14.600(8.700,24.750)%、10.850(8.025,13.000)%和8.850(7.500,10.200)%。绝经后的宫颈癌和CIN患者血清CA125水平均显著高于健康对照,U值分别为384.500和178.500,均P<0.001,但宫颈癌和CIN患者之间血清CA125水平差异无统计学意义,U=385.000,P=0.346;ROMA指数水平在绝经后健康对照、CIN患者和宫颈癌患者中依次显著升高,宫颈癌患者与健康对照相比,差异有统计学意义,U=379.000,P<0.001,CIN患者与健康对照相比,差异有统计学意义,U=267.000,P=0.010,宫颈癌患者与CIN患者相比,差异有统计学意义,U=302.500,P=0.032;血清HE4水平在绝经后健康对照、CIN患者和宫颈癌患者间差异无统计学意义,H=5.290,P=0.071。血清CA125、HE4和ROMA指数诊断绝经前宫颈癌的诊断效能AUC分别为0.713(95%CI为0.611~0.816)、0.696(95%CI为0.595~0.796)和0.709(95%CI为0.610~0.808);血清CA125诊断绝经后宫颈癌和CIN(不区分)的AUC为0.777(95%CI为0.688~0.865),ROMA指数区别绝经后CIN和健康对照的AUC为0.697(95%CI为0.553~0.841),ROMA指数区别绝经后宫颈癌和CIN的AUC为0.665(95%CI为0.529~0.801)。结论 血清CA125、HE4和ROMA指数对宫颈癌及其癌前病变的辅助诊断有一定的临床意义,但是在使用中需要对绝经前后的患者进行区分,分别进行结果的判断和解读。 展开更多
关键词 糖类抗原125 人附睾蛋白4 卵巢癌风险预测模型 宫颈癌 宫颈上皮内瘤变
原文传递
Research on Different Heuristics for Minimax Algorithm Insight from Connect-4 Game 被引量:2
16
作者 Xiyu Kang Yiqi Wang Yanrui Hu 《Journal of Intelligent Learning Systems and Applications》 2019年第2期15-31,共17页
Minimax algorithm and machine learning technologies have been studied for decades to reach an ideal optimization in game areas such as chess and backgammon. In these fields, several generations try to optimize the cod... Minimax algorithm and machine learning technologies have been studied for decades to reach an ideal optimization in game areas such as chess and backgammon. In these fields, several generations try to optimize the code for pruning and effectiveness of evaluation function. Thus, there are well-armed algorithms to deal with various sophisticated situations in gaming occasion. However, as a traditional zero-sum game, Connect-4 receives less attention compared with the other members of its zero-sum family using traditional minimax algorithm. In recent years, new generation of heuristics is created to address this problem based on research conclusions, expertise and gaming experiences. However, this paper mainly introduced a self-developed heuristics supported by well-demonstrated result from researches and our own experiences which fighting against the available version of Connect-4 system online. While most previous works focused on winning algorithms and knowledge based approaches, we complement these works with analysis of heuristics. We have conducted three experiments on the relationship among functionality, depth of searching and number of features and doing contrastive test with sample online. Different from the sample based on summarized experience and generalized features, our heuristics have a basic concentration on detailed connection between pieces on board. By analysing the winning percentages when our version fights against the online sample with different searching depths, we find that our heuristics with minimax algorithm is perfect on the early stages of the zero-sum game playing. Because some nodes in the game tree have no influence on the final decision of minimax algorithm, we use alpha-beta pruning to decrease the number of meaningless node which greatly increases the minimax efficiency. During the contrastive experiment with the online sample, this paper also verifies basic characters of the minimax algorithm including depths and quantity of features. According to the experiment, these two characters can both effect the decision for each step and none of them can be absolutely in charge. Besides, we also explore some potential future issues in Connect-4 game optimization such as precise adjustment on heuristic values and inefficiency pruning on the search tree. 展开更多
关键词 HEURISTICS MINIMAX algorithm ZERO-SUM GAME Connect-4 GAME
暂未订购
A multi-objective multi-memetic algorithm for network-wide conflict-free 4D flight trajectories planning 被引量:10
17
作者 Su YAN Kaiquan CAI 《Chinese Journal of Aeronautics》 SCIE EI CAS CSCD 2017年第3期1161-1173,共13页
Under the demand of strategic air traffic flow management and the concept of trajectory based operations(TBO),the network-wide 4D flight trajectories planning(N4DFTP) problem has been investigated with the purpose... Under the demand of strategic air traffic flow management and the concept of trajectory based operations(TBO),the network-wide 4D flight trajectories planning(N4DFTP) problem has been investigated with the purpose of safely and efficiently allocating 4D trajectories(4DTs)(3D position and time) for all the flights in the whole airway network.Considering that the introduction of large-scale 4DTs inevitably increases the problem complexity,an efficient model for strategiclevel conflict management is developed in this paper.Specifically,a bi-objective N4 DFTP problem that aims to minimize both potential conflicts and the trajectory cost is formulated.In consideration of the large-scale,high-complexity,and multi-objective characteristics of the N4DFTP problem,a multi-objective multi-memetic algorithm(MOMMA) that incorporates an evolutionary global search framework together with three problem-specific local search operators is implemented.It is capable of rapidly and effectively allocating 4DTs via rerouting,target time controlling,and flight level changing.Additionally,to balance the ability of exploitation and exploration of the algorithm,a special hybridization scheme is adopted for the integration of local and global search.Empirical studies using real air traffic data in China with different network complexities show that the proposed MOMMA is effective to solve the N4 DFTP problem.The solutions achieved are competitive for elaborate decision support under a TBO environment. 展开更多
关键词 Air traffic flow management 4D trajectory planning Multi-memetic algorithm Multi-objective optimization Network-wide strategic conflict management
原文传递
Geometrically Nonlinear Deformation Reconstruction Based on iQS4 Elements Using a Linearized Iterative iFEM Algorithm 被引量:1
18
作者 Mengying Li Dawei Jia +2 位作者 He Huang Ziyan Wu Adnan Kefal 《Acta Mechanica Solida Sinica》 SCIE EI CSCD 2023年第1期166-180,共15页
Structural shape monitoring plays a vital role in the structural health monitoring systems.The inverse finite element method(iFEM)has been demonstrated to be a practical method of deformation reconstruction owing to i... Structural shape monitoring plays a vital role in the structural health monitoring systems.The inverse finite element method(iFEM)has been demonstrated to be a practical method of deformation reconstruction owing to its unique advantages.Current iFEM formulations have been applied to small deformation of structures based on the small-displacement assumption of linear theory.However,this assumption may be inapplicable to some structures with large displacements in practical applications.Therefore,geometric nonlinearity needs to be considered.In this study,to expand the practical utility of iFEM for large displacement monitoring,we propose a nonlinear iFEM algorithm based on a four-node inverse quadrilateral shell element iQS4.Taking the advantage of an iterative iFEM algorithm,a nonlinear response is linearized to compute the geometrically nonlinear deformation reconstruction,like the basic concept of nonlinear FE analysis.Several examples are solved to verify the proposed approach.It is demonstrated that large displacements can be accurately estimated even if the in-situ sensor data includes different levels of randomly generated noise.It is proven that the nonlinear iFEM algorithm provides a more accurate displacement response as compared to the linear iFEM methodology for structures undergoing large displacement.Hence,the proposed approach can be utilized as a viable tool to effectively characterize geometrically nonlinear deformations of structures in real-time applications. 展开更多
关键词 Deformation reconstruction iQS4 element Iterative algorithm Nonlinear iFEM Geometric nonlinearity
原文传递
N4SID and MOESP Algorithms to Highlight the Ill-conditioning into Subspace Identification 被引量:4
19
作者 Slim Hachicha Maher Kharrat Abdessattar Chaari 《International Journal of Automation and computing》 EI CSCD 2014年第1期30-38,共9页
In this paper,an analysis for ill conditioning problem in subspace identifcation method is provided.The subspace identifcation technique presents a satisfactory robustness in the parameter estimation of process model ... In this paper,an analysis for ill conditioning problem in subspace identifcation method is provided.The subspace identifcation technique presents a satisfactory robustness in the parameter estimation of process model which performs control.As a frst step,the main geometric and mathematical tools used in subspace identifcation are briefly presented.In the second step,the problem of analyzing ill-conditioning matrices in the subspace identifcation method is considered.To illustrate this situation,a simulation study of an example is introduced to show the ill-conditioning in subspace identifcation.Algorithms numerical subspace state space system identifcation(N4SID)and multivariable output error state space model identifcation(MOESP)are considered to study,the parameters estimation while using the induction motor model,in simulation(Matlab environment).Finally,we show the inadequacy of the oblique projection and validate the efectiveness of the orthogonal projection approach which is needed in ill-conditioning;a real application dealing with induction motor parameters estimation has been experimented.The obtained results proved that the algorithm based on orthogonal projection MOESP,overcomes the situation of ill-conditioning in the Hankel s block,and thereby improving the estimation of parameters. 展开更多
关键词 Subspace identification ILL-CONDITIONING oblique projection orthogonal projection algorithms numerical subspace state space system identification (N4SID) multivariable output error state space model identification (MOESP) induction motor
原文传递
Performance Evaluation of Scheduling Algorithms for 4G (LTE) 被引量:2
20
作者 Bamidele Moses Kuboye 《Communications and Network》 2018年第4期152-163,共12页
Long Term Evolution (LTE) is designed to revolutionize mobile broadband technology with key considerations of higher data rate, improved power efficiency, low latency and better quality of service. This work analyzes ... Long Term Evolution (LTE) is designed to revolutionize mobile broadband technology with key considerations of higher data rate, improved power efficiency, low latency and better quality of service. This work analyzes the impact of resource scheduling algorithms on the performance of LTE (4G) and WCDMA (3G) networks. In this paper, a full illustration of LTE system is given together with different scheduling algorithms. Thereafter, 3G WCDMA and 4G LTE networks were simulated using Simulink simulator embedded in MATLAB and performance evaluations were carried out. The performance metrics used for the evaluations are average system throughput, packet delay, latency and allocation of fairness using Round Robin, Best CQI and Proportional fair Packet Scheduling Algorithms. The results of the evaluations on both networks were analysed. The results showed that 4G LTE network performs better than 3G WCDMA network in all the three scheduling algorithms used. 展开更多
关键词 LONG TERM Evolution THIRD GENERATION (3G) FOURTH GENERATION (4G) Network algorithms Scheduling
在线阅读 下载PDF
上一页 1 2 16 下一页 到第
使用帮助 返回顶部