Data organization requires high efficiency for large amount of data applied in the digital mine system. A new method of storing massive data of block model is proposed to meet the characteristics of the database, incl...Data organization requires high efficiency for large amount of data applied in the digital mine system. A new method of storing massive data of block model is proposed to meet the characteristics of the database, including ACID-compliant, concurrency support, data sharing, and efficient access. Each block model is organized by linear octree, stored in LMDB(lightning memory-mapped database). Geological attribute can be queried at any point of 3D space by comparison algorithm of location code and conversion algorithm from address code of geometry space to location code of storage. The performance and robustness of querying geological attribute at 3D spatial region are enhanced greatly by the transformation from 3D to 2D and the method of 2D grid scanning to screen the inner and outer points. Experimental results showed that this method can access the massive data of block model, meeting the database characteristics. The method with LMDB is at least 3 times faster than that with etree, especially when it is used to read. In addition, the larger the amount of data is processed, the more efficient the method would be.展开更多
本文论述了NX二次开发的方法,开发了与NX界面一体化的特征识别与提取功能模块。通过调用NX Open API函数,实现了箱体零件模型中几何信息的获取;预先建立自定义的加工特征映射库,引入解决子图同构问题的VF2算法,实现了箱体零件模型中特...本文论述了NX二次开发的方法,开发了与NX界面一体化的特征识别与提取功能模块。通过调用NX Open API函数,实现了箱体零件模型中几何信息的获取;预先建立自定义的加工特征映射库,引入解决子图同构问题的VF2算法,实现了箱体零件模型中特征的识别与提取。最后,通过实例验证了此功能模块的有效性。展开更多
In order to implement semantic mapping of database metasearch engines, a system is proposed, which uses ontology as the organization form of information and records the new words not appearing in the ontology. When th...In order to implement semantic mapping of database metasearch engines, a system is proposed, which uses ontology as the organization form of information and records the new words not appearing in the ontology. When the new word' s frequency of use exceeds the threshold, it is added into the ontology. Ontology expansion is implemented in this way. The search process supports "and" and "or" Boolean operations accordingly. In order to improve the mapping speed of the system, a memory module is added which can memorize the recent query information of users and automatically learn the user' s query interest during the mapping which can dynamically decide the search order of instances tables. Experiments prove that these measures can obviously reduce the average mapping time.展开更多
Most semi-structured data are of certain structure regularity. Having beenstored as structured data in relational database (RDB), they can be effectively managed by databasemanagement system (DBMS). Some semi-structur...Most semi-structured data are of certain structure regularity. Having beenstored as structured data in relational database (RDB), they can be effectively managed by databasemanagement system (DBMS). Some semi-structured data are difficult to transform due to theirirregular structures. We design an efficient algorithm and data structure for ensuring losslesstransformation. We bring forward an approach of schema extraction through data mining, in whichdifferent kinds of elements are transformed respectively and lossless mapping from semi-structureddata to structured data can be achieved.展开更多
The Ms 8.0 May 12,2008 Wenchuan earthquake triggered tens of thousands of landslides.The widespread landslides have caused serious casualties and property losses,and posed a great threat to post-earthquake reconstruct...The Ms 8.0 May 12,2008 Wenchuan earthquake triggered tens of thousands of landslides.The widespread landslides have caused serious casualties and property losses,and posed a great threat to post-earthquake reconstruction.A spatial database,inventoried 43,842 landslides with a total area of 632 km 2,was developed by interpretation of multi-resolution remote sensing images.The landslides can be classified into three categories:swallow,disrupted slides and falls;deep-seated slides and falls,and rock avalanches.The correlation between landslides distribution and the influencing parameters including distance from co-seismic fault,lithology,slope gradient,elevation,peak ground acceleration(PGA) and distance from drainage were analyzed.The distance from co-seismic fault was the most significant parameter followed by slope gradient and PGA was the least significant one.A logistic regression model combined with bivariate statistical analysis(BSA) was adopted for landslide susceptibility mapping.The study area was classified into five categories of landslide susceptibility:very low,low,medium,high and very high.92.0% of the study area belongs to low and very low categories with corresponding 9.0% of the total inventoried landslides.Medium susceptible zones make up 4.2% of the area with 17.7% of the total landslides.The rest of the area was classified into high and very high categories,which makes up 3.9% of the area with corresponding 73.3% of the total landslides.Although the susceptibility map can reveal the likelihood of future landslides and debris flows,and it is helpful for the rebuilding process and future zoning issues.展开更多
Digital geological mapping fundamentally broke through the traditional working pattern,successfully carried out the geological mapping digitalization.By using the RGMAP system to field digital geological mapping,the a...Digital geological mapping fundamentally broke through the traditional working pattern,successfully carried out the geological mapping digitalization.By using the RGMAP system to field digital geological mapping,the authors summarized the method of work and the work flow of the RGMAPGIS during the field geological survey.First,we prepared material,set up the PRB gallery,then put the geographic base map under the background maplayer and organizing the field hand map,forming the field factual datum map.At last,the geological space database is formed.展开更多
Today,backbone networks deploy a large number of devices and links.This is mainly due to both redundancy purposes for network service reliability,and resource over-dimensioning for maintaining quality of service durin...Today,backbone networks deploy a large number of devices and links.This is mainly due to both redundancy purposes for network service reliability,and resource over-dimensioning for maintaining quality of service during rush hours.Unfortunately,current routers do not have power management primitives,and have constant energy consumption independent of their actual workloads.How to implement a low power and multi-stage switch forwarding for IP lookup is a challenge in high-performance green routers design.A forwarding information base multi-stage mapping routing lookup architecture is presented,and the dynamic routing table mapping algorithm is designed to determine the optimal strides for building tree bitmap tries which lead the worst-case power consumption of the IP lookup engine to be minimized.Experimental results show that the application of reallife routing tables demonstrates that the proposed method could reduce power consumption of routing lookup by 30%.展开更多
基金Projects(41572317,51374242)supported by the National Natural Science Foundation of ChinaProject(2015CX005)supported by the Innovation Driven Plan of Central South University,China
文摘Data organization requires high efficiency for large amount of data applied in the digital mine system. A new method of storing massive data of block model is proposed to meet the characteristics of the database, including ACID-compliant, concurrency support, data sharing, and efficient access. Each block model is organized by linear octree, stored in LMDB(lightning memory-mapped database). Geological attribute can be queried at any point of 3D space by comparison algorithm of location code and conversion algorithm from address code of geometry space to location code of storage. The performance and robustness of querying geological attribute at 3D spatial region are enhanced greatly by the transformation from 3D to 2D and the method of 2D grid scanning to screen the inner and outer points. Experimental results showed that this method can access the massive data of block model, meeting the database characteristics. The method with LMDB is at least 3 times faster than that with etree, especially when it is used to read. In addition, the larger the amount of data is processed, the more efficient the method would be.
文摘In order to implement semantic mapping of database metasearch engines, a system is proposed, which uses ontology as the organization form of information and records the new words not appearing in the ontology. When the new word' s frequency of use exceeds the threshold, it is added into the ontology. Ontology expansion is implemented in this way. The search process supports "and" and "or" Boolean operations accordingly. In order to improve the mapping speed of the system, a memory module is added which can memorize the recent query information of users and automatically learn the user' s query interest during the mapping which can dynamically decide the search order of instances tables. Experiments prove that these measures can obviously reduce the average mapping time.
文摘Most semi-structured data are of certain structure regularity. Having beenstored as structured data in relational database (RDB), they can be effectively managed by databasemanagement system (DBMS). Some semi-structured data are difficult to transform due to theirirregular structures. We design an efficient algorithm and data structure for ensuring losslesstransformation. We bring forward an approach of schema extraction through data mining, in whichdifferent kinds of elements are transformed respectively and lossless mapping from semi-structureddata to structured data can be achieved.
基金supported by the National Key Technology R&D Program(Grant No. 2011BAK12B01)the Young Foundation of National Natural Science of China(Grant No.41202210)+1 种基金the Education Department Innovation Research Team Program(Grant No.IRT0812)the Young Foundation of Chengdu University of Technology and the Education Department of Sichuan Province (Grant Nos.2010QJ15 and 11ZB262)
文摘The Ms 8.0 May 12,2008 Wenchuan earthquake triggered tens of thousands of landslides.The widespread landslides have caused serious casualties and property losses,and posed a great threat to post-earthquake reconstruction.A spatial database,inventoried 43,842 landslides with a total area of 632 km 2,was developed by interpretation of multi-resolution remote sensing images.The landslides can be classified into three categories:swallow,disrupted slides and falls;deep-seated slides and falls,and rock avalanches.The correlation between landslides distribution and the influencing parameters including distance from co-seismic fault,lithology,slope gradient,elevation,peak ground acceleration(PGA) and distance from drainage were analyzed.The distance from co-seismic fault was the most significant parameter followed by slope gradient and PGA was the least significant one.A logistic regression model combined with bivariate statistical analysis(BSA) was adopted for landslide susceptibility mapping.The study area was classified into five categories of landslide susceptibility:very low,low,medium,high and very high.92.0% of the study area belongs to low and very low categories with corresponding 9.0% of the total inventoried landslides.Medium susceptible zones make up 4.2% of the area with 17.7% of the total landslides.The rest of the area was classified into high and very high categories,which makes up 3.9% of the area with corresponding 73.3% of the total landslides.Although the susceptibility map can reveal the likelihood of future landslides and debris flows,and it is helpful for the rebuilding process and future zoning issues.
基金Supported by National Oil-gas Project:No XQ-2004-07
文摘Digital geological mapping fundamentally broke through the traditional working pattern,successfully carried out the geological mapping digitalization.By using the RGMAP system to field digital geological mapping,the authors summarized the method of work and the work flow of the RGMAPGIS during the field geological survey.First,we prepared material,set up the PRB gallery,then put the geographic base map under the background maplayer and organizing the field hand map,forming the field factual datum map.At last,the geological space database is formed.
基金Supported by the National High Technology Research and Development Programme of China(No.2008AA01A323,2009AA01A334)the National Basic Research Program of China(No.2007CB307102)
文摘Today,backbone networks deploy a large number of devices and links.This is mainly due to both redundancy purposes for network service reliability,and resource over-dimensioning for maintaining quality of service during rush hours.Unfortunately,current routers do not have power management primitives,and have constant energy consumption independent of their actual workloads.How to implement a low power and multi-stage switch forwarding for IP lookup is a challenge in high-performance green routers design.A forwarding information base multi-stage mapping routing lookup architecture is presented,and the dynamic routing table mapping algorithm is designed to determine the optimal strides for building tree bitmap tries which lead the worst-case power consumption of the IP lookup engine to be minimized.Experimental results show that the application of reallife routing tables demonstrates that the proposed method could reduce power consumption of routing lookup by 30%.