期刊文献+
共找到3篇文章
< 1 >
每页显示 20 50 100
The Practice-oriented Platform of“Data Structure and Algorithm”Curriculum
1
作者 WANG Jian-bao YANG Jie SHANG Chu-han 《计算机教育》 2012年第10期48-50,共3页
"Data Structure and Algorithm",which is an important major subject in computer science,has a lot of problems in teaching activity.This paper introduces and analyzes the situation and problems in this course ... "Data Structure and Algorithm",which is an important major subject in computer science,has a lot of problems in teaching activity.This paper introduces and analyzes the situation and problems in this course study.A "programming factory" method is then brought out which is indeed a practice-oriented platform of the teachingstudy process.Good results are obtained by this creative method. 展开更多
关键词 Practice-oriented Platform data structure and algorithm industrial software education
在线阅读 下载PDF
On Detecting and Enforcing the Non-Relational Constraints Associated to Dyadic Relations in MatBase
2
作者 Christian Mancas 《Journal of Electronic & Information Systems》 2020年第2期1-8,共8页
MatBase is a prototype data and knowledge base management expert intelligent system based on the Relational,Entity-Relationship,and(Elementary)Mathematical Data Models.Dyadic relationships are quite common in data mod... MatBase is a prototype data and knowledge base management expert intelligent system based on the Relational,Entity-Relationship,and(Elementary)Mathematical Data Models.Dyadic relationships are quite common in data modeling.Besides their relational-type constraints,they often exhibit mathematical properties that are not covered by the Relational Data Model.This paper presents and discusses the MatBase algorithm that assists database designers in discovering all non-relational constraints associated to them,as well as its algorithm for enforcing them,thus providing a significantly higher degree of data quality. 展开更多
关键词 Conceptual data modeling database constraints theory Non-relational constraints data structures and algorithms for data management Dyadic relation properties data quality (Elementary)Mathematical data Model MatBase
在线阅读 下载PDF
New method in information processing for maintaining an efficient dynamic ordered set
3
作者 XIN ShiQing WANG GuoJin 《Science in China(Series F)》 2009年第8期1292-1301,共10页
This paper investigates how to maintain an efficient dynamic ordered set of bit strings, which is an important problem in the field of information search and information processing. Generally, a dynamic ordered set is... This paper investigates how to maintain an efficient dynamic ordered set of bit strings, which is an important problem in the field of information search and information processing. Generally, a dynamic ordered set is required to support 5 essential operations including search, insertion, deletion, max-value retrieval and next-larger-value retrieval. Based on previous research fruits, we present an advanced data structure named rich binary tree (RBT), which follows both the binary-search-tree property and the digital-search-tree property. Also, every key K keeps the most significant difference bit (MSDB) between itself and the next larger value among K's ancestors, as well as that between itself and the next smaller one among its ancestors. With the new data structure, we can maintain a dynamic ordered set in O(L) time. Since computers represent objects in binary mode, our method has a big potential in application. In fact, RBT can be viewed as a general-purpose data structure for problems concerning order, such as search, sorting and maintaining a priority queue. For example, when RBT is applied in sorting, we get a linear-time algorithm with regard to the key number and its performance is far better than quick-sort. What is more powerful than quick-sort is that RBT supports constant-time dynamic insertion/deletion. 展开更多
关键词 information processing dynamic ordered set algorithms and data structures rich binary tree
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部