期刊文献+
共找到1,045篇文章
< 1 2 53 >
每页显示 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年第4期32-46,共15页
通过深入挖掘结构健康监测数据,探究砌体结构裂缝发展的影响因素,可以更准确地监控建筑结构的健康状况。文中以藏式古建筑砌体结构裂缝为研究对象,基于砌体结构裂缝增量监测数据与内部场环境温湿度监测数据进行特征分析,明确环境温度是... 通过深入挖掘结构健康监测数据,探究砌体结构裂缝发展的影响因素,可以更准确地监控建筑结构的健康状况。文中以藏式古建筑砌体结构裂缝为研究对象,基于砌体结构裂缝增量监测数据与内部场环境温湿度监测数据进行特征分析,明确环境温度是导致裂缝季节性变化的主要原因;采用自相关系数和皮尔逊系数作为层次聚类算法的指标,将砌体裂缝分为休眠裂缝和活跃裂缝两类,有助于监测重心和维护资源的分配;识别并剔除受“滞后效应”影响的数据时间段后,依据数据变化特征将其分为两类时间段,研究砌体结构活跃裂缝宽度监测数据与环境温度之间的相关关系表达式,经对比发现基于经验模态分解(EMD)的多项式函数拟合方法的精度相较于单一多项式以及基于奇异谱分解(SSA)的多项式拟合方法更高,其多项式模型中的高次项揭示了裂缝低温敏感性等特征;最后,通过对修正“滞后效应”获得的整时间段监测数据进行相关关系式拟合,进一步验证基于EMD-多项式拟合方法的可行性。 展开更多
关键词 藏式古建砌体裂缝 数据驱动 皮尔逊系数 层次聚类 滞后效应 经验模态分解
原文传递
面向金融应用的数据结构课程案例探索与实践
9
作者 胡建龙 段瑞芳 《高教学刊》 2026年第S2期128-132,共5页
结合领域背景的综合教学案例设计,不仅是激发学生专业兴趣、实现专业深度契合的关键,更是培养学生应对复杂工程挑战的关键步骤。面向金融领域的数据结构课程教学案例(撮合引擎设计)的探索,旨在检验学生学习效果及工程实践能力。具体探... 结合领域背景的综合教学案例设计,不仅是激发学生专业兴趣、实现专业深度契合的关键,更是培养学生应对复杂工程挑战的关键步骤。面向金融领域的数据结构课程教学案例(撮合引擎设计)的探索,旨在检验学生学习效果及工程实践能力。具体探讨基于问题导向的数据结构课程综合教学案例的设计思路,首先明确学生的能力培养目标,然后涵盖所涉及的教学内容,再通过三级目标机制引导学生将问题向纵深探索,最后利用综合评价方法合理评价学生综合能力的表现。这一探索可有效地为面向金融应用的本科生利用计算机科学知识循序渐进地解决专业领域复杂问题提供参考,促进学生主动思考和创新实践,教学效果和学生的实践能力得到极大增强。 展开更多
关键词 金融 撮合引擎 数据结构 算法 案例
在线阅读 下载PDF
基于多目标粒子群优化算法的复合型传热强化元件的结构优化
10
作者 张春梅 安奕昕 +2 位作者 卢颢轩 冯超然 谢明豪 《石油化工》 北大核心 2026年第3期355-364,共10页
设计了一种边槽螺旋翅片复合Kenics型静态混合器,采用数值模拟与实验相结合的方法对该混合器的湍流速度场和温度场进行研究,基于场协同原理对传热性能进行评价,采用多目标粒子群优化算法对结构进行优化设计。实验结果表明,叶片区的高速... 设计了一种边槽螺旋翅片复合Kenics型静态混合器,采用数值模拟与实验相结合的方法对该混合器的湍流速度场和温度场进行研究,基于场协同原理对传热性能进行评价,采用多目标粒子群优化算法对结构进行优化设计。实验结果表明,叶片区的高速流与扭曲交叉的流线诱导强涡旋结构生成,使温度场与速度场协同性更好,有效提升传热效率。当螺长比为0.39、内外元件宽度比为0.25、截面边槽数为6和槽深比为0.06时,该混合器的综合传热性能最优。相较于传统的Kenics型静态混合器,Nu提高了3.05%~17.13%,综合传热评价系数提升了6%~14%。 展开更多
关键词 静态混合器 传热性能 多目标粒子群优化算法 结构优化
在线阅读 下载PDF
人工智能方法在水利问题中的若干应用进展
11
作者 金菊良 蒋尚明 +4 位作者 周亮广 李家耀 周戎星 崔毅 吴成国 《江淮水利科技》 2026年第1期1-10,46,共11页
随着水利迈向高质量发展阶段,人工神经网络、遗传算法等人工智能定量计算方法在水利领域的应用日趋广泛,显著推动了智慧水利的深入发展。论文系统梳理了上述方法在复杂水利系统建模、优化、定性经验定量化、辩证不确定关系定量计算及随... 随着水利迈向高质量发展阶段,人工神经网络、遗传算法等人工智能定量计算方法在水利领域的应用日趋广泛,显著推动了智慧水利的深入发展。论文系统梳理了上述方法在复杂水利系统建模、优化、定性经验定量化、辩证不确定关系定量计算及随机模拟方面的应用研究进展。人工神经网络具备自适应学习系统输入输出关系的能力,适用于复杂水利系统建模;遗传算法拥有较为稳健的群体全局优化搜索能力,可处理复杂水利系统优化问题;模糊数学能将定性的专家经验概念和关系转化为隶属函数和模糊关系的定量运算,推动了水利专家经验的理论化和科学化;集对分析方法可通过同异反关系及其运算,系统描述和定量刻画水利系统辩证不确定关系及其相互联系和相互转换的复杂问题;随机模拟能够直接复现实际水利系统的复杂特征和多元可能情景。这些人工智能方法的应用和推广,有效推动了水利工程学科的智能化发展,为解决复杂水利问题提供重要技术支撑。上述人工智能方法以数据驱动为核心,直接模拟水利问题的输入-输出功能映射关系,未纳入水利问题中研究变量的作用机制,实际应用效果常缺乏稳定性。在智慧水利领域,“人工智能方法+水利专业模型”的融合应用是一个重要发展趋势,只有耦合数据驱动的人工智能方法与机理驱动的水利专业模型,才能综合运用水利问题中研究对象、研究变量、研究目标三要素的作用关系信息,进而揭示数据驱动与机理驱动相结合的人工智能方法象数理三元结构原理。 展开更多
关键词 水利系统 人工智能方法 人工神经网络 遗传算法 人工智能方法象数理三元结构原理
原文传递
胶结砂砾石三维孔隙结构与层面抗剪性能的关系 被引量:1
12
作者 张亚楠 蔡新 +1 位作者 陈徐东 郭兴文 《建筑材料学报》 北大核心 2026年第2期223-232,共10页
为探究不同层面处理方式下胶结砂砾石(CSG)内部孔隙结构与层面抗剪性能的关系,通过Python程序对3种层面处理方式下CSG的X射线计算机断层扫描图像进行预处理及三维重构,实现了CSG内部孔隙结构的三维可视化与定量表征;结合室内直剪试验,采... 为探究不同层面处理方式下胶结砂砾石(CSG)内部孔隙结构与层面抗剪性能的关系,通过Python程序对3种层面处理方式下CSG的X射线计算机断层扫描图像进行预处理及三维重构,实现了CSG内部孔隙结构的三维可视化与定量表征;结合室内直剪试验,采用XGBoost算法建立了CSG三维孔隙结构参数与宏观力学性能之间的关系。结果表明:层面处理方式对CSG的三维孔隙结构和力学性能有显著影响,不处理层面的孔隙分布不规则,易导致应力集中,而层面铺设砂浆或净浆能有效改善CSG的孔隙结构;净浆的改善效果最佳,显著提升了CSG孔隙的均匀性与复杂性;孔隙球度与孔径分布之间呈双指数衰减关系,接近球形的孔隙有助于提高CSG的摩擦性能;研究结果可以优化CSG层面施工工艺,提升其力学性能。 展开更多
关键词 胶结砂砾石 三维孔隙结构 层面结构 抗剪性能 XGBoost算法
在线阅读 下载PDF
A Multiple Model Approach to Modeling Based on LPF Algorithm 被引量:2
13
作者 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数据流测量的过滤器去噪方法
14
作者 邵婧 周盛文 +1 位作者 赵艺琳 黄家玮 《计算机工程与应用》 北大核心 2026年第3期297-302,共6页
数据流高度倾斜的分布特性严重影响了概率型数据结构(Sketch)的测量准确性。用于分离频繁项和非频繁项的过滤器算法被提出,可以提升现有Sketch的测量精度。然而,现有的这些过滤算法都难以避免不同频率项之间的累积效应,导致过滤结果存... 数据流高度倾斜的分布特性严重影响了概率型数据结构(Sketch)的测量准确性。用于分离频繁项和非频繁项的过滤器算法被提出,可以提升现有Sketch的测量精度。然而,现有的这些过滤算法都难以避免不同频率项之间的累积效应,导致过滤结果存在误差。为了解决这个问题,提出了一种新的具有通用性的去噪方法,通过分析相邻计数器的统计信息推断过滤器的全局状态,从而缓解由于哈希冲突带来的噪声影响。实验结果表明,该方法可以部署在不同的过滤器算法上,有效提升了现有过滤器的过滤准确性,并改善了现有Sketch在数据流处理中的性能。 展开更多
关键词 数据流处理 概率型数据结构Sketch 过滤器算法 去噪
在线阅读 下载PDF
基于机器学习方法设计开发无机玻璃材料研究进展
15
作者 谭至昕 章伟 +1 位作者 乔旭升 樊先平 《硅酸盐通报》 北大核心 2026年第3期743-754,共12页
玻璃科学与工程领域对新型高性能玻璃的需求日益迫切,传统试错法及物理建模存在效率低、成本高或精度不足等问题。人工智能和机器学习为玻璃设计与开发提供了更加有效的新方法,通过数据集构建、模型训练与验证,可以高效预测玻璃成分、... 玻璃科学与工程领域对新型高性能玻璃的需求日益迫切,传统试错法及物理建模存在效率低、成本高或精度不足等问题。人工智能和机器学习为玻璃设计与开发提供了更加有效的新方法,通过数据集构建、模型训练与验证,可以高效预测玻璃成分、结构及性能。本文阐述了机器学习的基础原理、核心算法(含监督与无监督学习),总结了近年来机器学习在多类玻璃中的应用成果,重点综述了基于机器学习的成分-性能、成分-结构、成分-结构-性能建模与设计玻璃材料的研究进展。已有研究表明,机器学习能显著提升玻璃性能预测准确度与开发效率,但目前仍面临泛化能力不足、复杂结构拟合困难等挑战。未来,随着技术完善与多领域融合,机器学习将持续推动玻璃科学的创新发展,为新型玻璃研发提供更高效的技术支撑。 展开更多
关键词 无机玻璃 成分-结构-性能设计 机器学习 材料计算 AI大模型 数据驱动
在线阅读 下载PDF
地方行业高校软件工程专业数据结构与算法课程建设
16
作者 赵学武 车葵 +2 位作者 王红梅 陈建辉 李玲玲 《高教学刊》 2026年第4期75-80,85,共7页
数据结构与算法是软件工程专业的基础核心课程,发挥着培养学生分析和解决复杂工程问题能力的重要作用。针对地方行业高校软件工程专业,如何在产出导向背景下建设体现行业特色的数据结构与算法课程是亟待解决的重要问题。基于地方行业高... 数据结构与算法是软件工程专业的基础核心课程,发挥着培养学生分析和解决复杂工程问题能力的重要作用。针对地方行业高校软件工程专业,如何在产出导向背景下建设体现行业特色的数据结构与算法课程是亟待解决的重要问题。基于地方行业高校软件工程专业数据结构与算法课程现状,提出一套以学生为中心的数据结构与算法课程建设方案,从明确课程定位与指导思想、重构能力产出导向的教学设计和完善考核评价方法等方面阐述建设措施,然后描述建设实践,最后指出进一步建设的方向。 展开更多
关键词 软件工程专业 数据结构与算法 双线融通 五维协同 AI辅助
在线阅读 下载PDF
基于隐结构模型和关联规则分析梅尼埃病方药规律
17
作者 郝颖煦 吴广 +7 位作者 赵敏 张道培 孙江燕 朱健 潘知玉 武红莉 荆志伟 冯磊 《中国中医药信息杂志》 2026年第3期51-58,共8页
目的探讨中医治疗梅尼埃病的方药规律,为临床提供参考。方法检索中国知网(CNKI)、万方数据知识服务平台(Wangfang Data)、维普中文期刊服务平台(VIP)、中国生物医学文献服务系统(SinoMed)、PubMed、Web of Science、Cochrane Library、E... 目的探讨中医治疗梅尼埃病的方药规律,为临床提供参考。方法检索中国知网(CNKI)、万方数据知识服务平台(Wangfang Data)、维普中文期刊服务平台(VIP)、中国生物医学文献服务系统(SinoMed)、PubMed、Web of Science、Cochrane Library、Embase建库至2025年3月4日收录的中医药治疗梅尼埃病相关文献,提取方药数据后运用Excel2019统计中药使用频次、性味归经及功效类别,并采用Lantern5.0和RStudio对使用频率≥3%的高频中药进行隐结构建模、聚类分析及关联规则分析。结果共纳入397篇文献,提取441首处方,涉及222味中药,累计使用4848次。高频中药为白术、茯苓、泽泻、天麻等;药性以温、平、寒为主,药味多为甘、辛、苦,主要归脾、肺、胃经;功效以补虚、利水渗湿、平肝息风为主。隐结构分析得到21个隐变量、42个隐类及7个聚类模型,归纳出25个核心方剂,推断主要证型为痰湿中阻、肾精不足、肝阳上亢、气血亏虚。关联规则分析得到47条强关联规则,其中支持度最高的组合为茯苓→白术,置信度最高的组合为白术+陈皮+甘草→茯苓。结论梅尼埃病以肝肾亏虚、气血亏虚、髓海不足为本,风、火、痰、瘀扰窍为标,治疗应补虚泻实、调和阴阳,配合化痰祛湿、行气通滞、滋养肝肾及平肝潜阳等治法。 展开更多
关键词 梅尼埃病 隐结构模型 关联规则 方药规律 综合聚类 数据挖掘 LTM-EAST算法 中医药
暂未订购
基于LeetCode的游戏化“数据结构与算法”课程教学实践探索
18
作者 许琪 林嘉慧 +2 位作者 林哲源 陈佳丽 黄理明 《龙岩学院学报》 2026年第2期100-104,121,共6页
人工智能在科技创新中扮演重要角色,数据结构与算法则是人工智能的核心。针对当前“数据结构与算法”课程教学面临课程内容编排生硬晦涩、理论与实践脱节、枯燥繁琐等问题,将游戏化元素引入“数据结构与算法”课程中,设计一种基于LeetC... 人工智能在科技创新中扮演重要角色,数据结构与算法则是人工智能的核心。针对当前“数据结构与算法”课程教学面临课程内容编排生硬晦涩、理论与实践脱节、枯燥繁琐等问题,将游戏化元素引入“数据结构与算法”课程中,设计一种基于LeetCode的游戏化教学模式框架并进行教学实践探索,包括游戏化情景设计、竞争协作与动机策略设计。实践表明,基于LeetCode的游戏化教学方式能够有效提高学生的编程动手能力并激发学生的主观能动性。 展开更多
关键词 新质生产力 数据结构与算法 游戏化教学 LeetCode
在线阅读 下载PDF
面向认证的“数据结构与算法”课程评价体系
19
作者 迟阔 苏婷 +2 位作者 杨永钦 栾干 曲慧 《电气电子教学学报》 2026年第1期52-55,共4页
基于工程教育理念和电子信息类人才培养目标,针对传统以考试为主的课程评价体系所存在的问题,探究了一种以评估学生达成课程目标情况及对毕业要求支撑的“数据结构与算法”课程评价新体系,以能力培养为导向,强化对过程的考核,用客观成... 基于工程教育理念和电子信息类人才培养目标,针对传统以考试为主的课程评价体系所存在的问题,探究了一种以评估学生达成课程目标情况及对毕业要求支撑的“数据结构与算法”课程评价新体系,以能力培养为导向,强化对过程的考核,用客观成绩评估学生对理论知识的掌握,用主观评级衡量学生对课程目标的达成情况,激发学习兴趣和实践编程能力,培养符合工程教育要求的创新型电子信息类人才。 展开更多
关键词 数据结构与算法 课程评价体系 工程教育认证
在线阅读 下载PDF
实测应变数据驱动的悬臂梁动态位移重构研究
20
作者 郝克明 张庆 《振动与冲击》 北大核心 2026年第4期9-16,共8页
动态位移对于评估结构安全性能具有重要意义,在实际工程中直接测量结构位移往往是比较困难或代价昂贵的。提出了一种使用应变响应重构悬臂梁结构动态位移的方法,该方法首次定义了不同结构曲率符号和标准侧判断准则,并使用随机子空间算... 动态位移对于评估结构安全性能具有重要意义,在实际工程中直接测量结构位移往往是比较困难或代价昂贵的。提出了一种使用应变响应重构悬臂梁结构动态位移的方法,该方法首次定义了不同结构曲率符号和标准侧判断准则,并使用随机子空间算法计算参与振动的应变振型,解决了振型叠加法计算流程不清晰和所需测点数较多的问题。接着通过积分得到相应的位移振型,由应变数据和应变振型求解出模态坐标时程,最终得到动态位移。通过悬臂梁的数值模拟和参数分析说明了所提方法的有效性,结果表明在只有4个应变测点的情况下误差仅有1.21%。最后,通过模型试验进一步验证了所提方法的可行性,结果表明最大误差在2.00%左右。所提方法仅需布置少量应变测点即可重构出任意位置的动态位移,可为悬臂类结构的变形测量提供新思路。 展开更多
关键词 悬臂梁结构 应变数据 动态位移重构 随机子空间算法 数值仿真
在线阅读 下载PDF
上一页 1 2 53 下一页 到第
使用帮助 返回顶部