自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

better_xf的博客

自我记录

  • 博客(4)
  • 收藏
  • 关注

原创 Java内存回收刨析

1.内存模型 1.1内存模型概述 1.2 详细模型 1.2.1 程序计数器 1.2.2 虚拟机栈 1.2.3 本地方法栈 1.2.4 堆 1.2.5 方法区 1.2.6 运行时常量池 2. 内存回收机制 2.0 预备知识 2.0.1垃圾对象的判定方法: 2.0.2 垃圾收集算法 2.1 什么时间 2. 2 对什么东西 2.3 做了什么事 1.内存模型 1.1...

2018-03-31 08:43:21 340

原创 414. Third Maximum Number && 第n大数求解策略

Given a non-empty array of integers, return the third maximum number in this array. If it does not exist, return the maximum number. The time complexity must be in O(n). Example 1: Input: [3, 2, 1...

2018-03-30 10:13:41 153

原创 感知机策略

力求以通俗易懂的方式将感知机解释明白 1.数据集的线形可分性 2.感知机学习策略 1.数据集的线形可分性 假设有这么一个数据集 T={(x1,y1),(x2,y2),···(xn,yn)}T={(x1,y1),(x2,y2),···(xn,yn)} T=\{(x_1,y_1),(x_2,y_2),···(x_n,y_n)\} 其中,x~i~∈∈\in R^n^...

2018-03-29 17:36:12 399

原创 380. Insert Delete GetRandom O(1)

Design a data structure that supports all following operations in average O(1) time. insert(val): Inserts an item val to the set if not already present. remove(val): Removes an item val from the set ...

2018-03-29 10:11:05 106

空空如也

空空如也

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

TA关注的人

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