自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 python windows下安装talib

安装talib 的一些经验尝试。首先我是python 27版本,win32系统。错误尝试1.pip install talib,出错error: Microsoft Visual C++ 9.0 is required (Unable to find vcvarsall.bat).Get it from http://aka.ms/vcpython27果断去http://aka.ms/

2017-08-20 10:43:07 17686 1

转载 [leetcode] GAS station

There are N gas stations along a circular route, where the amount of gas at station i is gas[i].You have a car with an unlimited gas tank and it costs cost[i] of gas to travel from station i to

2014-04-18 10:26:31 356

转载 [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

2014-04-15 21:36:00 354

原创 [leetcode] Reverse integers

Reverse digits of an integer.Example1: x = 123, return 321Example2: x = -123, return -321 click to show spoilers.Have you thought about this?Here are some good questions to ask before coding

2014-04-15 10:14:56 307

转载 [leetcode] Roman to integer

Given a roman numeral, convert it to an integer.Input is guaranteed to be within the range from 1 to 3999.其实一个一个加就行,例如IV是4,但直接加的结果是6,这个时候减去2就行。

2014-04-14 16:50:20 386

空空如也

空空如也

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

TA关注的人

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