期刊文献+
共找到34,328篇文章
< 1 2 250 >
每页显示 20 50 100
Hybrid Runtime Detection of Malicious Containers Using eBPF
1
作者 Jeongeun Ryu Riyeong Kim +3 位作者 Soomin Lee Sumin Kim Hyunwoo Choi Seongmin Kim 《Computers, Materials & Continua》 2026年第3期410-430,共21页
As containerized environments become increasingly prevalent in cloud-native infrastructures,the need for effective monitoring and detection of malicious behaviors has become critical.Malicious containers pose signific... As containerized environments become increasingly prevalent in cloud-native infrastructures,the need for effective monitoring and detection of malicious behaviors has become critical.Malicious containers pose significant risks by exploiting shared host resources,enabling privilege escalation,or launching large-scale attacks such as cryptomining and botnet activities.Therefore,developing accurate and efficient detection mechanisms is essential for ensuring the security and stability of containerized systems.To this end,we propose a hybrid detection framework that leverages the extended Berkeley Packet Filter(eBPF)to monitor container activities directly within the Linux kernel.The framework simultaneously collects flow-based network metadata and host-based system-call traces,transforms them into machine-learning features,and applies multi-class classification models to distinguish malicious containers from benign ones.Using six malicious and four benign container scenarios,our evaluation shows that runtime detection is feasible with high accuracy:flow-based detection achieved 87.49%,while host-based detection using system-call sequences reached 98.39%.The performance difference is largely due to similar communication patterns exhibited by certain malware families which limit the discriminative power of flow-level features.Host-level monitoring,by contrast,exposes fine-grained behavioral characteristics,such as file-system access patterns,persistence mechanisms,and resource-management calls that do not appear in network metadata.Our results further demonstrate that both monitoring modality and preprocessing strategy directly influence model performance.More importantly,combining flow-based and host-based telemetry in a complementary hybrid approach resolves classification ambiguities that arise when relying on a single data source.These findings underscore the potential of eBPF-based hybrid analysis for achieving accurate,low-overhead,and behavior-aware runtime security in containerized environments,and they establish a practical foundation for developing adaptive and scalable detection mechanisms in modern cloud systems. 展开更多
关键词 container security container anomaly detection eBPF system calls network flow machine learning
在线阅读 下载PDF
A Real Time YOLO Based Container Grapple Slot Detection and Classification System
2
作者 Chen-Chiung Hsieh Chun-An Chen Wei-Hsin Huang 《Computers, Materials & Continua》 2026年第3期305-329,共25页
Container transportation is pivotal in global trade due to its efficiency,safety,and cost-effectiveness.However,structural defects—particularly in grapple slots—can result in cargo damage,financial loss,and elevated... Container transportation is pivotal in global trade due to its efficiency,safety,and cost-effectiveness.However,structural defects—particularly in grapple slots—can result in cargo damage,financial loss,and elevated safety risks,including container drops during lifting operations.Timely and accurate inspection before and after transit is therefore essential.Traditional inspection methods rely heavily on manual observation of internal and external surfaces,which are time-consuming,resource-intensive,and prone to subjective errors.Container roofs pose additional challenges due to limited visibility,while grapple slots are especially vulnerable to wear from frequent use.This study proposes a two-stage automated detection framework targeting defects in container roof grapple slots.In the first stage,YOLOv7 is employed to localize grapple slot regions with high precision.In the second stage,ResNet50 classifies the extracted slots as either intact or defective.The results from both stages are integrated into a human-machine interface for real-time visualization and user verification.Experimental evaluations demonstrate that YOLOv7 achieves a 99%detection rate at 100 frames per second(FPS),while ResNet50 attains 87%classification accuracy at 34 FPS.Compared to some state of the arts,the proposed system offers significant speed,reliability,and usability improvements,enabling efficient defect identification and visual reconfirmation via the interface. 展开更多
关键词 container grapple slot detection defect classification deep learning TWO-STAGE YOLO
在线阅读 下载PDF
Electrically Insulating Rigid Multi-Channel Electrolyte Container for Customizable Electron Transfer in Zn-Halogen Batteries
3
作者 Yifan Zhou Yicai Pan +7 位作者 Yongqiang Yang Taghreed F.Altamimi Yunpeng Zhong Dalal A.Alshammari Zeinhom M.El-Bahy Shuquan Liang Jiang Zhou Xinxin Cao 《Nano-Micro Letters》 2026年第5期712-728,共17页
Recent advancements in Zn-halogen batteries have focused on enhancing the adsorptive or catalytic capability of host materials and stabilizing complex intermediates with electrolyte additives,while the halogen-ion ele... Recent advancements in Zn-halogen batteries have focused on enhancing the adsorptive or catalytic capability of host materials and stabilizing complex intermediates with electrolyte additives,while the halogen-ion electrolyte modifications exhibit strong potential for integrated interfacial regulation.Herein,we design an electrically insulating rigid electrolyte container to immobilize a liquid halogen-ion electrolyte for separator-free Zn-halogen batteries with customizable electron transfer.Robust hydrogen bonding of hydroxyl groups in SiO_(2)with fluorinated moieties in PVDF-hfp regulates Zn^(2+)solvation and suppresses H_(2)O activity,while multi-channels formed by microcracks and interparticle gaps not only enhance mass transfer but also buffer interfacial electric field,jointly enabling a durable Zn plating/stripping.Effective confinement of intermediates also ensures the high reversibility across single-(I^(-)/I0),double-(I^(-)/I0/I^(-)),and triple-(I^(-)/I0/I^(-),Cl-/Cl0)electron transfer mechanisms at cathode,as evidenced by the double-electron transfer systems exhibiting a low capacity decay rate of 0.02‰over 4500 cycles at 10 mA cm^(-2)and a high areal capacity of 11.9 mAh cm^(-2)at 2 mA cm^(-2).This work presents a novel“container engineering”approach to halogen-ion electrolyte design and provides fundamental insights into the relationships between redox reversibility and reaction kinetics. 展开更多
关键词 Electrolyte container Interfacial reaction regulation Customizable electron transfer Zn-halogen batteries
在线阅读 下载PDF
基于Hash_Set容器的立体光刻文件拓扑重建算法
4
作者 吕宁 王少飞 +1 位作者 罗忠洁 姜金刚 《机械设计与制造》 北大核心 2025年第3期245-249,共5页
针对立体光刻(STL)文件由于从几何模型分裂形成三角网格过程中存在大量顶点、棱边冗余数据,且图形要素间无拓扑关系,导致数据存储量大、搜索速度慢等问题,基于Hash_Set容器的哈希表底层结构,依据STL文件中点、边、面数据的相关性,通过... 针对立体光刻(STL)文件由于从几何模型分裂形成三角网格过程中存在大量顶点、棱边冗余数据,且图形要素间无拓扑关系,导致数据存储量大、搜索速度慢等问题,基于Hash_Set容器的哈希表底层结构,依据STL文件中点、边、面数据的相关性,通过重写点、边、面插入搜索数据时的数据结构,重建STL文件的拓扑结构,对原文件中的冗余数据进行了有效剔除,较大地降低了数据存储量,减少了数据搜索处理时间,实验结果表明,在相同条件下所提出算法与基于set容器和哈希表算法相比,数据处理效率提高大约(20~30)%。 展开更多
关键词 STL文件 三角网格 Hash_Set容器 拓扑重建 冗余去除
在线阅读 下载PDF
Experimental and numerical investigation of cavity characteristics in behind-armor liquid-filled containers under shaped charge jet impact 被引量:1
5
作者 Shixin Ma Xiangdong Li Lanwei Zhou 《Defence Technology(防务技术)》 2025年第5期242-259,共18页
The cavity characteristics in liquid-filled containers caused by high-velocity impacts represent an important area of research in hydrodynamic ram phenomena.The dynamic expansion of the cavity induces liquid pressure ... The cavity characteristics in liquid-filled containers caused by high-velocity impacts represent an important area of research in hydrodynamic ram phenomena.The dynamic expansion of the cavity induces liquid pressure variations,potentially causing catastrophic damage to the container.Current studies mainly focus on non-deforming projectiles,such as fragments,with limited exploration of shaped charge jets.In this paper,a uniquely experimental system was designed to record cavity profiles in behind-armor liquid-filled containers subjected to shaped charge jet impacts.The impact process was then numerically reproduced using the explicit simulation program ANSYS LS-DYNA with the Structured Arbitrary Lagrangian-Eulerian(S-ALE)solver.The formation mechanism,along with the dimensional and shape evolution of the cavity was investigated.Additionally,the influence of the impact kinetic energy of the jet on the cavity characteristics was analyzed.The findings reveal that the cavity profile exhibits a conical shape,primarily driven by direct jet impact and inertial effects.The expansion rates of both cavity length and maximum radius increase with jet impact kinetic energy.When the impact kinetic energy is reduced to 28.2 kJ or below,the length-to-diameter ratio of the cavity ultimately stabilizes at approximately 7. 展开更多
关键词 Cavity characteristics Shaped charge jet Behind-armor liquid-filled container Impact kinetic energy Hydrodynamic ram
在线阅读 下载PDF
Container Housing:Ghana’s Answer to the Housing Deficit?
6
作者 Karen Evans Halm 《Journal of Civil Engineering and Architecture》 2025年第4期196-207,共12页
The population growth in Ghana has assumed an alarming rate.The provision of urban infrastructure and housing has however not been commensurate with the demand especially in housing,thus the acute housing deficit.The ... The population growth in Ghana has assumed an alarming rate.The provision of urban infrastructure and housing has however not been commensurate with the demand especially in housing,thus the acute housing deficit.The idea of using shipping containers as a building component is by no means new in the Accra Metropolis as most shipping containers are re-constructed architecturally and used for temporary accommodation needs like storage,make-shift shops,emergency shelters and site offices.The concept of using these shipping containers as modular building components in architecture however,is still foreign to building practitioners and the nation at large.This research paper set out to use the containers not for luxury apartments but to harness the merits of availability,low-cost of resource,speed of construction and structural stability of the International Standard Organization(ISO)shipping containers in addressing the housing deficiency problem in the nation by meeting the basic need of shelter.Based on the hypothesis of being a cheaper alternative to the concrete and sand-crete blocks,which is the main construction technology used now,similar house types of both technologies were compared to ascertain the variation as part of the methodology for this research.The methodology also included literature reviews and case studies.The scope of this study was limited to 2-bedroom single-storey and multi-storey house types in Accra,the capital city of Ghana.In the final analysis however,this research proved that the container house is not cheaper than the traditional blockwork and concrete construction method is and is better used in temporary accommodation,in situations where time is essential. 展开更多
关键词 Accra cost analysis HOUSING shipping containers
在线阅读 下载PDF
GPU Usage Time-Based Ordering Management Technique for Tasks Execution to Prevent Running Failures of GPU Tasks in Container Environments
7
作者 Joon-Min Gil Hyunsu Jeong Jihun Kang 《Computers, Materials & Continua》 2025年第2期2199-2213,共15页
In a cloud environment,graphics processing units(GPUs)are the primary devices used for high-performance computation.They exploit flexible resource utilization,a key advantage of cloud environments.Multiple users share... In a cloud environment,graphics processing units(GPUs)are the primary devices used for high-performance computation.They exploit flexible resource utilization,a key advantage of cloud environments.Multiple users share GPUs,which serve as coprocessors of central processing units(CPUs)and are activated only if tasks demand GPU computation.In a container environment,where resources can be shared among multiple users,GPU utilization can be increased by minimizing idle time because the tasks of many users run on a single GPU.However,unlike CPUs and memory,GPUs cannot logically multiplex their resources.Additionally,GPU memory does not support over-utilization:when it runs out,tasks will fail.Therefore,it is necessary to regulate the order of execution of concurrently running GPU tasks to avoid such task failures and to ensure equitable GPU sharing among users.In this paper,we propose a GPU task execution order management technique that controls GPU usage via time-based containers.The technique seeks to ensure equal GPU time among users in a container environment to prevent task failures.In the meantime,we use a deferred processing method to prevent GPU memory shortages when GPU tasks are executed simultaneously and to determine the execution order based on the GPU usage time.As the order of GPU tasks cannot be externally adjusted arbitrarily once the task commences,the GPU task is indirectly paused by pausing the container.In addition,as container pause/unpause status is based on the information about the available GPU memory capacity,overuse of GPU memory can be prevented at the source.As a result,the strategy can prevent task failure and the GPU tasks can be experimentally processed in appropriate order. 展开更多
关键词 Cloud computing container GPGPU resource management
在线阅读 下载PDF
Characterization of combined blast-and fragments-induced synergetic damage in polyurea coated liquid-filled container
8
作者 Chen Tao Chong Ji +3 位作者 Xin Wang Juan Gu Yuting Wang Changxiao Zhao 《Defence Technology(防务技术)》 2025年第1期201-224,共24页
Liquid-filled containers(LFC)are widely used to store and transport petroleum,chemical reagents,and other resources.As an important target of military strikes and terrorist bombings,LFC are vulnerable to blast waves a... Liquid-filled containers(LFC)are widely used to store and transport petroleum,chemical reagents,and other resources.As an important target of military strikes and terrorist bombings,LFC are vulnerable to blast waves and fragments.To explore the protective effect of polyurea elastomer on LFC,the damage characteristics of polyurea coated liquid-filled container(PLFC)under the combined loading of blast shock wave and fragments were studied experimentally.The microstructure of the polyurea layer was observed by scanning electron microscopy,and the fracture and self-healing phenomena were analyzed.The simulation approach was used to explain the combined blast-and fragments-induced on the PLFC in detail.Finally,the effects of shock wave and fragment alone and in combination on the damage of PLFC were comprehensively compared.Results showed that the polyurea reduces the perforation rate of the fragment to the LFC,and the self-healing phenomenon could also reduce the liquid loss rate inside the container.The polyurea reduces the degree of depression in the center of the LFC,resulting in a decrease in the distance between adjacent fragments penetrating the LFC,and an increase in the probability of transfixion and fracture between holes.Under the close-in blast,the detonation shock wave reached the LFC before the fragment.Polyurea does not all have an enhanced effect on the protection of LFC.The presence of internal water enhances the anti-blast performance of the container,and the hydrodynamic ram(HRAM)formed by the fragment impacting the water aggravated the plastic deformation of the container.The combined action has an enhancement effect on the deformation of the LFC.The depth of the container depression was 27%higher than that of the blast shock wave alone;thus,it cannot be simply summarized as linear superposition. 展开更多
关键词 POLYUREA Prefabricated fragment Liquid-filled container Hydrodynamic ram Cumulative effect
在线阅读 下载PDF
Investigation of penetration characteristics of shaped charge jet impacting behind-armor liquid-filled containers
9
作者 Shixin Ma Yuchi Tang +1 位作者 Lanwei Zhou Xiangdong Li 《Defence Technology(防务技术)》 2025年第11期223-241,共19页
The impact of high-velocity penetrators into liquid-filled containers can generate hydrodynamic ram effects,potentially causing catastrophic structural damage to the container.Previous studies have primarily focused o... The impact of high-velocity penetrators into liquid-filled containers can generate hydrodynamic ram effects,potentially causing catastrophic structural damage to the container.Previous studies have primarily focused on undeformed penetrators,such as fragments or bullets,with limited attention directed toward shaped charge jets.This study investigates the penetration characteristics of shaped charge jets impacting behind-armor liquid-filled containers,with particular emphasis on jet-liquid interactions.A theoretical penetration model incorporating material compressibility and jet stretching was developed based on the virtual origin theory.A high-speed imaging experimental system was designed to capture the jet motion within the container.The impact process was numerically reproduced using ANSYS/LSDYNA,and the effects of standoff and overmatch on jet penetration were analyzed.The results reveal that jet stretching induced by increased standoff enhances the penetration velocity of the jet.A proportional relationship between the stretching factor(λ)and the overmatch parameter(I)was identified,withλranging from approximately 1.22 to 1.38 times I across the studied standoff range(80-220 mm).The findings offer a basis for future studies on the pressure distribution in the liquid and the structural response of containers. 展开更多
关键词 Shaped charge jet Behind-armor liquid-filled container Penetration characteristics Overmatch
在线阅读 下载PDF
Fire Hawk Optimization-Enabled Deep Learning Scheme Based Hybrid Cloud Container Architecture for Migrating Interoperability Based Application
10
作者 G Indumathi R Sarala 《China Communications》 2025年第5期285-304,共20页
Virtualization is an indispensable part of the cloud for the objective of deploying different virtual servers over the same physical layer.However,the increase in the number of applications executing on the repositori... Virtualization is an indispensable part of the cloud for the objective of deploying different virtual servers over the same physical layer.However,the increase in the number of applications executing on the repositories results in increased overload due to the adoption of cloud services.Moreover,the migration of applications on the cloud with optimized resource allocation is a herculean task even though it is employed for minimizing the dilemma of allocating resources.In this paper,a Fire Hawk Optimization enabled Deep Learning Scheme(FHOEDLS)is proposed for minimizing the overload and optimizing the resource allocation on the hybrid cloud container architecture for migrating interoperability based applications This FHOEDLS achieves the load prediction through the utilization of deep CNN-GRU-AM model for attaining resource allocation and better migration of applications.It specifically adopted the Fire Hawk Optimization Algorithm(FHOA)for optimizing the parameters that influence the factors that aid in better interoperable application migration with improved resource allocation and minimized overhead.It considered the factors of resource capacity,transmission cost,demand,and predicted load into account during the formulation of the objective function utilized for resource allocation and application migration.The cloud simulation of this FHOEDLS is achieved using a container,Virtual Machine(VM),and Physical Machine(PM).The results of this proposed FHOEDLS confirmed a better resource capability of 0.418 and a minimized load of 0.0061. 展开更多
关键词 container deep learning fire hawk optimization algorithm hybrid cloud interoperable application migration
在线阅读 下载PDF
Research the Safety Specialties for the Container Shipping Logistics Networks of China
11
作者 Di Cui 《Journal of Traffic and Transportation Engineering》 2025年第2期62-65,共4页
Structural properties of the ship container logistics network of China(SCLNC)are studied in the light of recent investigations of complex networks.SCLNC is composed of a set of routes and ports located along the sea o... Structural properties of the ship container logistics network of China(SCLNC)are studied in the light of recent investigations of complex networks.SCLNC is composed of a set of routes and ports located along the sea or river.Network properties including the degree distribution,degree correlations,clustering,shortest path length,centrality and betweenness are studied in different definition of network topology.It is found that geographical constraint plays an important role in the network topology of SCLNC.We also study the traffic flow of SCLNC based on the weighted network representation,and demonstrate the weight distribution can be described by power law or exponential function depending on the assumed definition of network topology.Other features related to SCLNC are also investigated. 展开更多
关键词 Logistics networks ship container logistics networks the safety characters
在线阅读 下载PDF
A Comprehensive Review on File Containers-Based Image and Video Forensics
12
作者 Pengpeng Yang Chen Zhou +2 位作者 Dasara Shullani Lanxi Liu Daniele Baracchi 《Computers, Materials & Continua》 2025年第11期2487-2526,共40页
Images and videos play an increasingly vital role in daily life and are widely utilized as key evidentiary sources in judicial investigations and forensic analysis.Simultaneously,advancements in image and video proces... Images and videos play an increasingly vital role in daily life and are widely utilized as key evidentiary sources in judicial investigations and forensic analysis.Simultaneously,advancements in image and video processing technologies have facilitated the widespread availability of powerful editing tools,such as Deepfakes,enabling anyone to easily create manipulated or fake visual content,which poses an enormous threat to social security and public trust.To verify the authenticity and integrity of images and videos,numerous approaches have been proposed,which are primarily based on content analysis and their effectiveness is susceptible to interference from various image or video post-processing operations.Recent research has highlighted the potential of file containers analysis as a promising forensic approach that offers efficient and interpretable results.However,there is still a lack of review articles on this kind of approach.In order to fill this gap,we present a comprehensive review of file containers-based image and video forensics in this paper.Specifically,we categorize the existing methods into two distinct stages,qualitative analysis and quantitative analysis.In addition,an overall framework is proposed to organize the exiting approaches.Then,the advantages and disadvantages of the schemes used across different forensic tasks are provided.Finally,we outline the trends in this research area,aiming to provide valuable insights and technical guidance for future research. 展开更多
关键词 Image and video forensics file containers analysis content analysis Deepfakes
在线阅读 下载PDF
Design of a type of strike-slip active fault container for shaking table tests
13
作者 Wenkai Feng Lianjie Yang +4 位作者 Chunlei Xin Zhao Wang Xinyuan Yu Yixin Shuai Yuxin Tian 《Journal of Rock Mechanics and Geotechnical Engineering》 2025年第12期7711-7735,共25页
Fault container and shaking table tests are crucial for studying co-seismic dislocation in cross-fault tunnels,with the design and functionality of the container significantly affecting the accuracy of dynamic respons... Fault container and shaking table tests are crucial for studying co-seismic dislocation in cross-fault tunnels,with the design and functionality of the container significantly affecting the accuracy of dynamic response analyses of tunnel linings.This research introduces a fault container developed as part of a significant active fault-crossing tunnel project in the high-intensity seismic zone of western China.The container is designed to simulate both strike-slip and dip-slip fault characteristics with adjustable fault angles.Extensive testing,including shaking table tests under strong seismic conditions,three-dimensional(3D)finite element numerical simulations,and hammer tests,were conducted to evaluate the modal characteristics of the container under various conditions.The study highlights the resonance characteristics of the soil-container system,the signal consistency across different dislocations,and the dynamic response patterns both with and without pulse-like seismic motions and varying intensities.The results indicate that the natural frequencies of the container and the model soil,determined through white noise scanning,are 23.74 Hz and 6.355 Hz,respectively,suggesting no resonance in the model soil-container structure.The dynamic response characteristics of the empty container show good integrity and versatility under various seismic excitations.The consistency of the free-field time history curve confirms that the newly developed fault container effectively simulates the continuity and boundary conditions of the free-field.Time domain analysis conducted before and after fault dislocation demonstrates the capability of the container to accurately replicate the coupling effects of fault and seismic motions. 展开更多
关键词 Shaking table tests Fault container Modal analysis Hammer test Strike-slip fault
在线阅读 下载PDF
Container cluster placement in edge computing based on reinforcement learning incorporating graph convolutional networks scheme
14
作者 Zhuo Chen Bowen Zhu Chuan Zhou 《Digital Communications and Networks》 2025年第1期60-70,共11页
Container-based virtualization technology has been more widely used in edge computing environments recently due to its advantages of lighter resource occupation, faster startup capability, and better resource utilizat... Container-based virtualization technology has been more widely used in edge computing environments recently due to its advantages of lighter resource occupation, faster startup capability, and better resource utilization efficiency. To meet the diverse needs of tasks, it usually needs to instantiate multiple network functions in the form of containers interconnect various generated containers to build a Container Cluster(CC). Then CCs will be deployed on edge service nodes with relatively limited resources. However, the increasingly complex and timevarying nature of tasks brings great challenges to optimal placement of CC. This paper regards the charges for various resources occupied by providing services as revenue, the service efficiency and energy consumption as cost, thus formulates a Mixed Integer Programming(MIP) model to describe the optimal placement of CC on edge service nodes. Furthermore, an Actor-Critic based Deep Reinforcement Learning(DRL) incorporating Graph Convolutional Networks(GCN) framework named as RL-GCN is proposed to solve the optimization problem. The framework obtains an optimal placement strategy through self-learning according to the requirements and objectives of the placement of CC. Particularly, through the introduction of GCN, the features of the association relationship between multiple containers in CCs can be effectively extracted to improve the quality of placement.The experiment results show that under different scales of service nodes and task requests, the proposed method can obtain the improved system performance in terms of placement error ratio, time efficiency of solution output and cumulative system revenue compared with other representative baseline methods. 展开更多
关键词 Edge computing Network virtualization container cluster Deep reinforcement learning Graph convolutional network
在线阅读 下载PDF
Evolution of railway container transport network nodes driven by sea-rail intermodal transportation:A case study of Northeast China
15
作者 WANG Xiuqi KUANG Haibo +1 位作者 YU Fangping GAO Guangyue 《Journal of Geographical Sciences》 2025年第6期1233-1262,共30页
The evolution mechanism of railway transportation network nodes driven by sea-rail intermodal transport(SRIT),a globally prevalent logistics method,has not been thoroughly investigated.From the perspective of SRIT,thi... The evolution mechanism of railway transportation network nodes driven by sea-rail intermodal transport(SRIT),a globally prevalent logistics method,has not been thoroughly investigated.From the perspective of SRIT,this study constructed a framework for understanding the evolution of railway container transport network nodes using Northeast China from 2013 to 2020 as a case study.It leverages proprietary data from 95306 Railway Freight E-commerce Platform.By employing the hybrid EWM-GA-TOPSIS model,complex network analysis,modified gravity model,and correlation and regression analyses,this study delves into the spatiotemporal patterns and dynamic transformations of railway container freight stations(RCFS).Finally,the long-term relationship between the RCFS and SRIT is explored.The results indicate that the spatial and temporal analysis of the RCFS in Northeast China from 2013 to 2020 revealed a clear polarisation trend,with the top-ranked stations mainly concentrated near ports and important transportation hubs.Additionally,the RCFS exhibited an expansionary trend;however,its development was uneven,and there was a significant increase in the number of new stations compared to abandoned stations,indicating an overall positive growth tendency.Moreover,the intensity of the SRIT at the RCFS in Northeast China notably increased.A significant positive linear relationship exists between SRIT and the freight capacity of all stations.A relatively pronounced correlation was observed for high-intensity stations,whereas a relatively weak correlation was observed for low-intensity stations.This study not only provides an effective framework for future research on RCFS within the context of SRIT but also serves as a scientific reference for promoting the implementation of the national strategy for multimodal transportation. 展开更多
关键词 sea-rail intermodal transportation railway container transport evolutionary patterns of stations Northeast China
原文传递
AGV Scheduling and Bidirectional Conflict-Free Routing Problem with Battery Swapping in Automated Container Terminals
16
作者 He Huang Jin Zhu 《Computer Modeling in Engineering & Sciences》 2025年第8期1717-1748,共32页
Automated guided vehicles(AGVs)are key equipment in automated container terminals(ACTs),and their operational efficiency can be impacted by conflicts and battery swapping.Additionally,AGVs have bidirectional transport... Automated guided vehicles(AGVs)are key equipment in automated container terminals(ACTs),and their operational efficiency can be impacted by conflicts and battery swapping.Additionally,AGVs have bidirectional transportation capabilities,allowing them tomove in the opposite directionwithout turning around,which helps reduce transportation time.This paper aims at the problem of AGV scheduling and bidirectional conflict-free routing with battery swapping in automated terminals.A bi-level mixed integer programming(MIP)model is proposed,taking into account task assignment,bidirectional conflict-free routing,and battery swapping.The upper model focuses on container task assignment and AGV battery swapping planning,while the lower model ensures conflict-free movement of AGVs.A double-threshold battery swapping strategy is introduced,allowing AGVs to utilize waiting time for loading for battery swapping.An improved differential evolution variable neighborhood search(IDE-VNS)algorithm is developed to solve the bi-level MIP model,aiming to minimize the completion time of all jobs.Experimental results demonstrate that compared to the differential evolution(DE)algorithm and the genetic algorithm(GA),the IDEVNS algorithmreduces fitness values by 44.49% and 45.22%,though it does increase computation time by 56.28% and 62.03%,respectively.Bidirectional transportation reduces the fitness value by an average of 10.97% when the container scale is small.As the container scale increases,the fitness value of bidirectional transportation gradually approaches that of unidirectional transportation.The results further show that the double-threshold battery swapping strategy enhances AGV utilization and reduces the fitness value. 展开更多
关键词 Automated container terminal(ACT) AGV scheduling bidirectional conflict-free routing battery swapping different evolution algorithm
在线阅读 下载PDF
集装箱板低中频模态调整设计及动态响应研究
17
作者 管华超 王强 祝志芳 《包装工程》 北大核心 2026年第1期270-276,共7页
目的对比分析不同加筋集装箱板结构的模态特性,总结集装箱板的低中频模态调控规律,为相关集装箱结构设计及优化提供借鉴与参考。方法建立常规无筋集装箱板结构模型,对其模态特性进行求解,随后基于模态叠加法,利用ANSYS软件,求解得到不... 目的对比分析不同加筋集装箱板结构的模态特性,总结集装箱板的低中频模态调控规律,为相关集装箱结构设计及优化提供借鉴与参考。方法建立常规无筋集装箱板结构模型,对其模态特性进行求解,随后基于模态叠加法,利用ANSYS软件,求解得到不同结构模型的动态响应结果,在此基础上,提出X型加筋集装箱板结构模型,归纳集装箱板结构的低中频模态调整规律。结果通过对比不同集装箱板结构的动态响应结果可知,在无筋集装箱板基础上,通过加筋结构设计可最大提升固有频率增幅为22.2%以及降低振动传递量级的最大降幅为13.3%,有效优化了集装箱板的动力学性能,实现了集装箱板低中频模态调整的目标。结论通过上述结构设计优化思想,结合板振动理论中明确筋条与板固有频率呈正相关,板在增加筋条情况下,可通过提升板弯曲刚度来提高板模态频率,实现集装箱板低中频模态调整的目标,为集装箱结构在复杂海洋物资运输环境下的高稳定性和优异振动抑制奠定了良好的基础。 展开更多
关键词 集装箱板 结构动力学 模态 固有频率
在线阅读 下载PDF
基于同步中转的双高箱办理站装卸设备集成调度优化
18
作者 张辉 蒋惠园 卢升荣 《铁道学报》 北大核心 2026年第1期18-30,共13页
为提升双高箱办理站内的装卸、转运作业效率,面向多装卸线作业场景,针对中转集装箱的站内转运提出同步中转作业模式。考虑作业序列、轨道吊安全距离等约束条件,定义集装箱离站作业优先级以动态分配卸载集装箱的堆场箱位,以最小化装卸作... 为提升双高箱办理站内的装卸、转运作业效率,面向多装卸线作业场景,针对中转集装箱的站内转运提出同步中转作业模式。考虑作业序列、轨道吊安全距离等约束条件,定义集装箱离站作业优先级以动态分配卸载集装箱的堆场箱位,以最小化装卸作业完工用时和新增堆场翻箱操作用时为优化目标,构建基于同步中转作业模式的轨道吊、集卡、空箱堆高机集成调度优化模型。基于头脑风暴优化算法和大规模邻域搜索算法设计混合算法求解模型,并通过实例验证模型及算法的有效性。结果表明,混合算法具备较强的全局搜索能力,随着算例规模增大表现更为显著。基于时空区间的轨道吊干涉判断方法与考虑等待、避让操作的轨道吊柔性调度策略有效,平均扩大7.19%的可行设备集成调度方案范围。同步中转作业模式相较于混合装卸、先卸后装作业模式能够减少设备作业和集卡往返次数,平均减少19.31%、58.36%的装卸作业完工用时,避免中转箱的无效堆存,同时最小化堆场新增翻箱操作数,实现办理站全局作业效率提升。 展开更多
关键词 双高箱办理站 中转集装箱 同步中转 轨道吊柔性调度策略 装卸设备集成调度
在线阅读 下载PDF
黑豆含硒肽对α-淀粉酶的抑制作用及其体外降血糖活性
19
作者 徐颖 张雨 +5 位作者 肖斌 车佳瑞 王欢 李东阳 曾桥 李儒仁 《食品工业科技》 北大核心 2026年第5期51-60,共10页
为探究富硒黑豆中的含硒肽是否对α-淀粉酶具有抑制作用,以来自广西的富硒黑豆为原料,通过单因素实验、响应面分析、肽组学等方法初步筛选并合成Se-MetLP、Se-MetIP、TLTSe-MetLR、Se-CPSFGQ四条含硒肽,选择对α-淀粉酶抑制活性高的两... 为探究富硒黑豆中的含硒肽是否对α-淀粉酶具有抑制作用,以来自广西的富硒黑豆为原料,通过单因素实验、响应面分析、肽组学等方法初步筛选并合成Se-MetLP、Se-MetIP、TLTSe-MetLR、Se-CPSFGQ四条含硒肽,选择对α-淀粉酶抑制活性高的两条肽通过圆二色谱、等温滴定量热试验、分子对接等方法探究其抑制机制并构建HepG2高血糖细胞模型分析其体外降血糖功能。结果表明:4条含硒肽中Se-MetIP抑制作用最强,在浓度为4 mg/mL时对α-淀粉酶的抑制率为70.58%±2.21%;TLTSe-MetLR半抑制浓度最小,为0.47 mg/mL,抑制效果最好。将含硒肽加入α-淀粉酶中,β-折叠比例增加,β-转角和无规卷曲比例减少,说明含硒肽使酶的空间结构发生变化、影响底物与酶活性中心结合。同时,测得含硒肽与α-淀粉酶的反应为放热反应,Se-MetIP、TLTSe-MetLR与α-淀粉酶间的结合能分别为-5.399 kcal/mol和-6.401 kcal/mol。含硒肽与蛋白间能形成范德华力、氢键和疏水作用,其中范德华力和氢键是实现二者稳定结合的主要作用力。细胞试验证明Se-MetIP、TLTSe-MetLR均能通过提高IR-HepG2细胞中葡萄糖消耗量,促进细胞合成糖原,达到降糖的效果。综上所述,黑豆含硒肽能够抑制α-淀粉酶活性,具有潜在的降血糖功能,这为进一步开发黑豆中降血糖肽提供理论基础。 展开更多
关键词 含硒肽 Α-淀粉酶 分子对接 细胞实验 机制研究
在线阅读 下载PDF
亚洲罕见伴VCP基因变异的肌病1例并文献复习
20
作者 朱琳 赵珺 +2 位作者 王爽 邱峰 陈娟 《解放军医学杂志》 北大核心 2026年第1期65-69,共5页
目的总结含缬酪肽蛋白(VCP)基因c.464G>A变异的临床特征并进行文献复习,以提高对该突变相关疾病的认识。方法回顾性分析1例随访7年仅表现为肌病的VCP基因c.464G>A变异病例的临床资料;检索PubMed、万方数据和中国知网数据库截至202... 目的总结含缬酪肽蛋白(VCP)基因c.464G>A变异的临床特征并进行文献复习,以提高对该突变相关疾病的认识。方法回顾性分析1例随访7年仅表现为肌病的VCP基因c.464G>A变异病例的临床资料;检索PubMed、万方数据和中国知网数据库截至2025年4月发表的病例文献,总结同类型基因突变病例的临床特征。结果患者女,43岁,病程7年,无家族史和发育畸形,隐袭缓慢进展四肢近端肌无力,由腰部至双下肢、双上肢,后期出现肉跳,肌酸肌酶正常。MRI见双侧臀部及大腿肌肉脂肪浸润,伴肌肉萎缩。组织病理学检查显示骨骼肌出现肌纤维内镶边空泡、肌纤维坏死、再生和肥大,部分肌纤维可见胞浆体,核内包涵体形成,符合空泡肌病样病理改变。头颅MRI、认知功能筛查和骨密度未见异常。依据基因检测结果确诊为VCP基因c.464G>A(p.Arg155His)突变所致包涵体肌病。通过文献检索,共收集8例携带VCP 155位点突变(R155H)的患者,早期多表现为肌肉疾病或额颞叶痴呆。结论VCP基因c.464G>A变异临床表现具有高度异质性。VCP基因表型对相关包涵体肌病诊断起关键作用;临床缺少特效治疗,需长期随访观察。 展开更多
关键词 肌肉病 R155H突变 含缬酪肽蛋白 c.464G>A 包涵体肌病
暂未订购
上一页 1 2 250 下一页 到第
使用帮助 返回顶部