期刊文献+
共找到2,537篇文章
< 1 2 127 >
每页显示 20 50 100
基于A-ACO算法的物流车配送路径优化分析与研究
1
作者 周艳玲 王子龙 +2 位作者 沈鑫 付余涛 崔精涛 《榆林学院学报》 2025年第2期87-92,共6页
随着物流行业的不断发展,配送环节是连接买家和卖家的主要纽带,配送时的速度、效率、安全性和经济性影响着客户的满意程度,这使得物流车在配送时追求最优路径。为了使物流车在运输货物的过程中可以有效的躲避路上的障碍物并寻找到最优路... 随着物流行业的不断发展,配送环节是连接买家和卖家的主要纽带,配送时的速度、效率、安全性和经济性影响着客户的满意程度,这使得物流车在配送时追求最优路径。为了使物流车在运输货物的过程中可以有效的躲避路上的障碍物并寻找到最优路径,本文提出A-ACO算法,该算法通过对传统的蚁群算法的基础上增加了躲避障碍物的功能和障碍物影响因子。通过Netlogo对算法进行仿真,在仿真的过程中通过改变蚂蚁的数量来得出起点与终点的最短路径。改进后的蚁群算法相比传统的蚁群算法在安全性条件下获得最优路径。最后通过仿真实验证明,A-ACO算法可以在不同障碍物分布和数量下寻找最优路径的安全性和有效性,为物流公司选择配送路径的选择提供了一定参考价值。 展开更多
关键词 蚁群算法 NETLOGO 障碍物 最优路径
在线阅读 下载PDF
Ant Colony System for a Fuzzy Adjacent Multiple-Level Warehouse Layout Problem 被引量:1
2
作者 张强 余英姿 黎建强 《Journal of Beijing Institute of Technology》 EI CAS 2006年第4期500-504,共5页
A warehouse layout problem where the warehouse has more than one level and both the distance from the cell to the receive/exit bay and demand of item types are fuzzy variables is proposed. The problem is to find a lay... A warehouse layout problem where the warehouse has more than one level and both the distance from the cell to the receive/exit bay and demand of item types are fuzzy variables is proposed. The problem is to find a layout with the minimum transportation cost subject to adjacency and other constraints. A fuzzy expected value model is given and an ant colony system is designed to solve the problem. Computational results indicate the efficiency and effectiveness of the method. 展开更多
关键词 warehouse layout problem ant colony system expected value of fuzzy variable ADJacENT multipie-level
在线阅读 下载PDF
Path Planning for Lunar Surface Robots Based on Improved Ant Colony Algorithm 被引量:1
3
作者 SONG Ting SUN Yuqi +2 位作者 YUAN Jianping YANG Haiyue WU Xiande 《Transactions of Nanjing University of Aeronautics and Astronautics》 EI CSCD 2022年第6期672-683,共12页
In the real-world situation,the lunar missions’scale and terrain are different according to various operational regions or worksheets,which requests a more flexible and efficient algorithm to generate task paths.A mu... In the real-world situation,the lunar missions’scale and terrain are different according to various operational regions or worksheets,which requests a more flexible and efficient algorithm to generate task paths.A multi-scale ant colony planning method for the lunar robot is designed to meet the requirements of large scale and complex terrain in lunar space.In the algorithm,the actual lunar surface image is meshed into a gird map,the path planning algorithm is modeled on it,and then the actual path is projected to the original lunar surface and mission.The classical ant colony planning algorithm is rewritten utilizing a multi-scale method to address the diverse task problem.Moreover,the path smoothness is also considered to reduce the magnitude of the steering angle.Finally,several typical conditions to verify the efficiency and feasibility of the proposed algorithm are presented. 展开更多
关键词 ant colony algorithm grid map multi scale path smoothing
在线阅读 下载PDF
Research on global path planning based on ant colony optimization for AUV 被引量:6
4
作者 王宏健 熊伟 《Journal of Marine Science and Application》 2009年第1期58-64,共7页
Path planning is an important issue for autonomous underwater vehicles (AUVs) traversing an unknown environment such as a sea floor, a jungle, or the outer celestial planets. For this paper, global path planning usi... Path planning is an important issue for autonomous underwater vehicles (AUVs) traversing an unknown environment such as a sea floor, a jungle, or the outer celestial planets. For this paper, global path planning using large-scale chart data was studied, and the principles of ant colony optimization (ACO) were applied. This paper introduced the idea of a visibility graph based on the grid workspace model. It also brought a series of pheromone updating rules for the ACO planning algorithm. The operational steps of the ACO algorithm are proposed as a model for a global path planning method for AUV. To mimic the process of smoothing a planned path, a cutting operator and an insertion-point operator were designed. Simulation results demonstrated that the ACO algorithm is suitable for global path planning. The system has many advantages, including that the operating path of the AUV can be quickly optimized, and it is shorter, safer, and smoother. The prototype system successfully demonstrated the feasibility of the concept, proving it can be applied to surveys of unstructured unmanned environments. 展开更多
关键词 autonomous underwater vehicle (AUV) path planning ant colony optimization pathsmoothing
在线阅读 下载PDF
基于DACS3的改进蚁群算法求解TSP问题 被引量:9
5
作者 王更生 俞云新 +1 位作者 蔡求元 尹慧 《华东交通大学学报》 2010年第2期57-62,共6页
蚁群算法是优化领域中新出现的一种仿生进化算法。该算法采用分布式并行计算机制,具有较强的鲁棒性,易与其他算法结合,但存在运行时间长,容易陷入局部最优解,导致出现停滞现象等缺点。针对蚁群算法,首先介绍其基本原理及不足之处。随后... 蚁群算法是优化领域中新出现的一种仿生进化算法。该算法采用分布式并行计算机制,具有较强的鲁棒性,易与其他算法结合,但存在运行时间长,容易陷入局部最优解,导致出现停滞现象等缺点。针对蚁群算法,首先介绍其基本原理及不足之处。随后提出了一种改进算法,该算法在选择路径时仅考虑信息素强度,在信息素强度更新时采用基于3层动态信息素更新(Dynamic Ant Colony System with 3 level updates,DACS3)机制,更好地模仿了自然蚂蚁。最后通过仿真验证该算法,结果表明该算法可以取得较好的搜索效果。 展开更多
关键词 蚁群算法 信息素强度 Dacs3 TSP问题
在线阅读 下载PDF
舰船管路布置PG-MACO优化方法 被引量:3
6
作者 林焰 金庭宇 杨宇超 《上海交通大学学报》 EI CAS CSCD 北大核心 2024年第7期1027-1035,共9页
针对舰船管路设计效率低下的问题提出一种管路布置优化方法.综合考虑安全性、经济性、协调性和可操作性等工程背景建立优化数学模型,改进蚁群算法在处理混合管路布置工况下的缺陷,提出优化可行解搜索的空间状态转移策略,提升信息素启发... 针对舰船管路设计效率低下的问题提出一种管路布置优化方法.综合考虑安全性、经济性、协调性和可操作性等工程背景建立优化数学模型,改进蚁群算法在处理混合管路布置工况下的缺陷,提出优化可行解搜索的空间状态转移策略,提升信息素启发效果并加速算法收敛的信息素扩散机制,面向混合管路布置工况设计多蚁群协同进化机制.基于二次开发技术实现本方法在第三方设计软件上的应用,采用核级一回路管道布置工程案例进行验证.结果表明信息素高斯扩散多蚁群优化(PG-MACO)算法的性能和布置效果优于传统蚁群算法,寻路效率提升58.38%,收敛代数缩短43.24%,布置结果中管路长度缩短33.88%,管路折弯次数减少41.67%,验证了本方法的有效性和工程实用性. 展开更多
关键词 舰船管路 布局优化 蚁群优化算法 信息素扩散
在线阅读 下载PDF
一种新的基于ACSA的ad hoc多径QoS选路方法
7
作者 刘良桂 酆广增 《南京邮电大学学报(自然科学版)》 2008年第5期30-35,共6页
ad hoc网络中基于蚁群系统算法(Ant Colony System Algorithms,ACSA)的路由协议已经被广泛地研究,但其中的大部分本质上都属于单径路由协议,使得源宿之间最短路径上的主机负担加重。另一方面,由于引入了蚂蚁的正反馈机制,使得协议本身... ad hoc网络中基于蚁群系统算法(Ant Colony System Algorithms,ACSA)的路由协议已经被广泛地研究,但其中的大部分本质上都属于单径路由协议,使得源宿之间最短路径上的主机负担加重。另一方面,由于引入了蚂蚁的正反馈机制,使得协议本身比较差的鲁棒性受到进一步的削弱。多径路由能够更好地支持QoS。将ACSA和链路不相交的多径路由结合起来以解决上述问题,提出的基于ACSA的多径QoS选路方法建立和利用多条链路不相交路径来并发发送数据,并且采用信息素来分散通信流量,因此能够适应网络的动态变化和更好地支持QoS。仿真结果表明该方法要优于其他相关的算法。 展开更多
关键词 蚁群系统算法(acsA) AD HOC网络 移动代理 多路径动态路由选择
在线阅读 下载PDF
基于改进ACS算法的复杂环境多目标路径规划研究
8
作者 刘健 沈芸亦 +1 位作者 邱锦 罗亚松 《兵器装备工程学报》 CAS CSCD 北大核心 2022年第S02期169-177,共9页
为避免蚁群系统(ACS)算法易陷入局部最优、路径折点多的缺陷,实现特种无人车在复杂环境下行驶的安全性强、时间短、隐蔽性好等目标,提出了一种改进ACS复杂环境多目标路径规划算法。在2.5维栅格地图下基于变异系数法对单元格中的地形信... 为避免蚁群系统(ACS)算法易陷入局部最优、路径折点多的缺陷,实现特种无人车在复杂环境下行驶的安全性强、时间短、隐蔽性好等目标,提出了一种改进ACS复杂环境多目标路径规划算法。在2.5维栅格地图下基于变异系数法对单元格中的地形信息进行综合评价并得到地形信息综合评价值,在此基础上对基本ACS算法进行改进,增加可选节点优化规则改进蚂蚁选择节点的方式,并使用加入高程信息的A*算法和地形信息综合评价值改进转移概率。仿真结果表明改进的ACS算法能优化路径的安全性、隐蔽性和无人车的行驶时间,算法具有有效性。 展开更多
关键词 无人车 蚁群系统算法 路径规划 多目标 变异系数法
在线阅读 下载PDF
基于ACS的无线传感器网络区分服务路由算法 被引量:2
9
作者 赵宏 胡智 闻英友 《通信学报》 EI CSCD 北大核心 2013年第10期106-115,共10页
针对无线传感器网络中数据传输的不同要求,将QoS分为3类,根据无线链路的特点提供区分服务。利用博弈论分析了数据传输在延迟、可靠性与网络能量开销之间的关系,基于改进的蚁群优化算法ACS(ant colony system),设计了区分服务路由算法ADS... 针对无线传感器网络中数据传输的不同要求,将QoS分为3类,根据无线链路的特点提供区分服务。利用博弈论分析了数据传输在延迟、可靠性与网络能量开销之间的关系,基于改进的蚁群优化算法ACS(ant colony system),设计了区分服务路由算法ADSGR(ant colony system based differentiated service and game-theory routing),依据不同QoS要求,选择适当的路由,提高网络的整体性能和资源利用率。实验结果表明,与现有算法相比,该算法在数据传输的延迟、可靠性和能量开销上具有更好的性能。 展开更多
关键词 无线传感器网络 蚁群优化 区分服务 博弈论 QOS路由
在线阅读 下载PDF
基于ACO算法的跨市域血液信息管理系统的应用与研究
10
作者 司丽萍 《电子设计工程》 2024年第16期166-169,173,共5页
针对我省市域间血站信息孤岛、血液资源无法精准调配实现等问题,对我省各市血站信息管理系统进行组合式联网模式改造,通过Quartz结合蚁群算法(ACO)解决血样跨市域动态规划调度难题,实现市际间全时段精准调配、血液动态需求管理等功能,... 针对我省市域间血站信息孤岛、血液资源无法精准调配实现等问题,对我省各市血站信息管理系统进行组合式联网模式改造,通过Quartz结合蚁群算法(ACO)解决血样跨市域动态规划调度难题,实现市际间全时段精准调配、血液动态需求管理等功能,可有效解决市域间血站信息孤岛、血样多重运力浪费、血样闲置等问题,推动我省血液管理的数字化、智能化、协同化进程。系统运营一年库存废弃率同比下降53.12%,运输成本同比降低(34.15±5.16)元/单位。 展开更多
关键词 血站 信息系统 跨域 蚁群算法 数字化建设
在线阅读 下载PDF
Optimization of Air Route Network Nodes to Avoid ″Three Areas″ Based on An Adaptive Ant Colony Algorithm 被引量:9
11
作者 Wang Shijin Li Qingyun +1 位作者 Cao Xi Li Haiyun 《Transactions of Nanjing University of Aeronautics and Astronautics》 EI CSCD 2016年第4期469-478,共10页
Air route network(ARN)planning is an efficient way to alleviate civil aviation flight delays caused by increasing development and pressure for safe operation.Here,the ARN shortest path was taken as the objective funct... Air route network(ARN)planning is an efficient way to alleviate civil aviation flight delays caused by increasing development and pressure for safe operation.Here,the ARN shortest path was taken as the objective function,and an air route network node(ARNN)optimization model was developed to circumvent the restrictions imposed by″three areas″,also known as prohibited areas,restricted areas,and dangerous areas(PRDs),by creating agrid environment.And finally the objective function was solved by means of an adaptive ant colony algorithm(AACA).The A593,A470,B221,and G204 air routes in the busy ZSHA flight information region,where the airspace includes areas with different levels of PRDs,were taken as an example.Based on current flight patterns,a layout optimization of the ARNN was computed using this model and algorithm and successfully avoided PRDs.The optimized result reduced the total length of routes by 2.14% and the total cost by 9.875%. 展开更多
关键词 air route network planning three area avoidance optimization of air route network node adaptive ant colony algorithm grid environment
在线阅读 下载PDF
基于遗传算法和蚁群算法的LEACH改进协议
12
作者 徐巍 钟宇超 余成成 《无线电工程》 2024年第1期199-205,共7页
针对无线传感器网络低功耗自适应集簇分层(Low Energy Adaptive Clustering Hierarchy,LEACH)路由协议因能耗不均衡导致节点过早死亡的问题,提出了一种基于遗传算法和蚁群算法改进的LEACH路由协议。在分簇阶段,通过遗传算法选举合理的... 针对无线传感器网络低功耗自适应集簇分层(Low Energy Adaptive Clustering Hierarchy,LEACH)路由协议因能耗不均衡导致节点过早死亡的问题,提出了一种基于遗传算法和蚁群算法改进的LEACH路由协议。在分簇阶段,通过遗传算法选举合理的簇头节点并根据节点的分布划分簇群;在数据传输阶段,通过蚁群算法使簇头节点尽可能选择能量充足且距离较短的路径进行数据传输。仿真结果表明,与传统的分簇路由协议LEACH和LEACH-C相比,改进算法可以使网络的能量消耗更加均衡,并延长网络的生命周期。 展开更多
关键词 低功耗自适应集簇分层协议 节点能耗 分簇 遗传算法 蚁群算法
在线阅读 下载PDF
Cooperative Search of UAV Swarm Based on Ant Colony Optimization with Artificial Potential Field 被引量:4
13
作者 XING Dongjing ZHEN Ziyang +1 位作者 ZHOU Chengyu GONG Huajun 《Transactions of Nanjing University of Aeronautics and Astronautics》 EI CSCD 2019年第6期912-918,共7页
An ant colony optimization with artificial potential field(ACOAPF)algorithm is proposed to solve the cooperative search mission planning problem of unmanned aerial vehicle(UAV)swarm.This algorithm adopts a distributed... An ant colony optimization with artificial potential field(ACOAPF)algorithm is proposed to solve the cooperative search mission planning problem of unmanned aerial vehicle(UAV)swarm.This algorithm adopts a distributed architecture where each UAV is considered as an ant and makes decision autonomously.At each decision step,the ants choose the next gird according to the state transition rule and update its own artificial potential field and pheromone map based on the current search results.Through iterations of this process,the cooperative search of UAV swarm for mission area is realized.The state transition rule is divided into two types.If the artificial potential force is larger than a threshold,the deterministic transition rule is adopted,otherwise a heuristic transition rule is used.The deterministic transition rule can ensure UAVs to avoid the threat or approach the target quickly.And the heuristics transition rule considering the pheromone and heuristic information ensures the continuous search of area with the goal of covering more unknown area and finding more targets.Finally,simulations are carried out to verify the effectiveness of the proposed ACOAPF algorithm for cooperative search mission of UAV swarm. 展开更多
关键词 ant colony optimization artificial potential field cooperative search unmanned aerial vehicle(UAV)swarm
在线阅读 下载PDF
Research on Data Routing Model Based on Ant Colony Algorithms 被引量:1
14
作者 龚跃 吴航 +2 位作者 鲍杰 王君军 张艳秋 《Defence Technology(防务技术)》 SCIE EI CAS 2010年第4期269-272,共4页
Improved traditional ant colony algorithms,a data routing model used to the data remote exchange on WAN was presented.In the model,random heuristic factors were introduced to realize multi-path search.The updating mod... Improved traditional ant colony algorithms,a data routing model used to the data remote exchange on WAN was presented.In the model,random heuristic factors were introduced to realize multi-path search.The updating model of pheromone could adjust the pheromone concentration on the optimal path according to path load dynamically to make the system keep load balance.The simulation results show that the improved model has a higher performance on convergence and load balance. 展开更多
关键词 computer software data transmission ant colony algorithm routing model
在线阅读 下载PDF
An Ant Colony Algorithm Based on Cross-Layer Design for Routing and Wavelength Assignment in Optical Satellite Networks 被引量:17
15
作者 Guoli Wen Qi Zhang +2 位作者 Houtian Wang Qinghua Tian Ying Tao 《China Communications》 SCIE CSCD 2017年第8期63-75,共13页
This paper introduces an ant colony routing and wavelength assignment algorithm based on cross-layer design(CL-ACRWA),which can overcome the adverse effects of Doppler wavelength shift on data transmission in optical ... This paper introduces an ant colony routing and wavelength assignment algorithm based on cross-layer design(CL-ACRWA),which can overcome the adverse effects of Doppler wavelength shift on data transmission in optical satellite networks. Firstly, a cross-layer optimization model is built, which considers the Doppler wavelength shift, the transmission delay as well as wavelength-continuity constraint. Then an ant colony algorithm is utilized to solve the cross-layer optimization model, resulting in finding an optimal light path satisfying the above constraints for every connection request. The performance of CL-ACRWA is measured by the communication success probability, the convergence property and the transmission delay. Simulation results show that CL-ACRWA performs well in communication success probability and has good global search ability as well as fast convergence speed. Meanwhile, the transmission delay can meet the basic requirement of real-time transmission of business. 展开更多
关键词 optical satellite network routing and wavelength assignment ant colony optimization cross-layer design Doppler wavelength shift
在线阅读 下载PDF
Ant Colony Optimization for Task Allocation in Multi-Agent Systems 被引量:1
16
作者 王鲁 王志良 +1 位作者 胡四泉 刘磊 《China Communications》 SCIE CSCD 2013年第3期125-132,共8页
Task allocation is a key issue of agent cooperation mechanism in Multi-Agent Systems. The important features of an agent system such as the latency of the network infrastructure, dynamic topology, and node heterogenei... Task allocation is a key issue of agent cooperation mechanism in Multi-Agent Systems. The important features of an agent system such as the latency of the network infrastructure, dynamic topology, and node heterogeneity impose new challenges on the task allocation in Multi-Agent environments. Based on the traditional parallel computing task allocation method and Ant Colony Optimization (ACO), a novel task allocation method named Collection Path Ant Colony Optimization (CPACO) is proposed to achieve global optimization and reduce processing time. The existing problems of ACO are analyzed; CPACO overcomes such problems by modifying the heuristic function and the update strategy in the Ant-Cycle Model and establishing a threedimensional path pheromone storage space. The experimental results show that CPACO consumed only 10.3% of the time taken by the Global Search Algorithm and exhibited better performance than the Forward Optimal Heuristic Algorithm. 展开更多
关键词 multi-agent systems task alloca- tion ant colony optimization efficiency factor
在线阅读 下载PDF
Three-Dimensional Planning of Arrival and Departure Route Network Based on Improved Ant-Colony Algorithm 被引量:3
17
作者 王超 贺超男 《Transactions of Nanjing University of Aeronautics and Astronautics》 EI CSCD 2015年第6期654-664,共11页
In order to improve safety,economy efficiency and design automation degree of air route in terminal airspace,Three-dimensional(3D)planning of routes network is investigated.A waypoint probability search method is prop... In order to improve safety,economy efficiency and design automation degree of air route in terminal airspace,Three-dimensional(3D)planning of routes network is investigated.A waypoint probability search method is proposed to optimize individual flight path.Through updating horizontal pheromones by negative feedback factors,an antcolony algorithm of path searching in 3Dterminal airspace is implemented.The principle of optimization sequence of arrival and departure routes is analyzed.Each route is optimized successively,and the overall optimization of the whole route network is finally achieved.A case study shows that it takes about 63 sto optimize 8arrival and departure routes,and the operation efficiency can be significantly improved with desirable safety and economy. 展开更多
关键词 terminal airspace arrival/departure route ant-colony algoritbm path planningl transportation net work design
在线阅读 下载PDF
A Preliminary Study of Automatic Delineation of Eyes on CT Images Using Ant Colony Optimization 被引量:2
18
作者 李永杰 谢维夫 尧德中 《Journal of Electronic Science and Technology of China》 2007年第1期66-69,共4页
Eyes are important organs-at-risk (OARs) that should be protected during the radiation treatment of those head tumors. Correct delineation of the eyes on CT images is one of important issues for treatment planning t... Eyes are important organs-at-risk (OARs) that should be protected during the radiation treatment of those head tumors. Correct delineation of the eyes on CT images is one of important issues for treatment planning to protect the eyes as much as possible. In this paper, we propose a new method, named ant colony optimization (ACO), to delineate the eyes automatically. In the proposed algorithm, each ant tries to find a closed path, and some pheromone is deposited on the visited path when the ant fmds a path. After all ants fmish a circle, the best ant will lay some pheromone to enforce the best path. The proposed algorithm is verified on several CT images, and the preliminary results demonstrate the feasibility of ACO for the delineation problem. 展开更多
关键词 automatic delineation CT images ant colony optimization
在线阅读 下载PDF
Novel Voltage Scaling Algorithm Through Ant Colony Optimization for Embedded Distributed Systems
19
作者 章立生 丁丹 《Journal of Beijing Institute of Technology》 EI CAS 2007年第4期430-436,共7页
Dynamic voltage scaling (DVS), supported by many DVS-enabled processors, is an efficient technique for energy-efficient embedded systems. Many researchers work on DVS and have presented various DVS algorithms, some wi... Dynamic voltage scaling (DVS), supported by many DVS-enabled processors, is an efficient technique for energy-efficient embedded systems. Many researchers work on DVS and have presented various DVS algorithms, some with quite good results. However, the previous algorithms either have a large time complexity or obtain results sensitive to the count of the voltage modes. Fine-grained voltage modes lead to optimal results, but coarse-grained voltage modes cause less optimal one. A new algorithm is presented, which is based on ant colony optimization, called ant colony optimization voltage and task scheduling (ACO-VTS) with a low time complexity implemented by parallelizing and its linear time approximation algorithm. Both of them generate quite good results, saving up to 30% more energy than that of the previous ones under coarse-grained modes, and their results don’t depend on the number of modes available. 展开更多
关键词 dynamic voltage algorithm distributed system ant colony optimization MULTI-PROCESSOR
在线阅读 下载PDF
Departure Trajectory Design Based on Pareto Ant Colony Algorithm
20
作者 Sun Fanrong Han Songchen Qian Ge 《Transactions of Nanjing University of Aeronautics and Astronautics》 EI CSCD 2016年第4期451-460,共10页
Due to the ever-increasing air traffic flow,the influence of aircraft noise around the airport has become significant.As most airlines are trying to decrease operation cost,stringent requirements for more simple and e... Due to the ever-increasing air traffic flow,the influence of aircraft noise around the airport has become significant.As most airlines are trying to decrease operation cost,stringent requirements for more simple and efficient departure trajectory are on a rise.Therefore,a departure trajectory design was established for performancebased navigation technology,and a multi-objective optimization model was developed,with constraints of safety and noise influence,as well as optimization targets of efficiency and simplicity.An improved ant colony algorithm was then proposed to solve the optimization problem.Finally,an experiment was conducted using the Lanzhou terminal airspace operation data,and the results showed that the designed departure trajectory was feasible and efficient in decreasing the aircraft noise influence. 展开更多
关键词 aircraft noise departure trajectory design multi-objective optimization Pareto ant colony algorithm
在线阅读 下载PDF
上一页 1 2 127 下一页 到第
使用帮助 返回顶部