-
xian2
说明: 通过键盘创建有若干个元素(可以是整型数值)的单链表,实现对单链表的初始化,对已建立的顺序表插入操作、删除操作、查找操作、遍历输出单链表。
要求各个操作均以函数的形式实现,并且在主函数中调用各个函数实现以下操作:
( 1 )键盘输入单链表 x 、 x 、 x 、 x 、 x 、 x ,并输出显示,其中 x 为任意整数。
( 2 )在单链表的第 4 个位置插入 67 ,并输出单链表中的各元素值。
( 3 )删除单链表中的第 2 个数据元素,并输出单链表中的各元素值。
( 4 )查找单链表中的第 5 个元素并输出该元素的值。(A single linked list with several elements (which can be integer values) is created by keyboard to initialize the single linked list, insert operation, delete operation, search operation and traverse the output single linked list.
Each operation is required to be implemented in the form of a function, and each function is called in the main function to implement the following operations:
(1) Keyboard input single linked list x, x, x, x, x, x, and output display, where x is an arbitrary integer.
(2) Insert 67 at the fourth position of the single-linked list and output the values of each element in the single-linked list.
(3) Delete the second data element in the single-linked list and output the values of each element in the single-linked list.
(4) Find the fifth element in the single list and output its value.)
- 2019-04-18 20:15:36下载
- 积分:1
-
xyz.zip
MATLAB计算程序,计算符合预测。包括技部分。(Ahfsdafadskflagklhdashdaadfafdadsadsfdasfadk)
- 2009-04-26 20:05:45下载
- 积分:1
-
Tetris-c
俄罗斯方c语言代码加详解,非常好的俄罗斯方块代码(Russian side c language code plus detailed, very good Tetris code)
- 2013-11-27 18:32:17下载
- 积分:1
-
oraclebatch
说明: ORACLE数据库的批量插入例子,CBUILDER+PRO*C方式实现(ORACLE database volume inserted example, PRO* C CBUILDER means)
- 2005-11-20 15:42:47下载
- 积分:1
-
BEMT
说明: 直升机性能计算程序,包括matlab和C++两个版本,其中Matlab版本包含了VPM程序。(blade Element Momentum Theory Analysis Code)
- 2011-03-06 23:29:50下载
- 积分:1
-
声源定位
矢量传感器对声源定位的MATLAB仿真程序,二元阵线列阵对声源定位程序(MATLAB simulation program of vector sensor for sound source localization, two element array array for sound source localization.)
- 2021-03-09 10:29:28下载
- 积分:1
-
基于RTT的四旋翼代码
基于RTT系统的四轴飞行器代码,包括加速度计、陀螺仪、罗盘的九轴姿态解算和X,Y轴的控制以及基于加速度计、气压计、GPS的Z轴定高和基于GPS的导航。
- 2022-08-19 14:28:56下载
- 积分:1
-
WinDirectAudio_20081223
说明: directshow播放音频文件,显示音频波形。(DirectShow plays the audio file and displays the audio waveform.)
- 2020-03-19 14:52:02下载
- 积分:1
-
socket网络通讯 客户端 C/C++ UBUNTU下可用
本例采用open—write/read—close模式,实现了socket网络通讯客户端最基本的功能。
- 2023-04-01 10:05:04下载
- 积分:1
-
RB_Tree
Implementation of basic insertion, deletion and search algorithms in a red-black tree in C++.
- 2015-02-02 21:07:18下载
- 积分:1