自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

SGAFPZ的博客

从零单排

  • 博客(5)
  • 资源 (3)
  • 收藏
  • 关注

原创 Dungeon Game - LeetCode

Dungeon Game - LeetCode 题目: 这又是一道动态规划的题目。 一开始的想法是用一个二维数组记录在(i,j)位置所能剩下的最大生命值,但是这是不对的。 后来想到了另一种方法,从右下角开始推,在(i,j)位置记录所需要的最小生命值。然后往起点推。 在走到最后一格后,只需要剩下一滴血就可以,虽然事实上可能剩下很多血,但是剩一滴血是满足条件的最小血量,这是个必

2017-11-27 20:19:19 311

原创 Search Insert Position - LeetCode

题目: Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order.时间比较紧,,选了一道特别简单的题目, 找到第一个大于等于target的数,

2017-11-26 23:40:20 230

原创 K Inverse Pairs Array - LeetCode

K Inverse Pairs Array - LeetCode 题目: Given two integers n and k, find how many different arrays consist of numbers from 1 to n such that there are exactly k inverse pairs. We define an invers

2017-11-19 13:24:13 354

原创 Best Time to Buy and Sell Stock IV - LeetCode

Best Time to Buy and Sell Stock IV - LeetCode 题目: Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may

2017-11-09 21:04:11 316

原创 Decode Ways II - LeetCode

Decode Ways II - LeetCode 题目: A message containing letters from A-Z is being encoded to numbers using the following mapping way: 'A' -> 1 'B' -> 2 ... 'Z' -> 26 Beyond that, now t

2017-11-02 14:27:03 274

基于PCA的人脸识别

基于PCA的人脸识别,用matlab实现,使用的是剑桥大学ORL人脸数据库

2018-03-13

matlab同态滤波巴特沃斯滤波完整实现

使用matlab实现的同态滤波,高通巴特沃斯滤波,低通巴特沃斯滤波

2018-01-09

matlab实现维纳滤波逆滤波

压缩包里面有6个.m文件, blurring.m用于给图像增加抖动效果 inverseFilter.m是不考虑噪声的逆滤波 inverseFilterWithNoise.m是考虑噪声的逆滤波 wienerFiltering.m是维纳滤波 另外两个是辅助函数

2018-01-09

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除