搜索资源列表
sort
- 现有4个名字Name,Monica,Lucy,Rome 编写一个程序,输入一个名字,若名字存在,则显示名字已存在,提示重新输入新名字,否则插入这个名字,并按顺序输出。要求能够连续的进行插入新名字
richardson
- A generalized Richardson extrapolation routine that can perform multiple extrapolation steps, can accommodate arbitrary leading error terms, can handle any uniform refinement scheme (e.g. h/2, h/3, h/5, etc), and can report a full extrapolation table
daima
- 维纳滤波复原,规则化滤波复原程序,Lucy-Richardson复原程序举例,盲去卷积复原,逆滤波复原算法-Wiener filter restoration, rules-based filtering for restoration procedures, Lucy-Richardson restoration program for example, blind deconvolution restoration, inverse filtering restoration algorit
My_maxentropy
- 最大熵复原MATLAB程序,可以直接运行,注释详细,并可与维纳、盲LUCY方法作比较,希望对初学者有一些帮助-Maximum entropy restoration MATLAB program can run, comment in detail, and can and Wiener, blind method for comparison LUCY, I hope there is some help for beginners
image_deconvlucy
- 利用Lucy-Richardson方法进行图像复原,迭代次数分别是5次和15次-image restoration Lucy-Richardson
Lucy-Richardson
- Lucy Richardson algorithm for image restoration
lyndsey2
- using lucy deblurer to deblur an Image-using lucy deblurer to deblur an Image
code
- 维纳,Lucy-Richard,去卷积算法以及正则滤波。一应俱全,只要输入图片地址就可以了哦。-Weiner, Lucy- Richard, deconvolution and Regular filter。From soup to nuts, as long as the input image address is ok.
zhanghaochongming
- 题目描述 网站不允许两个用户拥有相同的账号名,因此需要一个账户重名查询机制。 已知某网站已经注册用户的账号名为:Alice,Bob,Lucky,Kitty,Tim,Lucy,Jim,Helena。 输入一个账号名,判断账号名是否可用。 输入格式 每行的输入数据是一个账号名,账号名长度< 50。 若输入“END”则结束程序。 输出格式 账号不重名的输出”YES”,否则输出“NO” 输入样例 Alice Woods END 输出样例 NO