Archives

2018

UIStackView的简单使用与理解

2018/10/10 posted in  iOS

UITableView-FDTemplateLayoutCell源码学习

2018/10/8 posted in  iOS三方框架源码学习

2015年蓝桥杯省赛C/C++ A组题解

2018/2/28 posted in  蓝桥杯题目

2016年第七届蓝桥杯C/C++程序设计本科B组省赛

2018/2/27 posted in  蓝桥杯题目

2017第八届蓝桥杯C/C++ B组省赛

2018/2/26 posted in  蓝桥杯题目

Longest Word in Dictionary through Deleting

2018/1/22 posted in  leetcode

Longest Word in Dictionary

2018/1/22 posted in  leetcode

Maximum Length of Repeated Subarray

2018/1/20 posted in  leetcode

Largest Number At Least Twice of Others

2018/1/20 posted in  leetcode

Reverse Linked List

2018/1/19 posted in  leetcode

First Missing Positive

2018/1/18 posted in  leetcode

Find the Duplicate Number

2018/1/18 posted in  leetcode

Set Mismatch

2018/1/18 posted in  leetcode

Find Anagram Mappings

2018/1/18 posted in  leetcode

Length of Last Word

2018/1/18 posted in  leetcode

Find matching parenthesis

2018/1/10 posted in  codeWars

KVO自己的理解

2018/1/8 posted in  iOS

Where my anagrams at?

2018/1/6 posted in  codeWars

Perimeter of squares in a rectangle

2018/1/6 posted in  codeWars

AFNetworking遇到的问题

2018/1/5 posted in  iOS

2017

1's, 0's and wildcards

2017/12/29 posted in  codeWars

Simple Pig Latin

2017/12/27 posted in  codeWars

Sum without highest and lowest number

2017/12/27 posted in  codeWars

Find the missing term in an Arithmetic Progression

2017/12/26 posted in  codeWars

Valid Parentheses

2017/12/25 posted in  codeWars

Follow that Spy

2017/12/23 posted in  codeWars

Simple Fun #4: Phone Call

2017/12/23 posted in  codeWars

Don't give me five!

2017/12/23 posted in  codeWars

Moves in squared strings (I)

2017/12/23 posted in  codeWars

Sum of many ints

2017/12/23 posted in  codeWars

 Longest Univalue Path

2017/12/22 posted in  leetcode

Isomorphic Strings

2017/12/20 posted in  leetcode

Path Sum II

2017/12/19 posted in  leetcode

Path Sum

2017/12/19 posted in  leetcode

Linked List Cycle II

2017/12/16 posted in  leetcode

Linked List Cycle

2017/12/16 posted in  leetcode

 Convert a Number to Hexadecimal

2017/12/13 posted in  leetcode

Number of Boomerangs

2017/12/13 posted in  leetcode

Longest Palindromic Substring

2017/12/12 posted in  leetcode

Palindrome Pairs

2017/12/12 posted in  leetcode

Intersection of Two Arrays II

2017/12/12 posted in  leetcode

Sort Characters By Frequency

2017/12/11 posted in  leetcode

First Unique Character in a String

2017/12/11 posted in  leetcode

Minimum Moves to Equal Array Elements II

2017/12/11 posted in  leetcode

Minimum Moves to Equal Array Elements

2017/12/11 posted in  leetcode

Range Addition II

2017/12/11 posted in  leetcode

Beauty Contest(旋转卡壳)

2017/12/11 posted in  leetcode

Excel Sheet Column Title

2017/12/11 posted in  leetcode

Excel Sheet Column Number

2017/12/11 posted in  leetcode

Flood Fill

2017/12/11 posted in  leetcode

Construct the Rectangle

2017/12/11 posted in  leetcode

Relative Ranks

2017/12/9 posted in  leetcode

Valid Anagram

2017/12/9 posted in  leetcode

Assign Cookies

2017/12/9 posted in  leetcode

Ransom Note

2017/12/9 posted in  leetcode

Reverse String II

2017/12/9 posted in  leetcode

Base 7

2017/12/9 posted in  leetcode

License Key Formatting

2017/12/9 posted in  leetcode

Happy Number

2017/12/8 posted in  leetcode

Find the Difference

2017/12/8 posted in  leetcode

Distribute Candies

2017/12/8 posted in  leetcode

Fizz Buzz

2017/12/8 posted in  leetcode

Sum of Two Integers

2017/12/8 posted in  leetcode

Employee Importance

2017/12/8 posted in  leetcode

Single Number

2017/12/8 posted in  leetcode

Nim Game

2017/12/7 posted in  leetcode

Next Greater Element I

2017/12/7 posted in  leetcode

Island Perimeter

2017/12/7 posted in  leetcode

Hamming Distance

2017/12/7 posted in  leetcode

Keyboard Row

2017/12/6 posted in  leetcode

Repeated String Match

2017/12/6 posted in  leetcode

Number of Segments in a String

2017/12/6 posted in  leetcode

Battleships in a Board

2017/12/5 posted in  leetcode

Complex Number Multiplication

2017/12/5 posted in  leetcode

