-
实习题
[问题描述]
1. 设顺序表中的数据元素递增有序,将插入到顺序表的适当位置上,是该表仍然有序。
[输入]
初始顺序表,插入字符。
[...
实习题
[问题描述]
1. 设顺序表中的数据元素递增有序,将插入到顺序表的适当位置上,是该表仍然有序。
[输入]
初始顺序表,插入字符。
[输出]
插入x后线性表的结果
[存储结构]
采用顺序存储结构
[算法的基本思想]
建立一个递增顺序表,插入一个数值并移动元素,使其仍然有序。
程序如下:
#include "iostream.h"
#include
#define LIST_INTI_SIZE 100//初始空间大小
typedef struct SqList
-attachment that [problem description] 1. Established order of the table data elements incremental orderly, will be inserted into the appropriate sequence table position is that the schedule remains orderly. [Imported] initial order and inserting characters. [Output] x inserted after the results of the linear scale [storage structure] sequence storage structure [algorithm for the basic idea : the establishment of a- incremental sequence table, insert a numerical and mobile elements, it remains orderly. The procedure is as follows :# include "iostream.h"# include
- 2022-02-01 21:43:29下载
- 积分:1
-
before seen a lot of documents, Windows CE know how to operate the serial, But h...
以前看了很多文档,知道Windows CE的串口如何操作,但是由于从来没有想过要用串口,也没有实际的作过。昨天有人需要用我们的开发板,而他们主要就是要用串口,我就写了一个程序,用来测试串口是否工作。记录下来,作为以后串口通信程序的起点-before seen a lot of documents, Windows CE know how to operate the serial, But he never thought to use serial port, nor the actual made. Yesterday, someone needed to use our development board, and they mainly use serial port, I wrote a procedure, Serial used to test whether the work. Record, as a serial communication program after the starting point
- 2022-02-16 07:20:30下载
- 积分:1
-
详细的软件开发文档实例。网络上仅有的实例之一。
详细的软件开发文档实例。网络上仅有的实例之一。-Detailed examples of software development documents. Network on one of the only examples.
- 2023-03-12 18:55:03下载
- 积分:1
-
本程序通过串行端口获得心电波形演示数据,然后在程序中显示实时心电波形。波形数据可以时刻调整。...
本程序通过串行端口获得心电波形演示数据,然后在程序中显示实时心电波形。波形数据可以时刻调整。-This procedure demonstrated through a serial port to obtain waveform data, and then in the program to display real-time ECG waveform. Waveform data can be time to adjust.
- 2022-07-12 14:47:11下载
- 积分:1
-
MiniPlayer多媒体播放器
MiniPlayer多媒体播放器-软件工程文档。包括可行性研究报告、软件需求说明书、软件设计说明书、部分源程序、用户使用手册等。-MiniPlayer Multimedia Player- software engineering documents. Including feasibility studies, software requirements specification, software design specifications, some source code, user manuals.
- 2022-03-04 06:56:00下载
- 积分:1
-
C++ programming is the classic idea of information like as soon as possible to d...
C++编程思想 很经典的资料,喜欢的尽快下载哦,-C++ programming is the classic idea of information like as soon as possible to download Oh,
- 2022-03-23 15:48:48下载
- 积分:1
-
AD73360 interface with a wide variety of DSP applications academic journals data...
AD73360 与多种DSP接口应用的学术期刊资料,比较有参考价值。-AD73360 interface with a wide variety of DSP applications academic journals data have reference value for comparison.
- 2022-01-26 08:06:56下载
- 积分:1
-
基于WIN CE与s2410的外部中断的实现.rar
基于WIN CE与s2410的外部中断的实现.rar...
基于WIN CE与s2410的外部中断的实现.rar
基于WIN CE与s2410的外部中断的实现.rar-S2410-based WIN CE and the realization of the external interrupt. Rar with WIN CE based on the s2410 the realization of the external interrupt. Rar
- 2022-12-25 16:20:03下载
- 积分:1
-
进入一个网站,该网站会请您输入姓名,输入完后,该网站就会对您打招呼喔!这程序就是这功能!...
进入一个网站,该网站会请您输入姓名,输入完后,该网站就会对您打招呼喔!这程序就是这功能!-Enter a Web site, the site will ask you to enter name, enter after, the site will say hello to you Oh! This procedure is for this!
- 2023-04-12 23:45:03下载
- 积分:1
-
execCommand () can make your pages have the
execCommand() 可以使您的网页有「储存」、「打印」、「剪下」、「复制」、「贴上」甚至「复原」等超多有用的功能。
详细的使用方法,到 MSDN 浏览完整的信息
-execCommand () can make your pages have the
- 2022-02-09 23:41:43下载
- 积分:1