期刊文献+
共找到27,984篇文章
< 1 2 250 >
每页显示 20 50 100
Optimization Design of the Multi-Layer Cross-Sectional Layout of An Umbilical Based on the GA-GLM
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
Semantic Document Layout Analysis of Handwritten Manuscripts
6
作者 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
7
作者 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
8
作者 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
A Chaotic Local Search-Based Particle Swarm Optimizer for Large-Scale Complex Wind Farm Layout Optimization
9
作者 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
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
Redesign Facility Layout with a Kaizen Approach in Testing Laboratory at Balai Pengujian&Sertifikat Mutu Barang Makassar
13
作者 A.Dwi Wahyuni P Ahmad Padhil +1 位作者 Mashur Ramadhan A.Pawennari 《Journal of Management Science & Engineering Research》 2022年第2期31-37,共7页
In trading activities,especially exports in the food commodities sector,several documents must be made and completed by exporters,such as Certificate of Quality,Test-Certificate,and Chemical Analysis.Balai Pengujian&a... In trading activities,especially exports in the food commodities sector,several documents must be made and completed by exporters,such as Certificate of Quality,Test-Certificate,and Chemical Analysis.Balai Pengujian&Sertifikasi Mutu Barang Makassar is a government agency operating in South Celebes that tests the quality of various agricultural and plantation commodities.From year to year,demand for testing services has increased along with the number of exports.So,testing activities have changed in terms of facility layout requirements resulting in overwhelmed in carrying out the testing process.Test rooms are not connected based on the current testing flow causing the tester’s ineffective work patterns.This study aims to redesign the layout of the facilities in the testing laboratory with the Kaizen approach to support the smooth testing process.The results of this study indicate that the proposed floor area uses a 150% allowance so the calculation requires a floor area of 42.52 m^(2).After that,an analysis of the proximity of the facilities is carried out by making ARC(Activity Relationship Chart)and ARD(Activity Relationship Diagram).Based on ARD,a template is made for the layout of testing laboratory facilities.This study applies Kaizen theory with the 5S concept to obtain a neater design,namely Seiri and Seiton in the refreshment laboratory and weighing room,Seiso on testing equipment in all testing laboratory rooms,Seiketsu and Shitsuke applied to all rooms in the testing laboratory. 展开更多
关键词 Facilities layout 5S Conventional layout planning Laboratory layout
下载PDF
Layout Planning Technology of Cellular Manufacturing System Based on Process Interconnection Analysis 被引量:2
14
作者 CHEN Huawei WANG Aimin +1 位作者 NING Ruxin SHAO Canxia 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2011年第6期1035-1044,共10页
With sustaining change of production mode,layout planning is no longer a thing built once for all.Cellular layout(CL) is becoming a hotspot in the research field of manufacturing system layout.Traditional researches o... With sustaining change of production mode,layout planning is no longer a thing built once for all.Cellular layout(CL) is becoming a hotspot in the research field of manufacturing system layout.Traditional researches on layout planning are mainly concentrating on aspects of layout arithmetic,style and evaluation,etc.Relatively seldom efforts are paid to CL and its specific problems as cell formation(CF),equipment sharing and CL analysis.Through problem analyzing of layout in cellular manufacturing system(CMS),research approach of cell formation,interactive layout and layout analysis threaded with process interconnection relationship(PIR) is proposed.Typical key technologies in CL like CF technology based on similarity analysis of part processes,interactive visual layout technology,layout evaluation technology founded on PIR analysis and algorithm of cell equipment sharing are put forward.Against the background of one enterprise which encounters problems of low utility of key equipments and disperse material logistic,an example of four-cell layout is given.The CL adjustment and analysis results show that equipment with high level of sharing degree should be disposed around the boundary of its main cell,and be near to other sharing cells as possible; process route should be centralized by all means,so equipment adjustment is to be implemented along direction that route intersection can be decreased; giving consideration to the existence of discrete cell,logistic route and its density should be centralized to cells formed.The proposed research can help improve equipment utility and material logistic efficiency of CL,and can be popularized to other application availably. 展开更多
关键词 cellular manufacturing system layout planning process interconnection relationship cell formation equipment sharing interactive layout
下载PDF
INTEGRATED LAYOUT DESIGN OF CELLS AND FLOW PATHS 被引量:1
15
作者 Li Zhihua Zhong Yifang Zhou Ji CAD Center, Huazhong University of Science and Technology,Wuhan 430074, China 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2003年第3期225-228,共4页
The integrated layout problem in manufacturing Systems is investigated. Anintegrated model for Concurrent layout design of cells and flow paths is formulated. A hybridapproach combined an enhanced branch-and-bound alg... The integrated layout problem in manufacturing Systems is investigated. Anintegrated model for Concurrent layout design of cells and flow paths is formulated. A hybridapproach combined an enhanced branch-and-bound algorithm with a simulated annealing scheme isproposed to solve this problem. The integrated layout method is applied to re-layout the gear pumpshop of a medium-size manufacturer of hydraulic pieces. Results show that the proposed layout methodcan concurrently provide good solutions of the cell layouts and the flow path layouts. 展开更多
关键词 Facility layout Integrated layout design Material flow network Manufacturing system
下载PDF
Virtual Facilit Layout Design Using Virtual Reality Techniques 被引量:1
16
作者 Li Zhi\|hua, Zhon g Yi\|fang CAD Center, Huazhong University of Science and Technology, Wuhan 430074, Hubei, China 《Wuhan University Journal of Natural Sciences》 CAS 2003年第01A期41-45,共5页
Manufacturing facility layout design has long been recognized as one of the most critical and difficult design tasks in manufacturing industries. Traditional layout methods can not fully sol... Manufacturing facility layout design has long been recognized as one of the most critical and difficult design tasks in manufacturing industries. Traditional layout methods can not fully solve this complex spatial layout problem. Virtual reality (VR) is a new form of human\|computer interaction, which has the potential to support a range of engineering applications. This paper discusses the reasons why manufacturing facility layout design is considered to be an appropriate new area of VR utilization. A VR\|based layout design framework is proposed. The virtual environment construction issues are discussed. An example of the immersive VR application of facility layout is examined. 展开更多
关键词 facility layout virtual reality layout planning manufacturing systems
下载PDF
基于高职院校PCB Layout职业培训方案的探索 被引量:1
17
作者 赵展 《职业教育研究》 2012年第8期162-164,共3页
开展职业培训既是高职院校实施校企合作的途径之一,又是高职院校教学改革的催化剂。PCB Layout职业培训方案的提出是基于版图设计企业PCB Layout人才紧缺的背景。本着为社会服务、为企业服务和为学校服务的态度,应使PCB Layout职业培训... 开展职业培训既是高职院校实施校企合作的途径之一,又是高职院校教学改革的催化剂。PCB Layout职业培训方案的提出是基于版图设计企业PCB Layout人才紧缺的背景。本着为社会服务、为企业服务和为学校服务的态度,应使PCB Layout职业培训工作在高职院校进行,并建立一套完整的培训方案,最终由企业的资深工程师给出鉴定结果。 展开更多
关键词 高职院校 PCB layout 职业培训 方案
下载PDF
Layout在电梯部件设计中的应用 被引量:1
18
作者 赵海燕 《机械制造与自动化》 2008年第5期55-56,共2页
以电梯轿底托架为例,介绍了利用Pro/E的Layout参数表和关系式对电梯部件进行设计应用情况,以达到快速满足客户需求的目的。
关键词 电梯部件设计 layout 关系式
下载PDF
Active Bolck Layout:一种高性能磁盘布局机制
19
作者 卢军 卢显良 +2 位作者 罗光春 韩宏 魏青松 《计算机科学》 CSCD 北大核心 2003年第3期164-167,共4页
The access frequency of different files in file system is dissimilar. If file system can optimize the block lay-out of these hot files which are frequently accessed,the performance of file system will be improved. Thi... The access frequency of different files in file system is dissimilar. If file system can optimize the block lay-out of these hot files which are frequently accessed,the performance of file system will be improved. This paper pre-sents a high performance block layout mechanism: Active Block Layout (ABL). ABL can record the access frequencyof every file in file system and actively optimize the block layout of these hot files by block duplicating. The duplicatedblocks can be placed in the special zone of track,which is called "Cooling Zone". ABL can automatically determine theplacing position and the copy count of the blocks which need to be duplicated. In order to reduce the overhead of blockduplication,this paper also presents a mechanism which uses the potential disk bandwidth to realize the block duplica-tion,and does not obviously degrade the performance of file system. 展开更多
关键词 ActiveBlocklayout 高性能磁盘布局机制 磁盘存储系统 磁盘驱动器 计算机
下载PDF
一种基于Layout算法的网络拓扑发现技术
20
作者 张晓钧 陈秀真 李艳梅 《科技信息》 2012年第3期137-138,共2页
提出基于Layout算法的网络拓扑发现技术和网络管理手段。利用CDP(Cisco发现协议)收集的数据进行整合分析,主要包括拓扑搜索、型别侦测和Layout生成三个主要子模块,通过拓扑发现管理手段进而进行前端用户界面展示。同时将拓扑发现数据进... 提出基于Layout算法的网络拓扑发现技术和网络管理手段。利用CDP(Cisco发现协议)收集的数据进行整合分析,主要包括拓扑搜索、型别侦测和Layout生成三个主要子模块,通过拓扑发现管理手段进而进行前端用户界面展示。同时将拓扑发现数据进行存储进行进一步数据分析和挖掘。 展开更多
关键词 网络拓扑 layout算法 CDP(Cisco发现协议) 拓扑搜索 型别侦测 layout生成
下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部