The Extensible Markup Language(XML)files,widely used for storing and exchanging information on the web require efficient parsing mechanisms to improve the performance of the applications.With the existing Document Obj...The Extensible Markup Language(XML)files,widely used for storing and exchanging information on the web require efficient parsing mechanisms to improve the performance of the applications.With the existing Document Object Model(DOM)based parsing,the performance degrades due to sequential processing and large memory requirements,thereby requiring an efficient XML parser to mitigate these issues.In this paper,we propose a Parallel XML Tree Generator(PXTG)algorithm for accelerating the parsing of XML files and a Regression-based XML Parsing Framework(RXPF)that analyzes and predicts performance through profiling,regression,and code generation for efficient parsing.The PXTG algorithm is based on dividing the XML file into n parts and producing n trees in parallel.The profiling phase of the RXPF framework produces a dataset by measuring the performance of various parsing models including StAX,SAX,DOM,JDOM,and PXTG on different cores by using multiple file sizes.The regression phase produces the prediction model,based on which the final code for efficient parsing of XML files is produced through the code generation phase.The RXPF framework has shown a significant improvement in performance varying from 9.54%to 32.34%over other existing models used for parsing XML files.展开更多
Abst[Objective] This study was to understand the genetic dynamics of three-line hybrid rice, and explore the respective effect of sterile line and restoring line on grain characters of hybrid rica. [Method] Four three...Abst[Objective] This study was to understand the genetic dynamics of three-line hybrid rice, and explore the respective effect of sterile line and restoring line on grain characters of hybrid rica. [Method] Four three-line stedle lines and 27 restoring lines(cultivars) commonly culti- vated in Central China region were regarded as expadmental materials to conduct 4 x27NCII cross design, and the grain characters of three-line hybrid rico were analyzed at genetic and correlation levels. [ Result] Four characters of grain length, grain width, 1 000-grain weight and length- width ratio play the leading role in additive gene effect; these four characters were simultaneously influenced by male parent and female parent, but the effect from male parent was relatively larger. The grain length, grain width, 1 000-grain weight and length-width ratio all have high brood hedtabUities( respectively 99.65%, 98.31%, 95.27% and 98.81% ). Correlation analysis showed that grain length was positively correlated with 1 000-grain weight and length-width ratio at extremely significant level; 1 000-grain weight was positively correlated with grain length and length- width ratio at extremely significant level, and was insignificantly correlated with grain width; grain width was negatively correlated with grain length and length-width ratio at extremely significant level. Path analysis showed that the direct path coefficients of grain length, grain width and 1 0(30- grain weight to length-width ratio were 0.624 6, -0.555 9 and -0.015 8, respectively. [ Conclusion] This study systematically analyzed the effects of stedle line and restoring line on grain characters of hybrid rice, which provided theoretical basis for breeding high quality and yield hy- brid dce.展开更多
[Objective] The aim was to study the reproduction of the three-line genic male sterile (GMS) lineparent Mian7MB-1 (B. NapusL.) and the seed production of F1 through somatic tissue culture. [Methed] Through hybridi...[Objective] The aim was to study the reproduction of the three-line genic male sterile (GMS) lineparent Mian7MB-1 (B. NapusL.) and the seed production of F1 through somatic tissue culture. [Methed] Through hybridization, a new breeding material Mian 7MB-1 in three-line genic temporary maintainer line propagated by tissue culture was used to improve the sterile plant rate of rapeseed in dual-purpose recessive GMS line, such as Mian 7AB type, S45AB type, and etc. And then the variety comparative test was performed. [Result] In order to avoid some fertility restoration phenomena occurring during the process of self-reproduction, Mian 7AB was propagated in bulk with somatic tissue culture of temporary maintainer line plant stem. The propagated temporary maintainer line seedlings were applied to the breeding and seed production of net room male sterile line parent, promoting the sterile plant rate of the male sterile line parent to 91.7% -93.5%. The male sterile line parents per hectare were enough for the seed production of hybrid F1 in 7 500 -15 000 hm^2. [ Conclusion ] Compared with the original dual-purpose GMS line, the seed production ultilizing male sterile line with high sterile plant rate greatly reduced the labor, significantly improved the seed yield, ensuring the seed quality and forming a perfect breeding and seed production system.展开更多
This paper described the whole process of three line hybrid pepper seed production in detail, including requirement of the seed production base, parent culti- vation, field management, and specified the key operation ...This paper described the whole process of three line hybrid pepper seed production in detail, including requirement of the seed production base, parent culti- vation, field management, and specified the key operation techniques in seed pro- duction, such as parental impurity removal to preserve pure state, pollen collection, pollination and seed collecting essentials. This specification is of guiding significance for the production of hybrid pepper seed and ensuring the purity of hybrid pepper seed.展开更多
Parallelism在英语中具有修辞和语法双重功能。在英汉翻译对比研究中,学术界关注较多的是它与中文排比的构成差异及修辞功用,对它的语法功能研究较少。实践证明,英汉排比结构的对等转译不仅有助于保留源文本的语言特色和功能,还可以帮...Parallelism在英语中具有修辞和语法双重功能。在英汉翻译对比研究中,学术界关注较多的是它与中文排比的构成差异及修辞功用,对它的语法功能研究较少。实践证明,英汉排比结构的对等转译不仅有助于保留源文本的语言特色和功能,还可以帮助译文读者更好地把握原文结构,明了行文思路。Parallelism的修辞功能和语法功能同等重要,都应引起译界的足够重视。本文在功能对等理论的指导下,以美国作家M·斯科特·派克的心理学著作——The Road Less Traveled中的排比句的翻译为例,探讨如何通过直译法、转译法、分句法、逆序法、增词法和减词法来提高原文读者和译文读者反应的相似性,实现功能对等目的。展开更多
The complexity of an elastic wavefield increases the nonlinearity of inversion, To some extent, multiscale inversion decreases the nonlinearity of inversion and prevents it from falling into local extremes. A multisca...The complexity of an elastic wavefield increases the nonlinearity of inversion, To some extent, multiscale inversion decreases the nonlinearity of inversion and prevents it from falling into local extremes. A multiscale strategy based on the simultaneous use of frequency groups and layer stripping method based on damped wave field improves the stability of inversion. A dual-level parallel algorithm is then used to decrease the computational cost and improve practicability. The seismic wave modeling of a single frequency and inversion in a frequency group are computed in parallel by multiple nodes based on multifrontal massively parallel sparse direct solver and MPI. Numerical tests using an overthrust model show that the proposed inversion algorithm can effectively improve the stability and accuracy of inversion by selecting the appropriate inversion frequency and damping factor in low- frequency seismic data.展开更多
文摘The Extensible Markup Language(XML)files,widely used for storing and exchanging information on the web require efficient parsing mechanisms to improve the performance of the applications.With the existing Document Object Model(DOM)based parsing,the performance degrades due to sequential processing and large memory requirements,thereby requiring an efficient XML parser to mitigate these issues.In this paper,we propose a Parallel XML Tree Generator(PXTG)algorithm for accelerating the parsing of XML files and a Regression-based XML Parsing Framework(RXPF)that analyzes and predicts performance through profiling,regression,and code generation for efficient parsing.The PXTG algorithm is based on dividing the XML file into n parts and producing n trees in parallel.The profiling phase of the RXPF framework produces a dataset by measuring the performance of various parsing models including StAX,SAX,DOM,JDOM,and PXTG on different cores by using multiple file sizes.The regression phase produces the prediction model,based on which the final code for efficient parsing of XML files is produced through the code generation phase.The RXPF framework has shown a significant improvement in performance varying from 9.54%to 32.34%over other existing models used for parsing XML files.
文摘Abst[Objective] This study was to understand the genetic dynamics of three-line hybrid rice, and explore the respective effect of sterile line and restoring line on grain characters of hybrid rica. [Method] Four three-line stedle lines and 27 restoring lines(cultivars) commonly culti- vated in Central China region were regarded as expadmental materials to conduct 4 x27NCII cross design, and the grain characters of three-line hybrid rico were analyzed at genetic and correlation levels. [ Result] Four characters of grain length, grain width, 1 000-grain weight and length- width ratio play the leading role in additive gene effect; these four characters were simultaneously influenced by male parent and female parent, but the effect from male parent was relatively larger. The grain length, grain width, 1 000-grain weight and length-width ratio all have high brood hedtabUities( respectively 99.65%, 98.31%, 95.27% and 98.81% ). Correlation analysis showed that grain length was positively correlated with 1 000-grain weight and length-width ratio at extremely significant level; 1 000-grain weight was positively correlated with grain length and length- width ratio at extremely significant level, and was insignificantly correlated with grain width; grain width was negatively correlated with grain length and length-width ratio at extremely significant level. Path analysis showed that the direct path coefficients of grain length, grain width and 1 0(30- grain weight to length-width ratio were 0.624 6, -0.555 9 and -0.015 8, respectively. [ Conclusion] This study systematically analyzed the effects of stedle line and restoring line on grain characters of hybrid rice, which provided theoretical basis for breeding high quality and yield hy- brid dce.
基金Supported by "11thFive-Year" Crop Breeding Research of SichuanProvince "11thFive-Year" Joint Breeding Research Project Fun-ding of Sichuan Province.~~
文摘[Objective] The aim was to study the reproduction of the three-line genic male sterile (GMS) lineparent Mian7MB-1 (B. NapusL.) and the seed production of F1 through somatic tissue culture. [Methed] Through hybridization, a new breeding material Mian 7MB-1 in three-line genic temporary maintainer line propagated by tissue culture was used to improve the sterile plant rate of rapeseed in dual-purpose recessive GMS line, such as Mian 7AB type, S45AB type, and etc. And then the variety comparative test was performed. [Result] In order to avoid some fertility restoration phenomena occurring during the process of self-reproduction, Mian 7AB was propagated in bulk with somatic tissue culture of temporary maintainer line plant stem. The propagated temporary maintainer line seedlings were applied to the breeding and seed production of net room male sterile line parent, promoting the sterile plant rate of the male sterile line parent to 91.7% -93.5%. The male sterile line parents per hectare were enough for the seed production of hybrid F1 in 7 500 -15 000 hm^2. [ Conclusion ] Compared with the original dual-purpose GMS line, the seed production ultilizing male sterile line with high sterile plant rate greatly reduced the labor, significantly improved the seed yield, ensuring the seed quality and forming a perfect breeding and seed production system.
基金Supported by the Planning Subject of"the Twelfth Five-Year-Plan"in National Science and Technology for the Rural Development in China(2011BAD35B07)the Job Subsidies for the Experts in Staple Vegetable Breeding of Vegetable Industry of Hunan Province+1 种基金the"the Twelfth Five-Year-Plan"of National Science and Technology Support Plan(2012BAD02B02)the Special Fund for Agro-Scientific Research in Public Interest(201303028)~~
文摘This paper described the whole process of three line hybrid pepper seed production in detail, including requirement of the seed production base, parent culti- vation, field management, and specified the key operation techniques in seed pro- duction, such as parental impurity removal to preserve pure state, pollen collection, pollination and seed collecting essentials. This specification is of guiding significance for the production of hybrid pepper seed and ensuring the purity of hybrid pepper seed.
文摘Parallelism在英语中具有修辞和语法双重功能。在英汉翻译对比研究中,学术界关注较多的是它与中文排比的构成差异及修辞功用,对它的语法功能研究较少。实践证明,英汉排比结构的对等转译不仅有助于保留源文本的语言特色和功能,还可以帮助译文读者更好地把握原文结构,明了行文思路。Parallelism的修辞功能和语法功能同等重要,都应引起译界的足够重视。本文在功能对等理论的指导下,以美国作家M·斯科特·派克的心理学著作——The Road Less Traveled中的排比句的翻译为例,探讨如何通过直译法、转译法、分句法、逆序法、增词法和减词法来提高原文读者和译文读者反应的相似性,实现功能对等目的。
基金supported by the Natural Science Foundation of China(No.41374122)
文摘The complexity of an elastic wavefield increases the nonlinearity of inversion, To some extent, multiscale inversion decreases the nonlinearity of inversion and prevents it from falling into local extremes. A multiscale strategy based on the simultaneous use of frequency groups and layer stripping method based on damped wave field improves the stability of inversion. A dual-level parallel algorithm is then used to decrease the computational cost and improve practicability. The seismic wave modeling of a single frequency and inversion in a frequency group are computed in parallel by multiple nodes based on multifrontal massively parallel sparse direct solver and MPI. Numerical tests using an overthrust model show that the proposed inversion algorithm can effectively improve the stability and accuracy of inversion by selecting the appropriate inversion frequency and damping factor in low- frequency seismic data.