搜索资源列表
smatrix
- 数据库课程设计,用完全链表结构实现稀疏矩阵的创建,删除,以及加、减、乘、转置运算-database curriculum design, fully linked list with sparse matrix structure to achieve the creation, deletion, and, plus or minus, by transfer of home computing
ram_database
- 内存数据库,或者可以称作通用数据结构。使用数组,链表实现了内存数据库的框架,包含域,记录。基本上可以管理各种程序所需要的数据结构。-memory database, or can be called generic data structure. Use arrays, linked list of memory to achieve the framework of the database, including domain record. Basically management proc
books_control_system
- 这是本人C++的课程设计(内附课程设计报告)。题目是图书馆里系统。用的数据库是ACCESS,里面的表都符合3NF。连接数据源方法,请看里面的课程设计报告。-This is my C++, curriculum design (with curriculum design report). Topic library system. Database is used by ACCESS, inside the table are in line with 3NF. Connect the data
structure
- 数据库结构课件,适合于初学者使用,有讲到,顺序表,链表,栈,树等~-Courseware database structure, suitable for beginners, there are mentioned, the order of tables, linked lists, stacks, trees, etc. ~
update-and-delete
- 用链表实现对数据的增查删改,可以把记录保存到文件数据库中-Achieved with the list of data deletion by check, the file can be saved to the database record
uujuku1
- 数据库管理系统的数据结构设计(表结构设计)-Database management system data structure design (table structure design)
CHAP04
- 数据库结构,线性表的类型定义,顺序的表示和实现-Database structure, linear table type definition, and implementation of the order of that
experiment8
- 数据库实验:顺序表的基本操作,单链表的基本操作,栈的基本操作,队列的基本操作,二叉树建立及遍历操作,二叉树的应用程序设计,图的建立及遍历操作-Database eight experiments! Has more to do it, and we can refer to, hoping to help you.
CityDatabaseLink
- C语言实现的城市数据库系统,采用了链表的方法,可以查询,删除,添加城市信息,及以某城市为定点,它周围一定范围内的所有城市信息。-C language implementation of the urban database system, using the list method, you can query, delete, add city information, and to a city as a place, it all within a certain range around
CityDatabaseList
- 城市数据库,用顺序表(数组)实现,C++,可以查找,删除,插入城市信息,以及某定点范围内所有城市的信息-City database, with the order table (array) implementation, C++, you can find, delete, insert city information, as well as all cities within a fixed range of information
addressbookmanagementsystem
- C语言数据库课程设计,通讯录管理系统的实现,利用链表数据结构操作,有完整的报告和帮助文件!-The realization of C language database curriculum design, address book management system, using the operation of the linked list data structure, complete reports and help files!
数据结构与数据库实验
- 编程实现表的定义及常用操作:1)判断表示表是否为空;2)获取第i个节点的内容;3)删除;4)插入(Programming definition and common operation of the table: 1) judge whether the table is empty; 2) get the content of the i-th node; 3) delete; 4) insert)