期刊文献+
共找到109,434篇文章
< 1 2 250 >
每页显示 20 50 100
基于Double Q-Learning的改进蝗虫算法求解分布式柔性作业车间逆调度问题
1
作者 胡旭伦 唐红涛 《机床与液压》 北大核心 2025年第20期52-63,共12页
针对分布式柔性作业车间中存在的资源分配不均和调度稳定性不足问题,构建以最小化最大完工时间、机器总能耗和偏离度为目标的逆调度数学模型,提出一种基于Double Q-Learning的改进多目标蝗虫优化算法(DQIGOA)。针对该问题设计一种混合... 针对分布式柔性作业车间中存在的资源分配不均和调度稳定性不足问题,构建以最小化最大完工时间、机器总能耗和偏离度为目标的逆调度数学模型,提出一种基于Double Q-Learning的改进多目标蝗虫优化算法(DQIGOA)。针对该问题设计一种混合三层编码方式;提出一种基于逆调度特点的种群初始化方式以提高种群质量;引入权重平衡因子来提高非支配解存档中解集的多样性;将强化学习中的Double Q-Learning机制融入非支配解的选择过程,通过动态动作策略优化目标解的选取,提升调度方案的全局搜索能力与局部优化效率。最后构建26组算例,通过策略有效性分析证明了所提策略可显著提升DQIGOA算法的性能,并通过与NSGA-II、DE和SPEA-II算法进行对比证明DQIGOA算法的有效性。结果表明:相比NSGA-II、DE和SPEA-II算法,DQIGOA算法在HV、IGD、SP指标上均有优势,证明了DQIGOA能够有效提升解的收敛速度和多样性分布,在动态扰动条件下表现出更强的鲁棒性。 展开更多
关键词 分布式柔性作业车间 逆调度 蝗虫算法 double q-learning机制
在线阅读 下载PDF
基于softmax的加权Double Q-Learning算法 被引量:5
2
作者 钟雨昂 袁伟伟 关东海 《计算机科学》 CSCD 北大核心 2024年第S01期46-50,共5页
强化学习作为机器学习的一个分支,用于描述和解决智能体在与环境的交互过程中,通过学习策略以达成回报最大化的问题。Q-Learning作为无模型强化学习的经典方法,存在过估计引起的最大化偏差问题,并且在环境中奖励存在噪声时表现不佳。Dou... 强化学习作为机器学习的一个分支,用于描述和解决智能体在与环境的交互过程中,通过学习策略以达成回报最大化的问题。Q-Learning作为无模型强化学习的经典方法,存在过估计引起的最大化偏差问题,并且在环境中奖励存在噪声时表现不佳。Double Q-Learning(DQL)的出现解决了过估计问题,但同时造成了低估问题。为解决以上算法的高低估问题,提出了基于softmax的加权Q-Learning算法,并将其与DQL相结合,提出了一种新的基于softmax的加权Double Q-Learning算法(WDQL-Softmax)。该算法基于加权双估计器的构造,对样本期望值进行softmax操作得到权重,使用权重估计动作价值,有效平衡对动作价值的高估和低估问题,使估计值更加接近理论值。实验结果表明,在离散动作空间中,相比于Q-Learning算法、DQL算法和WDQL算法,WDQL-Softmax算法的收敛速度更快且估计值与理论值的误差更小。 展开更多
关键词 强化学习 q-learning double q-learning Softmax
在线阅读 下载PDF
Supervisory control of the hybrid off-highway vehicle for fuel economy improvement using predictive double Q-learning with backup models 被引量:2
3
作者 SHUAI Bin LI Yan-fei +2 位作者 ZHOU Quan XU Hong-ming SHUAI Shi-jin 《Journal of Central South University》 SCIE EI CAS CSCD 2022年第7期2266-2278,共13页
This paper studied a supervisory control system for a hybrid off-highway electric vehicle under the chargesustaining(CS)condition.A new predictive double Q-learning with backup models(PDQL)scheme is proposed to optimi... This paper studied a supervisory control system for a hybrid off-highway electric vehicle under the chargesustaining(CS)condition.A new predictive double Q-learning with backup models(PDQL)scheme is proposed to optimize the engine fuel in real-world driving and improve energy efficiency with a faster and more robust learning process.Unlike the existing“model-free”methods,which solely follow on-policy and off-policy to update knowledge bases(Q-tables),the PDQL is developed with the capability to merge both on-policy and off-policy learning by introducing a backup model(Q-table).Experimental evaluations are conducted based on software-in-the-loop(SiL)and hardware-in-the-loop(HiL)test platforms based on real-time modelling of the studied vehicle.Compared to the standard double Q-learning(SDQL),the PDQL only needs half of the learning iterations to achieve better energy efficiency than the SDQL at the end learning process.In the SiL under 35 rounds of learning,the results show that the PDQL can improve the vehicle energy efficiency by 1.75%higher than SDQL.By implementing the PDQL in HiL under four predefined real-world conditions,the PDQL can robustly save more than 5.03%energy than the SDQL scheme. 展开更多
关键词 supervisory charge-sustaining control hybrid electric vehicle reinforcement learning predictive double q-learning
在线阅读 下载PDF
基于Q-Learning的多模态自适应光伏功率优化组合预测
4
作者 隗知初 杨苹 +3 位作者 周钱雨凡 陈文皓 万思洋 崔嘉雁 《电力工程技术》 北大核心 2026年第1期115-124,163,共11页
针对光伏功率序列波动性强、随机性高的问题,文中提出一种基于Q-Learning的多模态自适应光伏功率优化组合预测模型。首先,采用鲸鱼优化算法的变分模态分解方法,将原始光伏功率序列分解成不同子模态,并通过集成特征筛选模型,确定各子模... 针对光伏功率序列波动性强、随机性高的问题,文中提出一种基于Q-Learning的多模态自适应光伏功率优化组合预测模型。首先,采用鲸鱼优化算法的变分模态分解方法,将原始光伏功率序列分解成不同子模态,并通过集成特征筛选模型,确定各子模态序列最敏感的气象因素。然后,构建反向传播神经网络、双向长短期记忆网络、门控循环单元网络和时间卷积网络4种基础预测模型。考虑到不同模型对不同频率特征的子序列预测能力不同,利用Q-Learning算法自适应选择各模态对应的最优基础模型组合方式。最后,将不同子模态的预测结果叠加重构,得到最终预测结果,并利用高分辨率光伏气象功率数据集进行验证。结果证明,文中所提出的基于Q-Learning的多模态自适应光伏功率优化组合预测模型,相较于单一模型的预测误差平均绝对误差下降了16.18%,均方误差下降了17.00%。 展开更多
关键词 鲸鱼优化算法 变分模态分解 q-learning 功率预测 组合模型 光伏发电
在线阅读 下载PDF
基于随机森林与Q-learning融合的多元电力数据存储优化决策方法
5
作者 叶学顺 贾东梨 +2 位作者 周俊 唐英 贾梓豪 《科学技术与工程》 北大核心 2026年第3期1065-1074,共10页
大规模和多样的电力数据存储面临效率低和内存容量不足的瓶颈问题。数据索引和数据压缩等传统数据存储优化方法各有优劣势,如何有效应用于电力数据存储是目前研究的难点。为了解决这个问题,提出了一种融合随机森林和Q-learning的多元电... 大规模和多样的电力数据存储面临效率低和内存容量不足的瓶颈问题。数据索引和数据压缩等传统数据存储优化方法各有优劣势,如何有效应用于电力数据存储是目前研究的难点。为了解决这个问题,提出了一种融合随机森林和Q-learning的多元电力数据存储优化决策方法。该方法中的关键技术包括:首先提出了基于改进随机森林算法的存储优化策略决策模型,引入信息增益方法,综合评价数据存储时对数据库的数据访问频率、查询时间、存储速度以及数据冗余率等因素影响,做出数据直接存储、数据索引存储和数据压缩存储的存储优化方法策略决策;其次提出了基于改进Q-learning算法的数据存储算法决策模型,引入多尺度学习机制、优先经验放回机制和正负向奖励机制,决策数据索引存储时适用的索引算法以及数据压缩存储时适用的数据压缩算法。本方法有效融合了数据索引与数据压缩的技术优势,大幅提升数据存储效率并节约存储空间,为大规模多元电力数据管理提供新的解决方案。 展开更多
关键词 随机森林算法 q-learning算法 数据存储优化方法 数据索引算法 数据压缩算法
在线阅读 下载PDF
Double设计的二维投影均匀性
6
作者 谢佳艳 吴越 李洪毅 《湖南文理学院学报(自然科学版)》 2026年第1期1-6,共6页
根据因子效应排序原则知低阶因子效应比高阶效应更为重要。本文旨在考虑Double设计的二维投影均匀性,通过解析推导方法建立了Double设计的二维投影均匀性测度与初始设计的Hamming距离、广义字长型模式的第二项或E(fNOD)的解析联系,并利... 根据因子效应排序原则知低阶因子效应比高阶效应更为重要。本文旨在考虑Double设计的二维投影均匀性,通过解析推导方法建立了Double设计的二维投影均匀性测度与初始设计的Hamming距离、广义字长型模式的第二项或E(fNOD)的解析联系,并利用组合优化与不等式理论获得Double设计的二维投影均匀性测度的两个下界及改进后的一个紧的下界。理论结果表明:当初始设计是A2最优或E(fNOD)最优或任意不同两行的Hamming距离之差不超过1,其Double设计是二维均匀投影设计。 展开更多
关键词 HAMMING距离 E(fNOD)准则 double设计 二维投影均匀性测度
在线阅读 下载PDF
Optimized Trajectory Design in UAV Based Cellular Networks for 3D Users: A Double Q-Learning Approach
7
作者 Xuanlin Liu Mingzhe Chen Changchuan Yin 《Journal of Communications and Information Networks》 CSCD 2019年第1期24-32,共9页
In this paper,the problem of trajectory de-sign of unmanned aerial vehicles(UAVs)for maximizing the number of satisfied users is studied in a UAV based cellular network where the UAV works as a flying base station tha... In this paper,the problem of trajectory de-sign of unmanned aerial vehicles(UAVs)for maximizing the number of satisfied users is studied in a UAV based cellular network where the UAV works as a flying base station that serves users,and the user indicates its satis-faction in terms of completion of its data request within an allowable maximum waiting time.The trajectory design is formulated as an optimization problem whose goal is to maximize the number of satisfied users.To solve this problem,a machine learning framework based on double Q-learning algorithm is proposed.The algorithm enables the UAV tofind the optimal trajectory that maximizes the number of satisfied users.Compared to the traditional learning algorithms,such as Q-learning that selects and evaluates the action using the same Q-table,the proposed algorithm can decouple the selection from the evaluation,therefore avoid overestimation which leads to sub-optimal policies.Simulation results show that the proposed algorithm can achieve up to 19.4% and 14.1% gains in terms of the number of satisfied users compared to random algorithm and Q-learning algorithm. 展开更多
关键词 UAV communication trajectory design double q-learning algorithm user satisfaction cellular network
原文传递
FAIR-DQL:Fairness-Aware Deep Q-Learning for Enhanced Resource Allocation and RIS Optimization in High-Altitude Platform Networks
8
作者 Muhammad Ejaz Muhammad Asim +1 位作者 Mudasir Ahmad Wani Kashish Ara Shakil 《Computers, Materials & Continua》 2026年第3期758-779,共22页
The integration of High-Altitude Platform Stations(HAPS)with Reconfigurable Intelligent Surfaces(RIS)represents a critical advancement for next-generation wireless networks,offering unprecedented opportunities for ubi... The integration of High-Altitude Platform Stations(HAPS)with Reconfigurable Intelligent Surfaces(RIS)represents a critical advancement for next-generation wireless networks,offering unprecedented opportunities for ubiquitous connectivity.However,existing research reveals significant gaps in dynamic resource allocation,joint optimization,and equitable service provisioning under varying channel conditions,limiting practical deployment of these technologies.This paper addresses these challenges by proposing a novel Fairness-Aware Deep Q-Learning(FAIRDQL)framework for joint resource management and phase configuration in HAPS-RIS systems.Our methodology employs a comprehensive three-tier algorithmic architecture integrating adaptive power control,priority-based user scheduling,and dynamic learning mechanisms.The FAIR-DQL approach utilizes advanced reinforcement learning with experience replay and fairness-aware reward functions to balance competing objectives while adapting to dynamic environments.Key findings demonstrate substantial improvements:9.15 dB SINR gain,12.5 bps/Hz capacity,78%power efficiency,and 0.82 fairness index.The framework achieves rapid 40-episode convergence with consistent delay performance.These contributions establish new benchmarks for fairness-aware resource allocation in aerial communications,enabling practical HAPS-RIS deployments in rural connectivity,emergency communications,and urban networks. 展开更多
关键词 Wireless communication high-altitude platform station reconfigurable intelligent surfaces deep q-learning
在线阅读 下载PDF
Dynamic Integration of Q-Learning and A-APF for Efficient Path Planning in Complex Underground Mining Environments
9
作者 Chang Su Liangliang Zhao Dongbing Xiang 《Computers, Materials & Continua》 2026年第2期1017-1040,共24页
To address low learning efficiency and inadequate path safety in spraying robot navigation within complex obstacle-rich environments—with dense,dynamic,unpredictable obstacles challenging conventional methods—this p... To address low learning efficiency and inadequate path safety in spraying robot navigation within complex obstacle-rich environments—with dense,dynamic,unpredictable obstacles challenging conventional methods—this paper proposes a hybrid algorithm integrating Q-learning and improved A*-Artificial Potential Field(A-APF).Centered on theQ-learning framework,the algorithmleverages safety-oriented guidance generated byA-APF and employs a dynamic coordination mechanism that adaptively balances exploration and exploitation.The proposed system comprises four core modules:(1)an environment modeling module that constructs grid-based obstacle maps;(2)an A-APF module that combines heuristic search from A*algorithm with repulsive force strategies from APF to generate guidance;(3)a Q-learning module that learns optimal state-action values(Q-values)through spraying robot-environment interaction and a reward function emphasizing path optimality and safety;and(4)a dynamic optimization module that ensures adaptive cooperation between Q-learning and A-APF through exploration rate control and environment-aware constraints.Simulation results demonstrate that the proposed method significantly enhances path safety in complex underground mining environments.Quantitative results indicate that,compared to the traditional Q-learning algorithm,the proposed method shortens training time by 42.95% and achieves a reduction in training failures from 78 to just 3.Compared to the static fusion algorithm,it further reduces both training time(by 10.78%)and training failures(by 50%),thereby improving overall training efficiency. 展开更多
关键词 q-learning A*algorithm artificial potential field path planning hybrid algorithm
在线阅读 下载PDF
Optimizing Anther Culture for Doubled Haploid Breeding of Rice Using Yongyou 1540
10
作者 GAN Yan XIAO Kailing +12 位作者 LIN Jialing HONG Yifei LI Chuyi YU Hang ZHANG Long CUI Shiyong SUN Yanbo LI Jinying CHEN Mingjiao CHU Huangwei LIN Wenxiong YANG Xuelian WANG Wenfei 《Rice science》 2026年第1期5-8,I0008-I0011,共8页
The doubled haploid(DH)technique accelerates homozygosity by inducing chromosome doubling in haploid embryos derived from hybrid plants.This approach offers significant advantages over conventional rice breeding metho... The doubled haploid(DH)technique accelerates homozygosity by inducing chromosome doubling in haploid embryos derived from hybrid plants.This approach offers significant advantages over conventional rice breeding methods by shortening the breeding cycle and enabling rapid development of pure homozygous lines.Anther culture(AC)has been established as an efficient and successful method for producing DH plants via androgenesis in rice.However,despite its success in japonica rice. 展开更多
关键词 inducing chromosome doubling anther culture hybrid plantsthis haploid embryos RICE accelerates homozygosity rapid development pure homozygous linesanther culture ac doubled haploid breeding
在线阅读 下载PDF
A Hybrid Approach to Software Testing Efficiency:Stacked Ensembles and Deep Q-Learning for Test Case Prioritization and Ranking
11
作者 Anis Zarrad Thomas Armstrong Jaber Jemai 《Computers, Materials & Continua》 2026年第3期1726-1746,共21页
Test case prioritization and ranking play a crucial role in software testing by improving fault detection efficiency and ensuring software reliability.While prioritization selects the most relevant test cases for opti... Test case prioritization and ranking play a crucial role in software testing by improving fault detection efficiency and ensuring software reliability.While prioritization selects the most relevant test cases for optimal coverage,ranking further refines their execution order to detect critical faults earlier.This study investigates machine learning techniques to enhance both prioritization and ranking,contributing to more effective and efficient testing processes.We first employ advanced feature engineering alongside ensemble models,including Gradient Boosted,Support Vector Machines,Random Forests,and Naive Bayes classifiers to optimize test case prioritization,achieving an accuracy score of 0.98847 and significantly improving the Average Percentage of Fault Detection(APFD).Subsequently,we introduce a deep Q-learning framework combined with a Genetic Algorithm(GA)to refine test case ranking within priority levels.This approach achieves a rank accuracy of 0.9172,demonstrating robust performance despite the increasing computational demands of specialized variation operators.Our findings highlight the effectiveness of stacked ensemble learning and reinforcement learning in optimizing test case prioritization and ranking.This integrated approach improves testing efficiency,reduces late-stage defects,and improves overall software stability.The study provides valuable information for AI-driven testing frameworks,paving the way for more intelligent and adaptive software quality assurance methodologies. 展开更多
关键词 Software testing test case prioritization test case ranking machine learning reinforcement learning deep q-learning
在线阅读 下载PDF
Heat Transfer and Flow Transitions of Thermal Plumes Generated by Double Heating Elements in a Confined Enclosure
12
作者 WANG Ying XU Zhejian +1 位作者 YANG Wen MA Xinyu 《Transactions of Nanjing University of Aeronautics and Astronautics》 2026年第1期95-109,共15页
The buoyancy-induced flow constitutes a core scientific issue for thermal management of electronic devices and thermal design of energy systems,where accurate characterization of flow and heat transfer is essential to... The buoyancy-induced flow constitutes a core scientific issue for thermal management of electronic devices and thermal design of energy systems,where accurate characterization of flow and heat transfer is essential to improve thermal efficiency.In this work,buoyancy-induced flow above two heating elements flush-mounted at the bottom of a square enclosure containing air is numerically investigated over a range of Rayleigh numbers(0<Ra≤1.5×10^(8)),with a focus on equal and unequal heat flux conditions under a constraint of constant total thermal energy input.Distinct flow transitions are observed in both cases,leading to the identification of three flow regimes:Steady,periodic unsteady,and chaotic unsteady.Two types of periodic flows are distinguished,in which the first is a periodic flow dominated by a fundamental frequency(FF)and its integer-multiple frequencies(INTMF),while the second is a more complex periodic flow featuring FF,INTMF,and their sub-harmonics.The transitions between these regimes are affected by the relative heat flux of the two heaters.When the heat flux of the two heaters is unequal,the range of Rayleigh numbers corresponding to periodic flow is suppressed.It is also found that the time-averaged maximum temperature of the strong heater increases more rapidly with Ra,while that of the weak heater increases more slowly,reflecting the interaction between buoyancy-driven flow dynamics and asymmetric heat input.Analysis of the time-averaged Nusselt number demonstrates that heat dissipation from the isothermal walls remains roughly equivalent,even when the heat flux of the two heaters differs by a factor of two.These findings highlight the critical roles of Rayleigh number,the number of heaters,and the heat flux ratio of the heaters in determining heat transfer and flow characteristics for buoyancy-driven convection systems,providing important theoretical support and design references for engineering scenarios such as electronic devices and design of new energy systems. 展开更多
关键词 natural convection thermal plume double heating elements flow transitions heat transfer
在线阅读 下载PDF
Multiscale Theoretical Calculations Empower Robust Electric Double Layer Toward Highly Reversible Zinc Anode
13
作者 Yufan Xia Zhen Luo +6 位作者 Shuang Chen Yang Xiang Gao Weng Hongge Pan Ben Bin Xu Mi Yan Yinzhu Jiang 《Nano-Micro Letters》 2026年第3期406-427,共22页
The electric double layer(EDL)at the electrochemical interface is crucial for ion transport,charge transfer,and surface reactions in aqueous rechargeable zinc batteries(ARZBs).However,Zn anodes routinely encounter per... The electric double layer(EDL)at the electrochemical interface is crucial for ion transport,charge transfer,and surface reactions in aqueous rechargeable zinc batteries(ARZBs).However,Zn anodes routinely encounter persistent dendrite growth and parasitic reactions,driven by the inhomogeneous charge distribution and water-dominated environment within the EDL.Compounding this,classical EDL theory,rooted in meanfield approximations,further fails to resolve molecular-scale interfacial dynamics under battery-operating conditions,limiting mechanistic insights.Herein,we established a multiscale theoretical calculation framework from single molecular characteristics to interfacial ion distribution,revealing the EDL’s structure and interactions between different ions and molecules,which helps us understand the parasitic processes in depth.Simulations demonstrate that water dipole and sulfate ion adsorption at the inner Helmholtz plane drives severe hydrogen evolution and by-product formation.Guided by these insights,we engineered a“water-poor and anion-expelled”EDL using 4,1’,6’-trichlorogalactosucrose(TGS)as an electrolyte additive.As a result,Zn||Zn symmetric cells with TGS exhibited stable cycling for over 4700 h under a current density of 1 mA cm^(−2),while NaV_(3)O_(8)·1.5H_(2)O-based full cells kept 90.4%of the initial specific capacity after 800 cycles at 5 A g^(−1).This work highlights the power of multiscale theoretical frameworks to unravel EDL complexities and guide high-performance ARZB design through integrated theory-experiment approaches. 展开更多
关键词 Zn anode Theoretical calculations Electric double layers Aqueous rechargeable zinc batteries
在线阅读 下载PDF
基于深度Q-learning算法的智能电网管控模型研究
14
作者 王筠 李志鹏 +2 位作者 项旭 张军堂 石雷波 《自动化技术与应用》 2026年第2期54-57,142,共5页
设计基于深度Q-learning算法的智能电网管控模型,将可验证声明(verifiable credential, VC)和分布式数字身份(decentralized identity, DID)作为应用程序身份凭证与软件定义网络(software-defined networking, SDN)控制器,结合动态信任... 设计基于深度Q-learning算法的智能电网管控模型,将可验证声明(verifiable credential, VC)和分布式数字身份(decentralized identity, DID)作为应用程序身份凭证与软件定义网络(software-defined networking, SDN)控制器,结合动态信任评估算法与基于属性的访问控制策略,构建基于区块链的智能电网分布式SDN管控模型。在资源分配、网络拓扑动态变化以及安全威胁不断演变的情况下,实施基于区块链的分布式SDN网络的优化。实验测试结果表明,设计方法在通过深度Q-learning优化模型后累积奖励明显大幅增加,在多种安全性能方面表现出色,能够清除恶意域,确保网络环境的安全。 展开更多
关键词 SDN控制器 分布式SDN网络 深度q-learning算法 区块链 智能电网管控模型
在线阅读 下载PDF
The effects of bio-inspired wing vein morphology on thrust generation in double-clap flapping-wing robots
15
作者 Tien Van Truong Quoc-Viet Nguyen +1 位作者 Loan Thi Kim Au Hung-Truyen Luong 《Defence Technology(防务技术)》 2026年第1期257-276,共20页
Wing design is a critical factor in the aerodynamic performance of flapping-wing(FW)robots.Inspired by the natural wing structures of insects,bats,and birds,we explored how bio-mimetic wing vein morphologies,combined ... Wing design is a critical factor in the aerodynamic performance of flapping-wing(FW)robots.Inspired by the natural wing structures of insects,bats,and birds,we explored how bio-mimetic wing vein morphologies,combined with a bio-inspired double wing clap-and-fling mechanism,affect thrust generation.This study focused on increasing vertical force and payload capacity.Through systematic experimentation with various vein configurations and structural designs,we developed innovative wings optimized for thrust production.Comprehensive tests were conducted to measure aerodynamic forces,power consumption,and wing kinematics across a range of flapping frequencies.Additionally,wings with different aspect ratios,a key factor in wing design,were fabricated and extensively evaluated.The study also examined the role of bio-inspired vein layouts on wing flexibility,a critical component in improving flight efficiency.Our findings demonstrate that the newly developed wing design led to a 20%increase in thrust,achieving up to 30 g-force(gf).This research sheds light on the clap-and-fling effect and establishes a promising framework for bio-inspired wing design,offering significant improvements in both performance and payload capacity for FW robots. 展开更多
关键词 Flapping-wing robots Bio-inspired wing vein patterns Thrust generation double clap-and-fling Fapping frequency
在线阅读 下载PDF
Vibrations induced by time-delayed double blastholes in underground rocks:Experimental study and theoretical analysis
16
作者 Yonggang Gou Gui Yang +2 位作者 Xianyang Qiu Kun Ji Yumin Chen 《Journal of Rock Mechanics and Geotechnical Engineering》 2026年第2期1108-1125,共18页
Time-delayed blasting is widely utilized in engineering to mitigate induced vibration hazards and enhance fragmentation.The underlying vibration reduction principle is the decrease of the charge weight per delay,while... Time-delayed blasting is widely utilized in engineering to mitigate induced vibration hazards and enhance fragmentation.The underlying vibration reduction principle is the decrease of the charge weight per delay,while the potential for further vibration reduction remains debated,largely due to unclear underlying mechanisms.In light of the popularization of electronic detonators and the representativeness of double-hole configurationsfor multiple blastholes,it is essential to investigate the vibration characteristics induced by time-delayed double blastholes.Therefore,a series of doubleborehole experimental blasts was conducted in an underground roadway to clarify the variation in vibration from single-hole to dual-hole conditions.Based on the experimental data and inherent limitations,an exact full-fieldtheoretical model was further employed to systematically analyze the effects of delay time,charge length,and borehole inclination angle on vibrations induced by various doublehole configurations.The experimental data and theoretical analysis reveal that the general scaled distance effectively predicts vibrations in delayed blasting but does not reflectvibration reduction.Increasing delay time causes fluctuatingPPVs,which stabilize slightly above single-hole PPVs as delay times exceed a certain value.The delayed blasting primarily reduces near-fieldfrequencies.Longer charge lengths in double boreholes increase PPV levels and attenuation rates within a certain length,and the vibration behavior of combined long and short charge lengths is governed by the long blasthole.Larger blasthole inclination angles enhance vibration amplitude and reduce PPV attenuation rates.Optimizing inclination angles is more critical than adjusting delay times,and parallel boreholes offer the best vibration control. 展开更多
关键词 Vibration of double blastholes Experimental data Theoretical model Delay time Wave superposition
在线阅读 下载PDF
Bio-convective flow of gyrotactic microorganisms in nanofluid through a curved oscillatory channel with Cattaneo-Christov double diffusion theory
17
作者 Imran M Naveed M +1 位作者 Rafiq M Y Abbas Z 《Chinese Physics B》 2026年第1期522-533,共12页
The present study investigates the flow,heat,and mass transfer analysis in the bioconvection of nanofluid containing motile gyrotactic microorganisms through a semi-porous curved oscillatory channel with a magnetic fi... The present study investigates the flow,heat,and mass transfer analysis in the bioconvection of nanofluid containing motile gyrotactic microorganisms through a semi-porous curved oscillatory channel with a magnetic field.These microorganisms produce density gradients by swimming,which induces macroscopic convection flows in the fluid.This procedure improves the mass and heat transfer,illustrating the interaction between biological activity and fluid dynamics.Furthermore,instead of considering traditional Fourier's and Fick's law the energy and concentration equations are developed by incorporating Cattaneo-Christov double diffusion theory.Moreover,to examine the influence of thermophoresis and Brownian diffusions in the fluid we have adopted the Buongiorno nanofluid model.Due to the oscillation of the surface of the channel,the mathematical development of the considered flow problem is obtained in the form of partial differential equations via the curvilinear coordinate system.The convergent series solution of the governing flow equations is obtained after applying the homotopy analysis method(HAM).The effects of different pertinent flow parameters on velocity,motile microorganism density distribution,concentration,pressure,temperature,and skin friction coefficient are examined and discussed in detail with the help of graphs and tables.It is observed during the current study that the density of microorganisms is enhanced for higher values of Reynolds number,Peclet number,radius of curvature variable,and Lewis number. 展开更多
关键词 semi-porous oscillatory curved channel gyrotactic microorganisms MAGNETOHYDRODYNAMIC viscous nanofluid Cattaneo-Christov double diffusion homotopy analysis method
原文传递
Ultralow dark current soft X-ray detectors based on lead-free double perovskite Cs_(2)AgBiBr_(6)
18
作者 Long Cheng Lijuan Huang +15 位作者 Mulin Sun Ying Meng Yuan Li Tianyu Liu Pengju Tan Mingzhu Hu Huaqing Yang Xiaolan Ma Shunjie Yu Xiaohu Hou Yong Guan Junfa Zhu Xiaosong Liu Yu Li Shibing Long Qin Hu 《Journal of Semiconductors》 2026年第1期109-116,共8页
Soft X-ray detectors play a vital role in materials science,high-energy physics and medical imaging.Cs_(2)AgBiBr_(6),a lead-free double perovskite,has gained attention for its excellent optoelectronic properties,stabi... Soft X-ray detectors play a vital role in materials science,high-energy physics and medical imaging.Cs_(2)AgBiBr_(6),a lead-free double perovskite,has gained attention for its excellent optoelectronic properties,stability,and nontoxicity.However,its fast crystallization and requirement for high-temperature annealing(>250℃)often lead to inferior film quality,limiting its application in flexible devices.This study introduces an alloying strategy that significantly improves the quality of Cs_(2)AgBiBr_(6)thin films annealed at a reduced temperature of 150℃.Devices based on the alloyed thin films exhibit an ultra-low dark current of 0.32 nA·cm^(-2)and a quantum efficiency of 725%.Furthermore,the first successful integration of Cs_(2)AgBiBr_(6)with a thinfilm transistor backplane demonstrates its superior imaging performance,indicating that Cs_(2)AgBiBr_(6)is a promising material for next-generation soft X-ray sensors. 展开更多
关键词 soft X-ray detector lead-free double perovskite Cs_(2)AgBiBr_(6) ALLOYING IMAGING
在线阅读 下载PDF
The Impact of Double-puncture Tympanic Membrane Puncture and Tympanic Cavity Drug Injection on the Complication Rate of Acute Secretory Otitis Media
19
作者 Wei Zheng 《Proceedings of Anticancer Research》 2026年第1期54-60,共7页
Objective:To explore the therapeutic effect of double-puncture tympanic membrane puncture and tympanic cavity drug injection in patients with acute secretory otitis media.Methods:A total of 84 patients with acute secr... Objective:To explore the therapeutic effect of double-puncture tympanic membrane puncture and tympanic cavity drug injection in patients with acute secretory otitis media.Methods:A total of 84 patients with acute secretory otitis media admitted to our hospital from June 2024 to June 2025 were selected and randomly divided into two groups by drawing lots.The control group(42 cases)was treated with the traditional single-puncture tympanic membrane puncture and tympanic cavity drug injection method,while the observation group(42 cases)was treated with the double-puncture tympanic membrane puncture and tympanic cavity drug injection method.The therapeutic effects of the two groups were compared.Results:The overall treatment response rate,overall complication rate,time to symptom relief,and improvement in hearing threshold in the observation group were all superior to those in the control group,with statistically significant differences(P<0.05).Conclusion:For acute secretory otitis media,the treatment method of double-puncture tympanic membrane puncture and tympanic cavity drug injection demonstrates definite efficacy,significantly reducing the incidence of complications,accelerating symptom relief,and improving hearing function,making it worthy of promotion. 展开更多
关键词 Acute secretory otitis media double puncture Tympanic membrane puncture and tympanic cavity drug injection COMPLICATIONS
暂未订购
Constructing Double Heterojunctions on 1T/2H-MoS_(2)@Co_(3)S_(4)Electrocatalysts for Regulating Li_(2)O_(2)Formation in Lithium-Oxygen Batteries
20
作者 Yichuan Dou Zhuang Liu +8 位作者 Lanling Zhao Jian Zhang Fanpeng Meng Yao Liu Zidong Zhang Xingao Li Zheng Shang Lu Wang Jun Wang 《Nano-Micro Letters》 2026年第2期383-403,共21页
Co_(3)S_(4)electrocatalysts with mixed valences of Co ions and excellent structural stability possess favorable oxygen evolution reaction(OER)activity,yet challenges remain in fabricating rechargeable lithiumoxygen ba... Co_(3)S_(4)electrocatalysts with mixed valences of Co ions and excellent structural stability possess favorable oxygen evolution reaction(OER)activity,yet challenges remain in fabricating rechargeable lithiumoxygen batteries(LOBs)due to their poor OER performance,resulting from poor electrical conductivity and overly strong intermediate adsorption.In this work,fancy double heterojunctions on 1T/2H-MoS_(2)@Co_(3)S_(4)(1T/2H-MCS)were constructed derived from the charge donation from Co to Mo ions,thus inducing the phase transformation of Mo S_(2)from 2H to 1T.The unique features of these double heterojunctions endow the1T/2H-MCS with complementary catalysis during charging and discharging processes.It is worth noting that 1T-Mo S2@Co3S4could provide fast Co-S-Mo electron transport channels to promote ORR/OER kinetics,and 2H-MoS_(2)@Co_(3)S_(4)contributed to enabling moderate egorbital occupancy when adsorbed with oxygen-containing intermediates.On the basis,the Li_(2)O_(2)nucleation route was changed to solution and surface dual pathways,improving reversible deposition and decomposition kinetics.As a result,1T/2H-MCS cathodes exhibit an improved electrocatalytic performance compared with those of Co_(3)S_(4)and Mo S2cathodes.This innovative heterostructure design provides a reliable strategy to construct efficient transition metal sulfide catalysts by improving electrical conductivity and modulating adsorption toward oxygenated intermediates for LOBs. 展开更多
关键词 double heterojunctions d-p hybridization Tunable Li_(2)O_(2)deposition ELECTROCATALYSTS Lithium-oxygen batteries
在线阅读 下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部