资源列表
[matlab例程] Radar-detection-distance-Simulation
说明:雷达系统在不同信噪比,不同RCS,不同功率孔径积,不同脉冲宽度下的检测性能-The detection performance of radar system under different signal-to-noise ratio, the RCS, different diameter power product, under different pulse width<peterpeng> 在 2025-12-01 上传 | 大小:8kb | 下载:0
[生物技术] facedetector_src
说明:MFC实现的基于AdaBoost算法的人脸检测源代码,通过摄像头拍摄动态检测人脸-MFC implementation of the AdaBoost algorithm based on the face detection of the source code, through the camera to detect the dynamic detection of human face<dxy> 在 2025-12-01 上传 | 大小:4.7mb | 下载:0
[数学计算/工程计算] method-of-interpolation
说明:各种插值算法 1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPLINE(二阶导数值)) 4 有序表的检索法(LOCATE(二分法), HUNT(关联法)) 5 插值多项式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 双三次样条插值(SPLIE2)-Various interpolation algorithm 1 Lagrange Interpolation (POLINT)<lin> 在 2025-12-01 上传 | 大小:5kb | 下载:0
[matlab例程] vehicle_detection
说明:count the no. of vehicles in video using MatLab<kvmanas> 在 2025-12-01 上传 | 大小:331kb | 下载:0
[matlab例程] BPN-based-iris-Recongition
说明:method for automatic blood vessel detection based on mathematical morphology and coye filter. The proposed method performs certain preprocessing steps on the gray-scale of the input image to enhance image quality. The blood vessels are highlighted us<kvmanas> 在 2025-12-01 上传 | 大小:2.23mb | 下载:0
[matlab例程] Blood-vessel-extraction
说明:blood vessel extraction retinal image using coyefilter-blood vessel extraction retinal image using coyefilter<kvmanas> 在 2025-12-01 上传 | 大小:1.37mb | 下载:0
[matlab例程] WATERMARKING
说明:WATERMARKING IN DIGITAL IMAGE USING DCT AND LSB METHODS<kvmanas> 在 2025-12-01 上传 | 大小: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-12-01 上传 | 大小: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-12-01 上传 | 大小:583kb | 下载:0