Reliability-based structural analysis and design are of paramount importance since no structures can be designed to be risk-free.It has been generally accepted that the design of engineering structures must often guar...Reliability-based structural analysis and design are of paramount importance since no structures can be designed to be risk-free.It has been generally accepted that the design of engineering structures must often guarantee an extremely low failure risk on the order of 10^(-6),which is difficult to achieve through direct verification by histogram testing or stochastic computations.展开更多
Let otherwise and F(x,y).be a continuous distribution function on R^2. Then there exist linear wavelet operators L_n(F,x,y)which are also distribution function and where the defining them mother wavelet is(x,y).These ...Let otherwise and F(x,y).be a continuous distribution function on R^2. Then there exist linear wavelet operators L_n(F,x,y)which are also distribution function and where the defining them mother wavelet is(x,y).These approximate F(x,y)in the supnorm.The degree of this approximation is estimated by establishing a Jackson type inequality.Furthermore we give generalizations for the case of a mother wavelet ≠,which is just any distribution function on R^2,also we extend these results in R^r,r>2.展开更多
The correlation coefficients of random variables of mechanical structures are generally chosen with experience or even ignored,which cannot actually reflect the effects of parameter uncertainties on reliability.To dis...The correlation coefficients of random variables of mechanical structures are generally chosen with experience or even ignored,which cannot actually reflect the effects of parameter uncertainties on reliability.To discuss the selection problem of the correlation coefficients from the reliability-based sensitivity point of view,the theory principle of the problem is established based on the results of the reliability sensitivity,and the criterion of correlation among random variables is shown.The values of the correlation coefficients are obtained according to the proposed principle and the reliability sensitivity problem is discussed.Numerical studies have shown the following results:(1) If the sensitivity value of correlation coefficient ρ is less than(at what magnitude 0.000 01),then the correlation could be ignored,which could simplify the procedure without introducing additional error.(2) However,as the difference between ρs,that is the most sensitive to the reliability,and ρR,that is with the smallest reliability,is less than 0.001,ρs is suggested to model the dependency of random variables.This could ensure the robust quality of system without the loss of safety requirement.(3) In the case of |Eabs|ρ0.001 and also |Erel|ρ0.001,ρR should be employed to quantify the correlation among random variables in order to ensure the accuracy of reliability analysis.Application of the proposed approach could provide a practical routine for mechanical design and manufactory to study the reliability and reliability-based sensitivity of basic design variables in mechanical reliability analysis and design.展开更多
Block synchronization is an essential component of blockchain systems.Traditionally,blockchain systems tend to send all the transactions from one node to another for synchronization.However,such a method may lead to a...Block synchronization is an essential component of blockchain systems.Traditionally,blockchain systems tend to send all the transactions from one node to another for synchronization.However,such a method may lead to an extremely high network bandwidth overhead and significant transmission latency.It is crucial to speed up such a block synchronization process and save bandwidth consumption.A feasible solution is to reduce the amount of data transmission in the block synchronization process between any pair of peers.However,existing methods based on the Bloom filter or its variants still suffer from multiple roundtrips of communications and significant synchronization delay.In this paper,we propose a novel protocol named Gauze for fast block synchronization.It utilizes the Cuckoo filter(CF)to discern the transactions in the receiver’s mempool and the block to verify,providing an efficient solution to the problem of set reconciliation in the P2P(Peer-to-Peer Network)network.By up to two rounds of exchanging and querying the CFs,the sending node can acknowledge whether the transactions in a block are contained by the receiver’s mempool or not.Based on this message,the sender only needs to transfer the missed transactions to the receiver,which speeds up the block synchronization and saves precious bandwidth resources.The evaluation results show that Gauze outperforms existing methods in terms of the average processing latency(about lower than Graphene)and the total synchronization space cost(about lower than Compact Blocks)in different scenarios.展开更多
Counting the cardinality of flows for massive high-speed traffic over sliding windows is still a challenging work under time and space constrains, but plays a key role in many network applications, such as traffic man...Counting the cardinality of flows for massive high-speed traffic over sliding windows is still a challenging work under time and space constrains, but plays a key role in many network applications, such as traffic management and routing optimization in software defined network. In this pa- per, we propose a novel data structure (called LRU-Sketch) to address the problem. The significant contributions are as follows. 1) The proposed data structure adapts a well-known probabilistic sketch to sliding window model; 2) By using the least-recently used (LRU) replacement policy, we design a highly time-efficient algorithm for timely forgetting stale information, which takes constant (O(1)) time per time slot; 3) Moreover, a further memory-reducing schema is given at a cost of very little loss of accuracy; 4) Comprehensive ex- periments, performed on two real IP trace files, confirm that the proposed schema attains high accuracy and high time efficiency.ferences including IEEE TPDS, ACM ToS, JCST, MIDDLEWARE, CLUSTER, NAS, etc. Currently, his research interests include big data management, cloud storage, and distributed file systems.展开更多
文摘Reliability-based structural analysis and design are of paramount importance since no structures can be designed to be risk-free.It has been generally accepted that the design of engineering structures must often guarantee an extremely low failure risk on the order of 10^(-6),which is difficult to achieve through direct verification by histogram testing or stochastic computations.
文摘Let otherwise and F(x,y).be a continuous distribution function on R^2. Then there exist linear wavelet operators L_n(F,x,y)which are also distribution function and where the defining them mother wavelet is(x,y).These approximate F(x,y)in the supnorm.The degree of this approximation is estimated by establishing a Jackson type inequality.Furthermore we give generalizations for the case of a mother wavelet ≠,which is just any distribution function on R^2,also we extend these results in R^r,r>2.
基金supported by Changjiang Scholars and Innovative Research Team in University of China (Grant No. IRT0816)Key National Science & Technology Special Project on "High-Grade CNC Machine Tools and Basic Manufacturing Equipments" of China (Grant No. 2010ZX04014-014)+1 种基金National Natural Science Foundation of China (Grant No. 50875039)Key Projects in National Science & Technology Pillar Program during the 11th Five-year Plan Period of China (Grant No. 2009BAG12A02-A07-2)
文摘The correlation coefficients of random variables of mechanical structures are generally chosen with experience or even ignored,which cannot actually reflect the effects of parameter uncertainties on reliability.To discuss the selection problem of the correlation coefficients from the reliability-based sensitivity point of view,the theory principle of the problem is established based on the results of the reliability sensitivity,and the criterion of correlation among random variables is shown.The values of the correlation coefficients are obtained according to the proposed principle and the reliability sensitivity problem is discussed.Numerical studies have shown the following results:(1) If the sensitivity value of correlation coefficient ρ is less than(at what magnitude 0.000 01),then the correlation could be ignored,which could simplify the procedure without introducing additional error.(2) However,as the difference between ρs,that is the most sensitive to the reliability,and ρR,that is with the smallest reliability,is less than 0.001,ρs is suggested to model the dependency of random variables.This could ensure the robust quality of system without the loss of safety requirement.(3) In the case of |Eabs|ρ0.001 and also |Erel|ρ0.001,ρR should be employed to quantify the correlation among random variables in order to ensure the accuracy of reliability analysis.Application of the proposed approach could provide a practical routine for mechanical design and manufactory to study the reliability and reliability-based sensitivity of basic design variables in mechanical reliability analysis and design.
基金This work was supported in part by the National Natural Science Foundation of China(Grant No.62032017).
文摘Block synchronization is an essential component of blockchain systems.Traditionally,blockchain systems tend to send all the transactions from one node to another for synchronization.However,such a method may lead to an extremely high network bandwidth overhead and significant transmission latency.It is crucial to speed up such a block synchronization process and save bandwidth consumption.A feasible solution is to reduce the amount of data transmission in the block synchronization process between any pair of peers.However,existing methods based on the Bloom filter or its variants still suffer from multiple roundtrips of communications and significant synchronization delay.In this paper,we propose a novel protocol named Gauze for fast block synchronization.It utilizes the Cuckoo filter(CF)to discern the transactions in the receiver’s mempool and the block to verify,providing an efficient solution to the problem of set reconciliation in the P2P(Peer-to-Peer Network)network.By up to two rounds of exchanging and querying the CFs,the sending node can acknowledge whether the transactions in a block are contained by the receiver’s mempool or not.Based on this message,the sender only needs to transfer the missed transactions to the receiver,which speeds up the block synchronization and saves precious bandwidth resources.The evaluation results show that Gauze outperforms existing methods in terms of the average processing latency(about lower than Graphene)and the total synchronization space cost(about lower than Compact Blocks)in different scenarios.
基金This work was supported by the National High Tech- nology Research and Development Program of China (2012AA01A510 and 2012AA01AS09), and partially supported by the National Natural Science Foundation of China (NSFC) (Grant Nos. 61402518, 61403060), and the Jiangsu Province Science Foundation for Youths (BK20150722).
文摘Counting the cardinality of flows for massive high-speed traffic over sliding windows is still a challenging work under time and space constrains, but plays a key role in many network applications, such as traffic management and routing optimization in software defined network. In this pa- per, we propose a novel data structure (called LRU-Sketch) to address the problem. The significant contributions are as follows. 1) The proposed data structure adapts a well-known probabilistic sketch to sliding window model; 2) By using the least-recently used (LRU) replacement policy, we design a highly time-efficient algorithm for timely forgetting stale information, which takes constant (O(1)) time per time slot; 3) Moreover, a further memory-reducing schema is given at a cost of very little loss of accuracy; 4) Comprehensive ex- periments, performed on two real IP trace files, confirm that the proposed schema attains high accuracy and high time efficiency.ferences including IEEE TPDS, ACM ToS, JCST, MIDDLEWARE, CLUSTER, NAS, etc. Currently, his research interests include big data management, cloud storage, and distributed file systems.