资源列表
QuickSort
- 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick sort (Quicksort) is a bubble sort of an improvement. By the CAR Hoare in 1962. The b
Digital-Signal-Processing-Using-Matlab-and-Wavele
- Digital SignalProcessing Using Matlab and Wavelets
FEM_Beam
- finite element analysis, plate element
RADIX-2-FFT
- A NEW EFFICIENT IMPLEMENTATION OF TDAC SYNTHESIS FILTERBANK BASED ON RADIX-2 FFT
AWSEQ_RAM_RW_A_DFF
- Verilog AWSEQ RAM DFF Verilog code
myAdder
- This a simple adder program in matlab-This is a simple adder program in matlab
migong
- 这个是自己写的经典迷宫生成地图算法的程序,非常有用,可供大家参考。-This is the classic maze to write their own algorithm to generate a map program, very useful for your reference.
PID
- 本书主要关于PID仿真的用法,对不同的领域进行了介绍,详细介绍了PID编程,基于遗传算法的PID仿真都进行了介绍-This book is mainly concerned with the use of PID simulation of different areas were introduced, details the PID programming, simulation based on genetic algorithms have been introduced PID
Find-the-prime-numbers-from-1-to-n
- 求1到n的素数,其中可能又不是很精简的地方,但程序还算快-Find the prime numbers from 1 to n, which may place and not very concise, but fairly quick process
basicPSO
- Basic partical swarm optimization matlab code
ga-funtion-Matlab
- 遗传算法求解函数优化问题的实现,多目标,最优解-Genetic Algorithm for Function Optimization implementation
3d-point-Fourier
- matlab代码,三维点云数据处理,对含灰度的三维点云进行傅立叶变换-matlab code, three-dimensional point cloud data processing, the three-dimensional point cloud with gray Fourier transform
