自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(13)
  • 资源 (9)
  • 收藏
  • 关注

原创 JAVA如何在导出jar时可以将资源图片一起打包在jar中

JAVA如何在导出jar时可以将资源图片一起打包在jar中

2017-05-29 10:32:12 3631 1

原创 如何在JAVA中JTable获取某一行内容

如何在JAVA中JTable获取某一行内容

2017-05-29 10:24:07 30258 7

原创 54. Spiral Matrix

Given a matrix of m x n elements (m rows, n columns), return all elements of the matrix in spiral order.

2017-05-27 10:53:30 171

原创 50. Pow(x, n)

Implement pow(x, n).

2017-05-27 10:51:32 141

原创 JAVA窗口居中

使得窗口在屏幕中间

2017-05-24 20:57:21 610

原创 关于Mysql在导入.sql文件出现中文乱码的解决方法

关于Mysql在导入.sql文件出现中文乱码的解决方法

2017-05-18 15:09:41 6807 2

原创 83. Remove Duplicates from Sorted List

Given a sorted linked list, delete all duplicates such that each element appear only once.

2017-05-18 13:29:50 249

原创 43. Multiply Strings

Given two non-negative integers num1 and num2 represented as strings, return the product of num1 and num2.

2017-05-18 13:20:08 196

原创 34. Search for a Range

Given an array of integers sorted in ascending order, find the starting and ending position of a given target value.

2017-05-13 12:57:39 182

原创 8. String to Integer (atoi)

Implement atoi to convert a string to an integer.

2017-05-13 12:53:14 141

原创 unique函数自我理解

unique()函数的应用

2017-05-03 16:55:13 401

原创 46. Permutations

Given a collection of distinct numbers, return all possible permutations.

2017-05-03 16:42:49 152

原创 29. Divide Two Integers

Divide two integers without using multiplication, division and mod operator.If it is overflow, return MAX_INT.

2017-05-03 16:40:54 177

uniformLBP

均匀LBPmatlab代码,可以将传统的256维降低到59维

2017-05-10

LBPmatlabcode

matlab版的传统LBP实现

2017-05-10

寻找字符串中不包含重复字符的最长子串

在字符串中找到最长的不包含重复字符的子串,返回其长度

2017-04-13

寻找字符串中最长的回文子串的长度

找到字符串中最长的回文子串,并返回其长度

2017-04-13

交换相邻结点

交换链表中相邻的结点,返回结果链表的首结点

2017-04-13

每K个长度逆置一次

在一个链表中,每K个结点逆置一次

2017-04-13

删除链表中倒数第N个结点

删除链表中倒数第N个结点后,返回结果链表的首结点

2017-04-13

找出数组3个数字相加为0的组合

给定一个数组,找出其中3个相加等于0的组合

2017-04-13

单图sift特征点匹配算法

单幅图像的SIFT匹配算法

2017-04-13

空空如也

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

TA关注的人

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