• <tr id="yyy80"></tr>
  • <sup id="yyy80"></sup>
  • <tfoot id="yyy80"><noscript id="yyy80"></noscript></tfoot>
  • 99热精品在线国产_美女午夜性视频免费_国产精品国产高清国产av_av欧美777_自拍偷自拍亚洲精品老妇_亚洲熟女精品中文字幕_www日本黄色视频网_国产精品野战在线观看 ?

    A Fixed-Point Iterative Method for Discrete Tomography Reconstruction Based on Intelligent Optimization

    2023-01-22 11:00:26LuyaoYangHaoChenHaochengYuJinQiuandShuxianZhu

    Luyao Yang,Hao Chen,Haocheng Yu, Jin Qiu,★and Shuxian Zhu,★

    1School of Electronic and Information Engineering,Suzhou University of Science and Technology,Suzhou,215009,China

    2College of Mechanical Engineering,Suzhou University of Science and Technology,Suzhou,215009,China

    ABSTRACT Discrete Tomography (DT) is a technology that uses image projection to reconstruct images.Its reconstruction problem,especially the binary image(0–1 matrix)has attracted strong attention.In this study,a fixed point iterative method of integer programming based on intelligent optimization is proposed to optimize the reconstructed model.The solution process can be divided into two procedures.First,the DT problem is reformulated into a polyhedron judgment problem based on lattice basis reduction.Second,the fixed-point iterative method of Dang and Ye is used to judge whether an integer point exists in the polyhedron of the previous program.All the programs involved in this study are written in MATLAB.The final experimental data show that this method is obviously better than the branch and bound method in terms of computational efficiency,especially in the case of high dimension.The branch and bound method requires more branch operations and takes a long time.It also needs to store a large number of leaf node boundaries and the corresponding consumption matrix,which occupies a large memory space.

    KEYWORDS Discrete tomography;integer programming;fixed-point iterative algorithm;intelligent optimization;lattice basis reduction

    1 Introduction

    The purpose of tomography is usually to reconstruct some physical objects through projection.The reconstruction algorithm plays an important role in the fields of medicine,image processing and computed tomography.Discrete tomography(DT)is essentially a function formed by reconstructing discrete values from multiple projection directions [1].DT regards the reconstructed object as a limited set of pixels, and the slope of the straight line along the projection direction should be a rational number.The framework studied in this work is a two-dimensional lattice, that is, the reconstructed object is an image.From a long history, this field is gradually developed by multiple branches of mathematics.The combination of binary matrices is one example.Ensuring that the reconstructed result is equal to the original object is an important task of tomographic reconstruction.A core problem of DT is to reconstruct (0–1) discrete matrix from multiple directions Herman et al.[2] introduced relevant applications and theories for this problem.Weber et al.[3] focused on reconstructing binary functions, this approach extends the linear programming relaxation of combinatorial optimization problems proposed by previous researchers from a small number of X-ray projections from a small number of X-ray projections to the objective function of quadratic smootha priori,and can calculate the solution that biases the reconstruction to the region with spatial coherence by any interior point solution method.The image reconstruction problem forms a 0–1 discrete matrix through ray projection,which can be expressed in the form of integer programming.

    Linear integer programming model is widely used in combinatorial optimization and emergency management.Haghani et al.[4]modeled the emergency vehicle scheduling as an integer programming model to solve the problem of reasonable vehicle routing in the case of serious traffic congestion,and the vehicle routing was flexibly scheduled using real-time traffic data by studying the optimization model.Considering that the rescue route is blocked due to various uncertain traffic accidents, Chai et al.[5] and others proposed a reliable integer programming model to calculate the travel time required for the whole rescue route and optimize the allocation of emergency resources.Cao et al.[6]designed an emergency organization optimization strategy based on branch and bound method to solve the sustainability problem in the disaster response decision optimization system.Huibregtse et al.[7]designed and developed an optimized evacuation instruction framework by using a fixed-point formula, to better optimize the evacuation efficiency of traffic.Dulebenets et al.[8] constructed an integer programming model to guarantee smooth evacuation of people and avoid congestion when disasters occur,and it was combined with heuristic algorithm to reduce the total traveling salesman time of individual evacuation to a certain extent,for optimizing the final evacuation plan.French et al.[9]avoided floating-point data calculation by using fixed-point algorithm,and only processed integer data,to reduce the processing time in aerial positioning and optimize the imaging system.

    This reconstruction problem is a NP hard problem.Graph partition[10]and quadratic knapsack problem[11]are also classical NP combinatorial optimization problems.Dang et al.[12,13]proposed a fixed-point iterative method to solve such problems.This method can find an integer point in any type of polyhedron.This fixed-point algorithm has been widely used in the reassignment of aircraft disturbed by aviation.A large number of flights are disturbed and cannot operate according to the original plan due to the emergency bad weather.Wu et al.[14] and others used the distributed integer programming to re-optimize the aircraft allocation based on the fixed-point iterative method for calculating the feasible route.With a slight modification of this method, all integer points in the polyhedron can be further obtained, and then multiple feasible solutions can be obtained.At present, this method has effectively solved many integer programming problems.When solving large-scale integer programming problems, this method can better reflect its effectiveness compared with the previous traditional methods.Our future work can focus on the implementation of fixed-point iterative method with distributed computing,and distributed problems have been widely used in some aspects,such as distributed permutation flow shop scheduling problem.A multi-point iterative greedy algorithm is proposed in [15] to solve this problem.If the problem is not improved after a certain number of continuous iterations, then the restart strategy is adopted to minimize the factory completion time.A mixed integer linear model is established in [16], and the search ability is improved by an improved artificial bee colony algorithm.The heuristic method based on greedy rules proposed in[17]can also effectively solve this problem.Therefore,distributed computing will occupy an important position in the future work.

    In the process of solving the DT problem, if its reconstruction problem can be rewritten into the form of integer programming, this problem can be effectively solved by the fixed-point iterative method.On the basis of algorithm proposed by Aardal et al.[18,19],we transform the DT problem into an integer programming system.Branch and bound method is a classical method, which can solve integer programming systems.Its characteristic is that it can quickly obtain the optimal solution.However,the numerical results show that the fixed-point iterative method is more effective and feasible than the two methods mentioned above especially in the case of high dimension.

    The fixed-point algorithm proposed in this study has been widely used in the rapid response of emergency management in smart city,such as flight delay,fire and other emergencies.On the basis of this fixed-point theory, an integer programming algorithm is proposed to quickly solve the integer programming of new scheduling under emergencies for providing support for the development of smart city and its core algorithms.It can also provide a new idea and method for the research of integer programming.

    The rest of the paper can be divided into the following sections.Section 2 introduces the problem and model of DT reconstruction.In Section 3, LLL(Lenstra-Lenstra-LovaszLattice) algorithm is briefly described, and DT problem is transformed into polyhedron judgment problem through this algorithm.Section 4 shows the calculation principle and workflow of Dang fixed point iterative method.In Section 5,the experimental data are obtained by running MATLAB and then compared with those of the branch and bound method.Section 6 summarizes this work and puts forward the future prospects.

    2 Problem Statement and Model

    DT essentially re-establishes the function with known discrete range, which is based on the projection along a certain direction.Reconstruction of discrete(0–1)matrix from multiple projections is a key step in the study of DT problem[20].

    The following model is more intuitive and clearly shows the essence of the reconstructed object.This model does not involve any prior knowledge related to the reconstructed object.In general,the reconstruction results produced by this model are not the only solution.

    Letf:Ω ?R2→R,yf (y)be an unknown attenuation function.This study establishes a discrete model similar to that in Fig.1, which can more intuitively describe the reconstruction off.The functionfcan be represented by its valuexj∈{0,1},j= 1,2,···,n,x=(x1,x2,···,xn)T, in a square pixel.We definef (y)=∑xjΦj(y)= 〈x,Φ(y)〉, Φ(y)=(Φ1(y),Φ2(y),···,Φn(y))T,where if and only ifyis within thejth pixel range,then the value of Φj(y)is 1 and 0 at other positions.Several raysi= 1,2,···,mintersect with Ω, the contributionaijof each pixeljforms a projection matrixAofm×n,and theith componentbiof vectorbrepresents the total attenuation along theith ray.In this study we ignore any“noise”generated in the imaging process,and we default the projection ray,point source and detector to the ideal state.

    The imaging process is shown in Fig.1.The DT problem can usually be simplified to a 0/1 integer linear programming system in the following form:

    We findx∈{0,1}nthat satisfies Eq.(1),where the coefficient matrixA∈Nm×nof the equations is composed ofmrows andncolumns, andb∈Nmis an m-dimensional column vector.The model described above is widely used in the research of material science.For example,when studying crystal materials, the lattice formed by atoms of crystal solids can be transformed into integer point lattice through modeling.Then, obtaining all atoms on a line by using electron microscope technology is relatively easy, and the calculated number can be used as the component of vectorbto participate in the operation of (1).Therefore, after the abovementioned integer linear equations are solved, the problem of image reconstruction can be solved.

    Figure 1:Discrete model of DT reconstruction problem[3]

    However, in the actual calculation process, the solution of (1) is difficult to find smoothly.The scale of this kind of problem is NP hard.In fact,nearly no suitable solution to solve this problem is available in practical application.

    The problem of n-dimensional scale corresponds to the number of atoms contained in the reconstructed object,which is a huge number that is difficult to calculate,regardless of scene application.For example,the most common daily water contains at least 1023 atoms per milliliter.Previous research and calculation show that relevant algorithms are available for solving integer linear programming,but they are time consuming and costly.

    Multiple solutions of(1)may be available,but only one solution matching is possible in the actual reconstruction object.Usually,some optimization algorithms are used to solve this problem,but this way increases the computational difficulty of the problem to a certain extent.The solution obtained by calculation can only approximate the actual value in any case.A more accurate approximation can be achieved by increasing the number of projection directions,but this way will undoubtedly increase the scale of the problem again.

    This study presents a new solution to problem(1),which avoids the abovementioned difficulties to a certain extent.The purpose is to clarify the computational theory in DT.The characteristics and basic idea of the new algorithm(based on 2D)are as follows:

    1.Any possible situation is included in the established calculation model.

    2.The projection ray only occurs in one direction with a certain slope,such that only one integer point can be generated on this line at most.

    3.Each projection ray to be solved is expressed as linear Diophantine equationax+by=c,wherex,y∈Z,a,b,c∈R.The coefficientsaandbin different linear equations are proportional to each other or the same,that is,the slope of the straight line is the same.

    All the solutions obtained by calculation are the accurate reconstruction of the processed object.

    3 Transformation of the DT Problem into a Polyhedron Judgement Problem

    In [18,19], an LLL [21] based reduction method is proposed, which can transform problem (1)into a polyhedron judgment problem.

    If a basec1,c2,···,chofRhexists in subsetLof n-dimensional vector spaceRh,wherehis a positive integer,then it can be called lattice,such that

    In this way,c1,c2,···,chcan be called a base ofL,and the rank ofLish.Then the determinant ofLcan be defined as the following form:

    wherecjis expressed as a column vector.The result of this determinant is a positive real number,which is independent of the selection of the base.

    Given that the relationship betweenc1,c2,···,chis linearly independent,these linearly independent column vectorscj,1 ≤j≤hare orthogonalized into,1 ≤j≤hby an algorithm for deriving orthogonal vectors,that is,Gram-Schmidt orthogonalization rule.MatricesC=(c1,c2,···,ch)andare composed of column vectorscjandc*j,respectively.The definition of vectorcan be summarized as follows:

    where

    where(,)represents the inner product of two ordinary vectors onRh.The relationship betweenc*jandcjis that the former is the orthogonal projection of the latter onj≤h.Therefore,through the operation of the abovementioned rules,the obtainedc1,c2,···,chis the orthogonal basis onRh.

    Notably,C*is not the base ofLin general, because all the values ofμkjare not integral.The following is the definition of approximate orthogonal basis.

    Let a set of linearly independent vector groupsC=(c1,c2,···,ch)be a basis ofL,and a new set of basesis obtained through Schmidt orthogonalization.If the following conditions are met,thenCis called reduced basis.

    and

    ‖‖in the formula represents the ordinary Euclidean length.The constantin the inequality is not necessarily a fixed value,it can be randomly selected,and its value can be replaced by any other real number

    To obtain the reduced basis of the lattice given according to the original basis,a polynomial time algorithm is introduced below.Its components are size reductions and interchanges.

    Size reduction:If the condition of inequality(6)is not satisfied for any indexkandj,1 ≤k≤j≤h,the value ofcjcan be re expressed bycj-ck,whereis the approximate integer rounded byμjk.

    Interchange:Ifjfor some indexes does not meet the requirements in(7),the vectorscjandcj+1can be swapped.

    After the abovementioned description,the process of base reduction algorithm can be summarized as follows(Fig.2).

    Figure 2:Base reduction algorithm

    Based on the abovementioned base reduction algorithm, given two suitable and relatively independent positive integersN1andN2,they should be sufficiently large compared with the input.

    Then we consider the following matrix,in which any column vectors are linearly independent:

    whereI(n)represents n-dimensional identity matrix, 0(n×1)represents an zero matrix, which isn×1-dimensional,Arepresentsaijin the reconstructed model, andbrepresentsbiin the abovementioned model.For latticeB, a new matrix is obtained by applying the LLL basis reduction algorithm of polynomial,which can be re expressed as the following formula:

    If a vector exists,then

    Through the above analysis,we successfully transform problem(1)into problem(10),that is,to judge whether there are integer points exist in the polyhedron is determined.We use the fixed-point iteration method[9,10]to solve it.If integer points exist,then a solution exists;otherwise no solution exists.We will describe this method in detail in the next section.

    4 The Fixed-Point Iterative Method

    Let

    whereD∈Ra×bis ana×bmatrix withb≥2,where the elements are integers,G∈Ra×pana×pmatrix,andda vector ofRa.In this study,we assume thatPis a region with wide dimensions and upper and lower bounds.For a real numberα,we useto represent the largest integer rounded to the left ofα.Forx=(x1,x2,...,xb)T∈Rb,let

    Letxmax=(x1max,x2max,...,xbmax)Twithxjmax= maxx∈P xj,j= 1,2,...,b, andxmin=Thenxmin≤x≤xmaxfor allx∈P.Letwhere,therefore,all integer points,which are inP,are inD(P).In the general case,we assume thatxl <xmin(letxil=ximin-1 ifxil=ximinfor somei∈N).Forz∈Rbandk∈N0,letp(z,k)={x∈P|xi=zi,1 ≤i≤k and xi≤zi,k+1 ≤i≤b}.

    An integer point is given as the initial pointy∈D(P)withy1>x1l;We introduce a method to judge whether an integer pointx*∈Pwithx*≤l yexists,which is the fixed-point iterative.The pseudo code for a particular algorithm is illustrated in Fig.3.

    Figure 3:Pseudo code of specific algorithm

    The basic idea of solving the abovementioned integer problem involves the incremental mapping,which is from finite lattice to itself.Except for the integer points in polyhedronP, all other integer points can be mapped to the first point inP,which is smaller than them in the lexicographical order ofxl.After the abovementioned incremental mapping steps,all integer points in the polyhedron are fixed points.We present an integer point as the initial point,find an integer point in the polyhedron by this method,or prove that no such point exists in the polyhedron in finite iterations.

    5 Numerical Results

    After the analysis in the second section, we can conclude that the DT problem is a special case of the market split problem[22].The problem of market segmentation is defined as that a company supplies several products to retailers,and allocates retailers to the two departmentsD1andD2in the company.ThusD1can grasp 40%of the market occupied by each product of the company,andD2can grasp the remaining 60%.If the product cannot be divided in proportion completely and accurately,then the proportion error of the division will be minimized.The market segmentation problem can be expressed by a set of mathematical methods of 0–1 linear programming:

    In this section,we take market split problem as an example to show the relevant numerical results of solving problem(1).Given any real numberm,the expression ofnisn=10(m-1),the elements in the coefficient matrixAare integers randomly selected from[0,99],and each component of vectorbis calculated by1 ≤i≤m.LetN1=1000 andN2=10000 in the computation.Through the abovementioned examples,we compare the method introduced in this study with the branch and bound method, which are two classical algorithms to solve integer programming problems.We also analyze the number of iterations and time required by the two algorithms to solve the problem.

    The design idea of the fixed-point algorithm is to give a polyhedron and define an incremental mapping from the problem lattice to the lattice itself in combination with the incremental mapping principle.In that way, the integer points outside the polyhedron are mapped to the feasible integer points in the polyhedron that are smaller than the dictionary order of the integer points.When the feasible solution is not satisfied,the next round of iteration is conducted.The algorithm is terminated until a feasible solution is found or no feasible solution is found.The basic idea of branch and bound method is to select different branch variables and sub-problems for branching.Usually, all feasible solution spaces are gradually decomposed into smaller subsets.When the subset limit after branching exceeds the known feasible solution value,the branching is terminated to reduce the search range until the feasible solution is found.

    In the numerical expression in the following table, define “NumLPs”represents the number of traversal nodes during the iteration of a specific algorithm,“F”indicates whether the specific method is feasible for solving the example,including the following three cases.“Feasible”means that an integer solution can be obtained by calculating an instance,otherwise it is represented by“Infeasible”.We use the fixed-point iterative method and branch-and-bound method introduced in this study to solve the problems ofm= 3,n= 20,m= 4,n= 30 andm= 5,n= 40.Table 1 illustrates the numerical outcomes ofm=3 andn=20 problem,Table 2 presents the outcomes ofm=4 andn=30 problem,and the outcomes of the problem withm= 5 andn= 40 are shown in Table 3.Figs.4–6 show the comparison of the number of nodes traversed by the fixed-point iterative method and the branchand-bound method for the three dimensional problems mentioned above,respectively,which show the computational effects and performance of the two algorithms more clearly and intuitively.

    The three groups of experimental values mentioned above show that the method studied in this paper can effectively solve the problem of DT.In the case ofm= 3,n= 20 in Table 1, there is no significant difference between the fixed-point iterative method and the branch and bound method in solving this problem,and the results can be obtained within 5 s,although the number of nodes traversed by the branch and bound method in the iteration is slightly larger than that of the fixed-point iterative method.Table 2 shows that, when the dimension of the problem increases tom= 4,n= 30, the fixed-point iterative method can generally end the solution process of the problem in 200 s and obtain the feasible solution.The number of nodes traversed by the branch-and-bound method in computing the feasible solution is about twice or more than that of the fixed-point iteration method because the dimension is so high at this point.In the two dimensional cases mentioned above, branch-andbound and fixed-point iterative methods are effective in computing feasible solutions to the problem without considering the number of traversed nodes.Finally,whenm=5,n=40,as shown in Table 3,the branch-and-bound method does not solve the problem in some cases.If the fixed-point iterative method is feasible without considering the length of time,the time to solve this problem may be longer or even several hours due to the different parameters selected in different examples.Therefore, we choose to terminate the iteration of the algorithm for solving this instance and mark it“Infeasible”.For the fixed-point iterative method,if the time consumption is ignored,it can solve the reconstruction model of DT problem with any dimension.

    Table 1: m=3,n=20

    Table 2: m=4,n=30

    Table 2 (continued)Prob. Fixed-point Branch-and-bound F NumLPs F NumLPs 9 Feasible 220 Feasible 837 10 Feasible 340 Feasible 796

    Table 3: m=5,n=40

    From the data of the three charts mentioned above with increasing dimension,the number of nodes traversed in the process of obtaining the result through fixed-point iteration is about 40%higher than that of branch and bound method.With the continuous increase in dimension,the advantage of fixedpoint iteration method in traversing less nodes is more prominent,which also verifies the efficiency of this algorithm.

    The comparison and analysis of the three tables mentioned above, indicate that solving the problem becomes increasingly difficult when the dimension of the problem increases due to the limited computing power of a single computer.If the fixed-point iterative method can be in a distributed implementation and multiple computers are used to solve this problem at the same time, then even higher dimensional problems can be solved with relatively less time consumption.Therefore,our future work direction will be to realize the distributed computing of fixed-point iterative method.

    Figure 4:Comparison of the number of traversal nodes with m=3 and n=20

    Figure 5:Comparison of the number of traversal nodes with m=4 and n=30

    After the two methods mentioned above are compared,we change the fixed-point iterative method in simple steps to change the initial point of its iteration for forming an inverse iterative process.For the three types of problems in Tables 1–3,the fixed-point iterative method before and after changing the initial point is used to calculate each example.The number of iterations required in the process of calculating whether the problem has a solution is recorded in Fig.7,the data show that changing the initial point of iteration will not affect the feasibility and effectiveness of the fixed-point iterative method proposed in this study.

    Figure 6:Comparison of the number of traversal nodes with m=5 and n=40

    Figure 7:Iterative effect of different initial points

    6 Conclusions and Future Prospects

    This study presents a new method that can effectively solve the reconstruction problem of the DT model.The solution procedure is divided into two steps.First,the reconstruction problem is changed into a polyhedron judgment problem on the basis of LLL-based reduction algorithm.Second,the fixed point iteration method of integer programming is used to solve the polyhedron judgment problem in the previous step.The calculation results of specific examples are compared and analyzed between this method and branch and bound method.The results show that the fixed point iteration method has more advantages in solving this kind of problem which is embodied in the optimization of time and the number of traversal nodes.

    However,the dimension of the problem examples involved in this study is not particularly high.Thus,the latent advantages of this method are not thoroughly reflected.With the continuous increase in the problem dimension, this method can be realized by distributed approach in the future.This solution process will reduce considerable time consumption through utilizing multiple slave computers working at the same time.

    Funding Statement:This research was funded by the NSFC under Grant Nos.61803279, 71471091,62003231 and 51874205,in part by the Qing Lan Project of Jiangsu,in part by the China Postdoctoral Science Foundation under Grant Nos.2020M671596 and 2021M692369, in part by the Suzhou Science and Technology Development Plan Project (Key Industry Technology Innovation) under Grant No.SYG202114,in part by the Natural Science Foundation of Jiangsu Province under Grant No.BK20200989,and Postdoctoral Research Funding Program of Jiangsu Province.

    Conflicts of Interest:The authors declare that they have no conflicts of interest to report regarding the present study.

    久久久久国产网址| 丝袜美腿在线中文| 97精品久久久久久久久久精品| 国产高清三级在线| 肉色欧美久久久久久久蜜桃 | 亚洲美女搞黄在线观看| 成年版毛片免费区| 欧美亚洲 丝袜 人妻 在线| av免费在线看不卡| 最后的刺客免费高清国语| 美女视频免费永久观看网站| 国产成人精品一,二区| 亚洲成人av在线免费| 精华霜和精华液先用哪个| 中国国产av一级| 欧美xxxx性猛交bbbb| 夜夜爽夜夜爽视频| 欧美精品一区二区大全| 男女国产视频网站| 亚洲精品第二区| 久久这里有精品视频免费| 永久网站在线| 国产黄a三级三级三级人| 免费观看的影片在线观看| 尤物成人国产欧美一区二区三区| 国产熟女欧美一区二区| av又黄又爽大尺度在线免费看| 天天躁日日操中文字幕| 精品人妻一区二区三区麻豆| 精品国产一区二区三区久久久樱花 | 亚洲成色77777| 99热国产这里只有精品6| 日韩成人av中文字幕在线观看| 国产乱来视频区| 国产在线男女| 男女啪啪激烈高潮av片| 丰满乱子伦码专区| 建设人人有责人人尽责人人享有的 | 亚洲av在线观看美女高潮| 成人高潮视频无遮挡免费网站| 国产午夜精品久久久久久一区二区三区| xxx大片免费视频| 亚洲色图综合在线观看| 91精品伊人久久大香线蕉| 大香蕉97超碰在线| 性色avwww在线观看| 久久久久性生活片| 狠狠精品人妻久久久久久综合| 成年免费大片在线观看| 欧美极品一区二区三区四区| 精品亚洲乱码少妇综合久久| 国产色爽女视频免费观看| 国产在线一区二区三区精| 精品一区二区三卡| 尾随美女入室| 看十八女毛片水多多多| 全区人妻精品视频| 91午夜精品亚洲一区二区三区| 高清毛片免费看| 一级爰片在线观看| 免费av观看视频| 伦理电影大哥的女人| 天天躁夜夜躁狠狠久久av| 欧美bdsm另类| 黑人高潮一二区| 免费观看无遮挡的男女| 九九爱精品视频在线观看| 欧美97在线视频| 岛国毛片在线播放| 日韩中字成人| 97超视频在线观看视频| 精品久久久精品久久久| 精品视频人人做人人爽| 精品人妻偷拍中文字幕| 午夜免费鲁丝| 国产精品蜜桃在线观看| 色综合色国产| 搡女人真爽免费视频火全软件| 大片免费播放器 马上看| 亚洲美女搞黄在线观看| 麻豆久久精品国产亚洲av| 777米奇影视久久| 精品久久久精品久久久| 国产精品久久久久久久久免| 不卡视频在线观看欧美| 欧美人与善性xxx| 看黄色毛片网站| 人妻制服诱惑在线中文字幕| 国产熟女欧美一区二区| 亚洲欧美日韩无卡精品| 97超视频在线观看视频| 免费大片18禁| 18禁裸乳无遮挡免费网站照片| 狂野欧美激情性bbbbbb| 中文字幕免费在线视频6| 精品久久久噜噜| 日韩国内少妇激情av| 在线观看av片永久免费下载| 丰满人妻一区二区三区视频av| 天美传媒精品一区二区| 毛片女人毛片| 亚洲三级黄色毛片| 91aial.com中文字幕在线观看| 午夜免费鲁丝| 成年av动漫网址| av天堂中文字幕网| 欧美另类一区| 人妻系列 视频| 久久久久久久久久成人| 久久精品国产自在天天线| 一个人观看的视频www高清免费观看| 国产久久久一区二区三区| 亚洲av二区三区四区| 日日撸夜夜添| 国产精品熟女久久久久浪| 大又大粗又爽又黄少妇毛片口| 亚洲av欧美aⅴ国产| 亚洲精品国产成人久久av| 韩国高清视频一区二区三区| 黄色配什么色好看| 国产精品人妻久久久影院| 禁无遮挡网站| 可以在线观看毛片的网站| 亚洲精品自拍成人| 综合色丁香网| 亚洲精品乱码久久久v下载方式| 在线天堂最新版资源| 国产成人福利小说| 99热这里只有精品一区| 永久网站在线| 久久ye,这里只有精品| 美女高潮的动态| 大香蕉久久网| 一级毛片 在线播放| 成年人午夜在线观看视频| 日韩欧美一区视频在线观看 | 一个人看视频在线观看www免费| 国内揄拍国产精品人妻在线| 成年人午夜在线观看视频| 日韩在线高清观看一区二区三区| 看非洲黑人一级黄片| 男插女下体视频免费在线播放| 成人综合一区亚洲| 黄片无遮挡物在线观看| 99久久精品国产国产毛片| 国产淫语在线视频| 国产精品偷伦视频观看了| 丝袜美腿在线中文| 亚洲av中文字字幕乱码综合| 99热国产这里只有精品6| 国产亚洲精品久久久com| 99久久精品一区二区三区| 国产黄频视频在线观看| 欧美成人a在线观看| 国产成人精品一,二区| 亚洲av国产av综合av卡| 一区二区三区免费毛片| 亚洲丝袜综合中文字幕| 婷婷色麻豆天堂久久| 天美传媒精品一区二区| 日韩视频在线欧美| 欧美bdsm另类| 午夜福利视频1000在线观看| 日韩成人伦理影院| 菩萨蛮人人尽说江南好唐韦庄| 亚洲av免费高清在线观看| 久热这里只有精品99| 亚洲一区二区三区欧美精品 | 网址你懂的国产日韩在线| 中文欧美无线码| a级毛片免费高清观看在线播放| 一区二区三区免费毛片| 尤物成人国产欧美一区二区三区| 亚洲成人av在线免费| 少妇人妻 视频| 久久韩国三级中文字幕| 麻豆精品久久久久久蜜桃| 91狼人影院| 亚洲精品自拍成人| 综合色av麻豆| 国产中年淑女户外野战色| 一级爰片在线观看| 久久久久久久久久人人人人人人| 欧美激情国产日韩精品一区| 国产精品久久久久久精品古装| 国产视频内射| 国产黄片美女视频| 岛国毛片在线播放| 国产精品偷伦视频观看了| 少妇的逼好多水| av国产久精品久网站免费入址| 蜜桃亚洲精品一区二区三区| 久久久久久久久久成人| 国产午夜精品久久久久久一区二区三区| 亚洲国产欧美人成| 好男人在线观看高清免费视频| 伊人久久国产一区二区| 少妇高潮的动态图| 久久精品久久久久久噜噜老黄| 久久综合国产亚洲精品| 国产乱来视频区| 欧美老熟妇乱子伦牲交| 蜜臀久久99精品久久宅男| 激情五月婷婷亚洲| 久久久久性生活片| 大陆偷拍与自拍| 男女国产视频网站| 天堂网av新在线| 精品人妻视频免费看| 日本一二三区视频观看| 91狼人影院| 久久99热这里只有精品18| 国产男女内射视频| 一级毛片黄色毛片免费观看视频| 国产精品国产三级专区第一集| 一本—道久久a久久精品蜜桃钙片 精品乱码久久久久久99久播 | 91精品伊人久久大香线蕉| 特大巨黑吊av在线直播| 日本熟妇午夜| 哪个播放器可以免费观看大片| 综合色av麻豆| 狂野欧美激情性bbbbbb| 国产探花在线观看一区二区| av天堂中文字幕网| 久久久久精品久久久久真实原创| 嫩草影院新地址| 亚洲av不卡在线观看| 国产免费一级a男人的天堂| 午夜亚洲福利在线播放| 夜夜爽夜夜爽视频| av免费在线看不卡| 亚洲不卡免费看| 国产黄色免费在线视频| 2021少妇久久久久久久久久久| 一个人看视频在线观看www免费| 中文精品一卡2卡3卡4更新| 免费看av在线观看网站| 国内精品美女久久久久久| 国产黄片视频在线免费观看| 亚洲av成人精品一区久久| 精品人妻视频免费看| 男人爽女人下面视频在线观看| 黄色一级大片看看| av一本久久久久| 欧美 日韩 精品 国产| 成人毛片a级毛片在线播放| 亚洲欧美日韩卡通动漫| 成人午夜精彩视频在线观看| 国产精品国产三级国产av玫瑰| 色视频www国产| 肉色欧美久久久久久久蜜桃 | 欧美三级亚洲精品| 97热精品久久久久久| 亚洲国产精品999| 免费不卡的大黄色大毛片视频在线观看| 日本黄色片子视频| 日日啪夜夜撸| 2021少妇久久久久久久久久久| 黄色配什么色好看| 在线观看国产h片| 国产一区有黄有色的免费视频| 97人妻精品一区二区三区麻豆| 熟女人妻精品中文字幕| 人妻夜夜爽99麻豆av| 一二三四中文在线观看免费高清| 国产毛片在线视频| 男女国产视频网站| 夜夜爽夜夜爽视频| 亚州av有码| 亚洲久久久久久中文字幕| 男的添女的下面高潮视频| 国模一区二区三区四区视频| 成人高潮视频无遮挡免费网站| 国产黄a三级三级三级人| 国产久久久一区二区三区| 蜜臀久久99精品久久宅男| 亚洲最大成人手机在线| 欧美日韩一区二区视频在线观看视频在线 | 少妇熟女欧美另类| 两个人的视频大全免费| 一区二区三区乱码不卡18| 九草在线视频观看| 综合色丁香网| 小蜜桃在线观看免费完整版高清| 国产成人福利小说| 日韩电影二区| av免费在线看不卡| 精品人妻一区二区三区麻豆| 日韩制服骚丝袜av| 别揉我奶头 嗯啊视频| 国产 一区精品| 亚洲人与动物交配视频| 22中文网久久字幕| 国产精品久久久久久精品电影小说 | 亚洲欧美精品自产自拍| 最后的刺客免费高清国语| 人妻制服诱惑在线中文字幕| 久久99热这里只频精品6学生| 免费看不卡的av| 精品午夜福利在线看| 别揉我奶头 嗯啊视频| 97人妻精品一区二区三区麻豆| 亚洲欧美日韩另类电影网站 | 一区二区三区精品91| 久久久久网色| av.在线天堂| 国产成人a∨麻豆精品| 国产成人一区二区在线| 嫩草影院精品99| 精品视频人人做人人爽| 国产男人的电影天堂91| 老师上课跳d突然被开到最大视频| 婷婷色综合大香蕉| 亚洲av不卡在线观看| 亚洲欧美精品专区久久| 免费在线观看成人毛片| 午夜福利在线在线| 少妇人妻精品综合一区二区| 国产永久视频网站| 乱系列少妇在线播放| 色网站视频免费| 91精品伊人久久大香线蕉| 久久鲁丝午夜福利片| 男女国产视频网站| 亚洲精华国产精华液的使用体验| 亚洲精品国产成人久久av| 可以在线观看毛片的网站| 七月丁香在线播放| 在线观看人妻少妇| 亚洲av.av天堂| av线在线观看网站| 国产精品秋霞免费鲁丝片| 亚洲av不卡在线观看| 亚洲熟女精品中文字幕| 成人二区视频| av播播在线观看一区| 97精品久久久久久久久久精品| 交换朋友夫妻互换小说| 最近2019中文字幕mv第一页| 亚洲精品日韩在线中文字幕| 国内精品宾馆在线| 国产伦在线观看视频一区| 草草在线视频免费看| 欧美三级亚洲精品| 我的女老师完整版在线观看| av卡一久久| 老女人水多毛片| 国产爱豆传媒在线观看| 天美传媒精品一区二区| 亚洲图色成人| 国产女主播在线喷水免费视频网站| 久久久精品欧美日韩精品| 九九爱精品视频在线观看| 成人毛片a级毛片在线播放| 午夜免费鲁丝| 国产成人精品一,二区| 黄片无遮挡物在线观看| 免费观看的影片在线观看| 国产午夜精品一二区理论片| 免费播放大片免费观看视频在线观看| 久久久色成人| 精品少妇黑人巨大在线播放| 日韩三级伦理在线观看| 韩国高清视频一区二区三区| 国产白丝娇喘喷水9色精品| 久久人人爽人人爽人人片va| 美女视频免费永久观看网站| 边亲边吃奶的免费视频| videossex国产| 国产成人午夜福利电影在线观看| 最新中文字幕久久久久| 免费黄色在线免费观看| 国产欧美亚洲国产| 精品午夜福利在线看| 成年免费大片在线观看| 插逼视频在线观看| 亚洲精品国产色婷婷电影| 18禁动态无遮挡网站| 日本免费在线观看一区| 夫妻午夜视频| 别揉我奶头 嗯啊视频| 日韩av不卡免费在线播放| 69人妻影院| 天堂网av新在线| 亚洲成人精品中文字幕电影| 18禁裸乳无遮挡免费网站照片| 亚洲性久久影院| 欧美精品国产亚洲| 免费人成在线观看视频色| 精品久久国产蜜桃| 亚洲欧美成人精品一区二区| 精品少妇久久久久久888优播| 国产成人freesex在线| 嫩草影院新地址| 大香蕉久久网| 18禁在线无遮挡免费观看视频| 久久久久久久久久人人人人人人| 亚洲av免费高清在线观看| 国产女主播在线喷水免费视频网站| 国产人妻一区二区三区在| 国产高潮美女av| 51国产日韩欧美| 男女边摸边吃奶| 免费在线观看成人毛片| 美女主播在线视频| 精品亚洲乱码少妇综合久久| 在线观看三级黄色| 国产午夜精品一二区理论片| 黄色怎么调成土黄色| 五月开心婷婷网| 18禁在线无遮挡免费观看视频| 国产熟女欧美一区二区| 人妻少妇偷人精品九色| 国产精品成人在线| 成年av动漫网址| 亚洲伊人久久精品综合| 国产日韩欧美在线精品| 91久久精品国产一区二区三区| kizo精华| 国产高清有码在线观看视频| 人体艺术视频欧美日本| 亚洲精品国产av成人精品| 亚洲第一区二区三区不卡| 国产片特级美女逼逼视频| 亚洲精品自拍成人| 女的被弄到高潮叫床怎么办| 亚洲综合色惰| 大又大粗又爽又黄少妇毛片口| a级毛片免费高清观看在线播放| 中国美白少妇内射xxxbb| 听说在线观看完整版免费高清| 久久精品国产亚洲av涩爱| 91精品伊人久久大香线蕉| 国产精品久久久久久久电影| 亚洲人与动物交配视频| 哪个播放器可以免费观看大片| 午夜精品国产一区二区电影 | 超碰av人人做人人爽久久| www.av在线官网国产| 能在线免费看毛片的网站| 免费观看在线日韩| 国产黄色视频一区二区在线观看| 国产精品成人在线| 99久久人妻综合| 亚洲精品色激情综合| 新久久久久国产一级毛片| 日韩中字成人| 天堂俺去俺来也www色官网| 美女脱内裤让男人舔精品视频| 少妇裸体淫交视频免费看高清| 一本色道久久久久久精品综合| 97精品久久久久久久久久精品| 亚洲电影在线观看av| 免费观看性生交大片5| 欧美高清成人免费视频www| 国产精品人妻久久久影院| videos熟女内射| 又大又黄又爽视频免费| 国产片特级美女逼逼视频| 亚洲经典国产精华液单| 18禁在线播放成人免费| 国产精品99久久久久久久久| 国产精品女同一区二区软件| 在线播放无遮挡| 亚洲国产欧美人成| 极品少妇高潮喷水抽搐| 日本色播在线视频| 久久久久国产精品人妻一区二区| 国内精品美女久久久久久| 亚洲国产最新在线播放| 久久久久国产网址| 欧美日韩视频高清一区二区三区二| 欧美变态另类bdsm刘玥| 在线观看三级黄色| 最近最新中文字幕大全电影3| 精品久久久久久电影网| 亚洲av不卡在线观看| 亚洲成人中文字幕在线播放| 国产精品一二三区在线看| 亚洲激情五月婷婷啪啪| 国产精品久久久久久精品电影小说 | 男女那种视频在线观看| 日韩大片免费观看网站| 日日啪夜夜爽| 国产亚洲午夜精品一区二区久久 | 最后的刺客免费高清国语| 日韩欧美 国产精品| 欧美3d第一页| 少妇人妻 视频| 日韩电影二区| 97在线视频观看| 久久这里有精品视频免费| 日韩av免费高清视频| 老师上课跳d突然被开到最大视频| av在线观看视频网站免费| 在线免费十八禁| 交换朋友夫妻互换小说| 51国产日韩欧美| 欧美亚洲 丝袜 人妻 在线| 麻豆乱淫一区二区| 久久99精品国语久久久| 国产视频内射| 免费观看a级毛片全部| 特大巨黑吊av在线直播| 一区二区三区精品91| 国产精品一区www在线观看| 免费高清在线观看视频在线观看| a级毛色黄片| 3wmmmm亚洲av在线观看| 国产久久久一区二区三区| 九九久久精品国产亚洲av麻豆| 久久精品国产a三级三级三级| 欧美成人精品欧美一级黄| 一区二区三区精品91| 蜜桃亚洲精品一区二区三区| 久久国产乱子免费精品| 嘟嘟电影网在线观看| 亚洲激情五月婷婷啪啪| 免费黄色在线免费观看| av网站免费在线观看视频| 99久国产av精品国产电影| 久久久久久久久久人人人人人人| 美女内射精品一级片tv| 精品酒店卫生间| 嫩草影院入口| 成年版毛片免费区| 欧美成人a在线观看| 亚洲成色77777| 午夜老司机福利剧场| 亚洲成色77777| 一级毛片我不卡| 免费观看在线日韩| 国内精品宾馆在线| 国产高潮美女av| 国产黄色视频一区二区在线观看| 亚洲av中文av极速乱| 一级黄片播放器| 深夜a级毛片| 欧美日韩亚洲高清精品| 亚洲欧洲国产日韩| av黄色大香蕉| 日韩大片免费观看网站| 熟女av电影| 国产免费一区二区三区四区乱码| 2022亚洲国产成人精品| av线在线观看网站| 国产视频首页在线观看| 99精国产麻豆久久婷婷| 麻豆乱淫一区二区| 日韩大片免费观看网站| 久久久久久久久久成人| 在线 av 中文字幕| 日韩伦理黄色片| 亚洲av中文字字幕乱码综合| 王馨瑶露胸无遮挡在线观看| 国产极品天堂在线| tube8黄色片| 最近中文字幕高清免费大全6| av在线蜜桃| 国产91av在线免费观看| 欧美少妇被猛烈插入视频| 亚洲最大成人中文| 禁无遮挡网站| 日本午夜av视频| 成人一区二区视频在线观看| 卡戴珊不雅视频在线播放| 天天躁夜夜躁狠狠久久av| 99久久人妻综合| 舔av片在线| 国产午夜福利久久久久久| 女的被弄到高潮叫床怎么办| 亚洲欧洲日产国产| 欧美日韩综合久久久久久| 麻豆精品久久久久久蜜桃| 日韩三级伦理在线观看| 欧美激情久久久久久爽电影| 熟女人妻精品中文字幕| 亚洲综合色惰| 久久久久久久久久成人| 在线免费十八禁| 亚洲怡红院男人天堂| 91精品一卡2卡3卡4卡| 2021少妇久久久久久久久久久| 黄片wwwwww| 美女被艹到高潮喷水动态| 亚洲婷婷狠狠爱综合网| 国产精品成人在线| 国产淫语在线视频| 97热精品久久久久久| 国产午夜精品久久久久久一区二区三区| 夜夜爽夜夜爽视频| 大片免费播放器 马上看| 免费看a级黄色片| 成人综合一区亚洲| 精品久久久久久久末码| 日本与韩国留学比较| 青春草视频在线免费观看| 国产成人a∨麻豆精品| 日本与韩国留学比较| 男女无遮挡免费网站观看| 亚洲婷婷狠狠爱综合网| 国产一区二区三区av在线| 午夜免费观看性视频| 最后的刺客免费高清国语| 97人妻精品一区二区三区麻豆| 成人午夜精彩视频在线观看| 久久久久九九精品影院| 看非洲黑人一级黄片| 在线播放无遮挡| 五月天丁香电影| 亚洲伊人久久精品综合| 不卡视频在线观看欧美| 国产黄色视频一区二区在线观看| 国产精品国产三级国产av玫瑰| 色综合色国产|