自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Eclipse是我男朋友

从卖萌开始喵

  • 博客(10)
  • 资源 (1)
  • 收藏
  • 关注

原创 [2016/06/30] LeetCode / Java - Day 08 -

时间过得真快呀~很快就第八天了,话说21天可以养成一个习惯,坚持(๑•̀ㅂ•́)و✧ 但是为什么我就不能好好坚持空中自行车→ →坚持天鹅臂呢→ →。。。为什么身为一个妹子我连每天坚持洗脸都做不到(……)却能坚持每天写代码……319. Bulb SwitcherThere are n bulbs that are initially off. You first turn o

2016-06-30 19:43:32 358

原创 [2016/06/29] LeetCode / Java - Day 07 -

217. Contains DuplicateGiven an array of integers, find if the array contains any duplicates. Your function should return true if any value appears at least twice in the array, and it should retur

2016-06-29 20:18:54 437

原创 [2016/06/28] LeetCode / Java - Day 06 -

347. Top K Frequent ElementsGiven a non-empty array of integers, return the k most frequent elements.For example,Given [1,1,1,2,2,3] and k = 2, return [1,2].Note: You may assume 

2016-06-28 17:26:22 359

原创 [2016/06/26] LeetCode / Java - Day 04 -

349. Intersection of Two ArraysGiven two arrays, write a function to compute their intersection.Example:Given nums1 = [1, 2, 2, 1], nums2 = [2, 2], return [2].Note:Each element

2016-06-27 20:32:53 327

原创 [2016/06/27] LeetCode / Java - Day 05 -

171. Excel Sheet Column NumberRelated to question Excel Sheet Column TitleGiven a column title as appear in an Excel sheet, return its corresponding column number.For example: A ->

2016-06-27 20:24:26 352

原创 [2016/06/25] CUDA矩阵乘法 简单实现

0 随便说两句嗯,因为项目需要,所以学CUDA。感觉对之后的计算机图形学会稍微有点帮助?如果毕业要换电脑,我一定要记得买一个有Nvidia显卡的电脑,否则这CUDA有些算是白学了哈哈。刚接触,感觉还是挺难的,主要是一些概念没有理清。这个矩阵乘法,我也算是迷迷糊糊弄懂,特别是最后计算index的部分,实在是。。。线性代数、数学、空间想象能力真的不管在哪个领域都重要到不行啊!以后如果有孩子了一

2016-06-25 21:12:58 898

原创 [2016/06/25] LeetCode / Java - Day 3 -

260. Single Number IIIGiven an array of numbers nums, in which exactly two elements appear only once and all the other elements appear exactly twice. Find the two elements that appear only onc

2016-06-25 13:43:01 306

原创 [2016/06/24] LeetCode / Java - Day 02 -

258. Add DigitsGiven a non-negative integer num, repeatedly add all its digits until the result has only one digit.For example:Given num = 38, the process is like: 3 + 8 = 11, 1 +

2016-06-24 16:20:23 338

原创 [2016/06/23] LeetCode OJ / Java

从今天开始撸LeetCode。嗯,AC率从高到低来刷。344. Reverse StringWrite a function that takes a string as input and returns the string reversed.Example:Given s = "hello", return "olleh".--------------

2016-06-23 17:36:01 374

原创 [2016/06/03] OpenGL在VS2012中的配置

东学西学,现在我又开始捣鼓OpenGL了。。。从零开始学习计算机图形学:)第一步,下载5个配置文件,(这个地址亲测非常好用↓)http://www.opengl.org/resources/libraries/glut/glutdlls37beta.zip第二步,解压,把五个文件分别放到不同文件夹里[glut.dll 和 glut32.dll ]放在

2016-06-03 18:04:18 485

Fighting aginst Ebola(2015美赛)

Fighting aginst Ebola(2015美赛)

2015-09-01

空空如也

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

TA关注的人

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