期刊文献+
共找到28,181篇文章
< 1 2 250 >
每页显示 20 50 100
Optimization Design of the Multi-Layer Cross-Sectional Layout of An Umbilical Based on the GA-GLM 被引量:1
1
作者 YANG Zhi-xun YIN Xu +5 位作者 FAN Zhi-rui YAN Jun LU Yu-cheng SU Qi MAO Yandong WANG Hua-lin 《China Ocean Engineering》 SCIE EI CSCD 2024年第2期247-254,共8页
Marine umbilical is one of the key equipment for subsea oil and gas exploitation,which is usually integrated by a great number of different functional components with multi-layers.The layout of these components direct... Marine umbilical is one of the key equipment for subsea oil and gas exploitation,which is usually integrated by a great number of different functional components with multi-layers.The layout of these components directly affects manufacturing,operation and storage performances of the umbilical.For the multi-layer cross-sectional layout design of the umbilical,a quantifiable multi-objective optimization model is established according to the operation and storage requirements.Considering the manufacturing factors,the multi-layering strategy based on contact point identification is introduced for a great number of functional components.Then,the GA-GLM global optimization algorithm is proposed combining the genetic algorithm and the generalized multiplier method,and the selection operator of the genetic algorithm is improved based on the steepest descent method.Genetic algorithm is used to find the optimal solution in the global space,which can converge from any initial layout to the feasible layout solution.The feasible layout solution is taken as the initial value of the generalized multiplier method for fast and accurate solution.Finally,taking umbilicals with a great number of components as examples,the results show that the cross-sectional performance of the umbilical obtained by optimization algorithm is better and the solution efficiency is higher.Meanwhile,the multi-layering strategy is effective and feasible.The design method proposed in this paper can quickly obtain the optimal multi-layer cross-sectional layout,which replaces the manual design,and provides useful reference and guidance for the umbilical industry. 展开更多
关键词 UMBILICAL cross-sectional layout MULTI-LAYERS GA-GLM optimization
下载PDF
Development of Fixture Layout Optimization for Thin-Walled Parts:A Review
2
作者 Changhui Liu Jing Wang +3 位作者 Binghai Zhou Jianbo Yu Ying Zheng Jianfeng Liu 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2024年第1期15-39,共25页
An increasing number of researchers have researched fixture layout optimization for thin-walled part assembly during the past decades.However,few papers systematically review these researches.By analyzing existing lit... An increasing number of researchers have researched fixture layout optimization for thin-walled part assembly during the past decades.However,few papers systematically review these researches.By analyzing existing literature,this paper summarizes the process of fixture layout optimization and the methods applied.The process of optimization is made up of optimization objective setting,assembly variation/deformation modeling,and fixture layout optimization.This paper makes a review of the fixture layout for thin-walled parts according to these three steps.First,two different kinds of optimization objectives are introduced.Researchers usually consider in-plane variations or out-of-plane deformations when designing objectives.Then,modeling methods for assembly variation and deformation are divided into two categories:Mechanism-based and data-based methods.Several common methods are discussed respectively.After that,optimization algorithms are reviewed systematically.There are two kinds of optimization algorithms:Traditional nonlinear programming and heuristic algorithms.Finally,discussions on the current situation are provided.The research direction of fixture layout optimization in the future is discussed from three aspects:Objective setting,improving modeling accuracy and optimization algorithms.Also,a new research point for fixture layout optimization is discussed.This paper systematically reviews the research on fixture layout optimization for thin-walled parts,and provides a reference for future research in this field. 展开更多
关键词 Thin-walled parts Assembly quality Fixture layout optimization Modeling methods Optimization algorithms
下载PDF
Web Layout Design of Large Cavity Structures Based on Topology Optimization
3
作者 Xiaoqiao Yang Jialiang Sun Dongping Jin 《Computer Modeling in Engineering & Sciences》 SCIE EI 2024年第3期2665-2689,共25页
Large cavity structures are widely employed in aerospace engineering, such as thin-walled cylinders, blades andwings. Enhancing performance of aerial vehicles while reducing manufacturing costs and fuel consumptionhas... Large cavity structures are widely employed in aerospace engineering, such as thin-walled cylinders, blades andwings. Enhancing performance of aerial vehicles while reducing manufacturing costs and fuel consumptionhas become a focal point for contemporary researchers. Therefore, this paper aims to investigate the topologyoptimization of large cavity structures as a means to enhance their performance, safety, and efficiency. By usingthe variable density method, lightweight design is achieved without compromising structural strength. Theoptimization model considers both concentrated and distributed loads, and utilizes techniques like sensitivityfiltering and projection to obtain a robust optimized configuration. The mechanical properties are checked bycomparing the stress distribution and displacement of the unoptimized and optimized structures under the sameload. The results confirm that the optimized structures exhibit improved mechanical properties, thus offering keyinsights for engineering lightweight, high-strength large cavity structures. 展开更多
关键词 Topology optimization lightweight design web layout design cavity structure
下载PDF
GNN Representation Learning and Multi-Objective Variable Neighborhood Search Algorithm for Wind Farm Layout Optimization
4
作者 Yingchao Li JianbinWang HaibinWang 《Energy Engineering》 EI 2024年第4期1049-1065,共17页
With the increasing demand for electrical services,wind farm layout optimization has been one of the biggest challenges that we have to deal with.Despite the promising performance of the heuristic algorithm on the rou... With the increasing demand for electrical services,wind farm layout optimization has been one of the biggest challenges that we have to deal with.Despite the promising performance of the heuristic algorithm on the route network design problem,the expressive capability and search performance of the algorithm on multi-objective problems remain unexplored.In this paper,the wind farm layout optimization problem is defined.Then,a multi-objective algorithm based on Graph Neural Network(GNN)and Variable Neighborhood Search(VNS)algorithm is proposed.GNN provides the basis representations for the following search algorithm so that the expressiveness and search accuracy of the algorithm can be improved.The multi-objective VNS algorithm is put forward by combining it with the multi-objective optimization algorithm to solve the problem with multiple objectives.The proposed algorithm is applied to the 18-node simulation example to evaluate the feasibility and practicality of the developed optimization strategy.The experiment on the simulation example shows that the proposed algorithm yields a reduction of 6.1% in Point of Common Coupling(PCC)over the current state-of-the-art algorithm,which means that the proposed algorithm designs a layout that improves the quality of the power supply by 6.1%at the same cost.The ablation experiments show that the proposed algorithm improves the power quality by more than 8.6% and 7.8% compared to both the original VNS algorithm and the multi-objective VNS algorithm. 展开更多
关键词 GNN representation learning variable neighborhood search multi-objective optimization wind farm layout point of common coupling
下载PDF
Optimizing Memory Access Efficiency in CUDA Kernel via Data Layout Technique
5
作者 Neda Seifi Abdullah Al-Mamun 《Journal of Computer and Communications》 2024年第5期124-139,共16页
Over the past decade, Graphics Processing Units (GPUs) have revolutionized high-performance computing, playing pivotal roles in advancing fields like IoT, autonomous vehicles, and exascale computing. Despite these adv... Over the past decade, Graphics Processing Units (GPUs) have revolutionized high-performance computing, playing pivotal roles in advancing fields like IoT, autonomous vehicles, and exascale computing. Despite these advancements, efficiently programming GPUs remains a daunting challenge, often relying on trial-and-error optimization methods. This paper introduces an optimization technique for CUDA programs through a novel Data Layout strategy, aimed at restructuring memory data arrangement to significantly enhance data access locality. Focusing on the dynamic programming algorithm for chained matrix multiplication—a critical operation across various domains including artificial intelligence (AI), high-performance computing (HPC), and the Internet of Things (IoT)—this technique facilitates more localized access. We specifically illustrate the importance of efficient matrix multiplication in these areas, underscoring the technique’s broader applicability and its potential to address some of the most pressing computational challenges in GPU-accelerated applications. Our findings reveal a remarkable reduction in memory consumption and a substantial 50% decrease in execution time for CUDA programs utilizing this technique, thereby setting a new benchmark for optimization in GPU computing. 展开更多
关键词 Data layout Optimization CUDA Performance Optimization GPU Memory Optimization Dynamic Programming Matrix Multiplication Memory Access Pattern Optimization in CUDA
下载PDF
A Chaotic Local Search-Based Particle Swarm Optimizer for Large-Scale Complex Wind Farm Layout Optimization 被引量:2
6
作者 Zhenyu Lei Shangce Gao +2 位作者 Zhiming Zhang Haichuan Yang Haotian Li 《IEEE/CAA Journal of Automatica Sinica》 SCIE EI CSCD 2023年第5期1168-1180,共13页
Wind energy has been widely applied in power generation to alleviate climate problems.The wind turbine layout of a wind farm is a primary factor of impacting power conversion efficiency due to the wake effect that red... Wind energy has been widely applied in power generation to alleviate climate problems.The wind turbine layout of a wind farm is a primary factor of impacting power conversion efficiency due to the wake effect that reduces the power outputs of wind turbines located in downstream.Wind farm layout optimization(WFLO)aims to reduce the wake effect for maximizing the power outputs of the wind farm.Nevertheless,the wake effect among wind turbines increases significantly as the number of wind turbines increases in the wind farm,which severely affect power conversion efficiency.Conventional heuristic algorithms suffer from issues of low solution quality and local optimum for large-scale WFLO under complex wind scenarios.Thus,a chaotic local search-based genetic learning particle swarm optimizer(CGPSO)is proposed to optimize large-scale WFLO problems.CGPSO is tested on four larger-scale wind farms under four complex wind scenarios and compares with eight state-of-the-art algorithms.The experiment results indicate that CGPSO significantly outperforms its competitors in terms of performance,stability,and robustness.To be specific,a success and failure memories-based selection is proposed to choose a chaotic map for chaotic search local.It improves the solution quality.The parameter and search pattern of chaotic local search are also analyzed for WFLO problems. 展开更多
关键词 Chaotic local search(CLS) evolutionary computation genetic learning particle swarm optimization(PSO) wake effect wind farm layout optimization(WFLO)
下载PDF
Semantic Document Layout Analysis of Handwritten Manuscripts
7
作者 Emad Sami Jaha 《Computers, Materials & Continua》 SCIE EI 2023年第5期2805-2831,共27页
A document layout can be more informative than merely a document’s visual and structural appearance.Thus,document layout analysis(DLA)is considered a necessary prerequisite for advanced processing and detailed docume... A document layout can be more informative than merely a document’s visual and structural appearance.Thus,document layout analysis(DLA)is considered a necessary prerequisite for advanced processing and detailed document image analysis to be further used in several applications and different objectives.This research extends the traditional approaches of DLA and introduces the concept of semantic document layout analysis(SDLA)by proposing a novel framework for semantic layout analysis and characterization of handwritten manuscripts.The proposed SDLA approach enables the derivation of implicit information and semantic characteristics,which can be effectively utilized in dozens of practical applications for various purposes,in a way bridging the semantic gap and providingmore understandable high-level document image analysis and more invariant characterization via absolute and relative labeling.This approach is validated and evaluated on a large dataset ofArabic handwrittenmanuscripts comprising complex layouts.The experimental work shows promising results in terms of accurate and effective semantic characteristic-based clustering and retrieval of handwritten manuscripts.It also indicates the expected efficacy of using the capabilities of the proposed approach in automating and facilitating many functional,reallife tasks such as effort estimation and pricing of transcription or typing of such complex manuscripts. 展开更多
关键词 Semantic characteristics semantic labeling document layout analysis semantic document layout analysis handwritten manuscripts clustering RETRIEVAL image processing computer vision machine learning
下载PDF
A Spacecra Equipment Layout Optimization Method for Diverse and Competitive Design
8
作者 Wei Cong Yong Zhao +2 位作者 Bingxiao Du Senlin Huo Xianqi Chen 《Computer Modeling in Engineering & Sciences》 SCIE EI 2023年第7期621-654,共34页
The spacecraequipment layout optimization design(SELOD)problems with complicated performance con-straints and diversity are studied in this paper.The previous literature uses the gradient-based algorithm to obtain op... The spacecraequipment layout optimization design(SELOD)problems with complicated performance con-straints and diversity are studied in this paper.The previous literature uses the gradient-based algorithm to obtain optimized non-overlap layout schemes from randomly initialized cases eectively.However,these local optimal solutions are too dicult to jump out of their current relative geometry relationships,signi􀀀cantly limiting their further improvement in performance indicators.Therefore,considering the geometric diversity of layout schemes is put forward to alleviate this limitation.First,similarity measures,including modi􀀀ed cosine similarity and gaussian kernel function similarity,are introduced into the layout optimization process.Then the optimization produces a set of feasible layout candidates with the most remarkable dierence in geometric distribution and the most representative schemes are sampled.Finally,these feasible geometric solutions are used as initial solutions to optimize the physical performance indicators of the spacecra,and diversi􀀀ed layout schemes of spacecraequipment are generated for the engineering practice.The validity and eectiveness of the proposed methodology are demonstrated by two SELOD applications. 展开更多
关键词 layout optimization non-overlap similarity measures sampling methods physical performance
下载PDF
Application of a Parallel Adaptive Cuckoo Search Algorithm in the Rectangle Layout Problem
9
作者 Weimin Zheng Mingchao Si +2 位作者 Xiao Sui Shuchuan Chu Jengshyang Pan 《Computer Modeling in Engineering & Sciences》 SCIE EI 2023年第6期2173-2196,共24页
The meta-heuristic algorithm is a global probabilistic search algorithm for the iterative solution.It has good performance in global optimization fields such as maximization.In this paper,a new adaptive parameter stra... The meta-heuristic algorithm is a global probabilistic search algorithm for the iterative solution.It has good performance in global optimization fields such as maximization.In this paper,a new adaptive parameter strategy and a parallel communication strategy are proposed to further improve the Cuckoo Search(CS)algorithm.This strategy greatly improves the convergence speed and accuracy of the algorithm and strengthens the algorithm’s ability to jump out of the local optimal.This paper compares the optimization performance of Parallel Adaptive Cuckoo Search(PACS)with CS,Parallel Cuckoo Search(PCS),Particle Swarm Optimization(PSO),Sine Cosine Algorithm(SCA),Grey Wolf Optimizer(GWO),Whale Optimization Algorithm(WOA),Differential Evolution(DE)and Artificial Bee Colony(ABC)algorithms by using the CEC-2013 test function.The results show that PACS algorithmoutperforms other algorithms in 20 of 28 test functions.Due to the superior performance of PACS algorithm,this paper uses it to solve the problem of the rectangular layout.Experimental results show that this scheme has a significant effect,and the material utilization rate is improved from89.5%to 97.8%after optimization. 展开更多
关键词 Rectangular layout cuckoo search algorithm parallel communication strategy adaptive parameter
下载PDF
Advanced surface coil layout with intrinsic noise cancellation properties for surface-NMR applications
10
作者 Thomas Hiller Stephan Costabel +2 位作者 Raphael Dlugosch Tobias Splith Mike Müller-Petke 《Magnetic Resonance Letters》 2023年第2期140-149,I0004,共11页
A recent study demonstrated that in small-scale prepolarized surface nuclear magnetic resonance(SNMR-PP)measurements with a footprint of a few square meters,customized PP switch-off ramps can serve as an efficient exc... A recent study demonstrated that in small-scale prepolarized surface nuclear magnetic resonance(SNMR-PP)measurements with a footprint of a few square meters,customized PP switch-off ramps can serve as an efficient excitation mechanism,eliminating the requirement for a conventional oscillating excitation pulse.This approach enables the detection of short relaxation signals from the unsaturated soil zone and can,therefore,be used to directly provide soil moisture and pore geometry information.Because ultimately such small-scale SNMR-PP setups are intended for a mobile application,it is necessary to develop strategies that allow for speedy measurement progress and do not require noise cancellation protocols based on reference stations.Hence,we developed a new concentric figure-of-eight(cFOE)loop layout that combines the direction independence of a circular loop with the intrinsic noise cancellation properties of a classical FOE-loop.This approach significantly decreases the measurement time because suitable signal-to-noise ratios are reached much faster compared to a classical circular loop and will bring us one step further toward fast and non-invasive soil moisture mapping applications. 展开更多
关键词 Surface-NMR Prepolarization Noise cancellation Loop layout
下载PDF
The Evolution of Landscape Layout Concept of Lingnan Taoist Zuting Temples in the Qing Dynasty
11
作者 Chaohui Lin 《Natural Resources》 2023年第8期121-133,共13页
The replacement of Lingnan Taoist Zuting Temples from Lingbao Sect to Quanzhen Sect in the Qing Dynasty has led to the change of the layout of Taoist temples on Luofu Mountain. Through literature review, field researc... The replacement of Lingnan Taoist Zuting Temples from Lingbao Sect to Quanzhen Sect in the Qing Dynasty has led to the change of the layout of Taoist temples on Luofu Mountain. Through literature review, field research, image comparison and other research methods, the paper explores how the layout of the Taoist temples on Luofu Mountain evolved from the Four Taoist Temples in the Gehong period to the Five Taoist Temples in the Qing Dynasty under the influence of different Taoist ideologies, aiming to explore the cultural implications of the evolution of the layout of Lingnan Taoism Zuting Temple in the Qing Dynasty. 展开更多
关键词 Luofu Mountain Taoist Temple TAOISM layout Concept
下载PDF
HSCA-Net: A Hybrid Spatial-Channel Attention Network in Multiscale Feature Pyramid for Document Layout Analysis
12
作者 Honghong Zhang Canhui Xu +3 位作者 Cao Shi Henyue Bi Yuteng Li Sami Mian 《Journal of Artificial Intelligence and Technology》 2023年第1期10-17,共8页
Document images often contain various page components and complex logical structures,which make document layout analysis task challenging.For most deep learning-based document layout analysis methods,convolutional neu... Document images often contain various page components and complex logical structures,which make document layout analysis task challenging.For most deep learning-based document layout analysis methods,convolutional neural networks(CNNs)are adopted as the feature extraction networks.In this paper,a hybrid spatial-channel attention network(HSCA-Net)is proposed to improve feature extraction capability by introducing attention mechanism to explore more salient properties within document pages.The HSCA-Net consists of spatial attention module(SAM),channel attention module(CAM),and designed lateral attention connection.CAM adaptively adjusts channel feature responses by emphasizing selective information,which depends on the contribution of the features of each channel.SAM guides CNNs to focus on the informative contents and capture global context information among page objects.The lateral attention connection incorporates SAM and CAM into multiscale feature pyramid network,and thus retains original feature information.The effectiveness and adaptability of HSCA-Net are evaluated through multiple experiments on publicly available datasets such as PubLayNet,ICDAR-POD,and Article Regions.Experimental results demonstrate that HSCA-Net achieves state-of-the-art performance on document layout analysis task. 展开更多
关键词 layout analysis attention mechanism deep learning deformable convolution
下载PDF
基于组合圆锥构型的水下声学定位系统布站优化 被引量:1
13
作者 马顺南 路宇 +2 位作者 王炯琦 何章鸣 周萱影 《弹道学报》 CSCD 北大核心 2024年第2期10-20,共11页
在水下目标定位中,布站构型的共面约束会导致目标单点定位的几何精度因子(GDOP)理论最小值不能达到。为改善水下布站的观测矩阵,将单圆锥扩展为组合圆锥构型布站模式。然而,传统的优化算法易陷入局部最优且存在收敛效率低等问题。针对... 在水下目标定位中,布站构型的共面约束会导致目标单点定位的几何精度因子(GDOP)理论最小值不能达到。为改善水下布站的观测矩阵,将单圆锥扩展为组合圆锥构型布站模式。然而,传统的优化算法易陷入局部最优且存在收敛效率低等问题。针对以上问题,提出了一种改进的自适应粒子群算法。首先提出了一种有共面约束的水下声学定位系统组合圆锥构型,并证明了所提出的组合圆锥构型具有可叠加性、可旋转性以及GDOP旋转不变性;其次,针对布站优化指标单一的问题,构建了一种基于水下目标全局GDOP的布站优化准则;在此基础上提出了一种基于自适应粒子群的优化算法,并应用于组合圆锥构型下的水下声学定位系统布站优化。所提出的自适应粒子群算法能增强布站的全局最优性,提高算法收敛效率和水下目标的定位精度。 展开更多
关键词 水下声学定位 布站几何 组合圆锥构型 自适应粒子群算法 几何精度因子
下载PDF
“十三五”国家重点研发计划“林业资源培育及高效利用技术创新”重点专项布局与实施成效分析
14
作者 董文 蔡明 +7 位作者 胡盼 鲁淼 王振忠 孙康泰 李宇飞 卢兵友 张辉 邓小明 《中国农业科技导报》 CAS CSCD 北大核心 2024年第4期1-8,共8页
“十三五”国家科技计划改革构建了全新的国家重点研发计划,设置“林业资源培育及高效利用技术创新”重点专项对林业科技创新进行支持。在揭示林业资源培育及高效利用调控机制、提升主要人工林单位生产力和提高资源利用效率等方面进行布... “十三五”国家科技计划改革构建了全新的国家重点研发计划,设置“林业资源培育及高效利用技术创新”重点专项对林业科技创新进行支持。在揭示林业资源培育及高效利用调控机制、提升主要人工林单位生产力和提高资源利用效率等方面进行布局,按照基础研究、关键技术研究和技术集成示范进行“产业链布局创新链、一体化组织实施”。截止到2022年,专项已经执行结束并顺利完成项目综合绩效评价。以“十三五”国家重点研发计划“林业资源培育及高效利用技术创新”重点专项为主题,总结并分析专项实施背景、立项情况并介绍专项实施成效,为今后林业科技资源配置和组织管理提供参考。 展开更多
关键词 国家重点研发计划 林业 研究布局 实施成效 建议
下载PDF
城市洪涝应急响应能力评价及优化研究
15
作者 张金萍 李玉达 +1 位作者 左其亭 张朝阳 《华北水利水电大学学报(自然科学版)》 北大核心 2024年第4期8-15,共8页
在气候变化和全球化的背景下,极端降水事件及其导致的洪涝灾害频发。为准确评估暴雨内涝影响下的城市应急服务水平,基于InfoWorks ICM构建了城区内涝模型,利用ArcGIS中的最快路径法评估了医疗、公安、消防的空间可达性,利用基尼系数评... 在气候变化和全球化的背景下,极端降水事件及其导致的洪涝灾害频发。为准确评估暴雨内涝影响下的城市应急服务水平,基于InfoWorks ICM构建了城区内涝模型,利用ArcGIS中的最快路径法评估了医疗、公安、消防的空间可达性,利用基尼系数评估了公共应急服务相对幼儿园分布的合理性,采用最大覆盖算法对医疗、公安、消防的分布进行了优化,并基于研究区的情况进行了分析。结果显示:研究区的医疗、公安、消防相对幼儿园的基尼系数随着降雨重现期的增加而增大;对研究区的医疗、公安、消防分布优化前,这些部门的分布不尽合理,其15 min内的应急服务可达性不能满足应急救援要求,研究区应急响应资源相对幼儿园缺失严重,相对来说,医疗应急响应缺失最为严重;对研究区的医疗、公安、消防分布优化后,这些部门相对于幼儿园的基尼系数普遍在0.400以下,医疗和公安的应急服务即使在百年一遇洪涝加晚高峰情景下仍可以在15 min内覆盖40%的研究区面积,消防可覆盖70%的研究区面积,医疗、公安、消防的分布相对合理。本研究为中国城市洪涝灾害应急响应能力评价提供参考。 展开更多
关键词 暴雨内涝 应急响应 公共服务 空间可达性 优化布局
下载PDF
基于SLP与NSGA-Ⅱ的装配式建筑施工现场临时设施布置多目标优化研究
16
作者 王茹 李秘 伍志豪 《施工技术(中英文)》 CAS 2024年第10期125-132,共8页
装配式建筑在现代建筑领域中越来越受关注,有效的临时设施布局对于提高装配效率和降低安全风险至关重要。针对装配式建筑临时设施布局问题,提出了一种基于改进的NSGA-Ⅱ算法的多目标优化方法。首先建立以塔式起重机吊装时间、塔式起重... 装配式建筑在现代建筑领域中越来越受关注,有效的临时设施布局对于提高装配效率和降低安全风险至关重要。针对装配式建筑临时设施布局问题,提出了一种基于改进的NSGA-Ⅱ算法的多目标优化方法。首先建立以塔式起重机吊装时间、塔式起重机水平吊装路径长度及与密切程度相关的安全风险的多目标优化数学模型,再采用以SLP法与随机法结合生成初始种群的改进NSGA-Ⅱ算法对模型进行求解。结果表明,所提出的方法能有效减少塔式起重机的吊装时间、缩小吊装范围,并降低与密切程度相关的安全风险。 展开更多
关键词 装配式 场地布置 系统布置法 优化 吊装 风险
下载PDF
大城市工业用地布局演变中的城市问题研究——以西安市为例
17
作者 赵丹 耿乐琪 +2 位作者 刘科伟 李建伟 洪伟 《西北大学学报(自然科学版)》 CAS CSCD 北大核心 2024年第4期589-600,共12页
改革开放以来在我国经济转型过程中大城市工业用地的规模和布局发生了巨大变化,并影响城市的空间形态。以西安市为例,基于多源数据,采用定量与定性相结合方法,研究发现1974—2019年西安市工业用地面积呈先持续增长后快速减少变化趋势,... 改革开放以来在我国经济转型过程中大城市工业用地的规模和布局发生了巨大变化,并影响城市的空间形态。以西安市为例,基于多源数据,采用定量与定性相结合方法,研究发现1974—2019年西安市工业用地面积呈先持续增长后快速减少变化趋势,空间布局在园区化集聚的过程中具有显著的工业用地郊区化与城市中心用地去工业化特征,布局模式则经历了由改革开放初期“组团布局+扇形扩展”向增量规划时期“圈层扩展+跳跃扩张+轴向集聚”至存量规划时期“外围园区化集聚”转变。帮助企业纾困、城市增长、生活居住条件改善与土地经济价值是推动工业用地布局演变的主要驱动力。工业用地郊区化与城市中心去工业化加剧了职住分离、交通拥堵等城市问题,不利于城市健康可持续发展。 展开更多
关键词 工业用地 布局演变 动力机制 城市问题 西安市
下载PDF
面向三重版图曝光约束的详细布线算法
18
作者 梁小宇 孙若涵 +1 位作者 徐宁 张亚东 《计算机辅助设计与图形学学报》 EI CSCD 北大核心 2024年第4期575-581,共7页
在进一步缩小特征尺寸的问题上,三重版图曝光技术(triplepatterninglithography,TPL)发挥着重要的作用.针对TPL中的版图分解问题,提出了一种基于TPL约束的详细布线算法.将版图分解问题转化为满足同色间距约束和最小间距约束的详细布线问... 在进一步缩小特征尺寸的问题上,三重版图曝光技术(triplepatterninglithography,TPL)发挥着重要的作用.针对TPL中的版图分解问题,提出了一种基于TPL约束的详细布线算法.将版图分解问题转化为满足同色间距约束和最小间距约束的详细布线问题,使用网格编码的方法来满足2种间距约束;利用与2种间距约束相结合的Hannan网格来提升布线资源的利用率以及布线的速度;结合多源迪杰斯特拉算法进行多端线网的最短路径搜索;最后将布线结果进行版图分解,实现最小化冲突数量和缝合点数量的目标.算法在2.20 GHzCPU和32 GB内存的Ubuntu20.04环境下运行,使用2018年ISPD详细布线比赛的测试集.实验结果表明,与普通详细布线相比,可降低约60%的冲突数量以及70%的缝合点数量. 展开更多
关键词 三重版图曝光 版图分解 详细布线 缝合点
下载PDF
面向线束预装配的多约束线束布局方法研究
19
作者 罗月童 彭俊 +3 位作者 高景一 罗睿明 陈绩 周波 《图学学报》 CSCD 北大核心 2024年第1期139-147,共9页
线束由一组线束段按树状结构连接而成,是飞机汽车等产品中连接各电气设备的接线部件。为提高安装效率,复杂线束需要在线束工装板图上进行预安装,即根据角度、距离、交叉、边界等工艺约束在工装板上摆放线束,是一个多约束下的线束布局问... 线束由一组线束段按树状结构连接而成,是飞机汽车等产品中连接各电气设备的接线部件。为提高安装效率,复杂线束需要在线束工装板图上进行预安装,即根据角度、距离、交叉、边界等工艺约束在工装板上摆放线束,是一个多约束下的线束布局问题。通过借鉴图布局算法,将线束布局转换为优化问题,并采用随机梯度下降法SGD每次随机挑选一对线束段进行优化,逐步迭代收敛。因为线束段是长度不变的刚体,所以移动一根线束段时会带动相连的其他线束段,进而导致SGD迭代过程出现震荡,难以收敛。通过提出双向传递的线束段移动算法,在保证线束段能移动到目标位置的同时尽量少相连线束段的变动。使用合成线束案例和某真实飞机线束案例进行有效性验证,结果表明各工艺约束能均能得到满足,符合线束预装配的生产要求。 展开更多
关键词 线束布局 图布局 随机梯度下降 多约束 预装配
下载PDF
基于阵列风速仪实测的台风“苏迪罗”近地风场空间相关性研究
20
作者 张建国 刘哲瑄 雷鹰 《厦门大学学报(自然科学版)》 CAS CSCD 北大核心 2024年第3期504-511,共8页
[目的]针对沿海区域近地台风风场的空间相关性问题进行研究.[方法]根据阵列风速仪实测的台风“苏迪罗”风速风向数据,选取4个稳定时段的288个风速样本,对台风近地风场的空间相关性进行详细的分析.首先定性研究平均风速和风向角对顺、横... [目的]针对沿海区域近地台风风场的空间相关性问题进行研究.[方法]根据阵列风速仪实测的台风“苏迪罗”风速风向数据,选取4个稳定时段的288个风速样本,对台风近地风场的空间相关性进行详细的分析.首先定性研究平均风速和风向角对顺、横风向、垂直方向脉动风速的竖向和水平互相关系数的影响,然后分析平均风速和风向角对3种脉动风速竖向和水平相干函数的影响,最后对顺风向竖向相干函数、顺风向水平相干函数和横风向水平相干函数进行公式拟合,获得相关参数的取值.[结果]平均风速对顺、横风向的竖向和水平互相关系数及相干函数有一定影响,平均风速越大,相应的互相关系数和相干函数也随之增大;风向角对3种脉动风速的竖向相关性影响不大,但对顺、横风向的水平互相关系数和相干函数影响较大;各种相干函数在零频率处(f=0 Hz)的数值大都小于1.0,零频率处的数值随距离与平均风速的比值呈指数衰减规律;顺风向竖向相干函数、顺风向水平相干函数和横风向水平相干函数随距离与平均风速比值的衰减系数分别为9.3 f+0.38,3.1 f+0.18,3.2 f+0.16.[结论]基于阵列风速仪实测的近地台风数据,分析得到了台风风场的空间相关性特性,竖向和水平的互相关系数和相干函数,给出的拟合公式可用于大跨度空间结构和桥梁结构的动态响应分析计算,可有效评估工程结构的抗风安全性. 展开更多
关键词 台风实测 阵列布置 风速仪 互相关系数 相干函数
下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部