搜索资源列表
简单数据结构的实现
- Shell 排序 单链表 堆排序 简单二叉树 快速排序 冒泡排序 数组生成最小堆 杨辉三角形
部分数组操作
- 可实现矩阵转换,螺旋数组,数字移动,数组操作,桶排序,杨辉三角形-conversion matrix can be realized, helical array, digital mobile array operation, barrels, in order of Yang Hui triangle
Huffman 算法的不同实现
- ---- Huffman 算法的不同实现 本目录下的程序用8种不同的方式实现了Huffman编码算法,这8种方式分别是 * huffman_a 使用链表结构生成Huffman树的算法,这是最基本的实现方法,效率最低。 * huffman_b 使用《数据结构》(严蔚敏,吴伟民,1997,C语言版)中给出的算法,将二叉树存放在连续空间里(静态链表),空间的每个结点内仍有左子树、右子树、双亲等指针。 * huffman_c 使用Canonical
Fig21_02
- 矩阵得基本运算(数组实现)-matrix in the basic operations (Array achieved)
multiBigNumber
- 数字的阶乘算法.按分解的方法,将一个大数的阶乘用数组实现.-digit factorial algorithm. According to the decomposition method, a majority of the factorial using arrays to achieve.
数组和线性表实现多项式的加法
- 这个是学校的一个实验,用数组和线性表实现多项式的加法
稀疏距阵的数组实现
- 数据结构的稀疏距阵的实现-data sparse matrix structure of the realization
数组堆栈
- 堆栈的基本功能实现,数组方式实现-stack to achieve the basic functions, arrays means
C语言实现的动态数组,可放入任意元素
- C语言动态数组,可放入任意元素
Automatic-sorting-algorithm
- 自动排序算法 基于matlab语言 实现对一数组利用自动排序算法 实现排序-Automatic sorting algorithm is based on an array matlab language to use automatic sorting algorithm sorting
Clanguagealgorithm
- c语言实现数据结构的小算法,包括数组、二叉树、排序等等 ,以及一些小例子-c language data structure to achieve a small algorithm, including the array, binary tree, sorting, etc., as well as some small example
juzheng
- C语言实现数组计算,算法简单,容易阅读,适合C语言初学者使用。-C language realization of the array, the algorithm is simple, easy-to-read, suitable for beginners to use C language.
2.3
- 编程用一维数组模拟一个队列,实现入队列和出队列操作-Programming with one-dimensional simulation of a queue array to achieve up to the queue and queue operation
shop_management
- 编写一个简单的家用电器商店库存模拟操作程序,并且要求商品的库存数据存储在文件 store.txt 中。首先,该程序要能实现从文件中读取当前所有库存信息,然后将其存储在一个结构数组中,并能够实现对库存商品的升序排列、查询、交易、报错、在商品交易后更改库存信息等功能。-Write a simple appliance store inventory simulation procedures, and require the inventory of goods stored in the file
cpp
- 数组应用,可以实现数据的输入和排序、查找、插入、删除等功能、dos界面-Array of applications, data input and sorting, search, insert, delete and other functions, dos interface
Arrayqueue
- 利用数组建立队列来实现先进先出的功能利用数组建立队列来实现先进先出的功能-use array to make a queue. to make true the funciton of FIFO
dc3
- 后缀数组的一些实现算法,包括DC3算法与倍增算法。-the source code of suffix array ,include dc3 .
Array
- stl中vector的替代代码,动态数组实现的代码-stl code in an alternative vector, dynamic array implementation of the code
array
- 通过代码实现二维数组冒泡排序,选择排序等功能。(Through the code to achieve two-dimensional array bubble sorting, sorting, sorting and other functions.)
Array
- 可实现简单数组的删除功能和排序功能,最基础的代码(Delete and sort array)