搜索资源列表
jiheAUB
- 求集合运算AUB 利用两个线性表la和lb分别存放集合A和B的成员,依次取出lb中的每个元素,按其值查找线性表la,若la中不存在该元素,则将它插入到la中去,最后线性表la就存放了集合AUB的元素.-AUB set operations for the use of two linear la Table and lb respectively storage pools A and B members, Retrieve lb followed each of the elements,
juchibo
- 实验十一 数/模转换器 一、实验目的 了解数/模转换器的基本原理,掌握DAC0832芯片的使用方法。 二、实验内容 1、实验电路原理如图11-1,DAC0832采用单缓冲方式,具有单双极性输入端(图中的Ua、Ub),利用debug输出命令(Out 290 数据)输出数据 给DAC0832,用万用表测量单极性输出端Ua及双极性输出端Ub的电压,验证数字与电压之间的线性关系。 2、编程产生以下波形(从Ub输出,用示波器观察) (1)正弦波 三、编程提示
zhengxuanbo
- 一、实验目的 了解数/模转换器的基本原理,掌握DAC0832芯片的使用方法。 二、实验内容 1、实验电路原理如图36,DAC0832采用单缓冲方式,具有单双极性输入端(图中的Ua、Ub),利用debug输出命令(Out 290 数据)输出数据给DAC0832,用万用表测量单极性输出端Ua及双极性输出端Ub的电压,验证数字与电压之间的线性关系。 2、编程产生以下波形(从Ub输出,用示波器观察) (1)锯齿波 三、编程提示 1、8位D/A转换器DAC0832的口
232
- 对顺序存储的线性表进行一些操作。主要包括:各种位置的插入、删除操作、显示数据、查找、更新、统计以及学生数据文件的读写操作等。要求线性表采用类的定义-The linear sequence of storage on some operating table. Include: a variety of locations to insert, delete operation, display data, search, updates, statistics, and student data
C
- 哈工大5系计算机实验论文,包括线性表维护等的实现-Harbin Institute of Technology, Department of Computer Experiment 5
xianxingbiao-leimoban
- 设计通用线性表类(模版),可实现构造空表、两种生成表的方式(生成数据无序表及生成数据升序排列表)、在有序表中搜索一个关键字数据、在有序表中删除某个关键字数据、输出当前数据表中的元素。 加深初学者对c++通用线性表类模板的理解。-Design general linear table class (template), you can construct an empty table, two approaches for generating the table (to generate t
1
- 数据结构中利用数序存储结构,把两个线性表合并成一个线性表-Data structure, storage structure, the number sequence merger of two linear tables into a linear form
xianxingbiao
- 简单通讯录,线性表,文件存储。添加,删除,浏览,修改,清空等功能-Simple address book, linear tables, file storage. Add, delete, view, modify, emptying
hehe
- 构建两个顺序表示的非空线性表LA和LB (数据元素为整型,其值自行确定); 从线性表LA中删除第i 个元素; 将元素e插入到线性表LB中的第i个元素之后; 假设LA中不含重复的元素 (LB同),将线性表LA和LB合并,并输出结果,要求结果存放于LA中且不含重复的元素。 要求:允许用户自行输入线性表表长、线性表中的每个数据元素以及指定i值的大小。 -Construction of two sequential said non-empty linear table (data e
addseqlist
- 线性表相加重载。在线性表基础功能上添加线性表相加功能,能实现两个线性表的直接相加。-The linear table sum overloaded. Add linear tables linear table on the basis of functional sum function, to achieve the direct sum of two linear tables.
Text-editor
- 使用线性表完成文本编辑器。实现如添加删除,修改,换行切换等系列功能。-Use the linearity Table to complete the text editor. As add delete, modify, wrap switch series.
1
- 一元多项式的加减法一元多项式的表示问题:对于任意一元多项式: n(x)= P0+ P1X1+ P2X2+ … + PiXi+ … + PnXn 可以抽象为一个由“系数-指数”对构成的线性表,且线性表中各元素的指数项是递增的: P=( ( P0,0), ( P1,1), ( P2,2), … , ( Pn,n) ) -Add and subtract one yuan polynomial
Joseph
- 试用分别用线性表的向量存储结构和链表存储结构来实现约瑟夫(Josephu)问题。约瑟夫问题如下: 设有n个人围坐圆桌周围。从某个位置上的人开始从1报数,数到m的人便出列,下一个人(第m+1个)又从1报数开始,数到m的人便是第2个出列的人,依次类推,直到最后一个人出列为止,这样就可以得到一个人员排列的新次序。例如,n=8,m=4,从第1个人数起,得到的新次序为48521376. -failed to translate
shunxuxianxingbiao
- 对顺序线性表的功能而进行的C++程序代码-Order linear form for the function performed C++ program code
shujujiegou
- 《数据结构与算法设计》一书中的全部代码实现,包括线性表、栈和队列、串、数组和广义表、树、图等。-" Data structure and algorithm design," a book of all the code to achieve, including linear lists, stacks and queues, strings, arrays and generalized tables, trees, graphs and so on.
2120602017_10
- 用C++实现数据库的功能 查找NBA线性表的数据元素-With C++ achieve functional lookup table data elements so linear NBA
Desktop
- 使用线性表解决约瑟夫问题使用线性表解决约瑟夫问题-Use the linear table to solve the Joseph problemUse the linear table to solve the Joseph problem
xianxingbiao
- 实现顺序表的基本操作(最终提交“.cpp”) 程序要求: 先给出顺序表的类型定义 给出顺序表的如下基本操作的算法函数定义 构造一个空的线性表:InitList_Sq(SqList &L) 在顺序表L的第i个位置之前插入新的元素e:ListInsert_Sq(SqList &L, int I, ElemType e) 在顺序表L中删除第i个元素,并用e返回其值:ListDelete_Sq(SqList &L, int I, ElemTy
Merge
- 1、分别用顺序表和链表实现 2、利用菜单选择相应功能 3、能连续执行两表合并(1. The implementation of the sequence table and the chain table 2. Use the menu to select the corresponding function 3. Continuous execution of two table merging)
数据结构教程上机实验指导
- 本书是《数据结构教程》的配套上机实验指导书,两书章次一一对应,内容包括线性表、栈和队列、串、数组和稀疏矩阵、递归、树状结构、广义表、图、查找、内排序、外排序、文件等。书后附录中给出了VC++ 6.0环境下编写C程序所需的基本知识及学生应提交的实验报告的格式。本书包含全部上机实验题目,因此自成一体,可脱离《数据结构教程》单独使用。