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

    SLGC:Identifying influential nodes in complex networks from the perspectives of self-centrality,local centrality,and global centrality

    2023-12-02 09:23:06DaAi艾達(dá)XinLongLiu劉鑫龍WenZheKang康文哲LinNaLi李琳娜ShaoQing呂少卿andYingLiu劉穎
    Chinese Physics B 2023年11期
    關(guān)鍵詞:艾達(dá)劉穎琳娜

    Da Ai(艾達(dá)), Xin-Long Liu(劉鑫龍), Wen-Zhe Kang(康文哲), Lin-Na Li(李琳娜),2,Shao-Qing L¨u(呂少卿), and Ying Liu(劉穎)

    1School of Communication and Information Engineering,Xi’an University of Posts and Telecommunications,Xi’an 710121,China

    2Network Ecological and Environmental Governance Research Center,Xi’an University of Posts and Telecommunications,Xi’an 710121,China

    Keywords: influential nodes,self-influence,local and global influence,complex networks

    1.Introduction

    Social structures,road systems,social networks,etc.can be abstracted as complex networks consisting of nodes and connected edges.[1]The opening of the metaverse era, where the node data in complex networks may be virtual and digital, and the connections between nodes may also be virtual,digital, or connected to the real world, has increased the heterogeneity and uncertainty of complex networks while increasing the difficulty of mining important nodes in complex networks.[2]The critical node detection problem (CNDP) is typical in complex network analysis, where its enhancement or failure will significantly improve or degrade the functionality of the target network and can better understand or control the behavior of nodes in complex networks.[3]Identifying a set of influential and important nodes in complex networks plays a crucial role in advertising placement,[4]rumor control,[5]epidemic prevention and control,[6]etc.With the complexity of human society and the increasing demand for large-scale, complex systems, the study of the importance of complex network nodes has received increasing attention.The study of mining important nodes in complex networks has important research significance and practical value for network data science and mining network functions.

    In complex networks, different types of network nodes have specific properties,and some special nodes that can manipulate the entire network data transmission and information dissemination are called important nodes,[7,8]for example,predictive dissemination of financial risk research institutions in the field of finance,[9]online social networking platforms with a strong ability to disseminate online bloggers,[10]and important transportation hubs that undertake transportation in road traffic networks.[11]Thus, several ranking algorithms have been proposed to evaluate the importance of nodes based on network features or node attributes, which can be broadly classified into categories such as node neighborhood-based,node path-based, node feature vector-based, node locationbased,and node multi-attribute decision-based methods.[12]

    Measuring the importance of a node based on its local neighborhood primarily involves evaluating its significance by considering its own information within the local neighborhood structure of the network and the importance of neighboring nodes within that neighborhood.Degree centrality(DC)[13]and H-index[14]are classical algorithms based on the node neighborhood,which mainly consider the number or degree of one-hop neighboring nodes to measure the importance of nodes and are an intuitive and simple node ranking algorithm, but because only one-hop neighboring nodes are considered,the influence of more distant nodes and network topology information is ignored, resulting in the accuracy rate of identifying important nodes not high.[15]

    Although algorithms based on local neighborhood node importance sorting can quickly and intuitively reflect the importance of nodes,their low accuracy leads to ranking results that are not suitable for practical applications.Subsequently,researchers proposed a class of path-based sorting algorithms that measure the importance of nodes in the global network based on the number of shortest paths between nodes.[16]The representative node-path-based algorithms are betweenness centrality(BC)[17]and closeness centrality(CC),[18]BC by calculating the number of shortest paths between nodes in the network and CC by calculating the inverse of the average distance from nodes to other nodes in the network, this type of node-centricity algorithm focuses on the global structure of the network and only considers the shortest path information between nodes without considering the path, which will not be able to describe the importance of the nodes for unconnected networks and lead to the high computational complexity of the model, which has some limitations for large-scale networks.[19]

    The importance of a node depends not only on the number of its neighboring nodes but also on the importance of those neighbors.The idea behind feature vector-based sorting algorithms is to calculate the weight value of a node based on the eigenvector of the network adjacency matrix.It emphasizes both the quantity and quality of neighboring nodes in the network where the node resides.The importance of a node is evaluated by considering the relationship between its own weight and the weights of its neighboring nodes.Eigenvector centrality (EC)[20]and PageRank (PR)[21]algorithms are representative algorithms based on the node eigenvector centrality.However,due to the involvement of matrix operations,this type of algorithm has high computation complexity and slow convergence speed, making it unsuitable for large-scale networks and prone to being trapped in loops.[22]

    In addition,by decomposing the complex network structure, the importance of a node is determined based on its position in the network.The classical algorithms based on node location areK-shell decomposition,which divides the nodes in the network into different levels according toK-shell values,and the closer a node is to the center of the network,the more influential that node is,but this method cannot distinguish the importance of nodes in the same level.[23]

    With the increase of uncertainty in complex networks, researchers have proposed a node centrality measure based on the multiple attribute decision-making methods(MADMs).[24,25]The idea of this algorithm is to define node centrality as a combined performance under multiple attribute perspectives,or to use the technique for order of preference by similarity to ideal solution(TOPSIS)to perform weighted calculations based on different attribute weights, and ultimately obtain a comprehensive ranking result for the nodes.[26]Wanget al.[27]proposed a centroidal of centripetalism to evaluate the importance of nodes more comprehensively from their global,local, and semi-local topological information.Qiuet al.[28]improved the traditional degree centrality by introducing the concept of local clustering coefficients to measure the local influence of nodes, improving the classicalK-shell algorithm to measure the global influence of nodes,and proposing a local and global influence(LGI)algorithm for identification and ranking of influential nodes in complex networks.

    In the aforementioned method based on the multiattribute decision-making for nodes, the comprehensive consideration of local and global features of nodes overlooks the self-influence of nodes.In this paper,we propose a new node importance ranking algorithm called SLGC algorithm from the perspective of multi-attribute decision-making for nodes,considering the self-influence of nodes.Compared to existing methods based on the multi-attribute decision-making for nodes, the proposed SLGC algorithm takes into account the self-influence of nodes, defines a new metric for local influence by considering the quantity and quality of the neighboring nodes within the node’s local neighborhood, and introduces the concept of Shannon entropy.Additionally,it defines a new metric for global influence based on the node’s position in the overall network and the topology structure between nodes.By integrating these three dimensions of metrics —node’s self-influence,local-influence,and global-influence—the SLGC algorithm comprehensively determines the node’s importance in a complex network and identifies influential nodes.The main innovation of our research in the SLGC algorithm lies in:

    (i) From the perspective of the self-influence of nodes.Starting from the node’s own attributes, we introduce an eexponential function to limit the overestimation of the node’s own importance due to large differences in node degrees.Based on the degree of the node and the maximum degree of the network, we define a new metric for self-influence of nodes,constraining it between(1, e).

    (ii)From the perspective of the local influence of nodes.Within the node’s local neighborhood, we consider the quantity and quality of the node’s first-order and second-order neighboring nodes to define a new metric called node’s local average degree.Then, we calculate the node’s local decision probability and introduce Shannon entropy to construct the node’s entropy-weighted local degree centrality as an evaluation of the node’s local influence.

    (iii)From the perspective of the global influence of nodes.In the global topological structure of the network, we assign each node with a correspondingK-shell value based on its position in the network.Simultaneously,we calculate the shortest path between any two nodes in the network to evaluate the node’s global influence.

    The rest of this article is composed as follows.Section 2 briefly introduces the basic concepts of complex network graph data and node centrality ranking algorithm.Section 3 outlines the SLGC algorithm proposed in this paper.Section 4 analyzes the experimental results, including the data set, node distinguishability experiments, node propagation ability experiments,and network model efficiency experiments.And Section 5 summarizes our research results and algorithm highlights.

    2.Preliminaries

    Mathematically,any complex network can be represented as a graphG=(V,E), where the set of nodes is denoted asV={v1,v2,v3,...,vn}and the set of connected edge relations between nodes is denoted asE={e1,e2,e3,...,em}.

    Without loss of generality,we assume that the graphG=(V,E) is an undirected and unweighted complex graph network data,and the information of nodes and edges in the complex network is described by the adjacency matrixThe adjacency matrix describes the connection relationship between each node, and for the undirected and unweighted complex network,the adjacency matrix of the nodes is a symmetric matrix,and bothai jandajiin the adjacency matrix are 1 if there is a connection between nodeviand nodevj,otherwise they are 0.

    2.1.Degree centrality

    The degree of a node is defined as the number of neighboring nodes that are directly connected to it.According to the degree of a node,the more neighboring nodes that are directly connected to it,the greater its influence in the network[13]

    whereaijdenotes the existence of a connection between nodeviand nodevjin the network adjacency matrix.

    Normalized degree centrality

    wherekidenotes the degree of nodeviandNis the total number of nodes in the network.

    2.2.Betweenness centrality

    Betweenness centrality is a node centrality measure based on the global topology of the network,and the importance of a node is measured by the shortest path of the node,according to which the more the shortest path, the more important the node is[17]

    wheregjkis the number of the shortest paths between nodevjandvk.gjk(vi)is the number of shortest paths between nodevjand nodevkthrough nodevi.

    2.3.Closeness centrality

    Closeness centrality is a centrality measure based on the global topology of the network,where the closeness centrality of a node is calculated as the reciprocal of the sum of the shortest paths between the node and other nodes,and the closeness centrality of a node is defined based on the reciprocal of the average shortest path of the node[18]

    whereNdenotes the number of nodes in the network anddijis the shortest path between nodeviand nodevj.

    2.4.Eigenvector centrality

    The importance of a node takes into account not only the information of the node itself but also the information of neighboring nodes.Feature vector centrality defines node importance based on the centrality of neighboring nodes.Based on the adjacency matrixAof a given network,the feature vector centrality is defined as[20]

    whereλis the maximum eigenvalue of the adjacency matrix of the network and 1/λis used as a scaling constant,only the eigenvector corresponding to the maximum eigenvalue is required for the centrality measure, andxT={x1,x2,...,xn}is the corresponding eigenvector.

    2.5.PageRank centrality

    The PageRank algorithm is a variant of eigenvector centrality,which was initially used by Google to rank web pages.The algorithm is calculated based on the structure and number of connections of nodes in the network,and the PR of a node is not simply calculated with the number of its neighboring nodes,but the sum of the weights of the related nodes,which are derived based on the iterative formula of the PageRank,which is calculated as follows:[21]

    where PRC(vi)denotes the PageRank value of nodevi,dis the damping factor,Nis the total number of the network nodes,PR(vj) denotes the PageRank value of nodevj, Out(vj) denotes the number of connections from nodevito other nodes.

    2.6.Clustered local-degree centrality

    The algorithm calculates the sum of the degrees of the nearest neighbors of a given node and introduces the clustering coefficients of the nodes to propose a new centrality measure called clustering local degree centrality for identifying important nodes in the network,defined as follows:[29]

    wherekidenotes the degree of the node,C(vi) denotes the clustering coefficient of the node, andLidenotes the number of contiguous edges existing between the neighboring nodes of nodevi.

    2.7.Global structure model

    The algorithm proposes a new node centrality metric for identifying influential nodes based on the node global structure model, which considers the node’s self influence while emphasizing the node’s global influence in the network topology,defined as follows:[30]

    whereKs(vi) denotes theK-shell value of the node anddijdenotes the shortest distance between nodesviandvj.

    2.8.Local-and-global centrality

    The algorithm considers the degree of nodes and the shortest distance between nodes and proposes a new algorithm based on local and global centrality measures of nodes to identify key nodes by processing the local and global topology of nodes in the network,defined as follows:[31]

    whered(vi) denotes the degree of the node,di jdenotes the shortest distance between nodesviandvj, andα, as the degree of influence of the adjustable parameter control network,lies in the range between 0 and 1.

    3.The proposed method

    The importance of nodes in a complex network is determined by three key factors: the influence of a node, the local influence of a node,and the global influence of a node.The influence of a node is mainly provided by the degree of the node,while the influence of a node is measured by introducing the exponential function of e.Local influence is determined based on the node’s one-hop neighboring nodes and two-hop neighboring nodes jointly,and the concept of information entropy is introduced to reflect the information sharing ability between the node and its one- and two-hop neighboring nodes.The global influence considers the information dissemination ability of the node in terms of the global structure of the whole network,i.e.,the location and shortest path of the node in the network.

    3.1.Definitions related to the SLGC algorithm

    To describe the node importance evaluation index in complex networks, the following definitions of node’s selfinfluence, local influence, and global influence are given in this paper.

    Definition 1.Self-influence of node(SIN)The degree of a node can directly reflect its information dissemination capacity.Nodes with higher degrees tend to be more important.However, this may lead to the neglect of nodes with lower degrees.To avoid this situation, we introduce the eexponential function to limit the node’s self-influence within the range of (1, e), thereby preventing an excessive evaluation of the node’s own importance, defining SIN, the node’s self-influence is calculated as

    whered(vi)is the degree of the node andkmaxis the maximum degree of the node in the network.

    Definition 2.Local-influence of nodes (LIN)The importance of a node depends not only on the number of nodes it directly connects to but also on the quality of its immediate neighbors and second-order neighbors.The larger the degree of a node’s immediate neighbors and second-order neighbors,the more significant the node is considered to be.Therefore,a new local degree centrality method is proposed as follows by introducing the Shannon entropy[32]in the local information dimension of the node.

    (i) Local average degreeThe local average degree of a node reflects the average level of connectivity within its local neighborhood, revealing the node’s capacity for information sharing and propagation with its neighboring nodes.The local average degree is calculated as the ratio of the sum of the degrees of a node’s first-order and second-order neighboring nodes to the degree of the node itself,denoted byknnand defined as follows:

    whered(vi)denotes the degree of the nodevi,d(vj)andd(vk)denote the degree of the node’s one-hop neighboring nodesvjand two-hop neighboring nodesvk, andΓ(vi) andΓ(vj) denote the set of nearest neighbor nodes and two-hop neighboring nodes of the nodevi.

    (ii)Local decision probabilityBased on the node’s own attributes and the network structure between its first-order and second-order neighboring nodes, the local decision probability of a node is defined to evaluate its level of connectivity within the local neighborhood network, thereby revealing its importance in information dissemination or control.The local decision probability of a node is defined as the reciprocal of the local average degree and is expressed as follows:

    (iii) Node local information entropyShannon entropy is a concept in information theory used to measure the uncertainty of a random variable.In the context of ranking the importance of nodes in complex networks,nodes can be seen as information sources,and their neighboring nodes can be seen as information related to that source.By introducing the definition of the Shannon entropy,we can evaluate the information transmission capacity of a node within its local neighborhood.Based on the local decision probability of each node involved in information propagation, the definition of node’s local information entropy is as follows:

    where the probability of the local information entropy of a node is represented by the local decision probability of the node,andΓ(vi)denotes the set of one-hop neighboring nodes of nodevi.

    (iv) Node local influenceOn the basis of the node degree centrality measurement method,the node information entropy is introduced to construct the entropy-weighted local degree centrality as an indicator to measure the local influence of nodes,which is defined as follows:

    whereE(vi)is the information entropy of nodevi,d(vi)is the degree of nodevi, andNis the total number of nodes in the network.

    Definition 3.Global-influence of node (GIN)When considering only the local influence of a node often loses information about the topology of the node network, the time and ability of the node to spread information with other nodes as one of the indicators to measure the global influence of the node,theK-shell value of the node’s direct neighbors also indirectly increases the influence of the node,theK-shell value measures the nucleus of each node in the network from the global dimension of the network, the shortest path between any two nodes in the network directly affects the ability of the node to share information with other nodes, the shortest distance between two nodes is inversely proportional to the node,so the global dimension influence is defined as follows:

    whereKs(vj) denotes the value ofK-shell of nodes anddijdenotes the shortest path between nodeviand nodevj.

    Definition 4.Total influence of nodeAccording to the above-proposed node’s self-influence,local influence,and global influence, the product of the three is used as the basis for assessing the importance of the node by the SLGC method proposed in this paper,therefore,the SLGC value of the node is defined as

    Algorithm 1 provides the algorithmic description of SLGC.

    Algorithm 1 SLGC Input: A network G=(V,E)//G is an undirected and unweighted graph with V as the set of nodes and E as the set of edges.Output: A ranking list of node’s influence.Begin Initialize the information For each node v in V do For each node u in V do Calculate the degree deg(v)and the max degree kmax Calculate the Ks(v)using K-shell decomposition Using Dijkstra calculate the shortest distance duv End for End for SIN= /0//self influence LIN= /0//local influence GIN= /0//global influence For each node in V do Calculate self influence SIN(v)using Eq.(11).End for For each node v in V do Calculate the knn using Eq.(12).For each(u,v)∈E do puv=1/knn Huv=-puv log puv For each node v in V do Ev=∑u∈Γv Huv Calculate local influence LIN(v)using Eq.(15).End for End for For each node v in V do Calculate global influence GIN(v)using Eq.(16).?indices i/= j for Eqs.(16)and(17).End for For each node v in V do Calculate SLGC(v)using Eq.(17).End for Sort the nodes in descending order based on SLGC scores to obtain the ranking list.End

    3.2.Example of SLGC algorithm

    The procedure of the proposed method is illustrated below using a simple random network.The random network is shown in Fig.1, which contains 16 nodes and 21 edges.By using the SLGC algorithm for this random network, the important nodes in the network are identified and the nodes are ranked.

    Fig.1.The random network for illustration.

    Calculate step-by-step according to the SLGC algorithm flow.

    Step 1: in a given network,the first step is to performKshell decomposition by partitioning the network based on the position of nodes within the network, resulting in each node being assigned aK-shell value.Simultaneously, the degree value of each node is calculated.The values are shown in the following table.

    Table 1.Degree and Ks values of nodes.

    Step 2: by calculating the degree values of nodes in the given random network,we obtain the maximum degree valuekmaxas 8.Based on the degree values of each node obtained in the first step and the maximum degree value in the network,we can calculate the SIN value of nodes in the random network using the e-exponential function.

    Table 2.SIN value of the node.

    Step 3: to calculate the local average degree and local clustering probability of each node in a random network based on the node’s degree within its local neighborhood and the network structure,we introduce the concept of Shannon entropy to compute the local information entropy of each node.Subsequently,we can calculate the LIN value of nodes in the random network.

    Table 3.LIN value of the node.

    Step 4: based on the degree andK-shell values of nodes in the random network obtained in step one, we can use Dijkstra’s algorithm to calculate the shortest paths between any two nodes in the network,and then calculate the GIN value for each node in the random network.

    Table 4.GIN value of the node.

    Step 5:based on the above-obtained node SIN value,LIN value,and GIN value,calculate the SLGC value of the nodes and sort the nodes.

    From Table 5, it can be seen that nodev1has the largest SLGC value, indicating that it has the strongest importance;nodesv5andv6,nodesv7andv8,and nodesv11andv12have the same SLGC value,indicating that they have the same importance; in Table 1,nodev9and nodev10have the same degree value andK-shell value,therefore,the traditional method cannot distinguish the importance of the two nodes; whereas,from Table 3, it can be seen that the local influence of nodev9is slightly higher than that of nodev10, and Table 4 shows that the global influence of nodev9is higher than that of nodev10,which leads to a more obvious differentiation between the influence of nodev9and nodev10in Table 5, indicating that the accuracy of the proposed method for node identification is better than that of the existing methods.The detailed experimental analysis will be given in Section 4.

    3.3.Computational complexity analysis of SLGC

    Time complexity is an important indicator to measure the quality of an algorithm.The proposed SLGC algorithm consists of three main components: computing the self-influence,local influence,and global influence of nodes.The time complexity of the SLGC algorithm is given below.

    (i) For an undirected graph, when computing the selfinfluence of nodes,it is necessary to traverse all nodesn,calculate the degree value of each node and perform exponential function computation once,with a time complexity ofO(n).

    (ii)When calculating the sum of degrees of one-and twohop neighboring nodes for each node, it is necessary to traverse the first- and second-order neighboring nodes of each node once,resulting in a time complexity ofO(n2).

    (iii)When calculating the information content of a node,it is necessary to perform a local average degree calculation on the neighboring nodes of each node,with a time complexity ofO(n2).

    (iv)When computing the information entropy of nodes,it is necessary to traverse each node’s neighbor nodes and accumulate information value during the traversal process, with a time complexity ofO(n2).

    (v) Using Dijkstra’s algorithm to calculate the shortest path between two nodes or calculate theK-shell value of a node has a time complexity ofO(n2).

    (vi) When computing the self-influence, local influence,and global influence of nodes, it is necessary to perform one computation for each node,with a time complexity ofO(n).

    Therefore,the time complexity of the SLGC algorithm isO(n2).

    4.Experiment and analysis

    In this section, we use six real-world complex networks with different properties as test datasets to verify the effectiveness of our proposed method.We compare our method with a total of eight most commonly used and latest node centrality measures,including degree centrality,betweenness centrality,closeness centrality, eigenvector centrality, PageRank, cluster local degree centrality(CLD),global structure model(GSM),and local-and-global centrality(LGC).

    The following three metrics are used to evaluate the proposed SLGC node centrality metric.

    Differentiation This reflects the ability of the method to distinguish the node influence ranking, mainly including the monotonicity function, the distinct metric based evaluation criterion,and the complementary cumulative distribution function.

    Accuracy This reflects that the node ranking obtained by the method can be more conducive to the dissemination of information and mining the nodes with strong dissemination ability in the network.

    Efficiency This reflects the network running time of the algorithm in identifying important nodes.

    4.1.Datasets

    In this experiment,six real-world networks with different properties are selected,including Jazz,[33]EEC,[34]Email,[35]Hamster,[36]Facebook,[37]and PGP.[38]As Table 6 shows the relevant statistical characteristics of the six real networks,where|N|and|M|are the number of edges and nodes,〈K〉is the average degree.The last two columns indicate the maximum degreeKmaxand average cluster coefficients〈C〉 of the networks.

    Table 6.The statistical features of six real-world networks.

    4.2.Differentiation

    4.2.1.Monotonicity based evaluation criterion

    In this experiment, the discriminative power of the proposed method versus other methods on the generated ranking results is studied by using the monotonicity function[39]

    whereRis the ranked list of node importance generated by different methods,|V|rdenotes the number of nodes assigned to the ranked listr,and|V|denotes the total number of nodes in the network.If the ranking listRhas better discriminative power,then a higher value indicates that the method has better node ranking performance.

    Table 7.The M values of different methods on six real-world networks.

    Table 8.DM values of different methods on six real-world networks.

    Table 7 shows the monotonicity values of eight different node centrality measures for six real complex networks.The monotonicity value of SLGC tends to be 1 on each network,which is significantly higher than other methods,verifying the goodness and monotonicity of the proposed method for node ranking performance.

    4.2.2.The distinct metric based evaluation criterion

    The distinct metric(DM)of nodes is another metric used to test the ability to distinguish nodes differentiation by performing statistics on the ranking results of nodes, defined as follows:[40]

    whereRdenotes the ranking list generated by different methods,|V|denotes the total number of nodes in the network,and DM takes values in the range of[0,1],the higher the value of DM indicates that the method has a better ability to differentiate the nodes in the network.

    According to the display in Table 8, it can be concluded that the DM values of SLGC are higher than other methods on all six complex networks,which indicates that the nodes in the network are resolved to be assigned to different ranks and have high differentiation ability for nodes.

    4.2.3.Complementary cumulative distribution function based evaluation criterion

    The complementary cumulative distribution function(CCDF) further standardizes the node ranking distribution of the ranking methods by generating node rankings for different node centrality metrics to better assess the differences in node ranking lists between methods and the node importance capabilities.The mathematical definition of CCDF is as follows:[41]

    whereRdenotes the node ranking list andndenotes the number of network nodes.According to this formula, from the perspective of distinguishing nodes’differentiation ability,the more nodes are assigned different ranks for ranking the better the method can show and the stronger the method’s ability to distinguish nodes,which helps to select the more effective topNnodes from the network node ranking for disseminating information; if each node is assigned a different rank,the CCDF curve result will gradually converge to zero with a smooth slope,and if all nodes are assigned the same rank,the CCDF curve result will rapidly converge to zero.

    As Fig.2 shows the CCDF curve results on six real network datasets,it can be concluded that due to the degree centrality assigning node ranking ranks according to node degrees, which leads to most nodes in the same rank, the corresponding CCDF curve results will also converge to zero rapidly; the CCDF curve graph of the SLGC algorithm proposed in this paper converges to zero gently,reflecting that the algorithm has the optimal node.The CCDF curve of the proposed SLGC algorithm tends to zero gently,which reflects that the algorithm has optimal node distribution and monotonicity performance,and better distinguishes the differences between node rankings.

    4.3.Accuracy

    The SIR model is a common mathematical model used to describe the spread and control of infectious diseases, which is applied to describe the spreading process of a disease in a closed population.In this experiment,the SIR epidemic transmission model is used to model the transmission of infectious diseases for ranked lists generated by different methods, in order to identify the transmission capacity and efficiency of nodes in complex networks.In the SIR model, nodes are divided into three states: susceptible, infected, and recovered.A susceptible person can be infected by contacting with an infected person with a certain probability.The infected node remains infected for a certain period and then enters the recovered state with a certain recovery probability and no longer infects other nodes.The SIR model can be described by a set of differential equations,whereS,I,andRdenote the number of susceptible, infected, and recovered individuals, respectively.The differential equations of SIR are[42]

    wheres(t),i(t),andr(t)denote the number of nodes in susceptible, infected, and recovered states, respectively;βdenotes the infection probability andμdenotes the recovery probability.

    The performance of the proposed algorithm can be measured by the spreading capability of the selected initial nodes.Based on the SIR model,the network infection quantityF(t)at timetis defined as the ratio of the sum of infected nodes and recovered nodes within a unit of time to the total number of nodes in the network.It is defined as follows:

    whereF(t) represents the network infection level at timet,nI(t)represents the number of infected nodes at timet,nR(t)represents the number of recovered nodes at timet,andNrepresents the total number of nodes in the network.

    In this experiment, the first ten nodes of each method are selected as the initially infected nodes,and the remaining nodes are in the susceptible state.During the simulation experiment, the node overview in the network is the sum of the number of infected nodes and the number of recovered nodes,and the infected nodes infect the surrounding nodes in the susceptible state with the infection probabilityβ.The infection probabilityβis set to 0.1, and the recovery probability is set toμas 1.The propagation time is denoted byt,and each experiment is run 100 times independently.As shown in Fig.3,the number of infected nodesF(t)is used as the size of the infection ability of the selected initial node in a specific period,and the largerF(t)is in the same propagation time,the larger the size of the node’s impact under the method,which further indicates the stronger own influence of the node’s initial test infected node selected according to the method.

    Fig.2.The CCDF plots for ranking lists were obtained by different methods on six real-world networks.

    4.4.Efficiency

    In this experiment, the running time of each method on six real network datasets is investigated,and a shorter running time for a certain method indicates better efficiency.The efficiency of each method in identifying and ranking important nodes is reflected in terms of the running time.As shown in the figure,each node centrality measure is independently executed 100 times on each network,and the average run time is taken to quantify the efficiency of each method for node identification and ranking.

    Fig.4.Running time of different methods on six datasets.

    As shown in Fig.4, the SLGC algorithm takes less time to run than BC on all six datasets.On Jazz, EEC, and Email datasets, the SLGC algorithm takes the same amount of time as GSM and LGC, and on Facebook and PGP large-scale datasets, the SLGC algorithm not only takes less time than BC,but also takes less time than LGC algorithm.It is obvious that although DC takes little time to calculate node centrality,DC only considers the number of connected edges of nodes as an evaluation index and has a lower monotonicity value,while BC algorithm is a slower algorithm on most data and data pairs because it considers the shortest path and number of nodes in the data.As a whole,the SLGC algorithm increases the computing time relatively by a small amount on the basis of improving the accuracy of the node centrality metric;therefore,in terms of network running time,the SLGC algorithm is in a relatively intermediate position among all methods.

    5.Conclusion

    Mining and ranking of important nodes of complex networks has become one of the research hotspots of complexity theory.In this paper, we propose a new node centrality measurement method,the SLGC algorithm.In response to the limitations of traditional classical algorithms that only consider single-dimensional node features and the inaccurate results of existing node centrality measurement algorithms,we adopt the idea of multi attribute decision making for node importance ranking.We explore influential nodes in complex networks by considering the node’s own attributes,the quantity and quality of neighboring nodes within its local neighborhood,and introducing information entropy to study the node’s local influence.Additionally,we calculate the global influence throughK-shell decomposition and the shortest paths between nodes.

    By applying the SLGC algorithm to six different types and scales of real-world complex networks, we fully demonstrate its effectiveness in partitioning nodes into different ranks and better distinguish the influence of nodes from three aspects: monotonicity value, ranking value, and complementary cumulative distribution function.Furthermore, we validate the effectiveness of the proposed algorithm by simulating the spread of nodes in practical scenarios using the SIR model.The proposed method measures the importance of nodes from multiple dimensions and statistical features,and its time complexity is intermediate among node centrality measurement methods.This method improves the ranking of node importance in complex networks while ensuring network operational efficiency,and it can be applied to complex networks of various sizes and scales.

    Experimental results show that the proposed method effectively differentiates and propagates nodes, outperforming existing benchmark methods.However,the current SLGC algorithm is limited to unweighted networks.Therefore, in future research, we will incorporate the study of weighted networks into the proposed method, which could present one of the challenges for developing a more accurate and widely applicable algorithm for ranking the importance of nodes in complex networks.

    Acknowledgments

    Project supported by the Natural Science Basic Research Program of Shaanxi Province of China (Grant No.2022JQ-675)and the Youth Innovation Team of Shaanxi Universities.

    猜你喜歡
    艾達(dá)劉穎琳娜
    Students’ Feedback on Integrating Engineering Practice Cases into Lecture Task in Course of Built Environment
    電影《鋼琴課》中通過(guò)鏡頭語(yǔ)言完成的情感表達(dá)
    戲劇之家(2021年19期)2021-11-14 15:28:48
    記憶早點(diǎn)
    陳璐琦、劉穎作品
    A Brief Analysis of Stereotyping in the Movie Crash
    張學(xué)良和墨索里尼千金的一段情
    女士(2016年8期)2016-05-14 09:01:41
    New twist on Old Style
    艾琳娜和她的狼伙伴
    張學(xué)良和墨索里尼千金的一段情
    被取代的親情
    国产免费现黄频在线看| 18禁国产床啪视频网站| 大陆偷拍与自拍| 大型av网站在线播放| 免费观看a级毛片全部| 国产亚洲欧美精品永久| 国产成人免费无遮挡视频| 少妇猛男粗大的猛烈进出视频| www.999成人在线观看| 亚洲专区国产一区二区| 亚洲av片天天在线观看| 午夜91福利影院| 五月天丁香电影| 精品少妇一区二区三区视频日本电影| 免费在线观看影片大全网站| 日本五十路高清| 久久久国产欧美日韩av| 国产主播在线观看一区二区| 91精品三级在线观看| 国产精品av久久久久免费| 最近最新免费中文字幕在线| 久9热在线精品视频| 大码成人一级视频| 两个人看的免费小视频| 麻豆乱淫一区二区| 一二三四社区在线视频社区8| 高清毛片免费观看视频网站 | 涩涩av久久男人的天堂| 久久中文字幕一级| 国产麻豆69| 啦啦啦视频在线资源免费观看| 热re99久久精品国产66热6| av欧美777| 亚洲欧美一区二区三区黑人| 欧美另类亚洲清纯唯美| 一级黄色大片毛片| 捣出白浆h1v1| 无人区码免费观看不卡 | 中文字幕另类日韩欧美亚洲嫩草| 大码成人一级视频| 国产精品免费视频内射| 欧美激情 高清一区二区三区| 最近最新免费中文字幕在线| 精品一区二区三区av网在线观看 | 亚洲七黄色美女视频| 亚洲国产av新网站| 国产精品亚洲av一区麻豆| 51午夜福利影视在线观看| 两性午夜刺激爽爽歪歪视频在线观看 | 99国产精品一区二区蜜桃av | 菩萨蛮人人尽说江南好唐韦庄| 午夜激情久久久久久久| 国产精品一区二区免费欧美| 午夜91福利影院| 女同久久另类99精品国产91| 婷婷成人精品国产| 日本欧美视频一区| 国产一区二区激情短视频| av网站免费在线观看视频| av天堂久久9| 国产精品99久久99久久久不卡| 亚洲第一av免费看| 亚洲av国产av综合av卡| 免费在线观看日本一区| 精品亚洲乱码少妇综合久久| 美女午夜性视频免费| 18禁国产床啪视频网站| 亚洲性夜色夜夜综合| 99riav亚洲国产免费| aaaaa片日本免费| 中文字幕最新亚洲高清| 日韩免费高清中文字幕av| 欧美成人午夜精品| 精品亚洲成a人片在线观看| 18禁国产床啪视频网站| 久久中文字幕一级| 成年人黄色毛片网站| 午夜久久久在线观看| 少妇猛男粗大的猛烈进出视频| 国产视频一区二区在线看| 国产亚洲av高清不卡| 电影成人av| 免费人妻精品一区二区三区视频| 国产97色在线日韩免费| 亚洲国产av影院在线观看| 久久久国产成人免费| 又大又爽又粗| 亚洲伊人久久精品综合| 亚洲精品国产色婷婷电影| 精品少妇内射三级| 亚洲中文字幕日韩| videos熟女内射| 欧美黄色片欧美黄色片| 香蕉丝袜av| 美女主播在线视频| 免费久久久久久久精品成人欧美视频| 在线观看免费高清a一片| 在线观看66精品国产| 久久精品国产a三级三级三级| 欧美午夜高清在线| 狠狠狠狠99中文字幕| 国产欧美日韩综合在线一区二区| 最黄视频免费看| 老司机影院毛片| 中文字幕人妻丝袜制服| 精品久久久久久久毛片微露脸| 亚洲精品中文字幕一二三四区 | 黑人操中国人逼视频| 精品一区二区三区视频在线观看免费 | 日本精品一区二区三区蜜桃| 国产伦人伦偷精品视频| 免费观看a级毛片全部| www.精华液| 久久精品国产综合久久久| 国产亚洲av高清不卡| 午夜福利欧美成人| 极品教师在线免费播放| 女警被强在线播放| 国产精品一区二区免费欧美| 窝窝影院91人妻| 国产有黄有色有爽视频| 一二三四社区在线视频社区8| 狠狠狠狠99中文字幕| 久久久久久亚洲精品国产蜜桃av| 亚洲 欧美一区二区三区| 欧美精品亚洲一区二区| 人人妻,人人澡人人爽秒播| 精品人妻熟女毛片av久久网站| 日韩人妻精品一区2区三区| 夜夜夜夜夜久久久久| 国产精品电影一区二区三区 | 美女国产高潮福利片在线看| 新久久久久国产一级毛片| 一二三四社区在线视频社区8| 最新的欧美精品一区二区| av又黄又爽大尺度在线免费看| 日韩免费高清中文字幕av| 成人国产一区最新在线观看| 人人妻人人爽人人添夜夜欢视频| 菩萨蛮人人尽说江南好唐韦庄| 色婷婷久久久亚洲欧美| 成年人免费黄色播放视频| 亚洲成a人片在线一区二区| 色婷婷久久久亚洲欧美| 午夜福利,免费看| 无人区码免费观看不卡 | 大香蕉久久成人网| 精品国产国语对白av| 日本欧美视频一区| 在线观看免费午夜福利视频| 亚洲午夜精品一区,二区,三区| 亚洲,欧美精品.| 一进一出抽搐动态| 脱女人内裤的视频| 色播在线永久视频| 99久久精品国产亚洲精品| 高清av免费在线| 国产成人av激情在线播放| 中文字幕精品免费在线观看视频| 女同久久另类99精品国产91| 老司机在亚洲福利影院| av天堂在线播放| 国产在线一区二区三区精| 一本一本久久a久久精品综合妖精| 免费看十八禁软件| 欧美另类亚洲清纯唯美| 国产精品久久久久成人av| 老熟女久久久| 免费高清在线观看日韩| 欧美日韩一级在线毛片| 欧美久久黑人一区二区| 精品国产亚洲在线| 久久av网站| 国产黄频视频在线观看| 久热这里只有精品99| 国产男女超爽视频在线观看| 99热网站在线观看| 色视频在线一区二区三区| 一级黄色大片毛片| 考比视频在线观看| 久久精品成人免费网站| 人妻久久中文字幕网| 亚洲一区中文字幕在线| 国产日韩欧美在线精品| 欧美日韩亚洲综合一区二区三区_| 首页视频小说图片口味搜索| 亚洲中文日韩欧美视频| 久久精品国产综合久久久| 国产精品麻豆人妻色哟哟久久| 亚洲av日韩在线播放| 一区二区av电影网| 亚洲欧洲精品一区二区精品久久久| 亚洲专区字幕在线| 国产精品久久久久久精品古装| 另类亚洲欧美激情| 18在线观看网站| 在线播放国产精品三级| 9热在线视频观看99| 欧美在线黄色| 男女免费视频国产| 狂野欧美激情性xxxx| 欧美乱码精品一区二区三区| videos熟女内射| 欧美激情高清一区二区三区| av片东京热男人的天堂| 亚洲午夜理论影院| 精品人妻1区二区| 日韩视频一区二区在线观看| 桃色一区二区三区在线观看| 久久精品亚洲精品国产色婷小说| 18禁黄网站禁片免费观看直播| 亚洲七黄色美女视频| 国产综合懂色| 中文字幕人成人乱码亚洲影| 欧美日韩一级在线毛片| 成人特级黄色片久久久久久久| 舔av片在线| 国产又黄又爽又无遮挡在线| www日本黄色视频网| 嫩草影院入口| 欧美成人一区二区免费高清观看 | 日韩三级视频一区二区三区| 后天国语完整版免费观看| 久久伊人香网站| 亚洲专区字幕在线| 99re在线观看精品视频| 啪啪无遮挡十八禁网站| 亚洲国产精品久久男人天堂| 99久久精品一区二区三区| av天堂中文字幕网| 最新中文字幕久久久久 | 国产日本99.免费观看| 9191精品国产免费久久| 2021天堂中文幕一二区在线观| 香蕉丝袜av| 99久久综合精品五月天人人| 99国产精品一区二区三区| 欧美在线黄色| 天天躁日日操中文字幕| 国产又黄又爽又无遮挡在线| 999久久久精品免费观看国产| 免费高清视频大片| 操出白浆在线播放| 黑人操中国人逼视频| 美女免费视频网站| a级毛片在线看网站| 精品一区二区三区av网在线观看| 亚洲成人免费电影在线观看| 亚洲av电影不卡..在线观看| 又爽又黄无遮挡网站| 国产伦精品一区二区三区视频9 | 亚洲国产日韩欧美精品在线观看 | 中文亚洲av片在线观看爽| 久久中文看片网| 黄片大片在线免费观看| 国产aⅴ精品一区二区三区波| 精品国产亚洲在线| 亚洲国产欧美人成| 高潮久久久久久久久久久不卡| av国产免费在线观看| 亚洲人与动物交配视频| 成人av一区二区三区在线看| 欧美乱妇无乱码| 白带黄色成豆腐渣| 免费大片18禁| 一区二区三区国产精品乱码| 亚洲国产欧洲综合997久久,| 久久久久精品国产欧美久久久| 日韩欧美国产一区二区入口| 麻豆成人午夜福利视频| 夜夜看夜夜爽夜夜摸| 欧美激情在线99| 国产欧美日韩精品一区二区| 一进一出抽搐gif免费好疼| 婷婷亚洲欧美| 天天一区二区日本电影三级| 久久精品国产清高在天天线| 国产精华一区二区三区| 亚洲人成网站高清观看| 免费无遮挡裸体视频| 亚洲欧美日韩无卡精品| 最近最新中文字幕大全免费视频| 99久久综合精品五月天人人| 国产成人精品久久二区二区免费| 午夜免费成人在线视频| 一个人免费在线观看的高清视频| 美女高潮的动态| 免费无遮挡裸体视频| 岛国视频午夜一区免费看| 操出白浆在线播放| 国产精品99久久久久久久久| 成在线人永久免费视频| 色综合婷婷激情| 亚洲熟妇中文字幕五十中出| 九色国产91popny在线| 国产一区在线观看成人免费| 国产v大片淫在线免费观看| 日韩精品青青久久久久久| 久久久色成人| 黑人巨大精品欧美一区二区mp4| 亚洲七黄色美女视频| 亚洲成av人片在线播放无| 亚洲精品美女久久久久99蜜臀| 欧洲精品卡2卡3卡4卡5卡区| 色综合欧美亚洲国产小说| 18禁观看日本| 欧美日韩一级在线毛片| 一进一出抽搐gif免费好疼| 亚洲精品久久国产高清桃花| 国语自产精品视频在线第100页| 我要搜黄色片| 亚洲自偷自拍图片 自拍| 亚洲中文av在线| 99久久成人亚洲精品观看| av国产免费在线观看| av片东京热男人的天堂| 国产野战对白在线观看| 熟女人妻精品中文字幕| 日韩人妻高清精品专区| 三级毛片av免费| 日韩欧美 国产精品| 男插女下体视频免费在线播放| 黄色日韩在线| 嫩草影院入口| 亚洲专区国产一区二区| 亚洲精华国产精华精| 亚洲欧美日韩东京热| 国内毛片毛片毛片毛片毛片| 在线国产一区二区在线| 淫秽高清视频在线观看| 久久精品国产综合久久久| 亚洲av日韩精品久久久久久密| 脱女人内裤的视频| 国产一区二区在线av高清观看| 观看免费一级毛片| 黄片小视频在线播放| 丰满人妻熟妇乱又伦精品不卡| 亚洲国产精品999在线| 在线看三级毛片| 老熟妇仑乱视频hdxx| 男人和女人高潮做爰伦理| 欧美日韩综合久久久久久 | 日本在线视频免费播放| 国产伦精品一区二区三区视频9 | 天堂av国产一区二区熟女人妻| 男女床上黄色一级片免费看| 啦啦啦观看免费观看视频高清| 深夜精品福利| 淫妇啪啪啪对白视频| 久久久久久久久久黄片| 中文字幕久久专区| 天堂动漫精品| 丁香六月欧美| 一个人免费在线观看的高清视频| 亚洲国产日韩欧美精品在线观看 | xxxwww97欧美| 男女午夜视频在线观看| 精品久久蜜臀av无| 最新中文字幕久久久久 | 人人妻人人澡欧美一区二区| 欧美中文日本在线观看视频| 中文字幕人成人乱码亚洲影| 日本三级黄在线观看| 久久这里只有精品中国| 日本在线视频免费播放| 18禁国产床啪视频网站| 久久久精品大字幕| 国产午夜精品久久久久久| 99热精品在线国产| 女生性感内裤真人,穿戴方法视频| 久久国产精品人妻蜜桃| 国产高清视频在线观看网站| 精品国内亚洲2022精品成人| 久久久国产精品麻豆| 免费观看精品视频网站| 亚洲熟妇中文字幕五十中出| 日日摸夜夜添夜夜添小说| 国产亚洲欧美在线一区二区| 欧美高清成人免费视频www| 国产亚洲欧美在线一区二区| 国产1区2区3区精品| 哪里可以看免费的av片| 中文在线观看免费www的网站| 久久精品aⅴ一区二区三区四区| 亚洲av电影不卡..在线观看| 国内揄拍国产精品人妻在线| 成人鲁丝片一二三区免费| 999久久久精品免费观看国产| 草草在线视频免费看| 97人妻精品一区二区三区麻豆| 男人的好看免费观看在线视频| 欧美乱码精品一区二区三区| 午夜a级毛片| 精品熟女少妇八av免费久了| 网址你懂的国产日韩在线| 欧美性猛交黑人性爽| svipshipincom国产片| 午夜福利在线在线| 青草久久国产| 757午夜福利合集在线观看| 色综合站精品国产| 校园春色视频在线观看| 欧美又色又爽又黄视频| 给我免费播放毛片高清在线观看| 岛国在线观看网站| 成在线人永久免费视频| 啦啦啦观看免费观看视频高清| 国产精品av视频在线免费观看| 国产亚洲欧美98| 三级国产精品欧美在线观看 | 欧美最黄视频在线播放免费| 久久天堂一区二区三区四区| 成人鲁丝片一二三区免费| 神马国产精品三级电影在线观看| 少妇的丰满在线观看| av国产免费在线观看| 亚洲精品乱码久久久v下载方式 | tocl精华| 日韩精品青青久久久久久| e午夜精品久久久久久久| 97人妻精品一区二区三区麻豆| 熟女少妇亚洲综合色aaa.| 黄色女人牲交| 亚洲在线自拍视频| 综合色av麻豆| 超碰成人久久| 丝袜人妻中文字幕| 每晚都被弄得嗷嗷叫到高潮| 老司机午夜十八禁免费视频| 亚洲国产看品久久| 欧美大码av| 亚洲熟妇熟女久久| 搡老熟女国产l中国老女人| 午夜亚洲福利在线播放| 国语自产精品视频在线第100页| 国产成人影院久久av| 禁无遮挡网站| 激情在线观看视频在线高清| 叶爱在线成人免费视频播放| 欧美丝袜亚洲另类 | 国产亚洲av嫩草精品影院| 日本三级黄在线观看| av中文乱码字幕在线| 好男人在线观看高清免费视频| 日韩国内少妇激情av| 国产精品av久久久久免费| 淫妇啪啪啪对白视频| 丰满的人妻完整版| 亚洲欧美精品综合久久99| 国产精品一区二区三区四区久久| 精品日产1卡2卡| 又粗又爽又猛毛片免费看| 给我免费播放毛片高清在线观看| 亚洲国产高清在线一区二区三| 十八禁人妻一区二区| 国产免费男女视频| 国产私拍福利视频在线观看| 99久国产av精品| av中文乱码字幕在线| 亚洲一区高清亚洲精品| 午夜福利高清视频| 99国产精品一区二区蜜桃av| 不卡av一区二区三区| 91在线精品国自产拍蜜月 | 无限看片的www在线观看| 亚洲无线在线观看| 中文字幕久久专区| 亚洲精品美女久久久久99蜜臀| 看免费av毛片| 19禁男女啪啪无遮挡网站| 美女被艹到高潮喷水动态| 亚洲中文av在线| netflix在线观看网站| 日韩三级视频一区二区三区| 国内久久婷婷六月综合欲色啪| 999精品在线视频| 亚洲成人久久爱视频| 级片在线观看| 巨乳人妻的诱惑在线观看| 好男人在线观看高清免费视频| 日韩中文字幕欧美一区二区| 成年人黄色毛片网站| 日本黄大片高清| 一级作爱视频免费观看| 999久久久精品免费观看国产| 国产高清有码在线观看视频| 久久精品亚洲精品国产色婷小说| 久久中文字幕一级| 日韩国内少妇激情av| 免费人成视频x8x8入口观看| 国产精品99久久99久久久不卡| 中国美女看黄片| 成年女人看的毛片在线观看| tocl精华| 久久久久久九九精品二区国产| 在线观看免费午夜福利视频| 午夜两性在线视频| 99riav亚洲国产免费| 国产亚洲av高清不卡| 成年人黄色毛片网站| 九九在线视频观看精品| 欧美成人一区二区免费高清观看 | 色精品久久人妻99蜜桃| 久久香蕉精品热| 亚洲精华国产精华精| 男女那种视频在线观看| 香蕉av资源在线| 怎么达到女性高潮| 久久香蕉国产精品| 人人妻人人看人人澡| 午夜福利免费观看在线| 亚洲无线观看免费| 九色成人免费人妻av| 色尼玛亚洲综合影院| 一区福利在线观看| 校园春色视频在线观看| 一进一出抽搐gif免费好疼| 日本撒尿小便嘘嘘汇集6| 美女大奶头视频| 免费在线观看亚洲国产| 欧美日本亚洲视频在线播放| 精品一区二区三区四区五区乱码| 白带黄色成豆腐渣| 搡老妇女老女人老熟妇| 国产精品亚洲美女久久久| 国内毛片毛片毛片毛片毛片| 亚洲中文日韩欧美视频| 成人特级av手机在线观看| 天堂av国产一区二区熟女人妻| 淫秽高清视频在线观看| 中文资源天堂在线| 听说在线观看完整版免费高清| 国产亚洲精品一区二区www| 一个人免费在线观看电影 | 视频区欧美日本亚洲| 国产精品久久电影中文字幕| 美女大奶头视频| 亚洲国产中文字幕在线视频| 日韩 欧美 亚洲 中文字幕| 久久国产精品人妻蜜桃| 成人特级av手机在线观看| 日韩国内少妇激情av| 国产精品av久久久久免费| 精品久久久久久久人妻蜜臀av| 99在线人妻在线中文字幕| xxx96com| 亚洲18禁久久av| 久久人妻av系列| 中文字幕人妻丝袜一区二区| 免费在线观看日本一区| 色综合站精品国产| 中文资源天堂在线| 91在线精品国自产拍蜜月 | 日本成人三级电影网站| 国产亚洲av嫩草精品影院| 欧美av亚洲av综合av国产av| 一级毛片女人18水好多| 亚洲国产精品成人综合色| 一进一出抽搐gif免费好疼| 国产激情久久老熟女| 亚洲av日韩精品久久久久久密| 免费av不卡在线播放| aaaaa片日本免费| 黄片小视频在线播放| 两性午夜刺激爽爽歪歪视频在线观看| 久久午夜亚洲精品久久| 搡老岳熟女国产| 成人欧美大片| 久久天躁狠狠躁夜夜2o2o| 国产精品影院久久| 国产高清三级在线| 欧美日韩乱码在线| 日韩欧美 国产精品| 日韩欧美在线二视频| 噜噜噜噜噜久久久久久91| 国产精品久久久久久久电影 | 亚洲欧美日韩东京热| 国产真实乱freesex| avwww免费| 99久久99久久久精品蜜桃| 久久久久九九精品影院| 村上凉子中文字幕在线| 国产探花在线观看一区二区| 69av精品久久久久久| 亚洲av成人不卡在线观看播放网| 最新美女视频免费是黄的| 51午夜福利影视在线观看| 精品电影一区二区在线| 中文在线观看免费www的网站| 性色av乱码一区二区三区2| 免费在线观看影片大全网站| 国产久久久一区二区三区| 露出奶头的视频| 国产亚洲精品久久久久久毛片| 亚洲第一欧美日韩一区二区三区| 波多野结衣高清作品| 国产黄片美女视频| 最新在线观看一区二区三区| 国产高清视频在线观看网站| 国产乱人伦免费视频| e午夜精品久久久久久久| 国产欧美日韩精品亚洲av| 婷婷精品国产亚洲av| 美女高潮的动态| 19禁男女啪啪无遮挡网站| 国产亚洲av高清不卡| 亚洲欧美精品综合久久99| 午夜福利免费观看在线| 精品一区二区三区视频在线观看免费| 欧美一级毛片孕妇| 国产精品免费一区二区三区在线| 一区二区三区国产精品乱码| 舔av片在线| 亚洲欧美激情综合另类| 老司机深夜福利视频在线观看|