Amphibian aircraft have seen a rise in popularity in the recreational and utility sectors due to their ability to take off and land on both land and water, thus serving a myriad of purposes, such as aerobatics, survei...Amphibian aircraft have seen a rise in popularity in the recreational and utility sectors due to their ability to take off and land on both land and water, thus serving a myriad of purposes, such as aerobatics, surveillance, and firefighting. Such seaplanes must be aerodynamically and hydrodynamically efficient, particularly during the takeoff phase. Naval architects have long employed innovative techniques to optimize the performance of marine vessels, including incorporating spray rails on hulls. This research paper is dedicated to a comprehensive investigation into the potential utilization of spray rails to enhance the takeoff performance of amphibian aircraft. Several spray rail configurations obtained from naval research were simulated on a bare Seamax M22 amphibian hull to observe an approximate 10% - 25% decrease in water resistance at high speeds alongside a 3% reduction in the takeoff time. This study serves as a motivation to improve the design of the reference airplane hull and a platform for detailed investigations in the future to improve modern amphibian design.展开更多
Rail weld irregularities are one of the primary excitation sources for vehicle-track interaction dynamics in modern high-speed railways.They can cause significant wheel-rail dynamic interactions,leading to wheel-rail ...Rail weld irregularities are one of the primary excitation sources for vehicle-track interaction dynamics in modern high-speed railways.They can cause significant wheel-rail dynamic interactions,leading to wheel-rail noise,component damage,and deterioration.Few researchers have employed the vehicle-track interaction dynamic model to study the dynamic interactions between wheel and rail induced by rail weld geometry irregularities.However,the cosine wave model used to simulate rail weld irregularities mainly focuses on the maximum value and neglects the geometric shape.In this study,novel theoretical models were developed for three categories of rail weld irregularities,based on measurements of the high-speed railway from Beijing to Shanghai.The vertical dynamic forces in the time and frequency domains were compared under different running speeds.These forces generated by the rail weld irregularities that were measured and modeled,respectively,were compared to validate the accuracy of the proposed model.Finally,based on the numerical study,the impact force due to rail weld irrregularity is modeled using an Artificial Neural Network(ANN),and the optimum combination of parameters for this model is found.The results showed that the proposed model provided a more accurate wheel/rail dynamic evaluation caused by rail weld irregularities than that established in the literature.The ANN model used in this paper can effectively predict the impact force due to rail weld irrregularity while reducing the computation time.展开更多
Monitoring the status of linear guide rails is essential because they are important components in linear motion mechanical production.Thus,this paper proposes a new method of conducting the fault diagnosis of linear g...Monitoring the status of linear guide rails is essential because they are important components in linear motion mechanical production.Thus,this paper proposes a new method of conducting the fault diagnosis of linear guide rails.First,synchrosqueezing transform(SST)combined with Gaussian high-pass filter,termed as SSTG,is proposed to process vibration signals of linear guide rails and obtain time-frequency images,thus helping realize fault feature visual enhancement.Next,the coordinate attention(CA)mechanism is introduced to promote the DenseNet model and obtain the CA-DenseNet deep learning framework,thus realizing accurate fault classifica-tion.Comparison experiments with other methods reveal that the proposed method has a high classification accuracy of up to 95.0%.The experimental results further demonstrate the effectiveness and robustness of the proposed method for the fault diagnosis of linear guide rails.展开更多
An investigation on the ventral diverterless high offset S-shaped inlet is carried out at Mach numbers from 0.600 to 1.534, angles of attack from -4° to 9.4°, and yaw angles from 0° to 8°. Results ...An investigation on the ventral diverterless high offset S-shaped inlet is carried out at Mach numbers from 0.600 to 1.534, angles of attack from -4° to 9.4°, and yaw angles from 0° to 8°. Results indicate: (1) a large region of low total pressure exists at the lower part of the inlet exit caused by the counter-rotating vortices in the S-shaped duct; (2) the performances of the inlet at Mach number 1.000 reach almost the highest, so the propulsion system could work efficiently in terms of aerodynamics; (3) the total pressure recovery increases slowly at first and then remains unvaried as the Mach number rises from 0.6 to 1.0, however, it does in an opposite manner in the conventional diverter-equipped S-shaped inlet; (4) the performances of the inlet are generally insensitive to angles of attack from -4° to 9.4° and yaw angles from 0° to 8° at Mach number 0.850, and angles of attack from -2° to 6° and yaw angles from 0° to 5° at Mach number 1.534.展开更多
Ruby on Rails(简称ROR)是一个Web应用程序框架,以其能快速开发而备受敏捷开发实践者的推崇,它包含的重要概念有MVC模式、DSL、习惯约定优于配置、生成器、低重复等.以一个实际课题"中医药数据库共享平台"为例,研究如何应用RO...Ruby on Rails(简称ROR)是一个Web应用程序框架,以其能快速开发而备受敏捷开发实践者的推崇,它包含的重要概念有MVC模式、DSL、习惯约定优于配置、生成器、低重复等.以一个实际课题"中医药数据库共享平台"为例,研究如何应用ROR技术来满足一个实际需求的项目,涉及的技术有MVC模式、RESTful SOA、AJAX、Lighttpd&FCGI等.展开更多
随着Web服务的快速发展,基于REST(Representational State Transfer)风格的Web Service越来越受到业界的关注。在实现RESTful Web Service的众多框架中,Rails完整实现了MVC并对RESTful Web Service的开发作了极大的封装和简化,使得开发...随着Web服务的快速发展,基于REST(Representational State Transfer)风格的Web Service越来越受到业界的关注。在实现RESTful Web Service的众多框架中,Rails完整实现了MVC并对RESTful Web Service的开发作了极大的封装和简化,使得开发人员用Rails实现RESTful Web Service变得容易。对RESTful Web Service特征和Rails框架结构进行了概述,分析了Rails实现RESTfulWeb Service的原理,在此基础上结合实例给出了基于Rails的RESTful Web Service以及RESTful Web Service客户端的开发步骤和方法,并且利用Ruby进行了实现。展开更多
运用目前两种炙手可热的Web开发技术:AJAX和Ruby on Rails为WebGIS提供一个新的解决方案,AJAX技术作为一种新兴的网络技术比传统页面刷新模式具有更好的性能和友好的用户体验,不过在建立大量的Javascript的代码基础上的,本文通过对AJAX ...运用目前两种炙手可热的Web开发技术:AJAX和Ruby on Rails为WebGIS提供一个新的解决方案,AJAX技术作为一种新兴的网络技术比传统页面刷新模式具有更好的性能和友好的用户体验,不过在建立大量的Javascript的代码基础上的,本文通过对AJAX on Rails原理进行分析,运用Ruby on Rails的动态性和敏捷性使AJAX模式带来的程序量大、首页加载时间长的缺陷得到改善,进一步提高程序性能。在实现环节上,在该平台上结合使用Google Maps API,以GXmlHttp在Rails上实现了AJAX的WebGIS关键应用。展开更多
基于Ruby语言构建的全新的Web开发框架Ruby on Rails,为Web应用程序开发提供了极其便捷的途径,近年来的迅速兴起成为了Web开发社区的焦点.采用支持敏捷开发的Ruby on Rails框架,研究并设计了一个新型体育门户网站,并重点介绍了网站各模...基于Ruby语言构建的全新的Web开发框架Ruby on Rails,为Web应用程序开发提供了极其便捷的途径,近年来的迅速兴起成为了Web开发社区的焦点.采用支持敏捷开发的Ruby on Rails框架,研究并设计了一个新型体育门户网站,并重点介绍了网站各模块的主要功能以及实现的关键技术.展开更多
Ruby on Rails是一个基于Ruby语言构建的全新Web应用程序架构,为Web应用程序开发提供了一种极其快捷的途径,正在和已经引起业界相当的兴趣.在给出了Ruby on Rails与轻量级J2EE架构Struts+Hibernate关键特性的基础上,从前端控制器、动作...Ruby on Rails是一个基于Ruby语言构建的全新Web应用程序架构,为Web应用程序开发提供了一种极其快捷的途径,正在和已经引起业界相当的兴趣.在给出了Ruby on Rails与轻量级J2EE架构Struts+Hibernate关键特性的基础上,从前端控制器、动作和模型,持久性框架三个方面对两种架构进行了比较.展开更多
以SNS、BLOG等为代表的web2.0应用中,经常需要上传图片,而且要对图片进行缩放处理,得到缩略图。使用ruby on rails开发框架,通过attachment_Fu插件可以方便地实现所有这些功能。这大大提高了web应用的开发效率,符合用户对web2.0应用持...以SNS、BLOG等为代表的web2.0应用中,经常需要上传图片,而且要对图片进行缩放处理,得到缩略图。使用ruby on rails开发框架,通过attachment_Fu插件可以方便地实现所有这些功能。这大大提高了web应用的开发效率,符合用户对web2.0应用持续开发、持续改进、持续创新的要求。展开更多
新Web开发框架Ruby on Rails的迅速兴起引起了开发社区的关注,它大大提高了开发者开发可信赖的干净的应用程序的效率。本文分析了Web应用与开发领域的发展状况,将Rails的核心观念与传统框架进行对比,探讨其迅速流行与成功的原因及未来...新Web开发框架Ruby on Rails的迅速兴起引起了开发社区的关注,它大大提高了开发者开发可信赖的干净的应用程序的效率。本文分析了Web应用与开发领域的发展状况,将Rails的核心观念与传统框架进行对比,探讨其迅速流行与成功的原因及未来的前景。展开更多
为大幅度缩短针对新的教学需求的计算机辅助教学系统的开发周期,同时高效的维护系统,研究了当前流行的Ruby On Rails框架技术。基于模型-视图-控制器(model-view-controller,MVC)设计模式进行系统开发,该系统可实现注册登录、作业提...为大幅度缩短针对新的教学需求的计算机辅助教学系统的开发周期,同时高效的维护系统,研究了当前流行的Ruby On Rails框架技术。基于模型-视图-控制器(model-view-controller,MVC)设计模式进行系统开发,该系统可实现注册登录、作业提交、上机管理、上机测验、发送邮件、信息查询、作业检查、密码提醒等功能。测试结果表明了该软件的实用性。展开更多
文摘Amphibian aircraft have seen a rise in popularity in the recreational and utility sectors due to their ability to take off and land on both land and water, thus serving a myriad of purposes, such as aerobatics, surveillance, and firefighting. Such seaplanes must be aerodynamically and hydrodynamically efficient, particularly during the takeoff phase. Naval architects have long employed innovative techniques to optimize the performance of marine vessels, including incorporating spray rails on hulls. This research paper is dedicated to a comprehensive investigation into the potential utilization of spray rails to enhance the takeoff performance of amphibian aircraft. Several spray rail configurations obtained from naval research were simulated on a bare Seamax M22 amphibian hull to observe an approximate 10% - 25% decrease in water resistance at high speeds alongside a 3% reduction in the takeoff time. This study serves as a motivation to improve the design of the reference airplane hull and a platform for detailed investigations in the future to improve modern amphibian design.
基金supported by Natural Science Foundation of China(52178441)the Scientific Research Projects of the China Academy of Railway Sciences Co.,Ltd.(Grant No.2022YJ043).
文摘Rail weld irregularities are one of the primary excitation sources for vehicle-track interaction dynamics in modern high-speed railways.They can cause significant wheel-rail dynamic interactions,leading to wheel-rail noise,component damage,and deterioration.Few researchers have employed the vehicle-track interaction dynamic model to study the dynamic interactions between wheel and rail induced by rail weld geometry irregularities.However,the cosine wave model used to simulate rail weld irregularities mainly focuses on the maximum value and neglects the geometric shape.In this study,novel theoretical models were developed for three categories of rail weld irregularities,based on measurements of the high-speed railway from Beijing to Shanghai.The vertical dynamic forces in the time and frequency domains were compared under different running speeds.These forces generated by the rail weld irregularities that were measured and modeled,respectively,were compared to validate the accuracy of the proposed model.Finally,based on the numerical study,the impact force due to rail weld irrregularity is modeled using an Artificial Neural Network(ANN),and the optimum combination of parameters for this model is found.The results showed that the proposed model provided a more accurate wheel/rail dynamic evaluation caused by rail weld irregularities than that established in the literature.The ANN model used in this paper can effectively predict the impact force due to rail weld irrregularity while reducing the computation time.
基金supported by the following organizations:National Natural Science Foundation of China(Grant Nos.52375522,52207036,and 62203010)the Anhui Provincial Nat-ural Science Foundation(Grant Nos.2308085Y03 and 2208085QE167)+2 种基金the Project of the Outstanding Young Talents in Colleges and Universities of Anhui Province(Grant No.gxyqZD2022006)the College Natural Science Research Key project of Anhui Education Department(Grant No.KJ2021A0018)the University Outstanding Youth Research Project of Anhui Province(Grant No.2022AH030016)。
文摘Monitoring the status of linear guide rails is essential because they are important components in linear motion mechanical production.Thus,this paper proposes a new method of conducting the fault diagnosis of linear guide rails.First,synchrosqueezing transform(SST)combined with Gaussian high-pass filter,termed as SSTG,is proposed to process vibration signals of linear guide rails and obtain time-frequency images,thus helping realize fault feature visual enhancement.Next,the coordinate attention(CA)mechanism is introduced to promote the DenseNet model and obtain the CA-DenseNet deep learning framework,thus realizing accurate fault classifica-tion.Comparison experiments with other methods reveal that the proposed method has a high classification accuracy of up to 95.0%.The experimental results further demonstrate the effectiveness and robustness of the proposed method for the fault diagnosis of linear guide rails.
基金National Basic Research Program of China (5130802)
文摘An investigation on the ventral diverterless high offset S-shaped inlet is carried out at Mach numbers from 0.600 to 1.534, angles of attack from -4° to 9.4°, and yaw angles from 0° to 8°. Results indicate: (1) a large region of low total pressure exists at the lower part of the inlet exit caused by the counter-rotating vortices in the S-shaped duct; (2) the performances of the inlet at Mach number 1.000 reach almost the highest, so the propulsion system could work efficiently in terms of aerodynamics; (3) the total pressure recovery increases slowly at first and then remains unvaried as the Mach number rises from 0.6 to 1.0, however, it does in an opposite manner in the conventional diverter-equipped S-shaped inlet; (4) the performances of the inlet are generally insensitive to angles of attack from -4° to 9.4° and yaw angles from 0° to 8° at Mach number 0.850, and angles of attack from -2° to 6° and yaw angles from 0° to 5° at Mach number 1.534.
文摘Ruby on Rails(简称ROR)是一个Web应用程序框架,以其能快速开发而备受敏捷开发实践者的推崇,它包含的重要概念有MVC模式、DSL、习惯约定优于配置、生成器、低重复等.以一个实际课题"中医药数据库共享平台"为例,研究如何应用ROR技术来满足一个实际需求的项目,涉及的技术有MVC模式、RESTful SOA、AJAX、Lighttpd&FCGI等.
文摘随着Web服务的快速发展,基于REST(Representational State Transfer)风格的Web Service越来越受到业界的关注。在实现RESTful Web Service的众多框架中,Rails完整实现了MVC并对RESTful Web Service的开发作了极大的封装和简化,使得开发人员用Rails实现RESTful Web Service变得容易。对RESTful Web Service特征和Rails框架结构进行了概述,分析了Rails实现RESTfulWeb Service的原理,在此基础上结合实例给出了基于Rails的RESTful Web Service以及RESTful Web Service客户端的开发步骤和方法,并且利用Ruby进行了实现。
文摘运用目前两种炙手可热的Web开发技术:AJAX和Ruby on Rails为WebGIS提供一个新的解决方案,AJAX技术作为一种新兴的网络技术比传统页面刷新模式具有更好的性能和友好的用户体验,不过在建立大量的Javascript的代码基础上的,本文通过对AJAX on Rails原理进行分析,运用Ruby on Rails的动态性和敏捷性使AJAX模式带来的程序量大、首页加载时间长的缺陷得到改善,进一步提高程序性能。在实现环节上,在该平台上结合使用Google Maps API,以GXmlHttp在Rails上实现了AJAX的WebGIS关键应用。
文摘Ruby on Rails是一个基于Ruby语言构建的全新Web应用程序架构,为Web应用程序开发提供了一种极其快捷的途径,正在和已经引起业界相当的兴趣.在给出了Ruby on Rails与轻量级J2EE架构Struts+Hibernate关键特性的基础上,从前端控制器、动作和模型,持久性框架三个方面对两种架构进行了比较.
文摘以SNS、BLOG等为代表的web2.0应用中,经常需要上传图片,而且要对图片进行缩放处理,得到缩略图。使用ruby on rails开发框架,通过attachment_Fu插件可以方便地实现所有这些功能。这大大提高了web应用的开发效率,符合用户对web2.0应用持续开发、持续改进、持续创新的要求。
文摘为大幅度缩短针对新的教学需求的计算机辅助教学系统的开发周期,同时高效的维护系统,研究了当前流行的Ruby On Rails框架技术。基于模型-视图-控制器(model-view-controller,MVC)设计模式进行系统开发,该系统可实现注册登录、作业提交、上机管理、上机测验、发送邮件、信息查询、作业检查、密码提醒等功能。测试结果表明了该软件的实用性。