资源列表
[matlab例程] WATERMARKING
说明:WATERMARKING IN DIGITAL IMAGE USING DCT AND LSB METHODS<kvmanas> 在 2025-07-27 上传 | 大小:14kb | 下载:0
[数据结构常用算法] Radix-Sort
说明:基数排序是一种非比较型整数排序算法,其原理是将整数按位数切割成不同的数字,然后按每个位数分别比较。- Radix sort is a kind of non comparative sorting algorithm, which is based on the number of integers into different numbers, and then according to the number of each.<靳以2002> 在 2025-07-27 上传 | 大小:582kb | 下载:0
[数据结构常用算法] Bucket-Sort
说明:桶排序也叫箱排序。工作的原理是将数组分到有限数量的桶子里,每个桶子再个别排序(有可能再使用别的排序算法或是以递归方式继续使用桶排序进行排序)。- Bucket sort is also called sorting box. Work principle is that the array to a limited number of bucket, each bucket and individual ranking (may use other sorting algorithms<靳以2002> 在 2025-07-27 上传 | 大小:583kb | 下载:0
[数据结构常用算法] Bubble-Sort
说明:冒泡排序是一种极其简单的排序算法,也是我所学的第一个排序算法。它重复地走访过要排序的元素,一次比较相邻两个元素,如果他们的顺序错误就把他们调换过来,直到没有元素再需要交换,排序完成。-Bubble sort is a simple sorting algorithm, sorting algorithm is first learned by me. It repeatedly visited to sort the elements, a comparison of the two adjac<靳以2002> 在 2025-07-27 上传 | 大小:147kb | 下载:0
[数据结构常用算法] Selection-Sort
说明:选择排序也是一种简单直观的排序算法。它的工作原理很容易理解:首先在未排序序列中找到最小(大)元素,存放到排序序列的起始位置;然后,再从剩余未排序元素中继续寻找最小(大)元素,放到已排序序列的末尾。以此类推,直到所有元素均排序完毕。-Selection sort is a simple and intuitive sort algorithm. Its working principle is easy to understand: first in the unsorted sequence t<靳以2002> 在 2025-07-27 上传 | 大小:147kb | 下载:0
[数据结构常用算法] Insertion-Sort
说明:插入排序在实现上,通常采用in-place排序(即只需用到O(1)的额外空间的排序),因而在从后向前扫描过程中,需要反复把已排序元素逐步向后挪位,为最新元素提供插入空间。- Insertion sort in the implementation, is usually used in place sorting (i.e., only need to sort of O (1) extra space). Therefore in the forward scan process a<靳以2002> 在 2025-07-27 上传 | 大小:147kb | 下载:0
[人工智能/神经网络/遗传算法] ft073
说明:供做算法研究人员参考,这个有中文注释,看得明白,分数阶傅里叶变换计算方面。- Algorithm for researchers to do reference, The Chinese have a comment, understand it, Fractional Fourier transform computing.<王亮利> 在 2025-07-27 上传 | 大小:5kb | 下载:0