-
顺序表的基本运算
(1) 初始化顺序表L
(2) 依次采用尾插法插入a,b,c,d,e
(3) 输出顺序表L
(4) 输出顺序表L长度;...
顺序表的基本运算
(1) 初始化顺序表L
(2) 依次采用尾插法插入a,b,c,d,e
(3) 输出顺序表L
(4) 输出顺序表L长度;
(5) 判断顺序表L是否为空;
(6) 判断顺序表L 的第3个元素;
(7) 输出元素‘a’的位置;
(8) 在第4个元素位置上插入‘f’元素;
(9) 输出顺序表L
(10) 删除L的第3个元素;
(11) 输出顺序表L
(12) 释放顺序表L
-The order of the table basic operations (1) The initialization sequence table L (2) followed by tail-interpolation method into a, b, c, d, e (3) the output sequence table L (4) the output sequence of Table L length (5) to determine the order of the table is empty L (6) to determine the order of the table L, the first three elements (7) output elements of " a" position (8) in the first four elements in place insert the " f" element (9) the output sequence of Table L (10) to delete the first three elements of L (11) the output sequence of Table L (12) the release of the order form L
- 2022-03-19 16:49:15下载
- 积分:1
-
使用pci8333数据采集卡的水箱测试程序
使用pci8333数据采集卡的水箱测试程序-The use of data acquisition card pci8333 tank test procedure
- 2022-06-26 21:49:27下载
- 积分:1
-
Curriculum design, results, video player, can play mp3, avi and other formats. S...
课程设计的成果,视频播放器,能播放mp3,avi等格式。用skinfeature加载了一个皮肤。-Curriculum design, results, video player, can play mp3, avi and other formats. Skinfeature loaded with a skin.
- 2022-09-21 21:35:03下载
- 积分:1
-
一个基于PCF8563芯片的时钟程序。通过51单片机控制PCF8563芯片的初始化,读取和附值...
一个基于PCF8563芯片的时钟程序。通过51单片机控制PCF8563芯片的初始化,读取和附值-PCF8563 a chip on the clock procedures. Through 51 PCF8563 chip microcontroller control of initialization, reading and the value attached
- 2022-06-27 20:15:32下载
- 积分:1
-
词法分析,编译原理的词法分析程序c++源码。
词法分析,编译原理的词法分析程序c++源码。-Lexical analysis, lexical analysis of the principle of compiler c++ source program.
- 2023-06-12 05:30:02下载
- 积分:1
-
窗口分割源程序。
窗口分割源程序。-window segmentation source.
- 2022-09-18 11:05:03下载
- 积分:1
-
Kriging 算法Matlab 代码
Kriging 算法Matlab 代码,非常好用哦,可以根据自己需要进行修改!
- 2022-07-27 07:10:04下载
- 积分:1
-
浙江大学程序设计大赛源代码ACM2481题
浙江大学程序设计大赛源代码ACM2481题-Zhejiang University Design Competition source code that ACM2481
- 2023-01-20 03:30:04下载
- 积分:1
-
写的一个简单的程序,使用OpenGL,有表面的坐标,等。
一个用opengl写的简单程序,有曲面,坐标等-Written in a simple procedure to use opengl, there are surface coordinates, etc.
- 2023-07-09 21:15:03下载
- 积分:1
-
In order to write data or write, we should first check the status of LCM, or sta...
在写数据或写命令之前,应先检查LCM的状态,即状态寄存器中命令就绪(STA0)和数据就绪(STA1)需要同时检查,只有这两位同时为“1”(LCM空闲状态)时,才可以进行数据和命令的写操作,通常情况下,可以设计一个读状态子函数,用以判断-In order to write data or write, we should first check the status of LCM, or status register in the order in place (STA0) and data-ready (STA1) need to check that only the two at the same time
- 2022-02-13 02:13:08下载
- 积分:1