搜索资源列表
SQLIST1
- 线性表顺序存储类型的各项基本操作实现与说明。-Linear form of the order of storage type and descr iption of the achievement of the basic operation.
hash
- 数据库索引技术中的可扩充线性哈希表visual C++实现-extendable hash for database
2007298504
- 数据结构实验 之 一元多项式相加 一.实验目的 掌握链表的创建、初始化、查询以及维护的使用。 二.实验用到的原理原理 一元多项式 在计算机中,可以用一个线性表来表示: P = (p0, p1, …,pn) 一般情况下的一元稀疏多项式可写成 Pn(x) = p1xe1 + p2xe2 + ┄ + pmxem 其中:pi 是指数为ei 的项的非零系数, 0≤ e1 < e2 < ┄ < em = n 可以
exam_sqlist
- 求集合异或的,用线性表做的,非常方便 -we can konw it we can konw it we can konw it we can konw it
shuju
- 数据结构分析若干问题,例如线性表,栈,队列,图,树等等。-Structural analysis of the data a number of issues, such as linear tables, stacks, queues, graphs, trees and so on.
probing
- 这是一个描述哈希表线性探测处理冲突的范例-This is a linear probing hash table example of conflict
Linear-chain
- 线性表的链式表插入删除合并等操作(含主函数)-Linear chain table into a table to delete consolidation.
linear-list-sub-systen
- 线性表子系统 建表 查表 删除 插入 求表长 返回 等七项功能-linear list sub system
shuju
- 大二写的一些程序员,关于多项式器线性表希望对你们有帮助。-Some programmers write sophomore, polynomial linear form of help to you.
spss
- 分析数据 为了了解某地母亲身高x与女儿身高Y的相关关系,随机测得10对母女的身高(见下表)。利用SPSS软件,完成以下任务: 1.画出x、Y散点图,观察因变量与自变量之间关系是否有线性特点; 2.试对x与Y进行一元线性回归分析,列出一元线性回归预测模型; 3.预测当母亲身高为161cm时女儿的身高? 母亲身高(cm) 159 160 160 163 159 154 159 158 159 157 女儿身高(cm) 158 159 160 161 161 155 16
CR17_2014.05.19_list
- 数据结构线性表教学笔记,内容讲基础知识,没基础可以-Linear table data structure teaching notes, basic knowledge content says, no base can take a look
link
- 数据结构中关于线性表的一些程序,有顺序存储的线性表,链式存储的线性表和静态线性表。-Linear table data structure about some of the procedures, linear tables are stored in order, chain linear table data structure about some of the procedures, linear tables are stored in order, linear table and
《数据结构》实验1 线性表 - 副本
- 顺序表的基本操作 创建任意整数线性表 遍历线性表(The basic operation of the sequential table creates an arbitrary integer linear table)