Student Attendance Record I

2017/12/5 posted in  leetcode

Baseball Game

2017/12/5 posted in  leetcode

Implement strStr()

2017/12/4 posted in  leetcode

String Compression

2017/12/4 posted in  leetcode

Count Binary Substrings

2017/12/4 posted in  leetcode

Detect Capital

2017/12/4 posted in  leetcode

Reverse String

2017/12/4 posted in  leetcode

Reverse Words in a String III

2017/12/4 posted in  leetcode

Judge Route Circle

2017/12/2 posted in  leetcode

Self Dividing Numbers

2017/12/2 posted in  leetcode

Non-decreasing Array

2017/12/2 posted in  leetcode

Third Maximum Number

2017/12/2 posted in  leetcode

K-diff Pairs in an Array

2017/12/2 posted in  leetcode

Shortest Unsorted Continuous Subarray

2017/12/1 posted in  leetcode

Can Place Flowers

2017/12/1 posted in  leetcode

Contains Duplicate II

2017/12/1 posted in  leetcode

Two Sum

2017/12/1

Maximum Average Subarray I

2017/12/1 posted in  leetcode

Pascal's Triangle

2017/12/1 posted in  leetcode

Search Insert Position

2017/12/1 posted in  leetcode

Maximum Subarray

2017/12/1 posted in  leetcode

Longest Continuous Increasing Subsequence

2017/11/30

Missing Number

2017/11/30

Given an integer array, find three numbers whose product is maximum and output the maximum product.

2017/11/30 posted in  leetcode

Two Sum II - Input array is sorted

2017/11/30 posted in  leetcode

Summary Ranges

2017/11/30 posted in  leetcode

Majority Element

2017/11/30 posted in  leetcode

Remove Duplicates from Sorted Array

2017/11/30

Remove Element

2017/11/30

Move Zeroes

2017/11/30

Find All Numbers Disappeared in an Array

2017/11/29 posted in  leetcode

Max Area of Island

2017/11/29 posted in  leetcode

Max Consecutive Ones

2017/11/29 posted in  leetcode

Range Sum Query 2D - Immutable

2017/11/29 posted in  leetcode

Reshape the Matrix

2017/11/29 posted in  leetcode

Degree of an Array

2017/11/23 posted in  leetcode

Find Pivot Index

2017/11/23 posted in  leetcode

Best Time to Buy and Sell Stock II

2017/11/23 posted in  leetcode

Best Time to Buy and Sell Stock

2017/11/23 posted in  leetcode

Array Partition I

2017/11/23 posted in  leetcode

3Sum

2017/11/23 posted in  leetcode

Arranging Coins

2017/11/22 posted in  leetcode

Add Binary

2017/11/22 posted in  leetcode

1-bit and 2-bit Characters

2017/11/22 posted in  leetcode

Add Digits

2017/11/22 posted in  leetcode

Add Strings

2017/11/22 posted in  leetcode

AFNetworking的简单使用

2017/11/18 posted in  iOS

FMDB的使用方法

2017/11/17 posted in  iOS

贪心算法(构造霍夫曼树)

2017/11/4 posted in  算法理论

贪心算法(活动选择问题)

2017/11/3 posted in  算法理论

最长公共子序列(动态规划)

2017/10/24 posted in  算法理论

动态规划

2017/10/23 posted in  算法理论

使用RAC的基本操作

2017/10/19 posted in  iOS

使用Masonry框架来构造iOS布局

2017/10/18 posted in  iOS

ReactiveCocoa初步了解

2017/10/17 posted in  iOS

多用块枚举,与快速遍历少用for循环

2017/10/11 posted in  第七章 熟悉系统框架

第三十四条 : 以“自动释放池降低内存峰值”

2017/10/9 posted in  第五章 内存管理

第四十五条:使用dispatch_once来执行只需运行一次的代码

2017/9/28 posted in  Effective OC2.0

第四十三条 掌握GCD和操作队列(NSOperation)的使用时机

2017/9/16 posted in  Effective OC2.0

第四十二条 多用GCD,少用performSelector系列方法

2017/9/11 posted in  第六章 块与GCD

第四十一条 多用派发队列,少用同步锁

2017/9/9 posted in  第六章 块与GCD

第四十条 用块引用其所属对象时不要出现保留环

2017/9/5 posted in  第六章 块与GCD

第三十九条 用handler块降低代码分散程度

2017/9/4 posted in  第六章 块与GCD

第三十八条 为常用的块类型创建typedef

2017/9/4 posted in  第六章 块与GCD

第三十七条 理解“块”这一概念

2017/9/2 posted in  第六章 块与GCD

通过协议提供匿名方法

2017/9/2 posted in  第四章 协议与分类

KVO的简单实现

2017/9/1 posted in  iOS

第27条 使用“class-continuation分类”隐藏实现细节

2017/9/1 posted in  第四章 协议与分类

第26条 不要在分类中声明属性

2017/9/1 posted in  第四章 协议与分类

第25条 总是为第三方类的分类名称加前缀

2017/9/1 posted in  第四章 协议与分类

