自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 收藏
  • 关注

原创 Leetcode: 15. 3Sum(Week3,Medium)

注:本题算法无需实现去重操作。 Leetcode 15 Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique triplets in the array which gives the sum of zero. Note: T

2017-09-24 17:48:21 351

原创 Leetcode: 13. Roman to Integer(Week2, Easy)

注:本题总结了罗马数字的表示规律并设计算法实现罗马数字与阿拉伯数字的转换 Leetcode 13 Given a roman numeral, convert it to an integer. Input is guaranteed to be within the range from 1 to 3999.题意:给出一个罗马数字,请你编写一个程序将之转化为整数思路:罗马数字

2017-09-14 23:38:56 300

原创 Leetcode:93. Restore IP Addresses(Week1, Medium)

注:本题使用了分治的思想。 解题方法:递归法、暴力求解法 Leetcode 93 Given a string containing only digits, restore it by returning all possible valid IP address combinations. For example: Given “25525511135”,

2017-09-10 12:28:48 596

原创 机器学习:手写数字识别(Hand-written digits recognition)小项目

该项目的所有代码在我的github上,欢迎有兴趣的同学与我探讨研究~地址:Machine-Learning/machine-learning-ex3/1. Introduction手写数字识别(Hand-written digits recognition),顾名思义,就是将带有手写数字的图片输入到已经训练过的机器,且机器能够很快识别图片中的手写数字,并将之作为输出打印出来。实现原理:现以我个人

2017-09-09 01:48:49 18190

原创 Leetcode: 70. Climbing Stairs(Week1, Easy)

注: 本文使用三种方法实现Fibonacci Sequence:递归法、非递归法、矩阵快速幂法 Leetcode 70 You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinc

2017-09-08 15:17:33 684 1

原创 笔记:Web安全(更新:2017.09.07)

作者声明: 1.本文整合了Web安全课程中ppt要点、课堂笔记以及网上的部分内容,原则上禁止转载; 2. 本文仅作为个人笔记,以方便查阅,复习,并没有盈利目的; 3. 本文中大多数概念解释直接摘自网上或者上课的ppt,并不是原创。1.CERT/CC 和 CNCERT/CCCERT/CC Computer Emergency Response Team/Coordination Cente

2017-09-07 23:02:52 732

原创 机器学习: 逻辑回归(Logistic Regression) 小项目

该项目的所有代码在我的github上,欢迎有兴趣的同学与我探讨研究~ 地址:Machine-Learning/machine-learning-ex2/1. Introduction逻辑回归(Logistic Regression), 在Wiki上的定义如下: In statistics, logistic regression, or logit regression, or logit m

2017-09-04 16:04:05 3595 1

空空如也

空空如也

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

TA关注的人

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