The technique of incremental updating,which can better guarantee the real-time situation of navigational map,is the developing orientation of navigational road network updating.The data center of vehicle navigation sy...The technique of incremental updating,which can better guarantee the real-time situation of navigational map,is the developing orientation of navigational road network updating.The data center of vehicle navigation system is in charge of storing incremental data,and the spatio-temporal data model for storing incremental data does affect the efficiency of the response of the data center to the requirements of incremental data from the vehicle terminal.According to the analysis on the shortcomings of several typical spatio-temporal data models used in the data center and based on the base map with overlay model,the reverse map with overlay model (RMOM) was put forward for the data center to make rapid response to incremental data request.RMOM supports the data center to store not only the current complete road network data,but also the overlays of incremental data from the time when each road network changed to the current moment.Moreover,the storage mechanism and index structure of the incremental data were designed,and the implementation algorithm of RMOM was developed.Taking navigational road network in Guangzhou City as an example,the simulation test was conducted to validate the efficiency of RMOM.Results show that the navigation database in the data center can response to the requirements of incremental data by only one query with RMOM,and costs less time.Compared with the base map with overlay model,the data center does not need to temporarily overlay incremental data with RMOM,so time-consuming of response is significantly reduced.RMOM greatly improves the efficiency of response and provides strong support for the real-time situation of navigational road network.展开更多
Based on the relationship among the geographic events, spatial changes and the database operations, a new automatic (semi-automatic) incremental updating approach of spatio-temporal database (STDB) named as (event-bas...Based on the relationship among the geographic events, spatial changes and the database operations, a new automatic (semi-automatic) incremental updating approach of spatio-temporal database (STDB) named as (event-based) incremental updating (E-BIU) is proposed in this paper. At first, the relationship among the events, spatial changes and the database operations is analyzed, then a total architecture of E-BIU implementation is designed, which includes an event queue, three managers and two sets of rules, each component is presented in detail. The process of the E-BIU of master STDB is described successively. An example of building’s incremental updating is given to illustrate this approach at the end. The result shows that E-BIU is an efficient automatic updating approach for master STDB.展开更多
By analyzing the existing prefix-tree data structure, an improved pattern tree was introduced for processing new transactions. It firstly stored transactions in a lexicographic order tree and then restructured the tre...By analyzing the existing prefix-tree data structure, an improved pattern tree was introduced for processing new transactions. It firstly stored transactions in a lexicographic order tree and then restructured the tree by sorting each path in a frequency-descending order. While updating the improved pattern tree, there was no need to rescan the entire new database or reconstruct a new tree for incremental updating. A test was performed on synthetic dataset T1014D100K with 100 000 transactions and 870 items. Experimental results show that the smaller the minimum sup- port threshold, the faster the improved pattern tree achieves over CanTree for all datasets. As the minimum support threshold increased from 2% to 3.5%, the runtime decreased from 452.71 s to 186.26 s. Meanwhile, the runtime re- quired by CanTree decreased from 1 367.03 s to 432.19 s. When the database was updated, the execution time of im- proved pattern tree consisted of construction of original improved pattern trees and reconstruction of initial tree. The experiment results showed that the runtime was saved by about 15% compared with that of CanTree. As the number of transactions increased, the runtime of improved pattern tree was about 25% shorter than that of FP-tree. The improved pattern tree also required less memory than CanTree.展开更多
The research is to design a differential pumping system not only to achieve the pressure transition with a large throughput,but also to achieve a clean system without back-oil.In the paper,the pressure in differential...The research is to design a differential pumping system not only to achieve the pressure transition with a large throughput,but also to achieve a clean system without back-oil.In the paper,the pressure in differential stages is calculated;the differential pumping system design and equipment choice are introduced;the tests of Molecular/Booster Pump(MBP),a new kind of molecular-drag pump with large throughout and clean vacuum are described and the system experimental result and analysis are presented.展开更多
To evaluate the effects of maternal pre-pregnancy body mass index (pre-BMI) and gestational weight gain (GWG) on neonatal birth weight (NBW) in the population of Chinese healthy pregnant women, attempting to gui...To evaluate the effects of maternal pre-pregnancy body mass index (pre-BMI) and gestational weight gain (GWG) on neonatal birth weight (NBW) in the population of Chinese healthy pregnant women, attempting to guide weight control in pregnancy. A retrospective cohort study of 3772 Chinese women was conducted. The population was stratified by maternal pre-BMI categories as underweight (〈18.5 kg/m2), normal weight (18.5-23.9 kg/m2), overweight (24.0-27.9 kg/m2), and obesity (〉28.0 kg/m2). The NBW differences were tested among the four groups, and then deeper associations among maternal pre-BMI, GWG, and NBW were investigated by multivariate analysis. NBW increased significantly with the increase of maternal pre-BMI level (P〈0.05), except overweight to obesity (P〉0.05). The multivariate analysis showed that both pre-BMI and GWG were positively correlated with NBW (P〈0.05). Compared with normal pre-BMI, underweight predicted an increased odds ratio of small-for-gestational-age (SGA) and decreased odds ratio for macrosomia and large-for-gestational-age (LGA), and the results were opposite for overweight. With the increase of GWG, the risk of SGA decreased and the risks of macrosomia and LGA increased. In addition, in different pre-BMI categories, the effects of weight gain in the first trimester on NBW were different (P〈0.05). NBW is positively affected by both maternal pre-BMI and GWG, extreme pre-BMI and GWG are both associated with increased risks of abnormal birth weight, and maternal pre-BMI may modify the effect of weight gain in each trimester on NBW. A valid GWG guideline for Chinese women is an urgent requirement, whereas existing recommendations seem to be not very suitable for the Chinese.展开更多
基金Under the auspices of National High Technology Research and Development Program of China (No.2007AA12Z242)
文摘The technique of incremental updating,which can better guarantee the real-time situation of navigational map,is the developing orientation of navigational road network updating.The data center of vehicle navigation system is in charge of storing incremental data,and the spatio-temporal data model for storing incremental data does affect the efficiency of the response of the data center to the requirements of incremental data from the vehicle terminal.According to the analysis on the shortcomings of several typical spatio-temporal data models used in the data center and based on the base map with overlay model,the reverse map with overlay model (RMOM) was put forward for the data center to make rapid response to incremental data request.RMOM supports the data center to store not only the current complete road network data,but also the overlays of incremental data from the time when each road network changed to the current moment.Moreover,the storage mechanism and index structure of the incremental data were designed,and the implementation algorithm of RMOM was developed.Taking navigational road network in Guangzhou City as an example,the simulation test was conducted to validate the efficiency of RMOM.Results show that the navigation database in the data center can response to the requirements of incremental data by only one query with RMOM,and costs less time.Compared with the base map with overlay model,the data center does not need to temporarily overlay incremental data with RMOM,so time-consuming of response is significantly reduced.RMOM greatly improves the efficiency of response and provides strong support for the real-time situation of navigational road network.
文摘Based on the relationship among the geographic events, spatial changes and the database operations, a new automatic (semi-automatic) incremental updating approach of spatio-temporal database (STDB) named as (event-based) incremental updating (E-BIU) is proposed in this paper. At first, the relationship among the events, spatial changes and the database operations is analyzed, then a total architecture of E-BIU implementation is designed, which includes an event queue, three managers and two sets of rules, each component is presented in detail. The process of the E-BIU of master STDB is described successively. An example of building’s incremental updating is given to illustrate this approach at the end. The result shows that E-BIU is an efficient automatic updating approach for master STDB.
基金Supported by National Natural Science Foundation of China (No.50975193)Specialized Research Fund for Doctoral Program of Higher Education of China (No.20060056016)
文摘By analyzing the existing prefix-tree data structure, an improved pattern tree was introduced for processing new transactions. It firstly stored transactions in a lexicographic order tree and then restructured the tree by sorting each path in a frequency-descending order. While updating the improved pattern tree, there was no need to rescan the entire new database or reconstruct a new tree for incremental updating. A test was performed on synthetic dataset T1014D100K with 100 000 transactions and 870 items. Experimental results show that the smaller the minimum sup- port threshold, the faster the improved pattern tree achieves over CanTree for all datasets. As the minimum support threshold increased from 2% to 3.5%, the runtime decreased from 452.71 s to 186.26 s. Meanwhile, the runtime re- quired by CanTree decreased from 1 367.03 s to 432.19 s. When the database was updated, the execution time of im- proved pattern tree consisted of construction of original improved pattern trees and reconstruction of initial tree. The experiment results showed that the runtime was saved by about 15% compared with that of CanTree. As the number of transactions increased, the runtime of improved pattern tree was about 25% shorter than that of FP-tree. The improved pattern tree also required less memory than CanTree.
文摘The research is to design a differential pumping system not only to achieve the pressure transition with a large throughput,but also to achieve a clean system without back-oil.In the paper,the pressure in differential stages is calculated;the differential pumping system design and equipment choice are introduced;the tests of Molecular/Booster Pump(MBP),a new kind of molecular-drag pump with large throughout and clean vacuum are described and the system experimental result and analysis are presented.
基金Project supported by the National Natural Science Foundation of China(Nos.81370725 and 81370726)the Natural Science Foundation of Zhejiang Province(No.LQ14H040004)the Key Discipline of Obstetrics of Zhejiang Province,China
文摘To evaluate the effects of maternal pre-pregnancy body mass index (pre-BMI) and gestational weight gain (GWG) on neonatal birth weight (NBW) in the population of Chinese healthy pregnant women, attempting to guide weight control in pregnancy. A retrospective cohort study of 3772 Chinese women was conducted. The population was stratified by maternal pre-BMI categories as underweight (〈18.5 kg/m2), normal weight (18.5-23.9 kg/m2), overweight (24.0-27.9 kg/m2), and obesity (〉28.0 kg/m2). The NBW differences were tested among the four groups, and then deeper associations among maternal pre-BMI, GWG, and NBW were investigated by multivariate analysis. NBW increased significantly with the increase of maternal pre-BMI level (P〈0.05), except overweight to obesity (P〉0.05). The multivariate analysis showed that both pre-BMI and GWG were positively correlated with NBW (P〈0.05). Compared with normal pre-BMI, underweight predicted an increased odds ratio of small-for-gestational-age (SGA) and decreased odds ratio for macrosomia and large-for-gestational-age (LGA), and the results were opposite for overweight. With the increase of GWG, the risk of SGA decreased and the risks of macrosomia and LGA increased. In addition, in different pre-BMI categories, the effects of weight gain in the first trimester on NBW were different (P〈0.05). NBW is positively affected by both maternal pre-BMI and GWG, extreme pre-BMI and GWG are both associated with increased risks of abnormal birth weight, and maternal pre-BMI may modify the effect of weight gain in each trimester on NBW. A valid GWG guideline for Chinese women is an urgent requirement, whereas existing recommendations seem to be not very suitable for the Chinese.