指针问题

2017/8/31 posted in  iOS

消息转发机制的简单实现

2017/8/31 posted in  iOS

第24条 将类的实现代码分散到便于管理的数个分类之中

2017/8/31 posted in  第四章 协议与分类

iOS基础概念总结(一)

2017/8/30 posted in  iOS

第23条:通过委托与数据源协议进行对象间通信

2017/8/30 posted in  第四章 协议与分类

第二十二条 理解NSCopying协议

2017/8/29 posted in  第三章 接口与API设计

iOS 中协议和委托传值的用法

2017/8/28 posted in  iOS

第二十一条 理解Objective-C的错误模型

2017/8/28 posted in  第三章 接口与API设计

第二十条 为私有方法名加上前缀

2017/8/28 posted in  第三章 接口与API设计

第十九条 使用清晰而协调的命名方式

2017/8/26 posted in  第三章 接口与API设计

第十八条 尽量使用不可变对象

2017/8/26 posted in  第三章 接口与API设计

第十七条 实现description方法

2017/8/26 posted in  第三章 接口与API设计

第十六条 提供"全能初始化方法"

2017/8/25 posted in  第三章 接口与API设计

第十五条 用前缀避免命名空间冲突

2017/8/25 posted in  第三章 接口与API设计

第十四条 理解"类对象"的用意

2017/8/24 posted in  第二章 对象,消息,运行期

第十三条 用"方法调配技术"调试"黑盒方法"

2017/8/23 posted in  第二章 对象,消息,运行期

第十二条 消息转发机制(Message forwarding)

2017/8/22 posted in  第二章 对象,消息,运行期

第十一条:理解Objc_msgSend的作用

2017/8/21 posted in  第二章 对象,消息,运行期

小论文想法

2017/8/21 posted in  图像去雾技术

Caffe最优化求解过程

2017/7/6 posted in  Caffe最优化求解过程

第10条:在既有类中使用关联对象存放自定义数据

2017/7/5 posted in  第二章 对象,消息,运行期

SoftmaxWithLossLayer的实现

2017/7/5 posted in  Caffe反向传播计算

第九条 以"类族模式"隐藏实现细节

2017/7/4 posted in  第二章 对象,消息,运行期

Caffe反向传播计算

2017/7/4 posted in  Caffe反向传播计算

第八条:理解"对象同等性"这一概念

2017/7/3 posted in  第二章 对象,消息,运行期

Net Forward实现

2017/7/3 posted in  Caffe前向传播计算

Net初始化时的三个登记注册函数

2017/7/1 posted in  Caffe前向传播计算

第七条 在对象内部尽量直接访问实例变量

2017/6/30 posted in  第二章 对象,消息,运行期

Caffe前向传播计算

2017/6/30 posted in  Caffe前向传播计算

第六条 理解"属性" 这一概念

2017/6/28 posted in  第二章 对象,消息,运行期

Caffe模型

2017/6/28 posted in  Caffe模型

数据转换器

2017/6/26 posted in  Caffe I/O模块

Caffe I/O模块

2017/6/24 posted in  Caffe I/O模块

MAC下openBlas的安装

2017/6/21 posted in  Caffe I/O模块

Caffe中的Net

2017/6/21 posted in  Caffe 数据结构

Caffe中Layer的学习

2017/6/15 posted in  Caffe 数据结构

怎样移除OSXRESERVED分区(如果BootCamp Assistant在安装之后没有成功删除这个分区)

2017/6/14 posted in  MAC OS

重新利用boot camp安装win10

2017/6/14 posted in  MAC OS

caffe数据结构描述

2017/6/10 posted in  Caffe 数据结构

caffe数据结构

2017/6/9 posted in  caffe框架学习

激活函数

2017/6/3 posted in  caffe框架学习

HTMLParser

2017/5/25

在ios中判断一个viewcontroller是否已经正常present

2017/5/24 posted in  iOS

Caffe目录结构

2017/5/24 posted in  Caffe代码梳理

运行caffe框架中的cifar10样例

2017/5/23 posted in  caffe框架学习 基础知识

在RN中利用原生Document Interaction Controller来预览和打开文档

2017/5/15 posted in  iOS

caffe框架运行手写体数字识别例子(MNIST)

2017/5/13 posted in  caffe框架学习 基础知识

CNN卷积神经网络

2017/5/6 posted in  基础知识

图像去雾相关基础

2017/5/4 posted in  图像去雾技术

图像去雾相关论文总结

2017/4/27 posted in  图像去雾技术

文档测试

2017/4/22

模型学习的最优化算法(接上一文)

2017/4/13

logistic regression(逻辑斯蒂回归)

2017/4/10

决策树生成--CART算法

2017/3/30

MNIST机器学习入门

2017/2/23 posted in  基础知识

第5条:用枚举表示状态、选项、状态码

2017/1/14 posted in  第一章 熟悉oc

第4条:多用类型常量,少用#define预处理指令

2017/1/13 posted in  第一章 熟悉oc

第1条:了解Objective—C语言的起源

2017/1/13 posted in  第一章 熟悉oc