自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (1)
  • 收藏
  • 关注

转载 vs2013编译旧版本程序出错

VS2013多字节工程问题使用VS2013编译旧版VC++程序时,提示Building an MFC project for a non-Unicode character set is deprecated,微软提供了解决方案。一、错误信息[cpp] view plaincopyprint?"font-famil

2015-12-05 13:06:05 919

原创 【Leetcode】之Search Insert Position

一.问题描述Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order.You may assume no duplicates in the array

2015-12-04 09:44:16 315

原创 【Leetcode】之Search for a Range

一.问题描述Given a sorted array of integers, find the starting and ending position of a given target value.Your algorithm’s runtime complexity must be in the order of O(log n).If the target is not found in

2015-12-03 16:40:11 328

原创 【Leetcode】之Search in Rotated Sorted Array

一.问题描述Suppose a sorted array is rotated at some pivot unknown to you beforehand.(i.e., 0 1 2 4 5 6 7 might become 4 5 6 7 0 1 2).You are given a target value to search. If found in the array return its

2015-12-02 10:58:35 343

原创 【机器学习算法】之SVM

一.算法介绍SVM分为线性SVM和非线性SVM,非线性SVM实际上也只是通过核函数变换到特征空间。这里我主要针对线性SVM进行说明。 模型:线性SVM主要用于解决线性可分的问题,所建立的模型实际上就是f(x)=sign(wx+b)。这和感知机所建立的模型实际上是一致的,即SVM希望学习到线性空间的一个超平面,在这个超平面两侧的数据点有着不同的类别。之前说过的logistic回归模型实际上也是希望学

2015-12-01 10:49:11 515

原创 【Leetcode】之Longest Valid Parentheses

一.问题描述Given a string containing just the characters ‘(’ and ‘)’, find the length of the longest valid (well-formed) parentheses substring.For “(()”, the longest valid parentheses substring is “()”, whi

2015-12-01 09:56:18 288

muduo-master.zip

muduo的c++开源库,是学习c++后台开发的非常好的资源。

2019-06-26

空空如也

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

TA关注的人

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