-
数字信号处理器应用控制文件
files about dsp applications control
- 2022-02-10 08:20:29下载
- 积分:1
-
有漂亮的用户界面,用链表实现多项式的各种运算,推荐刚学数据结构链表的人下载....
有漂亮的用户界面,用链表实现多项式的各种运算,推荐刚学数据结构链表的人下载.-a beautiful user interface, List polynomial used in a variety of computing, has recommended data structure Chain downloading from the Internet.
- 2023-05-25 21:25:03下载
- 积分:1
-
数据结构课件,学习数据结构的好资料
数据结构课件,学习数据结构的好资料-data structure, data structure learning good information
- 2022-11-06 09:05:03下载
- 积分:1
-
[问题描述]
将N个关键字去整数的记录进行整序, 以使所有关键字为非负数的记录排在关键字为负数的记录之前,要求使用最少的附加空间,且算法的时间复杂度为O(N...
[问题描述]
将N个关键字去整数的记录进行整序, 以使所有关键字为非负数的记录排在关键字为负数的记录之前,要求使用最少的附加空间,且算法的时间复杂度为O(N)
[输入]
待排序记录个数,各关键字的值。
[输出]
关键字从正负分开,正数在前
[存储结构]
待排序记录顺序存储。
[算法的基本思想]
快速排序算法每次任取一个记录的关键字为标准,将其余记录分为两组将,N个关键字去整数的记录进行整序, 以使所有关键字为非负数的记录排在关键字为负数的记录之前。
#include
using namespace std
#define MAXNUM 100//设文件的最长可能长度
void sort(int* keys, const int len)//排序
-[Problem Description] N keyword to the integer sequence the entire record. keyword so that all non-negative Records with the keyword for the negative record, at least require the use of the additional space and time complexity of the algorithm is O (N) [imported] to be sort record number, The value of the keyword. [Output] keyword separate from the pluses and minuses are several former [storage structure] scheduling records to be stored sequence. [Algorithm for the basic idea] quick sort algorithm each time a record for any keyword as a standard, The remaining records will be divided into two groups, N-keyword
- 2022-03-17 21:15:57下载
- 积分:1
-
常用的数据结构算法
数据结构常用算法之一-Dijkstra算法,实现最短路径选择.-algorithm commonly used data structures one-Dijkstra algorithm to achieve the shortest path to choose.
- 2023-07-11 21:50:02下载
- 积分:1
-
PB的数据窗口的例子,有约会,K线图等等,由此可以学习国外高手的编程技巧与经验...
PB的数据窗口的例子,有约会,K线图等等,由此可以学习国外高手的编程技巧与经验-PB data window examples are dating, K map, etc., which can learn from foreign experts in the programming skills and experience
- 2022-03-16 15:29:54下载
- 积分:1
-
用c写的数据结构链表的操作,包括关于链表的系列操作
用c写的数据结构链表的操作,包括关于链表的系列操作-used to write the data structure Chain operations, including a series of Chain Operation
- 2022-02-03 17:38:30下载
- 积分:1
-
是数据结构的导航图
数据结构实验导航图的全部代码,可以实现通过输入查询地址得到相应的路线,还可进行选择
- 2023-07-02 18:45:02下载
- 积分:1
-
using Windows API, including how to control the menu display and hidden menu ite...
使用windowsapi,包括如何控制菜单的显示和隐藏菜单项
- 2022-09-10 09:40:02下载
- 积分:1
-
C运行另一个程序调用sqlite
能够运行的c调用sqlite的又一个程序-程序2,适合学习sqlite-C call to run sqlite another procedure- the procedure 2, suitable for learning sqlite
- 2022-01-23 10:46:20下载
- 积分:1