期刊文献+
共找到12篇文章
< 1 >
每页显示 20 50 100
MIMO链路Ad Hoc网络中线程化的拓扑未知多址接入协议 被引量:1
1
作者 陈丹 李金丹 +2 位作者 闫茂德 李建东 李长乐 《电子学报》 EI CAS CSCD 北大核心 2015年第6期1241-1248,共8页
针对MIMO链路Ad Hoc网络,提出了支持MIMO的线程化拓扑未知多址接入协议(MIMO-T-TTMA).MIMO-T-TTMA将时间扩展多址接入(TSMA)协议和时分多址接入(TDMA)协议以时间交替的方式相结合,进而为网络中节点分配时隙.在MIMO-T-TTMA中,每个节点被... 针对MIMO链路Ad Hoc网络,提出了支持MIMO的线程化拓扑未知多址接入协议(MIMO-T-TTMA).MIMO-T-TTMA将时间扩展多址接入(TSMA)协议和时分多址接入(TDMA)协议以时间交替的方式相结合,进而为网络中节点分配时隙.在MIMO-T-TTMA中,每个节点被分配了若干时隙,每个分配时隙中,节点通过交互请求发送/允许发送(RTS/CTS)分组来确定发送使用的数据流数,而当RTS/CTS交互失败或者当前时隙为未分配时隙时,节点仍依一定的概率发送一个数据流,以提高网络的吞吐量.为了评估协议的性能,推导了MIMO-T-TTMA的吞吐量.数值结果表明,与已有的协议相比,MIMO-T-TTMA在节点度较大时具有较高的吞吐量,并且,吞吐量随节点度的变化比较平稳,因此,MIMO-T-TTMA适用于拓扑常发生剧烈变化的Ad Hoc网络. 展开更多
关键词 自组织网络 媒体接入控制 协议线程化 时间扩展多址接入 多输入多输出
在线阅读 下载PDF
Energy evolution model and energy response characteristics of freeze-thaw damaged sandstone under uniaxial compression
2
作者 ZHANG Chun-yang TAN Tao ZHAO Er-cheng 《Journal of Central South University》 2025年第6期2328-2348,共21页
Rocks will suffer different degree of damage under freeze-thaw(FT)cycles,which seriously threatens the long-term stability of rock engineering in cold regions.In order to study the mechanism of rock FT damage,energy c... Rocks will suffer different degree of damage under freeze-thaw(FT)cycles,which seriously threatens the long-term stability of rock engineering in cold regions.In order to study the mechanism of rock FT damage,energy calculation method and energy self-inhibition model are introduced to explore their energy characteristics in this paper.The applicability of the energy self-inhibition model was verified by combining the data of FT cycles and uniaxial compression tests of intact and pre-cracked sandstone samples,as well as published reference data.In addition,the energy evolution characteristics of FT damaged rocks were discussed accordingly.The results indicate that the energy self-inhibition model perfectly characterizes the energy accumulation characteristics of FT damaged rocks under uniaxial compression before the peak strength and the energy dissipation characteristics before microcrack unstable growth stage.Taking the FT damaged cyan sandstone sample as an example,it has gone through two stages dominated by energy dissipation mechanism and energy accumulation mechanism,and the energy rate curve of the pre-cracked sample shows a fall-rise phenomenon when approaching failure.Based on the published reference data,it was found that the peak total input energy and energy storage limit conform to an exponential FT decay model,with corresponding decay constants ranging from 0.0021 to 0.1370 and 0.0018 to 0.1945,respectively.Finally,a linear energy storage equation for FT damaged rocks was proposed,and its high reliability and applicability were verified by combining published reference data,the energy storage coefficient of different types of rocks ranged from 0.823 to 0.992,showing a negative exponential relationship with the initial UCS(uniaxial compressive strength).In summary,the mechanism by which FT weakens the mechanical properties of rocks has been revealed from an energy perspective in this paper,which can provide reference for related issues in cold regions. 展开更多
关键词 freeze-thaw damage energy self-inhibition model energy evolution linear energy storage equation
在线阅读 下载PDF
多核CPU环境下的并行遗传算法的研究 被引量:7
3
作者 唐天兵 谢祥宏 +2 位作者 申文杰 韦凌云 严毅 《广西大学学报(自然科学版)》 CAS CSCD 北大核心 2009年第4期546-550,共5页
多核CPU已经成为当前CPU市场上的主流产品,设计适应多核CPU环境的算法与软件势在必行。遗传算法是一种具有很强通用性的全局搜索方法,也是一种计算量大、极耗计算资源的算法,其传统的串行计算形式并不能充分利用多核的计算资源,将其设... 多核CPU已经成为当前CPU市场上的主流产品,设计适应多核CPU环境的算法与软件势在必行。遗传算法是一种具有很强通用性的全局搜索方法,也是一种计算量大、极耗计算资源的算法,其传统的串行计算形式并不能充分利用多核的计算资源,将其设计为适应多核CPU环境的并行计算形式,具有重要的现实意义。将遗传算法的基本操作设计成并行执行形式,并利用OpenMP将其线程化,从而对不同规模的TSP问题的求解结果来看,加速比与计算效率随着规模的增大而提高。 展开更多
关键词 多核CPU OPENMP 线程化 遗传算法
在线阅读 下载PDF
Linux 2.6内核的中断机制 被引量:4
4
作者 臧雪柏 赵亚莉 +3 位作者 王秋实 郑凯 陈鹏 赵宏伟 《吉林大学学报(理学版)》 CAS CSCD 北大核心 2008年第3期494-498,共5页
基于控制中断执行时间的方法,提出一种Linux 2.6内核实时化改进方案,解决了Linux实时任务在执行过程中可能被频繁中断干扰而产生响应时间过长的问题.通过分析Linux2.6内核的中断机制及打上Ingo Molar实时化补丁后的内核中断机制,并根据... 基于控制中断执行时间的方法,提出一种Linux 2.6内核实时化改进方案,解决了Linux实时任务在执行过程中可能被频繁中断干扰而产生响应时间过长的问题.通过分析Linux2.6内核的中断机制及打上Ingo Molar实时化补丁后的内核中断机制,并根据与当前任务实时优先级的比较,为中断安排恰当的执行时间规则,实现任务的实时性响应.实验结果表明,改进方案的中断响应时间低于打上Ingo Molar实时化补丁后的内核中断响应时间. 展开更多
关键词 LINUX 实时性 中断线程化 实时优先级
在线阅读 下载PDF
基于Linux内核修改的车载监控系统实时性研究 被引量:5
5
作者 梁中华 吴晓云 冯兴乐 《现代电子技术》 2010年第15期173-176,共4页
针对以往车载监控系统存在较大延时的缺点,设计一种实时宽带车载监控系统。该系统通过在32位ARM微处理器中选用可抢占内核和O(1)调度器的Linux2.6.13操作系统,以直接修改Linux内核的方式,从线程化中断、自旋锁可抢占两方面提高系统的实... 针对以往车载监控系统存在较大延时的缺点,设计一种实时宽带车载监控系统。该系统通过在32位ARM微处理器中选用可抢占内核和O(1)调度器的Linux2.6.13操作系统,以直接修改Linux内核的方式,从线程化中断、自旋锁可抢占两方面提高系统的实时响应性。测试表明,此系统的数据传输实时性和带宽可以满足车载监控的要求。 展开更多
关键词 LINUX ARM微处理器 线程化中断 自旋锁 实时响应性
在线阅读 下载PDF
Vega平台下三维并行A*算法的设计与实现 被引量:2
6
作者 高晔 邢毅 《计算机工程与应用》 CSCD 2012年第7期231-234,共4页
采用一种并行的A*算法实现了复杂地理环境下低空飞行器的三维路径规划。该算法将A*算法的基本操作设计成并行执行形式,并利用OpenMP将其线程化,结合约束条件,最终完成在三维空间中避开障碍物的路径搜索过程。使用建模工具Cre-ator和开... 采用一种并行的A*算法实现了复杂地理环境下低空飞行器的三维路径规划。该算法将A*算法的基本操作设计成并行执行形式,并利用OpenMP将其线程化,结合约束条件,最终完成在三维空间中避开障碍物的路径搜索过程。使用建模工具Cre-ator和开发工具Vega为仿真平台,完成对复杂地形地貌场景的设计,在此基础上对上述算法进行了验证。仿真结果表明该并行方式较之串行方式能获得更快的寻优速度,加速比也随着规模的增大而提高。 展开更多
关键词 多核CPU 并行A*算法 OPENMP 线程化
在线阅读 下载PDF
并行ART算法在曙光一号上的设计与实现 被引量:4
7
作者 蒋广胜 魏彩屏 《计算机研究与发展》 EI CSCD 北大核心 1996年第6期450-452,共3页
本文结合图像重建领域中典型的代数重建法(ART),探讨了多线程计算模型和应用程序多线程化的方法。并在曙光一号上具体实现了代数重建法的多线程化。
关键词 线程化 并行计算机 ART算法 并行算法
在线阅读 下载PDF
基于REST风格的轻量级注册中心设计 被引量:3
8
作者 胡喜明 胡淼 +1 位作者 夏梦莹 周慧敏 《计算机工程与设计》 北大核心 2021年第2期582-588,共7页
为解决远程过程调用技术(RPC)中应用简单对象映射协议(SOAP)导致的传输带宽过大问题,设计一种轻量级注册中心系统。基于表述性状态传递(REST)风格接口实现跨语言访问功能,提出基于线程化的服务管理方式,设计并实现一种注册中心集群的搭... 为解决远程过程调用技术(RPC)中应用简单对象映射协议(SOAP)导致的传输带宽过大问题,设计一种轻量级注册中心系统。基于表述性状态传递(REST)风格接口实现跨语言访问功能,提出基于线程化的服务管理方式,设计并实现一种注册中心集群的搭建方式和基于RAFT理论的数据一致性解决办法。通过对系统功能和性能测试可知,与SOAP风格注册中心相比,基于REST风格的注册中心具有更好的高并发处理能力。 展开更多
关键词 简单对象映射协议 线程化 轻量级 跨语言 表述性状态传递
在线阅读 下载PDF
Geoelectric response of porous media in water and grout injection processes 被引量:3
9
作者 孙强 刘盛东 +1 位作者 姜春露 王勃 《Journal of Central South University》 SCIE EI CAS 2014年第12期4640-4645,共6页
Significant changes in spontaneous potential and exciting currents are observed during water and grout injection in a simulated porous media. Obvious correlations between the seepage flow field and the electric field ... Significant changes in spontaneous potential and exciting currents are observed during water and grout injection in a simulated porous media. Obvious correlations between the seepage flow field and the electric field in the porous media are identified.In this work, a detailed experimental study of geoelectric field variation occurring in water migration was reported by analyzing water and grout injection processes in a simulated porous media. The spontaneous potential varies linearly with the thickness of unsaturated porous media. Very interestingly, the spontaneous potential generated in the second grout injection exhibits some"memory" of previous grouting paths. The decreases in spontaneous potential observed during grout injection is very probably due to that the spontaneous potential variations are primarily caused by electro-filtration potential, as indicated by the far larger viscosity of grout compared to that of water. The geoelectric response can be utilized to effectively identify the grouting paths in water-bearing rocks. 展开更多
关键词 sandstone water injection spontaneous potential electro-filtration potential
在线阅读 下载PDF
Multi-domain modeling and simulation of proportional solenoid valve 被引量:3
10
作者 刘艳芳 戴振坤 +1 位作者 徐向阳 田亮 《Journal of Central South University》 SCIE EI CAS 2011年第5期1589-1594,共6页
A multi-domain nonlinear dynamic model of a proportional solenoid valve was presented.The electro-magnetic,mechanical and fluid subsystems of the valve were investigated,including their interactions.Governing equation... A multi-domain nonlinear dynamic model of a proportional solenoid valve was presented.The electro-magnetic,mechanical and fluid subsystems of the valve were investigated,including their interactions.Governing equations of the valve were derived in the form of nonlinear state equations.By comparing the simulated and measured data,the simulation model is validated with a deviation less than 15%,which can be used for the structural design and control algorithm optimization of proportional solenoid valves. 展开更多
关键词 fluid mechanics proportional solenoid valve dynamic characteristic multi-domain modeling SIMULATION
在线阅读 下载PDF
Numerical modeling airflow in soil with impact of groundwater
11
作者 张晓悦 王栋 +1 位作者 张晓乐 陈晓东 《Journal of Central South University》 SCIE EI CAS 2013年第5期1405-1411,共7页
In order to simulate the airflow in anhydrous case and the water-air flow in groundwater case, a numerical model of airflow in soil was developed. For the nonlinearity of the governing partial differential equation, t... In order to simulate the airflow in anhydrous case and the water-air flow in groundwater case, a numerical model of airflow in soil was developed. For the nonlinearity of the governing partial differential equation, the corresponding discretization and linearization methods were given. Due to the mass transfer between air-phase and water-phase, phase states of the model elements were constantly changing. Thus, parameters of the model were divided into primary ones and secondary ones, and the primary variables changing with phase states and the secondary variables can be obtained by their functional relationship with the primary variables. Additionally, the special definite condition of this numerical model was illustrated. Two examples were given to simulate the airflow in soil whether there was groundwater or not, and the effectiveness of the numerical model is verified by comparing the results of simulation with that of exoeriment. 展开更多
关键词 GROUNDWATER water-air flow capillary pressure finite difference method compressed air
在线阅读 下载PDF
Effects of temperature variation on Li_xFe PO_4/C(0
12
作者 肖政伟 张英杰 胡国荣 《Journal of Central South University》 SCIE EI CAS CSCD 2015年第6期2043-2051,共9页
Li Fe PO4/C was prepared via solid state reaction and characterized with X-ray powder diffraction and charge–discharge test. As-prepared Li Fe PO4/C has a triphylite structure and exhibits an excellent rate capabilit... Li Fe PO4/C was prepared via solid state reaction and characterized with X-ray powder diffraction and charge–discharge test. As-prepared Li Fe PO4/C has a triphylite structure and exhibits an excellent rate capability and capacity retention. Electrochemical impedance spectroscopy(EIS) was applied to investigate LixFe PO4/C(0<x<1) electrode on temperature variation. The valid equivalent circuit for EIS fitting was determined which contains an intercalation capacitance for Li+ ion accumulation and consumption in the electrode reaction. The surface layer impedance needs to be included in the equivalent circuit when Li Fe PO4/C is deeply delithiated at a relatively high temperature. EIS examination indicates that a temperature rise leads to a better reversibility, lower charge transfer resistance, higher exchange current density J0 and greater Li+ ion diffusion coefficient for the LixFe PO4/C electrode process. The Li+ ion concentration in LixFe PO4/C is potential to impact the Li+ ion diffusion coefficient, and a decrease in the former results in an increase in the latter. 展开更多
关键词 lithium ion cell LIFEPO4/C el :ctrode process electrochemical impedance spectroscopy equivalent circuit Li+ ion diffusion coefficient
在线阅读 下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部