Multi-way join is critical for many big data applications such as data mining and knowledge discovery. Even though lots of research have been devoted to processing multi-way joins using MapReduce, there are still seve...Multi-way join is critical for many big data applications such as data mining and knowledge discovery. Even though lots of research have been devoted to processing multi-way joins using MapReduce, there are still several problems in general to be further improved, such as transferring numerous unpromising intermediate data and lacking of better coordination mechanisms. This work proposes an efficient multi-way joins processing model using MapReduce, named Sharing-Coordination-MapReduce (SC-MapReduce), which has the functions of sharing and coordination. Our SC-MapReduce model can filter the unpromising intermediatedata largely by using the sharing mechanism and optimize the multiple tasks coordination of multi-way joins. Extensive experiments show that the proposed model is efficient, robust and scalable.展开更多
Determining the crossing number of a given graph is NP-complete. The cycle of length m is denoted by Cm = v1v2…vmv1. G^((1))_(m) (m ≥ 5) is the graph obtained from Cm by adding two edges v1v3 and vlvl+2 (3 ≤ l ≤ m...Determining the crossing number of a given graph is NP-complete. The cycle of length m is denoted by Cm = v1v2…vmv1. G^((1))_(m) (m ≥ 5) is the graph obtained from Cm by adding two edges v1v3 and vlvl+2 (3 ≤ l ≤ m−2), G^((2))m (m ≥ 4) is the graph obtained from Cm by adding two edges v1v3 and v2v4. The famous Zarankiewicz’s conjecture on the crossing number of the complete bipartite graph Km,n states that cr(Km,n)=Z(m,n)=[m/2][m-1/2][n/2[n-1/2].Based on Zarankiewicz’s conjecture, a natural problem is to study the change in the crossingnumber of the graphs obtained from the complete bipartite graph by adding certain edge sets.If Zarankiewicz’s conjecture is true, this paper proves that cr(G^((1))_(m)+Kn)=Z(m,n)+2[n/2] and cr(G^((2))_(m)+Kn)=Z(m,n)+n.展开更多
Chromosomal DNA double-strand breaks(DSBs)are often generated in the genome of all living organisms.To combat DNA damage,organisms have evolved several DSB repair mechanisms,with nonhomologous end-joining(NHEJ)and hom...Chromosomal DNA double-strand breaks(DSBs)are often generated in the genome of all living organisms.To combat DNA damage,organisms have evolved several DSB repair mechanisms,with nonhomologous end-joining(NHEJ)and homologous recombination(HR)being the two most prominent.Although two major pathways have been extensively studied in Arabidopsis,rice and other mammals,the exact functions and differences between the two DSB repair pathways in maize still remain less well understood.Here,we characterized mre11a and rad50,mutants of HR pathway patterns,which showed drastic degradation of the typically persistent embryo and endosperm during kernel development.Loss of MRE11 or RAD50 function led to chromosomal fragments and chromosomal bridges in anaphase.While we also reported that the NHEJ pathway patterns,KU70 and KU80 are associated with developmental growth and genome stability.ku70 and ku80 both displayed an obvious dwarf phenotype.Cytological analysis of the mutants revealed extensive chromosome fragmentation in metaphase and subsequent stages.Loss of KU70/80 function upregulated the expression of genes involved in cell cycle progression and nuclear division.These results provide insights into how NHEJ and HR are mechanistically executed during different plant developmental periods and highlight a competitive and complementary relationship between the NHEJ and HR pathways for DNA double-strand break repair in maize.展开更多
The development and application of large Die⁃Casting Al Alloy(DCAA)parts and Thermo⁃Formed Steel Sheets(TFSS)in Body⁃in⁃White(BIW)have created higher demands for the joining technology of high⁃strength steel/Al dissim...The development and application of large Die⁃Casting Al Alloy(DCAA)parts and Thermo⁃Formed Steel Sheets(TFSS)in Body⁃in⁃White(BIW)have created higher demands for the joining technology of high⁃strength steel/Al dissimilar materials.As an emerging technology,Flush Self⁃Piercing Riveting(FSPR)is still in the experimental phase and undergoing small batch equipment verification.This paper focuses on the joining methods for DCAA and TFSS in BIW,investigating the joining mechanisms,technical features,and forming principles of FSPR for steel/Al dissimilar materials with two⁃layer or three⁃layer plate combinations.Considering the TL4225/C611/CR5 sheet combination as a subject,the forming mechanism of high⁃quality joints was studied,and a physical and mathematical model was established to depict the relationship between the filling amount of the arc⁃gap and die dimensions,as well as the extrusion amount.This model effectively illustrates the relationship between the filling amount of the flowing metal in the arc⁃gap and critical parameters,such as die dimensions and feeding amounts.By simplifying the process of selecting joining parameters,it significantly reduces both the time and experimental workload associated with parameter selection.This provides a technical foundation for the application of DAAA and TFSS parts in BIW,enabling the rapid choice of appropriate joining parameters to meet the requirements for obtaining high⁃quality joints.The model can be effectively utilized to investigate the relationships between key parameters,including arc⁃gap radius,plate thickness,rivet arc radius,nail head radius,groove width,and feeding amount,while keeping other parameters constant.This approach provides a theoretical foundation for the design of Friction Stir Processing(FSP)joints and aids in the selection of optimal parameters.展开更多
The deformation characteristic in the forming process of aluminum alloy 7075 cross valve under multi-way loading was investigated by numerical simulation method. The results indicate that there exist 4 deformation pat...The deformation characteristic in the forming process of aluminum alloy 7075 cross valve under multi-way loading was investigated by numerical simulation method. The results indicate that there exist 4 deformation patterns in the multi-way loading forming process of cross valve, such as forward extrusion, backward extrusion, forward-lateral extrusion and backward-lateral extrusion; one or several patterns occur at different forming stages depending on loading path. In general, the main deformation pattern is forward extrusion or backward extrusion at the initial stage; the main deformation pattern is backward extrusion at the intermediate stage, and the backward extrusion and forward-lateral extrusion occur at the final stage. In order to improve the cavity fill and reduce the forming defects, the lateral extrusion deformation should be increased at the initial and intermediate stages, and the forward extrusion deformation at the final forging stage should be reduced or avoided.展开更多
The semantic of JOIN in workflow process definition language WPDL is analyzed and studied. It points outthat there is a problem about AND-JOIN. To solve the problem, the synchronized semantic of AND-JOIN in extend-ed ...The semantic of JOIN in workflow process definition language WPDL is analyzed and studied. It points outthat there is a problem about AND-JOIN. To solve the problem, the synchronized semantic of AND-JOIN in extend-ed Xinpai-driven model is defined formally. It puts forward the concepts of synchronizedarea and asynchronizedarea. It gives the solution of true-and-false token rules in synchronized area and true token rules in asychronized area,and some other issues arisen from the solution are studied systematically and completely. The constrain issues of con-trol structures in synchronized area and asynchronized area are discussed, and its solution is put forward. Finally, thealgorithm of how to find the focus point and synchronized area is given.展开更多
基金This work was supported by the National Natural Science Foundation of China under Grant No.60873068,61472169 the Program for Excellent Talents in Liaoning Province under Grant No.LR201017.
文摘Multi-way join is critical for many big data applications such as data mining and knowledge discovery. Even though lots of research have been devoted to processing multi-way joins using MapReduce, there are still several problems in general to be further improved, such as transferring numerous unpromising intermediate data and lacking of better coordination mechanisms. This work proposes an efficient multi-way joins processing model using MapReduce, named Sharing-Coordination-MapReduce (SC-MapReduce), which has the functions of sharing and coordination. Our SC-MapReduce model can filter the unpromising intermediatedata largely by using the sharing mechanism and optimize the multiple tasks coordination of multi-way joins. Extensive experiments show that the proposed model is efficient, robust and scalable.
基金Supported by Changsha Natural Science Foundation(No.kq2208001)the Key Project Funded by Hunan Provincial Department of Education(No.21A0590)。
文摘Determining the crossing number of a given graph is NP-complete. The cycle of length m is denoted by Cm = v1v2…vmv1. G^((1))_(m) (m ≥ 5) is the graph obtained from Cm by adding two edges v1v3 and vlvl+2 (3 ≤ l ≤ m−2), G^((2))m (m ≥ 4) is the graph obtained from Cm by adding two edges v1v3 and v2v4. The famous Zarankiewicz’s conjecture on the crossing number of the complete bipartite graph Km,n states that cr(Km,n)=Z(m,n)=[m/2][m-1/2][n/2[n-1/2].Based on Zarankiewicz’s conjecture, a natural problem is to study the change in the crossingnumber of the graphs obtained from the complete bipartite graph by adding certain edge sets.If Zarankiewicz’s conjecture is true, this paper proves that cr(G^((1))_(m)+Kn)=Z(m,n)+2[n/2] and cr(G^((2))_(m)+Kn)=Z(m,n)+n.
基金supported by the National Natural Science Foundation of China(32372116)to Yan He.
文摘Chromosomal DNA double-strand breaks(DSBs)are often generated in the genome of all living organisms.To combat DNA damage,organisms have evolved several DSB repair mechanisms,with nonhomologous end-joining(NHEJ)and homologous recombination(HR)being the two most prominent.Although two major pathways have been extensively studied in Arabidopsis,rice and other mammals,the exact functions and differences between the two DSB repair pathways in maize still remain less well understood.Here,we characterized mre11a and rad50,mutants of HR pathway patterns,which showed drastic degradation of the typically persistent embryo and endosperm during kernel development.Loss of MRE11 or RAD50 function led to chromosomal fragments and chromosomal bridges in anaphase.While we also reported that the NHEJ pathway patterns,KU70 and KU80 are associated with developmental growth and genome stability.ku70 and ku80 both displayed an obvious dwarf phenotype.Cytological analysis of the mutants revealed extensive chromosome fragmentation in metaphase and subsequent stages.Loss of KU70/80 function upregulated the expression of genes involved in cell cycle progression and nuclear division.These results provide insights into how NHEJ and HR are mechanistically executed during different plant developmental periods and highlight a competitive and complementary relationship between the NHEJ and HR pathways for DNA double-strand break repair in maize.
文摘The development and application of large Die⁃Casting Al Alloy(DCAA)parts and Thermo⁃Formed Steel Sheets(TFSS)in Body⁃in⁃White(BIW)have created higher demands for the joining technology of high⁃strength steel/Al dissimilar materials.As an emerging technology,Flush Self⁃Piercing Riveting(FSPR)is still in the experimental phase and undergoing small batch equipment verification.This paper focuses on the joining methods for DCAA and TFSS in BIW,investigating the joining mechanisms,technical features,and forming principles of FSPR for steel/Al dissimilar materials with two⁃layer or three⁃layer plate combinations.Considering the TL4225/C611/CR5 sheet combination as a subject,the forming mechanism of high⁃quality joints was studied,and a physical and mathematical model was established to depict the relationship between the filling amount of the arc⁃gap and die dimensions,as well as the extrusion amount.This model effectively illustrates the relationship between the filling amount of the flowing metal in the arc⁃gap and critical parameters,such as die dimensions and feeding amounts.By simplifying the process of selecting joining parameters,it significantly reduces both the time and experimental workload associated with parameter selection.This provides a technical foundation for the application of DAAA and TFSS parts in BIW,enabling the rapid choice of appropriate joining parameters to meet the requirements for obtaining high⁃quality joints.The model can be effectively utilized to investigate the relationships between key parameters,including arc⁃gap radius,plate thickness,rivet arc radius,nail head radius,groove width,and feeding amount,while keeping other parameters constant.This approach provides a theoretical foundation for the design of Friction Stir Processing(FSP)joints and aids in the selection of optimal parameters.
基金Project(2011ZX04016-081)supported by the National Science and Technology Major Project of China
文摘The deformation characteristic in the forming process of aluminum alloy 7075 cross valve under multi-way loading was investigated by numerical simulation method. The results indicate that there exist 4 deformation patterns in the multi-way loading forming process of cross valve, such as forward extrusion, backward extrusion, forward-lateral extrusion and backward-lateral extrusion; one or several patterns occur at different forming stages depending on loading path. In general, the main deformation pattern is forward extrusion or backward extrusion at the initial stage; the main deformation pattern is backward extrusion at the intermediate stage, and the backward extrusion and forward-lateral extrusion occur at the final stage. In order to improve the cavity fill and reduce the forming defects, the lateral extrusion deformation should be increased at the initial and intermediate stages, and the forward extrusion deformation at the final forging stage should be reduced or avoided.
文摘The semantic of JOIN in workflow process definition language WPDL is analyzed and studied. It points outthat there is a problem about AND-JOIN. To solve the problem, the synchronized semantic of AND-JOIN in extend-ed Xinpai-driven model is defined formally. It puts forward the concepts of synchronizedarea and asynchronizedarea. It gives the solution of true-and-false token rules in synchronized area and true token rules in asychronized area,and some other issues arisen from the solution are studied systematically and completely. The constrain issues of con-trol structures in synchronized area and asynchronized area are discussed, and its solution is put forward. Finally, thealgorithm of how to find the focus point and synchronized area is given.