自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

susandebug

厚积而薄发

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

原创 LeetCode题解——Rotate Image

You are given an n x n 2D matrix representing an image.Rotate the image by 90 degrees (clockwise).Follow up:Could you do this in-place?/* * clockwise rotate * first reverse up to dow

2015-12-16 22:00:05 520

原创 LeetCode题解——Substring with Concatenation of All Words

You are given a string, s, and a list of words, words, that are all of the same length. Find all starting indices of substring(s) in s that is a concatenation of each word in wordsexactly once and w

2015-12-16 21:34:07 476

转载 深度学习方面的论文整理

写在前面:最近看文章毫无头绪,文章一把抓乱看,看到下面这个博客来忍不住转载过来,以便自己不用到处找论文。以下是转载部分================================================================================转载来源:http://hi.baidu.com/chb_seaok/item

2015-12-16 15:08:20 7478

原创 LeetCode题解——Remove Invalid Parentheses

Remove the minimum number of invalid parentheses in order to make the input string valid. Return all possible results.Note: The input string may contain letters other than the parentheses ( and ).

2015-12-14 22:29:52 650

转载 matlab图像滤波

matlab图像滤波   clc;    clear all;    I=imread('eight.tif');    % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%    % %用中值滤波,多维滤波,使用中心为-4,-8的拉普    % %拉斯滤波器,高斯低通滤波,拉普拉斯滤波器进行滤波处理    % %%

2015-12-04 21:31:16 1985

转载 Matlab 最大值滤波 中值滤波 最小值滤波 函数 ordfilt2

Matlab 最大值滤波 中值滤波 最小值滤波 函数 ordfilt2【转载】原文出处:http://blog.csdn.net/fengbingchun/article/details/5951629ordfilt2函数在MATLAB图像处理工具箱中提供了二维统计顺序滤波函数ordfilt2函数。二维统计顺序滤波是中值滤波的推广,对于给定的n个数值{al ,a2,...,

2015-12-04 21:28:59 3881

原创 LeetCode题解——Sudoku Solver

Write a program to solve a Sudoku puzzle by filling the empty cells.Empty cells are indicated by the character '.'.You may assume that there will be only one unique solution.A sudoku

2015-12-01 20:54:14 497

查找算法代码C++——包括顺序、二分、BST、哈希

用C++写的最全的查找算法,顺序查找,二分查找,BST查找,哈希查找,可用于学习查找算法

2015-06-26

数据挖掘概念与技术课后习题答案.pdf

数据挖掘概念与技术课后习题答案.pdf 全套 完整答案 英文版 考试必备

2015-05-24

cuda 作业 排序算法 sort

中科院 cuda 作业 排序算法 sort

2015-05-24

cuda 高性能计算作业 点乘 dot

中科院 高性能课程 cuda优化并行点乘

2015-05-24

空空如也

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

TA关注的人

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