期刊文献+
共找到3,905篇文章
< 1 2 196 >
每页显示 20 50 100
基于K-Means++算法和改进遗传算法的维保站维修调度方法的研究
1
作者 何晨曦 《科学技术创新》 2025年第3期49-52,共4页
传统的电梯维保工作模式是定期保养,即针对每台电梯而言,需要每半个月去保养一次,然而电梯设备的分布和保养进度的复杂性决定了人为排定的维保路线不能够最大限度地解决维保资源。为此提出基于K-Means++算法和改进遗传算法的维保站维修... 传统的电梯维保工作模式是定期保养,即针对每台电梯而言,需要每半个月去保养一次,然而电梯设备的分布和保养进度的复杂性决定了人为排定的维保路线不能够最大限度地解决维保资源。为此提出基于K-Means++算法和改进遗传算法的维保站维修调度方法,首先使用分解法的思想将问题进行拆分,然后采用K均值聚类算法将维保任务分配到合适的维保站,建立总路程最短的维保调度模型,最后利用改进遗传算法进行求解,获取最优路线规划结果,对缩减维保工作时间,提升维保工作效率,从而提升电梯使用的安全性和可靠性有一定的意义。 展开更多
关键词 电梯维保 维保调度 分解法 K-means++算法 改进遗传算法
下载PDF
基于改进K-means算法的物流配送中心选址研究 被引量:2
2
作者 姚佼 吴秀荣 +3 位作者 李皓 谢贝贝 王诗璇 梁益铭 《物流科技》 2024年第5期10-13,19,共5页
针对传统K-means算法需要主观设定K值及无法处理类别型数据问题,文章运用肘部法及轮廓系数法确定合理K值,对类别型数据采取独热编码(One-Hot Encoding)转换为可以处理的连续型数据,并将其运用到在物流配送中心选址中;并综合考虑多种类... 针对传统K-means算法需要主观设定K值及无法处理类别型数据问题,文章运用肘部法及轮廓系数法确定合理K值,对类别型数据采取独热编码(One-Hot Encoding)转换为可以处理的连续型数据,并将其运用到在物流配送中心选址中;并综合考虑多种类别的影响因素,构建了相应的影响因素指标体系,提出的模型能够识别输入数据的数值型及类别型数据,实现样本的有效聚类。相关的案例分析结果表明,相比传统K-means聚类,文章的改进K-means算法选址结果可使物流总成本降低8.76%,运营成本降低14.85%,固定成本降低8.09%,效果显著。 展开更多
关键词 物流配送中心选址 K-meanS聚类算法 肘部法 轮廓系数法 独热编码
下载PDF
Fast-moving target tracking based on mean shift and frame-difference methods 被引量:32
3
作者 Hongpeng Yin Yi Chai +1 位作者 Simon X. Yang Xiaoyan Yang 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2011年第4期587-592,共6页
The mean shift tracker has difficulty in tracking fast moving targets and suffers from tracking error accumulation problem. To overcome the limitations of the mean shift method, a new approach is proposed by integrati... The mean shift tracker has difficulty in tracking fast moving targets and suffers from tracking error accumulation problem. To overcome the limitations of the mean shift method, a new approach is proposed by integrating the mean shift algorithm and frame-difference methods. The rough position of the moving tar- get is first located by the direct frame-difference algorithm and three-frame-difference algorithm for the immobile camera scenes and mobile camera scenes, respectively. Then, the mean shift algorithm is used to achieve precise tracking of the target. Several tracking experiments show that the proposed method can effectively track first moving targets and overcome the tracking error accumulation problem. 展开更多
关键词 mean shift frame-difference method target tracking computer vision.
下载PDF
改进k-means的多域光纤通信非线性失真补偿方法
4
作者 赵淑君 刘伟 《激光杂志》 CAS 北大核心 2024年第5期182-186,共5页
为了解决光纤通信信号在传输过程中受到非线性影响而产生的失真问题,提高光纤通信系统的稳定性,提出了改进k-means的多域光纤通信非线性失真补偿方法。构建多域光纤通信传输模型,在传输端利用波长转换器将输入信号传输到光纤,结合干扰... 为了解决光纤通信信号在传输过程中受到非线性影响而产生的失真问题,提高光纤通信系统的稳定性,提出了改进k-means的多域光纤通信非线性失真补偿方法。构建多域光纤通信传输模型,在传输端利用波长转换器将输入信号传输到光纤,结合干扰原理线性化脉冲恢复光信号。以信噪比描述光纤通信的色散特性,明确信号交互出现非线性失真变化。通过Dijkstra方法改进k-means方法,解调失真星座,避免聚类陷入局部最优,使全部簇信号尽可能接近原始调制中心,实现失真补偿。实验结果表明:利用所提方法对光纤通信非线性失真进行补偿后,聚类效果较佳,信息误码率可降至10^(-7),有效减少了网络传输消耗,提高光纤通信信号质量。 展开更多
关键词 改进k-means方法 多域光纤通信 非线性失真补偿 Dijkstra方法 马可科夫方程
下载PDF
基于改进K-means的局部离群点检测方法
5
作者 周玉 夏浩 +1 位作者 岳学震 王培崇 《工程科学与技术》 EI CAS CSCD 北大核心 2024年第4期66-77,共12页
离群点检测任务是指检测与正常数据在特征属性上存在显著差异的异常数据。大多数基于聚类的离群点检测方法主要从全局角度对数据集中的离群点进行检测,而对局部离群点的检测性能较弱。基于此,本文通过引入快速搜索和发现密度峰值方法改... 离群点检测任务是指检测与正常数据在特征属性上存在显著差异的异常数据。大多数基于聚类的离群点检测方法主要从全局角度对数据集中的离群点进行检测,而对局部离群点的检测性能较弱。基于此,本文通过引入快速搜索和发现密度峰值方法改进K-means聚类算法,提出了一种名为KLOD(local outlier detection based on improved K-means and least-squares methods)的局部离群点检测方法,以实现对局部离群点的精确检测。首先,利用快速搜索和发现密度峰值方法计算数据点的局部密度和相对距离,并将二者相乘得到γ值。其次,将γ值降序排序,利用肘部法则选择γ值最大的k个数据点作为K-means聚类算法的初始聚类中心。然后,通过K-means聚类算法将数据集聚类成k个簇,计算数据点在每个维度上的目标函数值并进行升序排列。接着,确定数据点的每个维度的离散程度并选择适当的拟合函数和拟合点,通过最小二乘法对升序排列的每个簇的每1维目标函数值进行函数拟合并求导,以获取变化率。最后,结合信息熵,将每个数据点的每个维度目标函数值乘以相应的变化率进行加权,得到最终的异常得分,并将异常值得分较高的top-n个数据点视为离群点。通过人工数据集和UCI数据集,对KLOD、LOF和KNN方法在准确度上进行仿真实验对比。结果表明KLOD方法相较于KNN和LOF方法具有更高的准确度。本文提出的KLOD方法能够有效改善K-means聚类算法的聚类效果,并且在局部离群点检测方面具有较好的精度和性能。 展开更多
关键词 离群点检测 K均值聚类 最小二乘法 密度峰值 目标函数值
下载PDF
Calculation of Significant Wave Height Using the Linear Mean Square Estimation Method 被引量:2
6
作者 GAO Yangyang YU Dingyong +1 位作者 LI Cuilin XU Delun 《Journal of Ocean University of China》 SCIE CAS 2010年第4期327-332,共6页
Significant wave height is an important criterion in designing coastal and offshore structures.Based on the orthogonality principle, the linear mean square estimation method is applied to calculate significant wave he... Significant wave height is an important criterion in designing coastal and offshore structures.Based on the orthogonality principle, the linear mean square estimation method is applied to calculate significant wave height in this paper.Twenty-eight-year time series of wave data collected from three ocean buoys near San Francisco along the California coast are analyzed.It is proved theoretically that the computation error will be reduced by using as many measured data as possible for the calculation of significant wave height.Measured significant wave height at one buoy location is compared with the calculated value based on the data from two other adjacent buoys.The results indicate that the linear mean square estimation method can be well applied to the calculation and prediction of significant wave height in coastal regions. 展开更多
关键词 significant wave height linear mean square estimation method orthogonality principle
下载PDF
A simplified two-dimensional boundary element method with arbitrary uniform mean flow 被引量:2
7
作者 Bassem Barhoumi Safa Ben Hamouda Jamel Bessrour 《Theoretical & Applied Mechanics Letters》 CAS CSCD 2017年第4期207-221,共15页
To reduce computational costs, an improved form of the frequency domain boundary element method(BEM) is proposed for two-dimensional radiation and propagation acoustic problems in a subsonic uniform flow with arbitr... To reduce computational costs, an improved form of the frequency domain boundary element method(BEM) is proposed for two-dimensional radiation and propagation acoustic problems in a subsonic uniform flow with arbitrary orientation. The boundary integral equation(BIE) representation solves the two-dimensional convected Helmholtz equation(CHE) and its fundamental solution, which must satisfy a new Sommerfeld radiation condition(SRC) in the physical space. In order to facilitate conventional formulations, the variables of the advanced form are expressed only in terms of the acoustic pressure as well as its normal and tangential derivatives, and their multiplication operators are based on the convected Green's kernel and its modified derivative. The proposed approach significantly reduces the CPU times of classical computational codes for modeling acoustic domains with arbitrary mean flow. It is validated by a comparison with the analytical solutions for the sound radiation problems of monopole,dipole and quadrupole sources in the presence of a subsonic uniform flow with arbitrary orientation. 展开更多
关键词 Two-dimensional convected Helmholtz equation Two-dimensional convected Green’s function Two-dimensional convected boundary element method Arbitrary uniform mean flow Two-dimensional acoustic sources
下载PDF
Geochemical and Geostatistical Studies for Estimating Gold Grade in Tarq Prospect Area by K-Means Clustering Method 被引量:7
8
作者 Adel Shirazy Aref Shirazi +1 位作者 Mohammad Hossein Ferdossi Mansour Ziaii 《Open Journal of Geology》 2019年第6期306-326,共21页
Tarq geochemical 1:100,000 Sheet is located in Isfahan province which is investigated by Iran’s Geological and Explorations Organization using stream sediment analyzes. This area has stratigraphy of Precambrian to Qu... Tarq geochemical 1:100,000 Sheet is located in Isfahan province which is investigated by Iran’s Geological and Explorations Organization using stream sediment analyzes. This area has stratigraphy of Precambrian to Quaternary rocks and is located in the Central Iran zone. According to the presence of signs of gold mineralization in this area, it is necessary to identify important mineral areas in this area. Therefore, finding information is necessary about the relationship and monitoring the elements of gold, arsenic, and antimony relative to each other in this area to determine the extent of geochemical halos and to estimate the grade. Therefore, a well-known and useful K-means method is used for monitoring the elements in the present study, this is a clustering method based on minimizing the total Euclidean distances of each sample from the center of the classes which are assigned to them. In this research, the clustering quality function and the utility rate of the sample have been used in the desired cluster (S(i)) to determine the optimum number of clusters. Finally, with regard to the cluster centers and the results, the equations were used to predict the amount of the gold element based on four parameters of arsenic and antimony grade, length and width of sampling points. 展开更多
关键词 GOLD Tarq K-meanS Clustering method Estimation of the ELEMENTS GRADE K-meanS
下载PDF
一种基于K-means聚类算法的沙尘天气客观识别方法 被引量:2
9
作者 段赛男 焦瑞莉 吴成来 《气候与环境研究》 CSCD 北大核心 2024年第2期178-192,共15页
鉴于以往基于污染物浓度时间序列进行分析的沙尘天气识别方法在判断标准上存在一定的主观性,本文提出一种基于K-means聚类算法的沙尘天气客观识别方法。本方法利用环境监测总站的PM2.5和PM10小时浓度资料进行聚类,首先选取最优的分类数... 鉴于以往基于污染物浓度时间序列进行分析的沙尘天气识别方法在判断标准上存在一定的主观性,本文提出一种基于K-means聚类算法的沙尘天气客观识别方法。本方法利用环境监测总站的PM2.5和PM10小时浓度资料进行聚类,首先选取最优的分类数目K进行聚类,其次对聚类结果中离散程度较高的类别进行再次聚类,直到无需分类。将本方法应用于西安市2018年2~4月沙尘天气的识别中,结果表明,本方法可有效识别主要沙尘天气。此外,利用本方法可得到沙尘天气典型特征:PM2.5占PM10浓度的比例小于43.5%、PM10浓度高于228μg/m^(3,)符合沙尘天气期间PM10浓度较高且以粗颗粒物为主的物理特征。总体上看,本方法物理基础清晰,可操行性强,适用于大规模数据处理,具有较好的实用价值和应用前景。 展开更多
关键词 沙尘天气识别 K-meanS 聚类 客观识别 PM2.5 PM10
下载PDF
RESEARCH ON THEORETIC EVIDENCE AND REALIZATION OF DIRECTLY-MEAN EMD METHOD 被引量:9
10
作者 ZhongYouming QinShuren TangBaoping 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2004年第3期399-404,共6页
Emprical mode decomposition(EMD) is a method and principle of decomposing signal dealing with Hilbert-Huang transform (HHT) in signal analysis, while directly-mean EMD is an improved EMD method presented by N.E.Huang,... Emprical mode decomposition(EMD) is a method and principle of decomposing signal dealing with Hilbert-Huang transform (HHT) in signal analysis, while directly-mean EMD is an improved EMD method presented by N.E.Huang, the inventor of HHT, which is aimed at solving the problems of EMD principle. Although the directly-mean HMD method is very remarkable with its advantages and N. E. Huang has given a method to realize it, he did not find the theoretic evidence of the method so that the feasibility of the idea and correctness of realizing the directly-mean EMD method is still indeterminate. For this a deep research on the forming process of complex signal is made and the involved stationary point principle and asymptotic stationary point principle are demonstrated, thus some theoretic evidences and the correct realizing way of directly-mean EMD method is firstly presented. Some simulation examples for demonstrating the idea presented are given. 展开更多
关键词 Hilbert-Huang transfonn Directly-mean EMD method Theoretic evidence realization
下载PDF
STUDY ON MEAN ACTIVITY C0EFFICIENT OF 5,10,15,20—TETRAKIS PORPHYRIN SODIUM BY FREEZING—POINT DEPRESSION METHOD
11
作者 徐英 《Journal of Wuhan University of Technology(Materials Science)》 SCIE EI CAS 1997年第3期48-50,共3页
The mean activity coefficient of 5, 10,15 , 20-tetrakis (P-methoxyl-O-sulfophenyl)porphyrin sodium in dilute aqueous solution has been determined in the modality range 0. 00547-0. 08871 mol · kg-1at 273. 2 K by t... The mean activity coefficient of 5, 10,15 , 20-tetrakis (P-methoxyl-O-sulfophenyl)porphyrin sodium in dilute aqueous solution has been determined in the modality range 0. 00547-0. 08871 mol · kg-1at 273. 2 K by the freezing-point depression method . The results of γ± are 0. 9945-0. 7695, it is in close agreement with that by isopiestic method. 展开更多
关键词 5 10 15 20-tetrakis (p-methoxyl-o-sul-fophenyl) porphyrin sodium mean activity coefficient freezing-point depression method
下载PDF
Mean Square Numerical Methods for Initial Value Random Differential Equations
12
作者 Magdy A. El-Tawil Mohammed A. Sohaly 《Open Journal of Discrete Mathematics》 2011年第2期66-84,共19页
In this paper, the random Euler and random Runge-Kutta of the second order methods are used in solving random differential initial value problems of first order. The conditions of the mean square convergence of the nu... In this paper, the random Euler and random Runge-Kutta of the second order methods are used in solving random differential initial value problems of first order. The conditions of the mean square convergence of the numerical solutions are studied. The statistical properties of the numerical solutions are computed through numerical case studies. 展开更多
关键词 RANDOM Differential Equations mean SQUARE SENSE Second RANDOM Variable Initial Value Problems RANDOM EULER method RANDOM Runge Kutta-2 method
下载PDF
Mean-square Exponential Input-to-state Stability of Euler-Maruyama Method Applied to Stochastic Control Systems 被引量:4
13
作者 ZHU Qiao HU Guang-Da ZENG Li 《自动化学报》 EI CSCD 北大核心 2010年第3期406-411,共6页
关键词 均方指数 收敛性 连续随机函数 控制方法
下载PDF
Mean Square Stability of the Composite Milstein Method for Nonlinear Stochastic Differential Delay Equations
14
作者 ZHU Xiao-lin PENG Hu 《Computer Aided Drafting,Design and Manufacturing》 2013年第4期64-70,共7页
In this paper, we construct a composite Milstein method for nonlinear stochastic differential delay equations. Then we analyze the mean square stability for this method and obtain the step size condition under which t... In this paper, we construct a composite Milstein method for nonlinear stochastic differential delay equations. Then we analyze the mean square stability for this method and obtain the step size condition under which the composite Milstein method is mean square stable. Moreover, we get the step size condition under which the composite Milstein method is global mean square stable. A nonlinear test stochastic differential delay equation is given for numerical tests. The results of numerical tests verify the theoretical results proposed. 展开更多
关键词 nonlinear stochastic differential delay equations composite Milstein method mean square stable global mean square stable
下载PDF
means,method和way
15
作者 卢伟栋 《中学英语园地(高中一二年级)》 2003年第11期14-15,共2页
关键词 meanS method WAY 高中 英语 用法 词义
下载PDF
means,method和way有何区别?
16
作者 卢伟栋 《英语知识》 2004年第7期46-46,共1页
[问] [426]means,method和way有何区别? [答] 英语中,常用means,method和way这三个词来表示“方法”或“方式”,但严格说来,它们在意义及具体的用法上都存在着一定的区别,不可互相替换,具体区别如下: 1.means是指为达目的的一种中介手段... [问] [426]means,method和way有何区别? [答] 英语中,常用means,method和way这三个词来表示“方法”或“方式”,但严格说来,它们在意义及具体的用法上都存在着一定的区别,不可互相替换,具体区别如下: 1.means是指为达目的的一种中介手段,也可以是具体的物。 展开更多
关键词 meanS method WAY 区别 中学 英语 词语辨析 用法
下载PDF
Criteria for Weighted Moving-Mean Method
17
作者 Shuo Jiang Jinliang Wang 《Journal of Applied Mathematics and Physics》 2019年第9期1958-1967,共10页
The moving-mean method is one of the conventional approaches for trend-extraction from a data set. It is usually applied in an empirical way. The smoothing degree of the trend depends on the selections of window lengt... The moving-mean method is one of the conventional approaches for trend-extraction from a data set. It is usually applied in an empirical way. The smoothing degree of the trend depends on the selections of window length and weighted coefficients, which are associated with the change pattern of the data. Are there any uniform criteria for determining them? The present article is a reaction to this fundamental problem. By investigating many kinds of data, the results show that: 1) Within a certain range, the more points which participate in moving-mean, the better the trend function. However, in case the window length is too long, the trend function may tend to the ordinary global mean. 2) For a given window length, what matters is the choice of weighted coefficients. As the five-point case concerned, the local-midpoint, local-mean and global-mean criteria hold. Among these three criteria, the local-mean one has the strongest adaptability, which is suggested for your usage. 展开更多
关键词 WEIGHTED Moving-mean Least SQUARE method Extreme-Point Symmetric Mode Decomposition method Auto REGRESSIVE Moving-mean Data Analysis methods
下载PDF
Low-complexity signal detection for massive MIMO systems via trace iterative method
18
作者 IMRAN A.Khoso ZHANG Xiaofei +2 位作者 ABDUL Hayee Shaikh IHSAN A.Khoso ZAHEER Ahmed Dayo 《Journal of Systems Engineering and Electronics》 SCIE CSCD 2024年第3期549-557,共9页
Linear minimum mean square error(MMSE)detection has been shown to achieve near-optimal performance for massive multiple-input multiple-output(MIMO)systems but inevitably involves complicated matrix inversion,which ent... Linear minimum mean square error(MMSE)detection has been shown to achieve near-optimal performance for massive multiple-input multiple-output(MIMO)systems but inevitably involves complicated matrix inversion,which entails high complexity.To avoid the exact matrix inversion,a considerable number of implicit and explicit approximate matrix inversion based detection methods is proposed.By combining the advantages of both the explicit and the implicit matrix inversion,this paper introduces a new low-complexity signal detection algorithm.Firstly,the relationship between implicit and explicit techniques is analyzed.Then,an enhanced Newton iteration method is introduced to realize an approximate MMSE detection for massive MIMO uplink systems.The proposed improved Newton iteration significantly reduces the complexity of conventional Newton iteration.However,its complexity is still high for higher iterations.Thus,it is applied only for first two iterations.For subsequent iterations,we propose a novel trace iterative method(TIM)based low-complexity algorithm,which has significantly lower complexity than higher Newton iterations.Convergence guarantees of the proposed detector are also provided.Numerical simulations verify that the proposed detector exhibits significant performance enhancement over recently reported iterative detectors and achieves close-to-MMSE performance while retaining the low-complexity advantage for systems with hundreds of antennas. 展开更多
关键词 signal detection LOW-COMPLEXITY linear minimum mean square error(MMSE) massive multiple-input multiple-output(MIMO) trace iterative method(TIM)
下载PDF
A Study of EM Algorithm as an Imputation Method: A Model-Based Simulation Study with Application to a Synthetic Compositional Data
19
作者 Yisa Adeniyi Abolade Yichuan Zhao 《Open Journal of Modelling and Simulation》 2024年第2期33-42,共10页
Compositional data, such as relative information, is a crucial aspect of machine learning and other related fields. It is typically recorded as closed data or sums to a constant, like 100%. The statistical linear mode... Compositional data, such as relative information, is a crucial aspect of machine learning and other related fields. It is typically recorded as closed data or sums to a constant, like 100%. The statistical linear model is the most used technique for identifying hidden relationships between underlying random variables of interest. However, data quality is a significant challenge in machine learning, especially when missing data is present. The linear regression model is a commonly used statistical modeling technique used in various applications to find relationships between variables of interest. When estimating linear regression parameters which are useful for things like future prediction and partial effects analysis of independent variables, maximum likelihood estimation (MLE) is the method of choice. However, many datasets contain missing observations, which can lead to costly and time-consuming data recovery. To address this issue, the expectation-maximization (EM) algorithm has been suggested as a solution for situations including missing data. The EM algorithm repeatedly finds the best estimates of parameters in statistical models that depend on variables or data that have not been observed. This is called maximum likelihood or maximum a posteriori (MAP). Using the present estimate as input, the expectation (E) step constructs a log-likelihood function. Finding the parameters that maximize the anticipated log-likelihood, as determined in the E step, is the job of the maximization (M) phase. This study looked at how well the EM algorithm worked on a made-up compositional dataset with missing observations. It used both the robust least square version and ordinary least square regression techniques. The efficacy of the EM algorithm was compared with two alternative imputation techniques, k-Nearest Neighbor (k-NN) and mean imputation (), in terms of Aitchison distances and covariance. 展开更多
关键词 Compositional Data Linear Regression Model Least Square method Robust Least Square method Synthetic Data Aitchison Distance Maximum Likelihood Estimation Expectation-Maximization Algorithm k-Nearest Neighbor and mean imputation
下载PDF
融合充放电曲线特征与改进K-means聚类的退役锂电池分选方法
20
作者 聂金泉 高洋洋 +1 位作者 黄燕琴 李银银 《重庆理工大学学报(自然科学)》 CAS 北大核心 2024年第3期354-362,共9页
为提高退役锂电池分选重组的一致性,提出一种融合电压曲线与能量曲线的数值特征与形态特征,并运用欧氏距离和形态距离进行K-means聚类的分选方法。通过试验获取退役锂电池充放电曲线,融合电压曲线和能量曲线作为分选依据;采用欧式距离... 为提高退役锂电池分选重组的一致性,提出一种融合电压曲线与能量曲线的数值特征与形态特征,并运用欧氏距离和形态距离进行K-means聚类的分选方法。通过试验获取退役锂电池充放电曲线,融合电压曲线和能量曲线作为分选依据;采用欧式距离度量融合曲线的数值差异;利用分位数方法将融合曲线转化为描述曲线形态变化的特征序列,运用最长公共子序列算法提取特征序列的形态距离用来度量融合曲线的形态差异;以融合曲线的欧式距离和特征序列的形态距离为度量判据,采用改进K-means聚类算法对退役锂电池进行聚类。结果表明:相较于电压曲线或容量曲线分选,采用融合曲线分选,容量、充电电压、放电电压一致性最大提高约23%、93%、16%。相较于欧式距离方法,采用改进K-means算法,容量、充电电压、放电电压一致性最大分别提高了约67%、40%、51%。 展开更多
关键词 退役动力电池 不一致性 分选方法 改进K-meanS
下载PDF
上一页 1 2 196 下一页 到第
使用帮助 返回顶部