To accurately evaluate the degradation process of prestressed concrete continuous bridges exposed to aggressive environments in life-cycle,a finite element-based approach with respect to the lifetime performance asses...To accurately evaluate the degradation process of prestressed concrete continuous bridges exposed to aggressive environments in life-cycle,a finite element-based approach with respect to the lifetime performance assessment of concrete bridges was proposed.The existing assessment methods were firstly introduced and compared.Some essential mechanics problems involved in the degradation process,such as the deterioration of materials properties,the reduction of sectional areas and the variation of overall structural performance caused by the first two problems,were investigated and solved.A computer program named CBDAS(Concrete Bridge Durability Analysis System) was written to perform the above-metioned approach.Finally,the degradation process of a prestressed concrete continuous bridge under chloride penetration was discussed.The results show that the concrete normal stress for serviceability limit state exceeds the threshold value after 60 a,but the various performance indicators at ultimate limit state are consistently in the allowable level during service life.Therefore,in the case of prestressed concrete bridges,the serviceability limit state is more possible to have durability problems in life-cycle;however,the performance indicators at ultimate limit state can satisfy the requirements.展开更多
The existing software bug localization models treat the source file as natural language, which leads to the loss of syntactical and structure information of the source file. A bug localization model based on syntactic...The existing software bug localization models treat the source file as natural language, which leads to the loss of syntactical and structure information of the source file. A bug localization model based on syntactical and semantic information of source code is proposed. Firstly, abstract syntax tree(AST) is divided based on node category to obtain statement sequence. The statement tree is encoded into vectors to capture lexical and syntactical knowledge at the statement level.Secondly, the source code is transformed into vector representation by the sequence naturalness of the statement. Therefore,the problem of gradient vanishing and explosion caused by a large AST size is obviated when using AST to the represent source code. Finally, the correlation between bug reports and source files are comprehensively analyzed from three aspects of syntax, semantics and text to locate the buggy code. Experiments show that compared with other standard models, the proposed model improves the performance of bug localization, and it has good advantages in mean reciprocal rank(MRR), mean average precision(MAP) and Top N Rank.展开更多
基金Project(2006.318.223.02-01) supported by the Ministry of Transportation and Communications through the Scientific and Technological Funds of ChinaProject(2007AA11Z104) supported by the High Technology Research and Development of ChinaProject(20090072110045) supported by the Specialized Research Fund for the Doctoral Program of Higher Education of China
文摘To accurately evaluate the degradation process of prestressed concrete continuous bridges exposed to aggressive environments in life-cycle,a finite element-based approach with respect to the lifetime performance assessment of concrete bridges was proposed.The existing assessment methods were firstly introduced and compared.Some essential mechanics problems involved in the degradation process,such as the deterioration of materials properties,the reduction of sectional areas and the variation of overall structural performance caused by the first two problems,were investigated and solved.A computer program named CBDAS(Concrete Bridge Durability Analysis System) was written to perform the above-metioned approach.Finally,the degradation process of a prestressed concrete continuous bridge under chloride penetration was discussed.The results show that the concrete normal stress for serviceability limit state exceeds the threshold value after 60 a,but the various performance indicators at ultimate limit state are consistently in the allowable level during service life.Therefore,in the case of prestressed concrete bridges,the serviceability limit state is more possible to have durability problems in life-cycle;however,the performance indicators at ultimate limit state can satisfy the requirements.
基金supported by the National Key R&D Program of China (2018YFB1702700)。
文摘The existing software bug localization models treat the source file as natural language, which leads to the loss of syntactical and structure information of the source file. A bug localization model based on syntactical and semantic information of source code is proposed. Firstly, abstract syntax tree(AST) is divided based on node category to obtain statement sequence. The statement tree is encoded into vectors to capture lexical and syntactical knowledge at the statement level.Secondly, the source code is transformed into vector representation by the sequence naturalness of the statement. Therefore,the problem of gradient vanishing and explosion caused by a large AST size is obviated when using AST to the represent source code. Finally, the correlation between bug reports and source files are comprehensively analyzed from three aspects of syntax, semantics and text to locate the buggy code. Experiments show that compared with other standard models, the proposed model improves the performance of bug localization, and it has good advantages in mean reciprocal rank(MRR), mean average precision(MAP) and Top N Rank.