期刊文献+
共找到510篇文章
< 1 2 26 >
每页显示 20 50 100
面向智能工业物联的灵活地址可信协议架构 被引量:2
1
作者 陈哲 蒋胜 王闯 《电信科学》 2020年第7期26-33,共8页
IP网络在过去50年里取得了瞩目成绩,已经成为人们生产和生活过程中不可或缺的一部分。然而,随着互联网的广泛应用,IP协议体系的一些原始设计缺陷也日益暴露,难以满足未来网络的发展需求。讨论了面向2030年的互联网业务场景和关键技术挑... IP网络在过去50年里取得了瞩目成绩,已经成为人们生产和生活过程中不可或缺的一部分。然而,随着互联网的广泛应用,IP协议体系的一些原始设计缺陷也日益暴露,难以满足未来网络的发展需求。讨论了面向2030年的互联网业务场景和关键技术挑战,提出了面向智能工业物联的灵活地址可信协议架构。新协议架构在传统IP协议全球可达、高生存性的基础之上,构建万物万网互联、确定性服务、内生安全可信、高通量传输和用户可定义等新能力,并基于这些新能力使能更多新型网络业务。 展开更多
关键词 灵活地址 协议架构 万物万网互联 确定性服务 内生安全可信 高通量传输 用户可定义
下载PDF
自选模块——审核评估指标体系设计的新思路 被引量:2
2
作者 孙颖 《高教发展与评估》 CSSCI 2012年第4期1-5,121,共5页
一种本科教学审核评估指标体系设计的新思路——自选模块化指标体系设计,摒弃了指标体系成套出现的纵向思考模式,以阶梯型指标体系的某个层级的项目为立足点,横向考虑可能出现的各种情况,得出相对应的下级指标的各个标准模块,形成高校... 一种本科教学审核评估指标体系设计的新思路——自选模块化指标体系设计,摒弃了指标体系成套出现的纵向思考模式,以阶梯型指标体系的某个层级的项目为立足点,横向考虑可能出现的各种情况,得出相对应的下级指标的各个标准模块,形成高校本科教学相关方面的标准模块集,每个学校在使用时根据本校实际情况自主选择指标模块,从而构成最符合自身情况的模块标准指标体系。 展开更多
关键词 本科教学评估 审核评估 指标体系 自选模块
下载PDF
动态调整直方图剪枝PDA声控拨号器的应用与实现 被引量:1
3
作者 陈德锋 郑方 +4 位作者 吴文虎 刘建 邓菁 宋战江 周迅溢 《电声技术》 2005年第12期38-43,共6页
以使用嵌入式操作系统 Pocket Pc的个人数字助理(PDA)为实验平台研究了基于非特定人语音命令识 别的可定制声控拨号器。针对PDA存储空间和运算能力的限制,在保证性能的前提下从严格控制搜索空间和提高 解码速度出发,提出了结合搜索路径... 以使用嵌入式操作系统 Pocket Pc的个人数字助理(PDA)为实验平台研究了基于非特定人语音命令识 别的可定制声控拨号器。针对PDA存储空间和运算能力的限制,在保证性能的前提下从严格控制搜索空间和提高 解码速度出发,提出了结合搜索路径分数差值实时调整剪枝宽度的动态调整直方图剪枝策略,提出了利用速查表 加速似然计算的方法,并在通过实验验证后采用较少维数的特征、结合扩展声韵母进行声学建模等措施,有效地解 决了上述问题。在实际PDA设备上实验表明,在词表大小为200个人名时,识别正确率达98.70%,而识别速度比采 用标准算法的参考系统提高了约80倍,同时节省了约30%搜索存储空间。 展开更多
关键词 语音识别 声控拨号 个人数字助理(PDA) 动态调整直方图剪枝
下载PDF
SQL Server数据库触发器与存储过程技术在自定义数据表中的应用 被引量:7
4
作者 石道生 张士军 孙山 《计算机与现代化》 2004年第3期22-24,共3页
通过对MSSQLServer数据库的触发器和存储过程的介绍 ,并以工资数据表为例详细介绍了在基于客户端 /服务器(Client/Server)结构的MIS系统中利用后台数据库触发器技术和存储过程技术 ,实现自定义数据表 。
关键词 数据库 触发器 存储过程 自定义数据表 SQL SERVER 数据管理 工资制度 工资数据表
下载PDF
VR-Forces计算机兵力生成程序分析与设计 被引量:13
5
作者 高化猛 李智 赵新国 《计算机仿真》 CSCD 2007年第6期212-215,共4页
计算机生成兵力程序的开发环境一般是基于外军环境与武器模型进行构建,为了适应具体的需求,用户必须进行仿真功能的自定义和扩展。以VR-Forces为计算机生成兵力开发环境,对VR-Forces程序结构、类层次结构、类工厂机制和API接口进行分析... 计算机生成兵力程序的开发环境一般是基于外军环境与武器模型进行构建,为了适应具体的需求,用户必须进行仿真功能的自定义和扩展。以VR-Forces为计算机生成兵力开发环境,对VR-Forces程序结构、类层次结构、类工厂机制和API接口进行分析,利用VisualC++开发环境和VR-Forces提供的应用编程接口(Application Programming Interface),对VR-Forces提供的源程序重新进行编程与编译,建立一个自定义的、实现了功能扩展的计算机兵力生成程序,试验数据表明,新的仿真系统功能得到扩展,运行正确,具有较好的适用性。 展开更多
关键词 计算机兵力生成 应用编程接口 自定义 功能扩展
下载PDF
基于改进多层次模糊关联规则的定量数据挖掘算法 被引量:12
6
作者 张定祥 张跃进 《计算机应用研究》 CSCD 北大核心 2019年第12期3619-3622,共4页
针对单一层次结构实现规则提取具有规则提取准确性不高、算法运行时间长、难以满足用户使用需求的问题,提出一种基于改进多层次模糊关联规则的定量数据挖掘算法。采用高频项目集合,通过不断深化迭代的方法形成自顶向下的挖掘过程,整合... 针对单一层次结构实现规则提取具有规则提取准确性不高、算法运行时间长、难以满足用户使用需求的问题,提出一种基于改进多层次模糊关联规则的定量数据挖掘算法。采用高频项目集合,通过不断深化迭代的方法形成自顶向下的挖掘过程,整合模糊集合理论、数据挖掘算法以及多层次分类技术,从事务数据集中寻找模糊关联规则,挖掘出储存在多层次结构事务数据库中定量值信息的隐含知识,实现用户的定制化信息挖掘需求。实验结果表明,提出的数据挖掘算法在挖掘精度和运算时间方面相较于其他算法具有突出优势,可为多层次关联规则提取方法的实际应用带来新的发展空间。 展开更多
关键词 模糊集合 用户定制化 多层次结构 柔性边界 隶属度函数
下载PDF
Distributed and Weighted Extreme Learning Machine for Imbalanced Big Data Learning 被引量:10
7
作者 Zhiqiong Wang Junchang Xin +4 位作者 Hongxu Yang Shuo Tian Ge Yu Chenren Xu Yudong Yao 《Tsinghua Science and Technology》 SCIE EI CAS CSCD 2017年第2期160-173,共14页
The Extreme Learning Machine(ELM) and its variants are effective in many machine learning applications such as Imbalanced Learning(IL) or Big Data(BD) learning. However, they are unable to solve both imbalanced ... The Extreme Learning Machine(ELM) and its variants are effective in many machine learning applications such as Imbalanced Learning(IL) or Big Data(BD) learning. However, they are unable to solve both imbalanced and large-volume data learning problems. This study addresses the IL problem in BD applications. The Distributed and Weighted ELM(DW-ELM) algorithm is proposed, which is based on the Map Reduce framework. To confirm the feasibility of parallel computation, first, the fact that matrix multiplication operators are decomposable is illustrated.Then, to further improve the computational efficiency, an Improved DW-ELM algorithm(IDW-ELM) is developed using only one Map Reduce job. The successful operations of the proposed DW-ELM and IDW-ELM algorithms are finally validated through experiments. 展开更多
关键词 weighted Extreme Learning Machine(ELM) imbalanced big data MapReduce framework user-defined counter
原文传递
基于组件的自定义报表系统的设计与实现 被引量:8
8
作者 宋晓宇 刘蔚然 刘天波 《计算机工程与设计》 CSCD 北大核心 2008年第11期2963-2966,共4页
传统报表定制方式中报表数据项和报表界面是固定的,使系统后期维护繁重并且难以实现用户的需求。针对上述问题,提出了基于组件的自定义报表系统的设计方法,给出了基于组件技术的自定义报表系统的功能模型、组件层次模型以及实现框架,通... 传统报表定制方式中报表数据项和报表界面是固定的,使系统后期维护繁重并且难以实现用户的需求。针对上述问题,提出了基于组件的自定义报表系统的设计方法,给出了基于组件技术的自定义报表系统的功能模型、组件层次模型以及实现框架,通过设计各类型组件实现了用户可自定义报表数据项和报表界面的功能。将组件技术应用到系统开发中,提高了系统开发效率,降低了开发成本,使系统更易维护、扩展和升级。 展开更多
关键词 组件 自定义 报表系统 数据源 数据库 模板
下载PDF
可灵活配置整定原则的继电保护整定计算软件的研究 被引量:8
9
作者 高红艳 杨志刚 《电力系统保护与控制》 EI CSCD 北大核心 2010年第19期175-179,共5页
通过对整定计算软件现状的研究,指出了现有继电保护整定计算软件在软件实现的通用性和可扩展方面存在的问题。提出了解决软件通用性的方法,即用户可以自定义添加和修改整定计算规则,可以自定义添加和修改整定计算公式,该功能是通过数值... 通过对整定计算软件现状的研究,指出了现有继电保护整定计算软件在软件实现的通用性和可扩展方面存在的问题。提出了解决软件通用性的方法,即用户可以自定义添加和修改整定计算规则,可以自定义添加和修改整定计算公式,该功能是通过数值/逻辑解释器这一工具辅助完成的。同时该软件将整定计算函数及软件用到的公共函数做成动态链接库,解决了软件版本控制的问题,使得整定规则可以灵活配置,实现了软件更为通用和可维护可扩展性功能。 展开更多
关键词 继电保护 整定计算 用户自定义 原则可配置化
下载PDF
CASS数据向ArcGis转换解决方案 被引量:8
10
作者 张帅 刘邦兵 +3 位作者 胡建艺 李群喜 李金涛 娄元鹏 《地理空间信息》 2011年第4期48-50,190,共3页
因南方CASS版本较多,且各地政府部门常依据地图使用有所侧重而定制部分属性结构,这就给不同来源的CASS数据向统一的ArcGis格式转换带来了诸多不便。本文就此类问题以VC++语言为依托,兼采用ObjectARX技术进行讨论、研究,并提出一套解决方... 因南方CASS版本较多,且各地政府部门常依据地图使用有所侧重而定制部分属性结构,这就给不同来源的CASS数据向统一的ArcGis格式转换带来了诸多不便。本文就此类问题以VC++语言为依托,兼采用ObjectARX技术进行讨论、研究,并提出一套解决方案,使数据转换做到了完全自定义。 展开更多
关键词 CASS ARCGIS 数据转换 自定义 OBJECTARX
下载PDF
基于数据分析的智能手表手势直觉化交互研究 被引量:6
11
作者 侯文君 吴春京 《包装工程》 CAS CSCD 北大核心 2015年第22期13-16,21,共5页
目的对智能手表手势直觉化交互进行研究。方法以智能手表的交互方式为研究内容,针对智能手表的手势交互问题,利用用户定义法对智能手表的手势交互进行了研究。结论通过实验研究与数据分析,提出了一个智能手表手势交互的动作集合。让用... 目的对智能手表手势直觉化交互进行研究。方法以智能手表的交互方式为研究内容,针对智能手表的手势交互问题,利用用户定义法对智能手表的手势交互进行了研究。结论通过实验研究与数据分析,提出了一个智能手表手势交互的动作集合。让用户能够与智能手表进行直觉化的交互,提升用户体验。这套手势动作除了可以应用在智能手表或是迁移到其他可穿戴设备上外,也可以作为评价智能手表手势交互的一个参考标准。 展开更多
关键词 智能手表 手势交互 直觉化 用户定义 可猜测性
下载PDF
A Target Tracking System for Applications in Hydraulic Engineering 被引量:4
12
作者 沈乔楠 安雪晖 《Tsinghua Science and Technology》 SCIE EI CAS 2008年第S1期343-347,共5页
A new type of digital video monitoring system (DVMS) named user defined target tracking system (UDTTS), was developed based on the digital image processing (DIP) technology and the practice demands of construction sit... A new type of digital video monitoring system (DVMS) named user defined target tracking system (UDTTS), was developed based on the digital image processing (DIP) technology and the practice demands of construction site management in hydraulic engineering. The position, speed, and track of moving targets such as humans and vehicles, which could be calculated by their locations at anytime in images basically, were required for management. The proposed algorithm, dependent on the context-sensitive moving information of image sequences which was much more than one or two images provided, compared the blobs’ properties in current frame to the trajectories of targets in the previous frames and then corresponded them. The processing frame rate is about 10fps with the image 240-by-120 pixels. Experimental results show that position, direction, and speed measurements have an accuracy level compatible with the manual work. The user-define process makes the UDTTS available to the public whenever appropriate. 展开更多
关键词 target tracking system digital image processing user-defined consecutive trajectory
原文传递
Development and application of a multi-physics and multi-scale coupling program for lead-cooled fast reactor 被引量:4
13
作者 Xiao Luo Chi Wang +4 位作者 Ze-Ren Zou Lian-Kai Cao Shuai Wang Zhao Chen Hong-Li Chen 《Nuclear Science and Techniques》 SCIE EI CAS CSCD 2022年第2期40-52,共13页
In this study,a multi-physics and multi-scale coupling program,Fluent/KMC-sub/NDK,was developed based on the user-defined functions(UDF)of Fluent,in which the KMC-sub-code is a sub-channel thermal-hydraulic code and t... In this study,a multi-physics and multi-scale coupling program,Fluent/KMC-sub/NDK,was developed based on the user-defined functions(UDF)of Fluent,in which the KMC-sub-code is a sub-channel thermal-hydraulic code and the NDK code is a neutron diffusion code.The coupling program framework adopts the"master-slave"mode,in which Fluent is the master program while NDK and KMC-sub are coupled internally and compiled into the dynamic link library(DLL)as slave codes.The domain decomposition method was adopted,in which the reactor core was simulated by NDK and KMC-sub,while the rest of the primary loop was simulated using Fluent.A simulation of the reactor shutdown process of M2LFR-1000 was carried out using the coupling program,and the code-to-code verification was performed with ATHLET,demonstrating a good agreement,with absolute deviation was smaller than 0.2%.The results show an obvious thermal stratification phenomenon during the shutdown process,which occurs 10 s after shutdown,and the change in thermal stratification phenomena is also captured by the coupling program.At the same time,the change in the neutron flux density distribution of the reactor was also obtained. 展开更多
关键词 Multi-physics and multi-scale coupling method user-defined functions Dynamic link library Thermal stratification Lead-cooled fast reactor
下载PDF
对冲式止回阀低流量关闭过程动态特性分析 被引量:5
14
作者 杨志达 陈炳德 +2 位作者 黄伟 韩伟实 张志明 《哈尔滨工程大学学报》 EI CAS CSCD 北大核心 2014年第3期331-335,共5页
为减小动力装置止回阀切换时的水击和阀头与阀座的撞击,提出了阀头与流体运动方向互逆的对冲式止回阀。将FLUENT的动网格技术引入到止回阀内部流场的模拟中,解决了阀门关闭时内部流场区域瞬时变化的问题。由牛顿运动第二定律的欧拉显式... 为减小动力装置止回阀切换时的水击和阀头与阀座的撞击,提出了阀头与流体运动方向互逆的对冲式止回阀。将FLUENT的动网格技术引入到止回阀内部流场的模拟中,解决了阀门关闭时内部流场区域瞬时变化的问题。由牛顿运动第二定律的欧拉显式格式得出了阀门在关闭过程中的流量变化,阀头、阀座的受力变化和速度变化,通过以上参量判断阀头、阀座的工作状态,最后通过实验来验证理论分析的结果。模拟结果与实验表明,动网格技术能够较好地模拟阀门内部流场的变化,对冲式止回阀能够可靠地在小流量情况下关闭。 展开更多
关键词 止回阀 动态特性 动网格 用户自定义文件 流场 user-defined FUNCTION ( UDF)
下载PDF
医院生物样本数据资源管理系统的优化设计及应用
15
作者 张骐麒 宁晓艳 +5 位作者 黄慧 刘春艳 孙雪滢 甄乐 王志东 蒲春文 《中华医学科研管理杂志》 2023年第1期62-66,共5页
目的建立一套规范化、信息化的用于保存、管理、查询和统计生物样本及其临床数据的信息化管理系统,有利于提高生物样本及其信息的利用率。方法在保障生物样本库运营环境和样本数据安全的前提下,创建一种基于数据库的数据逻辑关系模型,... 目的建立一套规范化、信息化的用于保存、管理、查询和统计生物样本及其临床数据的信息化管理系统,有利于提高生物样本及其信息的利用率。方法在保障生物样本库运营环境和样本数据安全的前提下,创建一种基于数据库的数据逻辑关系模型,应用于信息管理系统管理和分析中心入组生物样本库患者的生物样本及其配套临床信息。结果为保证随访队列的建立,中心生物样本库持续的采集住院和门诊患者的生物样本和配套的临床信息。2014年12月年至今,共保存来自住院、门诊和科研的生物样本超过27万余份。利用该模型优化的信息管理系统高效的完成了生物样本库基本工作;同时,实现了样本源多种信息的联合查询和批量查询功能,并以报表格式进行相互转换和统计学分析。结论中心信息管理系统符合医院级样本库的建设管理模式,优化的信息管理系统满足了样本库日常工作和研究人员多元的科学需求,为精准医疗的发展提供了便利的平台和丰富的资源。 展开更多
关键词 信息化管理系统 生物样本 联合查询 自定义
原文传递
Fully fluid-solid coupling dynamic model for seismic response of underground structures in saturated soils 被引量:4
16
作者 Li Liang Jiao Hongyun +1 位作者 Du Xiuli Shi Peixin 《Earthquake Engineering and Engineering Vibration》 SCIE EI CSCD 2020年第2期257-268,共12页
The seismic response characteristics of underground structures in saturated soils are investigated.A fully fluid-solid coupling dynamic model is developed and implemented into ABAQUS with a user-defined element to sim... The seismic response characteristics of underground structures in saturated soils are investigated.A fully fluid-solid coupling dynamic model is developed and implemented into ABAQUS with a user-defined element to simulate the dynamic behavior of saturated soils.The accuracy of the model is validated using a classic example in literature.The performance of the model is verified by its application on simulating the seismic response characteristics of a subway station built in saturated soils.The merits of the model are demonstrated by comparing the difference of the seismic response of an underground structure in saturated soils between using the fully coupling model and a single-phase medium model.The study finds that the fully coupling model developed herein can simulate the dynamic response characteristics of the underground structures in saturated soils with high accuracy.The seismic response of the underground structure tends to be underestimated by using the single-phase medium model compared with using the fully coupling model,which provides a weaker confining action to the underground structure. 展开更多
关键词 UNDERGROUND structure saturated SOIL SEISMIC RESPONSE fluid-solid COUPLING dynamic model user-defined ELEMENT
下载PDF
图书馆自定义统计系统的设计与实现 被引量:4
17
作者 王婷 杨守文 郭勇 《现代图书情报技术》 CSSCI 北大核心 2008年第5期94-97,共4页
结合北京化工大学图书馆在开发和测试图书馆自定义统计系统过程中的研发实践,介绍自定义统计系统的设计理念和具体实现方法,通过实例分析B/S模式、JSP、SVG和SQL等相关技术的运用以及系统设计的技术要点。
关键词 图书馆自动化系统 自定义统计 B/S模式 JSP
下载PDF
Numerical simulation of coupling multi-physical field in electrical arc furnace for smelting titanium slag
18
作者 He-nan Cui Tao Li +2 位作者 Chen-guang Bai Min Tan Yu-lin Zhu 《Journal of Iron and Steel Research International》 SCIE EI CAS CSCD 2023年第11期2194-2209,共16页
The smelting reduction process of the ilmenite in an electric arc furnace(EAF)is a commonly used technology for producing titanium slag in the world.It has particular significance to analyze the velocity-temperature-e... The smelting reduction process of the ilmenite in an electric arc furnace(EAF)is a commonly used technology for producing titanium slag in the world.It has particular significance to analyze the velocity-temperature-electromagnetics multi-physical field in an EAF for improving its productivity and reducing energy consumption.A transient three-dimensional mathematical model was developed to characterize the flow,heat transfer,and electromagnetic behavior in a titanium slag EAF.For describing the electromagnetic field and its effects on velocity and temperature distribution in the furnace,magnetohydrodynamic equations and conservation equations for mass,momentum,and energy were solved simultaneously by compiling the user-defined function program.The numerical model was verified by comparing with the literature data.The results indicate that the Lorentz force is the main driving force of the velocity and temperature distribution.Moreover,the influence of input current and location of electrodes on the multi-physical field distribution was also investigated.It is found that the appropriate range of input current and diameter of pitch circle are about 30,000 A and 3000-3500 mm,respectively.The mathematical model established can characterize the multi-physical field more accu-rately than before,which can provide valuable guidance for the operation improvement and design optimization of the EAF for producing titanium slag. 展开更多
关键词 Electric arc furnace Titanium slag MAGNETOHYDRODYNAMIC Multi-physical field user-defined function
原文传递
Effects of Structural Characteristics of a Bionic Dragonfly Wing on Its Low Velocity Impact Resistance 被引量:2
19
作者 Azadeh Arjangpay Abolfazl Darvizeh Mehdi Yarmohammad Tooski 《Journal of Bionic Engineering》 SCIE EI CSCD 2018年第5期859-871,共13页
The influence of the structural features of dragonfly wings, including the sandwich-type configuration of longitudinal veins and the longitudinal corrugations, on the impact response of a bio-inspired structure is inv... The influence of the structural features of dragonfly wings, including the sandwich-type configuration of longitudinal veins and the longitudinal corrugations, on the impact response of a bio-inspired structure is investigated. According to experimental observations of the wing morphology, a novel foam-based composite structure is introduced consisting of E-glass/epoxy face-sheets bonded to a polyurethane foam core. A finite element model is employed to simulate the structural responses of the biomimetic structure under low velocity impact. The initiation and evolution of the impact-induced damage in composite skins are simulated by applying a user-defined progressive damage model together with the interracial cohesive law for intra- and inter-laminar damages, respectively. To simulate the nonlinear behavior of the foam core, a crushable plasticity model is implemented. The numerically obtained results are found to correlate with the experimentally measured ones, acquired by drop-weight testing on a bio-inspired structure. It is numerically predicted that reinforcing the structure with the veins gives the more impact load-bearing capacity and the longitudinal corrugation can increase the stiffness and damage resistance of the structure. Effects of the change in impact location, the configuration of the veins and the corrugated angle on damage resistance of the structures are fully discussed. 展开更多
关键词 dragonfly wing bio-inspired structure impact response progressive damage Vectorized user-defined Material subroutine
原文传递
Stress analysis and damage evolution in individual plies of notched composite laminates subjected to in-plane loads 被引量:2
20
作者 Hu Junshan Zhang Kaifu +3 位作者 Cheng Hui Liu Ping Zou Peng Song Danlong 《Chinese Journal of Aeronautics》 SCIE EI CAS CSCD 2017年第1期447-460,共14页
This work aims to investigate local stress distribution, damage evolution and failure of notched composite laminates under in-plane loads. An analytic method containing uniformed boundary equations using a complex var... This work aims to investigate local stress distribution, damage evolution and failure of notched composite laminates under in-plane loads. An analytic method containing uniformed boundary equations using a complex variable approach is developed to present layer-by-layer stresses around the notch. The uniformed boundary equations established in series together with conformal mapping functions are capable of dealing with irregular boundary issues around the notch and at infinity. Stress results are employed to evaluate the damage initiation and propagation of notched composites by progressive damage analysis(PDA). A user-defined subroutine is developed in the finite element(FE) model based on coupling theories for mixed failure criteria and damage mechanics to efficiently investigate damage evolution as well as failure modes. Carbon/epoxy laminates with a stacking sequence of [45°/0°/ 60°/90°]sare used to investigate surface strains, in-plane load capacity and microstructure of failure zones to provide analytic and FE methods with strong validation. Good agreement is observed between the analytic method, the FE model and experiments in terms of the stress(strain) distributions, damage evaluation and ultimate strength, and the layerby-layer stress components vary according to a combination effect of fiber orientation and loading type, causing diverse failure modes in individuals. 展开更多
关键词 Damage evolution Failure mode Failure strength Layer-by-layer stresses user-defined subroutine
原文传递
上一页 1 2 26 下一页 到第
使用帮助 返回顶部