We investigated the distribution and frequency of damage to tree stands adjacent to low-volume roads according to the type of hillside materials involved(soil or rock) and hillside gradient in mountainous forests of...We investigated the distribution and frequency of damage to tree stands adjacent to low-volume roads according to the type of hillside materials involved(soil or rock) and hillside gradient in mountainous forests of northern Iran. A total of 80 plots were systematically and randomly sampled to record damaged trees(bending,crushing and wounding) by class of hillside gradient and materials at the edge of road. Tree wounding and crushing at rock slopes was significantly greater than at hillsides with a mix of clay soil(p / 0.05). Damage on hillsides with slope gradients[45% were 2, 8.5 and 2.3 times more frequent than on hillsides with slope gradient/15% for bending, crushing and wounding, respectively. The damage distribution varied according by type and the most frequent damage was tree wounding(p / 0.05). The damage distribution was measured at distances of 4, 5 and 8 m from the road fillslope for tree bending, crushing and wounding, respectively. Using hydraulic excavators and physical barriers(wooden obstruction and synthetic holder) during earthworks for road construction could reduce these damage.展开更多
Purpose–This paper focuses on studying the reliability allocation for the railway system,aiming to improve the overall reliability of the railway system and ensure safety operation.Design/methodology/approach–In vie...Purpose–This paper focuses on studying the reliability allocation for the railway system,aiming to improve the overall reliability of the railway system and ensure safety operation.Design/methodology/approach–In view of the complex structure of the railway system,involving many subsystems,this paper analyzes the close dynamic coupling effect between railway subsystems.Based on this,taking the railway system failure as the top event,a fault tree is constructed in this paper.Then,a reliability allocation method based on the fault tree is employed to allocate the reliability index.Finally,a numerical experiment is implemented to show the performance of the reliability allocation method.Findings–The results showed that each subsystem needs to improve its reliability to meet the specified railway system reliability requirements,and the traction power supply system is the most important subsystem,which is the most efficient in improving the reliability of the railway system.Originality/value–For the first time,starting from a holistic perspective of the system,reliability allocation is carried out based on the importance of each railway subsystem.展开更多
Suffix trees are the key data structure for text string matching, and are used in wide application areas such as bioinformatics and data compression. Ukkonen algorithm is deeply investigated and a new algorithm, which...Suffix trees are the key data structure for text string matching, and are used in wide application areas such as bioinformatics and data compression. Ukkonen algorithm is deeply investigated and a new algorithm, which decreases the number of memory operations in construction and keeps the result tree sequential, is proposed. The experiment result shows that both the construction and the matching procedure are more efficient than Ukkonen algorithm.展开更多
Regularized Boolean operations have been widely used in 3D modeling systems. However, evaluating Boolean operations may be quite numerically unstable and time consuming, especially for iterated set operations. A novel...Regularized Boolean operations have been widely used in 3D modeling systems. However, evaluating Boolean operations may be quite numerically unstable and time consuming, especially for iterated set operations. A novel and unified technique is proposed in this paper for computing single and iterated set operations efficiently, robustly and exactly. An adaptive octree is combined with a nested constructive solid geometry (CSG) tree by this technique. The intersection handling is restricted to the cells in the octree where intersection actually occurs. Within those cells, a CSG tree template is instanced by the surfaces and the tree is converted to planebased binary space partitioning (BSP) for set evaluation; Moreover, the surface classification is restricted to the ceils in the octree where the surfaces only come from a model and are within the bounding-boxes of other polyhedrons. These two ways bring about the efficiency and scalability of the operations, in terms of runtime and memory. As all surfaces in such a cell have the same classification relation, they are classified as a whole. Robustness and exactness are achieved by integrating plane-based geometry representation with adaptive geometry predicate technique in intersection handling, and by applying divide-and-conquer arithmetic on surface classification. Experimental results demonstrate that the proposed approach can guarantee the robustness of Boolean computations and runs faster than other existing approaches.展开更多
A general classification algorithm of neural networks is unable to obtain satisfied results because of the uncertain problems existing among the features in moot classification programs, such as interaction. With new ...A general classification algorithm of neural networks is unable to obtain satisfied results because of the uncertain problems existing among the features in moot classification programs, such as interaction. With new features constructed by optimizing decision trees of examples, the input of neural networks is improved and an optimized classification algorithm based on neural networks is presented. A concept of dispersion of a classification program is also introduced too in this paper. At the end of the paper, an analysis is made with an example.展开更多
文摘We investigated the distribution and frequency of damage to tree stands adjacent to low-volume roads according to the type of hillside materials involved(soil or rock) and hillside gradient in mountainous forests of northern Iran. A total of 80 plots were systematically and randomly sampled to record damaged trees(bending,crushing and wounding) by class of hillside gradient and materials at the edge of road. Tree wounding and crushing at rock slopes was significantly greater than at hillsides with a mix of clay soil(p / 0.05). Damage on hillsides with slope gradients[45% were 2, 8.5 and 2.3 times more frequent than on hillsides with slope gradient/15% for bending, crushing and wounding, respectively. The damage distribution varied according by type and the most frequent damage was tree wounding(p / 0.05). The damage distribution was measured at distances of 4, 5 and 8 m from the road fillslope for tree bending, crushing and wounding, respectively. Using hydraulic excavators and physical barriers(wooden obstruction and synthetic holder) during earthworks for road construction could reduce these damage.
基金supported by the Research Project of China Academy of Railway Sciences Corporation Limited under Grant 2023YJ252.
文摘Purpose–This paper focuses on studying the reliability allocation for the railway system,aiming to improve the overall reliability of the railway system and ensure safety operation.Design/methodology/approach–In view of the complex structure of the railway system,involving many subsystems,this paper analyzes the close dynamic coupling effect between railway subsystems.Based on this,taking the railway system failure as the top event,a fault tree is constructed in this paper.Then,a reliability allocation method based on the fault tree is employed to allocate the reliability index.Finally,a numerical experiment is implemented to show the performance of the reliability allocation method.Findings–The results showed that each subsystem needs to improve its reliability to meet the specified railway system reliability requirements,and the traction power supply system is the most important subsystem,which is the most efficient in improving the reliability of the railway system.Originality/value–For the first time,starting from a holistic perspective of the system,reliability allocation is carried out based on the importance of each railway subsystem.
基金supported by the National Natural Science Foundation of China(6050203260672068).
文摘Suffix trees are the key data structure for text string matching, and are used in wide application areas such as bioinformatics and data compression. Ukkonen algorithm is deeply investigated and a new algorithm, which decreases the number of memory operations in construction and keeps the result tree sequential, is proposed. The experiment result shows that both the construction and the matching procedure are more efficient than Ukkonen algorithm.
基金supported by the Natural Science Foundation of China under Grant No.61202154 and No.61133009the National Basic Research Project of China under Grant No.2011CB302203+2 种基金Shanghai Pujiang Program under Grant No.13PJ1404500the Science and Technology Commission of Shanghai Municipality Program under Grant No.13511505000the Open Project Program of the State Key Lab of CAD&CG of Zhejiang University under Grant No.A1401
文摘Regularized Boolean operations have been widely used in 3D modeling systems. However, evaluating Boolean operations may be quite numerically unstable and time consuming, especially for iterated set operations. A novel and unified technique is proposed in this paper for computing single and iterated set operations efficiently, robustly and exactly. An adaptive octree is combined with a nested constructive solid geometry (CSG) tree by this technique. The intersection handling is restricted to the cells in the octree where intersection actually occurs. Within those cells, a CSG tree template is instanced by the surfaces and the tree is converted to planebased binary space partitioning (BSP) for set evaluation; Moreover, the surface classification is restricted to the ceils in the octree where the surfaces only come from a model and are within the bounding-boxes of other polyhedrons. These two ways bring about the efficiency and scalability of the operations, in terms of runtime and memory. As all surfaces in such a cell have the same classification relation, they are classified as a whole. Robustness and exactness are achieved by integrating plane-based geometry representation with adaptive geometry predicate technique in intersection handling, and by applying divide-and-conquer arithmetic on surface classification. Experimental results demonstrate that the proposed approach can guarantee the robustness of Boolean computations and runs faster than other existing approaches.
文摘A general classification algorithm of neural networks is unable to obtain satisfied results because of the uncertain problems existing among the features in moot classification programs, such as interaction. With new features constructed by optimizing decision trees of examples, the input of neural networks is improved and an optimized classification algorithm based on neural networks is presented. A concept of dispersion of a classification program is also introduced too in this paper. At the end of the paper, an analysis is made with an example.