- 博客(2)
- 收藏
- 关注
原创 自适应中值滤波器设计与实现(matlab)
clc; clear; [filename,pathname]=uigetfile({'*.jpg;*.bmp;*.tif;*.png;*.gif','All Image Files';'*.*','All Files'}); f = imread([pathname,filename]); image_gray=rgb2gray(f);%得到灰度图像 f1=imnoise(image_gray,'salt & pepper',0.3);%添加椒盐噪声后的图像 ff =image_gray; alr
2021-06-20 20:54:33
567
原创 阿里春招实习生笔试3.19第一题
阿里春招实习生笔试3.19第一题 求大佬看看为什么程序一直输入,无输出 import math n = int(input()) lst = list(map(int,input().split())) lst_1 = lst[:] a,c,f= [0]*n,[0]*n,[0]*n for i in range(n): j = math.sqrt(lst[i])*10 while type(j) != int: lst[i] += 1 a[i] += 1 for i in range(n): p = mat
2021-03-21 12:18:02
214
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人