期刊文献+
共找到1,032篇文章
< 1 2 52 >
每页显示 20 50 100
The Practice-oriented Platform of“Data Structure and Algorithm”Curriculum
1
作者 WANG Jian-bao YANG Jie SHANG Chu-han 《计算机教育》 2012年第10期48-50,共3页
"Data Structure and Algorithm",which is an important major subject in computer science,has a lot of problems in teaching activity.This paper introduces and analyzes the situation and problems in this course ... "Data Structure and Algorithm",which is an important major subject in computer science,has a lot of problems in teaching activity.This paper introduces and analyzes the situation and problems in this course study.A "programming factory" method is then brought out which is indeed a practice-oriented platform of the teachingstudy process.Good results are obtained by this creative method. 展开更多
关键词 Practice-oriented Platform data structure and algorithm industrial software education
在线阅读 下载PDF
Multiresolution analysis over triangle meshes: method and data structure
2
作者 唐杰 张福炎 《Journal of Southeast University(English Edition)》 EI CAS 2004年第3期279-285,共7页
A robust and efficient algorithm is presented to build multiresolution models (MRMs) of arbitrary meshes without requirement of subdivision connectivity. To overcome the sampling difficulty of arbitrary meshes, edge c... A robust and efficient algorithm is presented to build multiresolution models (MRMs) of arbitrary meshes without requirement of subdivision connectivity. To overcome the sampling difficulty of arbitrary meshes, edge contraction and vertex expansion are used as downsampling and upsampling methods. Our MRMs of a mesh are composed of a base mesh and a series of edge split operations, which are organized as a directed graph. Each split operation encodes two parts of information. One is the modification to the mesh, and the other is the dependency relation among splits. Such organization ensures the efficiency and robustness of our MRM algorithm. Examples demonstrate the functionality of our method. 展开更多
关键词 algorithmS Computer aided design Computer aided manufacturing data structures GEOMETRY Mathematical models Robustness (control systems)
在线阅读 下载PDF
Nearest neighbor search algorithm for GBD tree spatial data structure
3
作者 Yutaka Ohsawa Takanobu Kurihara Ayaka Ohki 《重庆邮电大学学报(自然科学版)》 2007年第3期253-259,共7页
This paper describes the nearest neighbor (NN) search algorithm on the GBD(generalized BD) tree. The GBD tree is a spatial data structure suitable for two-or three-dimensional data and has good performance characteris... This paper describes the nearest neighbor (NN) search algorithm on the GBD(generalized BD) tree. The GBD tree is a spatial data structure suitable for two-or three-dimensional data and has good performance characteristics with respect to the dynamic data environment. On GIS and CAD systems, the R-tree and its successors have been used. In addition, the NN search algorithm is also proposed in an attempt to obtain good performance from the R-tree. On the other hand, the GBD tree is superior to the R-tree with respect to exact match retrieval, because the GBD tree has auxiliary data that uniquely determines the position of the object in the structure. The proposed NN search algorithm depends on the property of the GBD tree described above. The NN search algorithm on the GBD tree was studied and the performance thereof was evaluated through experiments. 展开更多
关键词 邻居搜索算法 GBD树 空间数据结构 动态数据环境 地理信息系统 计算机辅助设计
在线阅读 下载PDF
Data Structures in Multi-Objective Evolutionary Algorithms 被引量:1
4
作者 Najwa Altwaijry Mohamed El Bachir Menai 《Journal of Computer Science & Technology》 SCIE EI CSCD 2012年第6期1197-1210,共14页
Data structures used for an algorithm can have a great impact on its performance, particularly for the solution of large and complex problems, such as multi-objective optimization problems (MOPs). Multi-objective ev... Data structures used for an algorithm can have a great impact on its performance, particularly for the solution of large and complex problems, such as multi-objective optimization problems (MOPs). Multi-objective evolutionary algorithms (MOEAs) are considered an attractive approach for solving MOPs~ since they are able to explore several parts of the Pareto front simultaneously. The data structures for storing and updating populations and non-dominated solutions (archives) may affect the efficiency of the search process. This article describes data structures used in MOEAs for realizing populations and archives in a comparative way, emphasizing their computational requirements and general applicability reported in the original work. 展开更多
关键词 multi-objective evolutionary algorithm data structure Pareto front ARCHIVE POPULATION
原文传递
An approach to improving maneuver performance of coning algorithm
5
作者 汤传业 陈熙源 宋锐 《Journal of Southeast University(English Edition)》 EI CAS 2014年第4期439-444,共6页
Aiming to improve the maneuver performance of the strapdown inertial navigation attitude coning algorithm a new coning correction structure is constructed by adding a sample to the traditional compressed coning correc... Aiming to improve the maneuver performance of the strapdown inertial navigation attitude coning algorithm a new coning correction structure is constructed by adding a sample to the traditional compressed coning correction structure. According to the given definition of classical coning motion the residual coning correction error based on the new coning correction structure is derived. On the basis of the new structure the frequency Taylor series method is used for designing a coning correction structure coefficient and then a new coning algorithm is obtained.Two types of error models are defined for the coning algorithm performance evaluation under coning environments and maneuver environments respectively.Simulation results indicate that the maneuver accuracy of the new 4-sample coning algorithm is almost double that of the traditional compressed 4-sample coning algorithm. The new coning algorithm has an improved maneuver performance while maintaining coning performance compared to the traditional compressed coning algorithm. 展开更多
关键词 coning algorithm coning correction structure maneuver performance coning performance frequency Taylor series method coning algorithm coning correction structure maneuver performance coning performance frequency Taylor series method
在线阅读 下载PDF
Using Genetic Algorithm as Test Data Generator for Stored PL/SQL Program Units 被引量:1
6
作者 Mohammad A. Alshraideh Basel A. Mahafzah +1 位作者 Hamzeh S. Eyal Salman Imad Salah 《Journal of Software Engineering and Applications》 2013年第2期65-73,共9页
PL/SQL is the most common language for ORACLE database application. It allows the developer to create stored program units (Procedures, Functions, and Packages) to improve software reusability and hide the complexity ... PL/SQL is the most common language for ORACLE database application. It allows the developer to create stored program units (Procedures, Functions, and Packages) to improve software reusability and hide the complexity of the execution of a specific operation behind a name. Also, it acts as an interface between SQL database and DEVELOPER. Therefore, it is important to test these modules that consist of procedures and functions. In this paper, a new genetic algorithm (GA), as search technique, is used in order to find the required test data according to branch criteria to test stored PL/SQL program units. The experimental results show that this was not fully achieved, such that the test target in some branches is not reached and the coverage percentage is 98%. A problem rises when target branch is depending on data retrieved from tables;in this case, GA is not able to generate test cases for this branch. 展开更多
关键词 GENETIC algorithms SQL Stored PROGRAM UNITS Test data Structural Testing SQL EXCEPTIONS
暂未订购
Specification and Verification for Semi-Structured Data
7
作者 CHEN Tao-lue HAN Ting-ting LU Jian 《Wuhan University Journal of Natural Sciences》 EI CAS 2006年第1期107-112,共6页
Tree logic, inherited from ambient logic, is introduced as the formal foundation of related programming language and type systems, In this paper, we introduce recursion into such logic system, which can describe the t... Tree logic, inherited from ambient logic, is introduced as the formal foundation of related programming language and type systems, In this paper, we introduce recursion into such logic system, which can describe the tree data more dearly and concisely. By making a distinction between proposition and predicate, a concise semantics interpretation for our modal logic is given. We also develop a model checking algorithm for the logic without △ operator. The correctness of the algorithm is shown. Such work can be seen as the basis of the semi-structured data processing language and more flexible type system. 展开更多
关键词 semi structured data tree logic FIXPOINT model checking algorithm
在线阅读 下载PDF
面向金融应用的数据结构课程案例探索与实践
8
作者 胡建龙 段瑞芳 《高教学刊》 2026年第S2期128-132,共5页
结合领域背景的综合教学案例设计,不仅是激发学生专业兴趣、实现专业深度契合的关键,更是培养学生应对复杂工程挑战的关键步骤。面向金融领域的数据结构课程教学案例(撮合引擎设计)的探索,旨在检验学生学习效果及工程实践能力。具体探... 结合领域背景的综合教学案例设计,不仅是激发学生专业兴趣、实现专业深度契合的关键,更是培养学生应对复杂工程挑战的关键步骤。面向金融领域的数据结构课程教学案例(撮合引擎设计)的探索,旨在检验学生学习效果及工程实践能力。具体探讨基于问题导向的数据结构课程综合教学案例的设计思路,首先明确学生的能力培养目标,然后涵盖所涉及的教学内容,再通过三级目标机制引导学生将问题向纵深探索,最后利用综合评价方法合理评价学生综合能力的表现。这一探索可有效地为面向金融应用的本科生利用计算机科学知识循序渐进地解决专业领域复杂问题提供参考,促进学生主动思考和创新实践,教学效果和学生的实践能力得到极大增强。 展开更多
关键词 金融 撮合引擎 数据结构 算法 案例
在线阅读 下载PDF
A Multiple Model Approach to Modeling Based on LPF Algorithm 被引量:2
9
作者 Li, N. Li, S. Xi, Y. 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2001年第3期64-70,共7页
Input-output data fitting methods are often used for unknown-structure nonlinear system modeling. Based on model-on-demand tactics, a multiple model approach to modeling for nonlinear systems is presented. The basic i... Input-output data fitting methods are often used for unknown-structure nonlinear system modeling. Based on model-on-demand tactics, a multiple model approach to modeling for nonlinear systems is presented. The basic idea is to find out, from vast historical system input-output data sets, some data sets matching with the current working point, then to develop a local model using Local Polynomial Fitting (LPF) algorithm. With the change of working points, multiple local models are built, which realize the exact modeling for the global system. By comparing to other methods, the simulation results show good performance for its simple, effective and reliable estimation. 展开更多
关键词 algorithmS Computer simulation data structures Input output programs Mathematical models Parameter estimation POLYNOMIALS
在线阅读 下载PDF
一种用于Sketch数据流测量的过滤器去噪方法
10
作者 邵婧 周盛文 +1 位作者 赵艺琳 黄家玮 《计算机工程与应用》 北大核心 2026年第3期297-302,共6页
数据流高度倾斜的分布特性严重影响了概率型数据结构(Sketch)的测量准确性。用于分离频繁项和非频繁项的过滤器算法被提出,可以提升现有Sketch的测量精度。然而,现有的这些过滤算法都难以避免不同频率项之间的累积效应,导致过滤结果存... 数据流高度倾斜的分布特性严重影响了概率型数据结构(Sketch)的测量准确性。用于分离频繁项和非频繁项的过滤器算法被提出,可以提升现有Sketch的测量精度。然而,现有的这些过滤算法都难以避免不同频率项之间的累积效应,导致过滤结果存在误差。为了解决这个问题,提出了一种新的具有通用性的去噪方法,通过分析相邻计数器的统计信息推断过滤器的全局状态,从而缓解由于哈希冲突带来的噪声影响。实验结果表明,该方法可以部署在不同的过滤器算法上,有效提升了现有过滤器的过滤准确性,并改善了现有Sketch在数据流处理中的性能。 展开更多
关键词 数据流处理 概率型数据结构Sketch 过滤器算法 去噪
在线阅读 下载PDF
地方行业高校软件工程专业数据结构与算法课程建设
11
作者 赵学武 车葵 +2 位作者 王红梅 陈建辉 李玲玲 《高教学刊》 2026年第4期75-80,85,共7页
数据结构与算法是软件工程专业的基础核心课程,发挥着培养学生分析和解决复杂工程问题能力的重要作用。针对地方行业高校软件工程专业,如何在产出导向背景下建设体现行业特色的数据结构与算法课程是亟待解决的重要问题。基于地方行业高... 数据结构与算法是软件工程专业的基础核心课程,发挥着培养学生分析和解决复杂工程问题能力的重要作用。针对地方行业高校软件工程专业,如何在产出导向背景下建设体现行业特色的数据结构与算法课程是亟待解决的重要问题。基于地方行业高校软件工程专业数据结构与算法课程现状,提出一套以学生为中心的数据结构与算法课程建设方案,从明确课程定位与指导思想、重构能力产出导向的教学设计和完善考核评价方法等方面阐述建设措施,然后描述建设实践,最后指出进一步建设的方向。 展开更多
关键词 软件工程专业 数据结构与算法 双线融通 五维协同 AI辅助
在线阅读 下载PDF
实测应变数据驱动的悬臂梁动态位移重构研究
12
作者 郝克明 张庆 《振动与冲击》 北大核心 2026年第4期9-16,共8页
动态位移对于评估结构安全性能具有重要意义,在实际工程中直接测量结构位移往往是比较困难或代价昂贵的。提出了一种使用应变响应重构悬臂梁结构动态位移的方法,该方法首次定义了不同结构曲率符号和标准侧判断准则,并使用随机子空间算... 动态位移对于评估结构安全性能具有重要意义,在实际工程中直接测量结构位移往往是比较困难或代价昂贵的。提出了一种使用应变响应重构悬臂梁结构动态位移的方法,该方法首次定义了不同结构曲率符号和标准侧判断准则,并使用随机子空间算法计算参与振动的应变振型,解决了振型叠加法计算流程不清晰和所需测点数较多的问题。接着通过积分得到相应的位移振型,由应变数据和应变振型求解出模态坐标时程,最终得到动态位移。通过悬臂梁的数值模拟和参数分析说明了所提方法的有效性,结果表明在只有4个应变测点的情况下误差仅有1.21%。最后,通过模型试验进一步验证了所提方法的可行性,结果表明最大误差在2.00%左右。所提方法仅需布置少量应变测点即可重构出任意位置的动态位移,可为悬臂类结构的变形测量提供新思路。 展开更多
关键词 悬臂梁结构 应变数据 动态位移重构 随机子空间算法 数值仿真
在线阅读 下载PDF
基于可搜索加密算法的高性能高可用MySQL数据库自动备份算法
13
作者 路辉 戴志敏 《微型电脑应用》 2026年第1期239-241,245,共4页
MySQL是一种常用的关系型数据库管理系统,为了保证数据的安全性和可靠性,数据库备份是必不可少的。基于此,文章提出一种基于可搜索加密算法的高性能高可用MySQL数据库自动备份算法。传统数据库备份方法存在一些问题,包括备份文件机密性... MySQL是一种常用的关系型数据库管理系统,为了保证数据的安全性和可靠性,数据库备份是必不可少的。基于此,文章提出一种基于可搜索加密算法的高性能高可用MySQL数据库自动备份算法。传统数据库备份方法存在一些问题,包括备份文件机密性不足、备份效率低下、可用性不高等。为了解决这些问题,采用可搜索加密算法对数据库备份文件进行加密,该算法允许在加密状态下进行搜索,保证备份文件的机密性,并允许用户进行关键字搜索。通过所提出的算法使得数据库备份文件可搜索加密,既确保了机密性,又提供了高性能和高可用性的备份方案。测试结果表明,所提出的算法在确保数据安全的同时,还具有较高的备份效率和可用性。 展开更多
关键词 MYSQL数据库 自动备份算法 可搜索加密算法 数据安全 高性能备份
在线阅读 下载PDF
Prediction of Lubricant Physicochemical Properties Based on Gaussian Copula Data Expansion 被引量:1
14
作者 Feng Xin Yang Rui +1 位作者 Xie Peiyuan Xia Yanqiu 《China Petroleum Processing & Petrochemical Technology》 SCIE CAS CSCD 2024年第1期161-174,共14页
The composition of base oils affects the performance of lubricants made from them.This paper proposes a hybrid model based on gradient-boosted decision tree(GBDT)to analyze the effect of different ratios of KN4010,PAO... The composition of base oils affects the performance of lubricants made from them.This paper proposes a hybrid model based on gradient-boosted decision tree(GBDT)to analyze the effect of different ratios of KN4010,PAO40,and PriEco3000 component in a composite base oil system on the performance of lubricants.The study was conducted under small laboratory sample conditions,and a data expansion method using the Gaussian Copula function was proposed to improve the prediction ability of the hybrid model.The study also compared four optimization algorithms,sticky mushroom algorithm(SMA),genetic algorithm(GA),whale optimization algorithm(WOA),and seagull optimization algorithm(SOA),to predict the kinematic viscosity at 40℃,kinematic viscosity at 100℃,viscosity index,and oxidation induction time performance of the lubricant.The results showed that the Gaussian Copula function data expansion method improved the prediction ability of the hybrid model in the case of small samples.The SOA-GBDT hybrid model had the fastest convergence speed for the samples and the best prediction effect,with determination coefficients(R^(2))for the four indicators of lubricants reaching 0.98,0.99,0.96 and 0.96,respectively.Thus,this model can significantly reduce the model’s prediction error and has good prediction ability. 展开更多
关键词 base oil data augmentation machine learning performance prediction seagull algorithm
在线阅读 下载PDF
Health diagnosis of ultrahigh arch dam performance using heterogeneous spatial panel vector model 被引量:1
15
作者 Er-feng Zhao Xin Li Chong-shi Gu 《Water Science and Engineering》 EI CAS CSCD 2024年第2期177-186,共10页
Currently,more than ten ultrahigh arch dams have been constructed or are being constructed in China.Safety control is essential to long-term operation of these dams.This study employed the flexibility coefficient and ... Currently,more than ten ultrahigh arch dams have been constructed or are being constructed in China.Safety control is essential to long-term operation of these dams.This study employed the flexibility coefficient and plastic complementary energy norm to assess the structural safety of arch dams.A comprehensive analysis was conducted,focusing on differences among conventional methods in characterizing the structural behavior of the Xiaowan arch dam in China.Subsequently,the spatiotemporal characteristics of the measured performance of the Xiaowan dam were explored,including periodicity,convergence,and time-effect characteristics.These findings revealed the governing mechanism of main factors.Furthermore,a heterogeneous spatial panel vector model was developed,considering both common factors and specific factors affecting the safety and performance of arch dams.This model aims to comprehensively illustrate spatial heterogeneity between the entire structure and local regions,introducing a specific effect quantity to characterize local deformation differences.Ultimately,the proposed model was applied to the Xiaowan arch dam,accurately quantifying the spatiotemporal heterogeneity of dam performance.Additionally,the spatiotemporal distri-bution characteristics of environmental load effects on different parts of the dam were reasonably interpreted.Validation of the model prediction enhances its credibility,leading to the formulation of health diagnosis criteria for future long-term operation of the Xiaowan dam.The findings not only enhance the predictive ability and timely control of ultrahigh arch dams'performance but also provide a crucial basis for assessing the effectiveness of engineering treatment measures. 展开更多
关键词 Ultrahigh arch dam Structural performance Deformation behavior Diagnosis criterion Panel data model
在线阅读 下载PDF
USSL Net:Focusing on Structural Similarity with Light U-Structure for Stroke Lesion Segmentation 被引量:1
16
作者 JIANG Zhiguo CHANG Qing 《Journal of Shanghai Jiaotong university(Science)》 EI 2022年第4期485-497,共13页
Automatic segmentation of ischemic stroke lesions from computed tomography(CT)images is of great significance for identifying and curing this life-threatening condition.However,in addition to the problem of low image ... Automatic segmentation of ischemic stroke lesions from computed tomography(CT)images is of great significance for identifying and curing this life-threatening condition.However,in addition to the problem of low image contrast,it is also challenged by the complex changes in the appearance of the stroke area and the difficulty in obtaining image data.Considering that it is difficult to obtain stroke data and labels,a data enhancement algorithm for one-shot medical image segmentation based on data augmentation using learned transformation was proposed to increase the number of data sets for more accurate segmentation.A deep convolutional neural network based algorithm for stroke lesion segmentation,called structural similarity with light U-structure(USSL)Net,was proposed.We embedded a convolution module that combines switchable normalization,multi-scale convolution and dilated convolution in the network for better segmentation performance.Besides,considering the strong structural similarity between multi-modal stroke CT images,the USSL Net uses the correlation maximized structural similarity loss(SSL)function as the loss function to learn the varying shapes of the lesions.The experimental results show that our framework has achieved results in the following aspects.First,the data obtained by adding our data enhancement algorithm is better than the data directly segmented from the multi-modal image.Second,the performance of our network model is better than that of other models for stroke segmentation tasks.Third,the way SSL functioned as a loss function is more helpful to the improvement of segmentation accuracy than the cross-entropy loss function. 展开更多
关键词 structural similarity medical image segmentation deep convolution neural network automatic data enhancement algorithm
原文传递
Evaluating the Efficacy of Latent Variables in Mitigating Data Poisoning Attacks in the Context of Bayesian Networks:An Empirical Study
17
作者 Shahad Alzahrani Hatim Alsuwat Emad Alsuwat 《Computer Modeling in Engineering & Sciences》 SCIE EI 2024年第5期1635-1654,共20页
Bayesian networks are a powerful class of graphical decision models used to represent causal relationships among variables.However,the reliability and integrity of learned Bayesian network models are highly dependent ... Bayesian networks are a powerful class of graphical decision models used to represent causal relationships among variables.However,the reliability and integrity of learned Bayesian network models are highly dependent on the quality of incoming data streams.One of the primary challenges with Bayesian networks is their vulnerability to adversarial data poisoning attacks,wherein malicious data is injected into the training dataset to negatively influence the Bayesian network models and impair their performance.In this research paper,we propose an efficient framework for detecting data poisoning attacks against Bayesian network structure learning algorithms.Our framework utilizes latent variables to quantify the amount of belief between every two nodes in each causal model over time.We use our innovative methodology to tackle an important issue with data poisoning assaults in the context of Bayesian networks.With regard to four different forms of data poisoning attacks,we specifically aim to strengthen the security and dependability of Bayesian network structure learning techniques,such as the PC algorithm.By doing this,we explore the complexity of this area and offer workablemethods for identifying and reducing these sneaky dangers.Additionally,our research investigates one particular use case,the“Visit to Asia Network.”The practical consequences of using uncertainty as a way to spot cases of data poisoning are explored in this inquiry,which is of utmost relevance.Our results demonstrate the promising efficacy of latent variables in detecting and mitigating the threat of data poisoning attacks.Additionally,our proposed latent-based framework proves to be sensitive in detecting malicious data poisoning attacks in the context of stream data. 展开更多
关键词 Bayesian networks data poisoning attacks latent variables structure learning algorithms adversarial attacks
在线阅读 下载PDF
Optimal Structural Design of Complicated Mechanical Products Based on Data Mining
18
作者 陶晶 吴庆鸣 孙川 《Journal of Shanghai Jiaotong university(Science)》 EI 2009年第6期720-724,共5页
Complicated mechanical products normally consist of multi-parameter mechanisms.The couplings between two tmechanisms are either strong or weak.The traditional optimal design methods cannot meet the requirements of opt... Complicated mechanical products normally consist of multi-parameter mechanisms.The couplings between two tmechanisms are either strong or weak.The traditional optimal design methods cannot meet the requirements of optimal structural design of the complicated multi-parameter mechanical products.On the basis of analyzing the optimal design methods and the data mining principles,an improved iterative dichotomizer 3(ID3) algorithm is hereby put forth to bring out an optimal design information model integrated with the data mining technology as well as an optimal structural design system of complicated mechanical products based on the data mining principles.The system is demonstrated by the optimal structural design of the mainframe of the full face rock tunnel boring machine(TBM).An example shows that the data mining technology has fully tackled the issues of the optimal structural design of complicated mechanical products. 展开更多
关键词 data mining optimal structural design iterative dichotomizer 3 (ID3) algorithm tunnel boring machine (TBM)
原文传递
基于Gossip协议的高效集群数据同步方案 被引量:2
19
作者 张宏海 崔斌豪 +3 位作者 李一鸣 田丰 贾永强 肖傲三 《北京航空航天大学学报》 北大核心 2025年第5期1629-1636,共8页
随着民航客票运价搜索系统业务的快速发展,系统集群内部网络流量规模不断增长。为了在高负载网络流量场景下,实现集群内部数据同步,提出基于Gossip协议的集群数据同步方案。所提方案从网络协议的传输层和应用层着手设计,在传输层使用用... 随着民航客票运价搜索系统业务的快速发展,系统集群内部网络流量规模不断增长。为了在高负载网络流量场景下,实现集群内部数据同步,提出基于Gossip协议的集群数据同步方案。所提方案从网络协议的传输层和应用层着手设计,在传输层使用用户数据报协议(UDP)来减少集群中节点间的连接数量和交互次数,从而实现数据在网络传输过程中的低流量、低耗时。在应用层使用Gossip传播协议来实现数据的最终一致性,保证数据传输的可靠性。通过传输层UDP传输协议和应用层Gossip传播协议相结合,保证了集群监控过程中数据同步的高效性和可靠性。 展开更多
关键词 GOSSIP协议 数据同步 一致性算法 高性能集群 去中心化
原文传递
磁场算法与结构力学耦合驱动参数化生形设计方法研究——以白云山南门工程项目为例
20
作者 苏朝浩 卢珊丽 +2 位作者 任子扬 王子安 吴中平 《南方建筑》 北大核心 2025年第10期66-75,共10页
以结构性能驱动为核心,提出了一种融合结构力学原理与智能优化算法的参数化协同设计方法,通过建立“算法生形-力学耦合-性能迭代”的三阶段工作流,探索新型空间结构的高效找形路径。创新性地将磁场算法引入建筑形态生成,通过磁场算法运... 以结构性能驱动为核心,提出了一种融合结构力学原理与智能优化算法的参数化协同设计方法,通过建立“算法生形-力学耦合-性能迭代”的三阶段工作流,探索新型空间结构的高效找形路径。创新性地将磁场算法引入建筑形态生成,通过磁场算法运算器构建花形的生成、变化与调控模式;继而开发结构力学耦合求解程序模块,建立形态参数与力学响应的动态映射关系;最终通过遗传算法建立多目标优化模型,实现形态参数与结构性能的协同进化,构建涵盖100多种花形伞状结构构型数据库。在广州白云山南门工程项目中,该方法成功实现木棉花意象的数字化转译,生成兼具结构效能与艺术表现力的云状伞形空间结构,验证了该方法的工程适用性。 展开更多
关键词 参数化设计 结构性能 磁场算法 结构优化 结构构型
在线阅读 下载PDF
上一页 1 2 52 下一页 到第
使用帮助 返回顶部