搜索资源列表
数据结构的C++描述
- 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
掌握线性表的结构特点
- 。 掌握线性表的基本操作:初始化,插入,删除,查找,判空,求线性表长度等运算在顺序存储结构和链式存储结构上的实现。 通过本章实验帮助学生加深对C语言的使用(特别是函数的参数调用、指针类型的应用)。
xu
- 掌握线性表的结构特点。 掌握线性表的基本操作:初始化,插入,删除,查找,判空,求线性表长度等运算在顺序存储结构和链式存储结构上的实现。 通过本章实验帮助学生加深对C语言的使用(特别是函数的参数调用、指针类型的应用)。-Grasp the characteristics of the linear structure of the table. Master the basic operation of the linear form: initialization, insert, de
DynaLnkList
- 用C语言实现线性表的动态链式存储操作(C语言版)-Linear table with a C language dynamic chain store operations (C language version)
info_sys.tar
- 《简单信息管理系统(C语言描述)》 这是本人用C语言实现的简单信息管理系统,由顺序存储的线性表来组织数据结构,程序在CentOS 5.1环境下完成,我的博客上有程序界面截图(我的博客:http://blog.163.com/joshuachan@yeah/)。 本系统实现的数据操作: 增加/遍历/排序/查询及删除匹配数据/数据文件的导入和导出。 系统文件组成: 测试程序<test.c>,综合头文件<main.h>,
link-list
- C++语言实现的链式存储线性表的插入、删除、查找等操作源程序-C++ language to achieve chain store linear table insert, delete, search operations such as source code
SeqList
- C++语言封装了顺序存储线性表,实现了判断顺序表满、空函数、查找函数、删除函数、清空函数、打印函数等。-C++ language encapsulates the linear sequence storage table to achieve a judge order the table is full, empty function lookup function, deleting function, clear function, print function and so on.