-
数据结构顺序表操作
一、顺序表操作
1、显示
2、插入
3、查找(显示比较次数)
4、删除(显示移动次数)
5、排序(直接插入、简单选择、快速,显示比较次数、移动次数)
6、折半查找(显示比较次数)
7、编程实现一个顺序表的就地逆置,即利用原表的存储空间将顺序表逆置。
8、有序插入(显示比较次数、移动次数),
屏幕提示后,从键盘输入一个元素值,在经过排序的线性表中插入这个元素;
屏幕显示比较次数和移动次数,应有溢出判断和报告。
- 2023-04-08 18:50:03下载
- 积分:1
-
DS18B20LCD
DS18B20温度测量程序 之后用于在LCD显示屏上显示对应的温度(DS18B20 test code)
- 2011-08-30 12:59:20下载
- 积分:1
-
betterCards
简单的扑克牌游戏代码。只作为学习参考使用,请不要用于商业用途。(simple card games code. Only use as a study reference, please do not for commercial purposes.)
- 2007-05-17 23:58:21下载
- 积分:1
-
rand_noise_generate
产生高斯分布的白噪声的方法. 数据输出格式为txt. 可以读取到其它程序中, 作为后续开放使用. (have a Gaussian distribution of white noise method. Data output format txt. Can be read into other procedures, As a follow-up opening.)
- 2007-06-15 21:13:22下载
- 积分:1
-
use Huffman coding decompression procedures can be compressed files in any forma...
运用huffman编码的解压缩程序,能压缩任何格式的文件,但是压缩比不是最理想-use Huffman coding decompression procedures can be compressed files in any format, but not the best compression ratio
- 2023-03-15 19:10:03下载
- 积分:1
-
CSharpMakeEye
利用地图控件制作具有鹰眼效果的地图控制界面(Use map controls the production of Eagle Eye the effect of map control interface)
- 2008-08-05 21:43:13下载
- 积分:1
-
通过上位机把数据传给MCU实现四路调光
通过上位机把数据传给MCU实现四路调光
- 2022-03-18 04:19:05下载
- 积分:1
-
MODBUS
说明: 基于MODBUS协议的单片机通信系统,上位机+下位机(MODBUS Protocol-based communication system microcontroller)
- 2011-03-28 10:17:22下载
- 积分:1
-
GPS-simulation
在Microsoft Visual C++软件环境下,用C++
语言实现整个仿真。将整个产生系统分为C/A码产生,信号产生,量化三个模块,经过编写和调制实现产生的基本功能,即输入导航电文及控制数据,例如 选取卫星信号,多
普勒频移,采样周期。最后可以得到加入服从高斯分布的噪声信号的数字离散中频信号。
(We use the C++ language to archive the simulation in the Microsoft Visual C++
circumstance. The entire generating system is divided into three parts,including C/A Code, Signal Generating and Quantizer. After writing codes and checking and
confirming, I archive the basic functions. If you input the guiding codes and controldata like satellite selecting signal, Doppler frequency movement, sampling period, at last you can get the digital middle frequency signals with gauss distributing noise)
- 2013-05-15 11:30:07下载
- 积分:1
-
ad9854扫频-8051
说明: ad9854,具备扫频功能,适合8051(AD9854, sweep function, suitable for 8051)
- 2020-03-12 23:35:00下载
- 积分:1