资源列表
[数值算法/人工智能] Jusefo.c
说明:约瑟夫问题(c语言) 有1至 N编号的N 个人按顺时针方向围坐一圈,每人持有一个密码(正整数),一开始以正整数m作为报数上限值,从第一个人开始顺时针方向自1开始顺序报数,报到m时停止报数,报m的人出列,将他的密码作为新的报数上限值,从他的顺时针方向上的下一个人开始重新报数,如此下去,直至所有的人全部出列为止,要求产生记录出列顺序的表。如N = 7,每个人的密码依次是:3,1,7,2,4,8,4,m的值为20,则出列顺序为6,1,4,7,2,3,5。所有人用一个循环单链表表示,表中每个结点代<taopen> 在 2025-10-31 上传 | 大小:1kb | 下载:0
[matlab例程] deblur
说明:this matlab code is used to deblurred the image. it denoise the gaussian noise from the image.<Nayan Patel> 在 2025-10-31 上传 | 大小:1kb | 下载:0
[matlab例程] iir
说明:Matlab code for image processing. This code helps to remove noise from your image.<Nayan Patel> 在 2025-10-31 上传 | 大小:2kb | 下载:0
[matlab例程] enhanceimage
说明:Image enhancement mean to improve the visual quality of image. This code used to enhane the image and improve the overall PSNR of the enhanced image.<Nayan Patel> 在 2025-10-31 上传 | 大小:16kb | 下载:0
[matlab例程] waveletnoiseremoving
说明:wavelet transform is powerful for analysis of image and signal. thos matlab code used to restore the noisy image by wavelet transform.<Nayan Patel> 在 2025-10-31 上传 | 大小:31kb | 下载:0
[matlab例程] Denoisemiddle
说明:this code used for the basic image processing technique like image restoration. it reduce the noise in image<Nayan Patel> 在 2025-10-31 上传 | 大小:1kb | 下载:0
