自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

@fei

土鳖啃铁牛~to be continue~

  • 博客(44)
  • 资源 (11)
  • 问答 (3)
  • 收藏
  • 关注

原创 uva 571 Jugs

uva 571 Jugs

2016-01-31 17:41:01 470

原创 uva 10020 Minimal coverage

uva 10020 Minimal coverage

2016-01-31 16:36:54 435

原创 leetcode 3 Longest Substring Without Repeating Characters

原题: Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters for “abcabcbb” is “abc”, which the length is 3....

2016-01-30 23:45:20 319

原创 uva 10491 Cows and Cars

uva 10491 Cows and Cars

2016-01-30 17:51:03 384

原创 uva 311 Packets

uva 311 Packets

2016-01-29 16:59:41 404

原创 leetcode 5 Longest Palindromic Substring

leetcode 5. Longest Palindromic Substring

2016-01-29 01:02:56 319

原创 uva 10271 Chopsticks

uva 10271 Chopsticks

2016-01-28 17:40:28 585

原创 leetcode 11 Container With Most Water

leetcode 11 Container With Most Water

2016-01-28 01:17:14 331

原创 uva 712 S-Trees

uva 712 S-Trees

2016-01-27 01:24:30 384

原创 leetcode 231. Power of Two

leetcode 231. Power of Two

2016-01-26 22:49:09 375

原创 leetcode 63. Unique Paths II

leetcode 63. Unique Paths II

2016-01-26 17:13:00 445

原创 leetcode 136. Single Number

leetcode 136 Single Number

2016-01-25 16:58:40 338

原创 leetcode 242 Valid Anagram

leetcode 242 Valid Anagram

2016-01-25 16:48:41 366

原创 leetcode 290 Word Pattern

leetcode 290 Word Pattern

2016-01-25 16:32:29 344

原创 uva 10304 Optimal Binary Search Tree

uva 10304 Optimal Binary Search Tree

2016-01-25 13:59:15 560

原创 uva 10739 String to Palindrome

uva 10739 String to Palindrome

2016-01-23 14:28:44 556

原创 指针-引用-const

c/c++的指针和引用

2016-01-23 00:35:26 569

原创 leetcode 62. Unique Paths

leetcode 62

2016-01-22 21:54:04 424

原创 leetcode 322. Coin Change

leetcode 322 Coin Change

2016-01-22 17:25:52 1289

原创 leetcode 198 House Robber

leetcode 198 House Robber

2016-01-22 14:45:47 393

原创 uva 10303 How Many Trees?

uva 10303 How Many Trees?

2016-01-22 13:42:32 426

原创 uva 10305 Ordering Tasks

uva 10305 Ordering Tasks

2016-01-21 17:36:13 382

原创 uva 10759 throw dice

uva 10759 Throw dice

2016-01-21 01:41:37 562

原创 leetcode 1 Two Sum

leetcode 1 Two Sum

2016-01-20 15:37:28 391

原创 uva 10306 e-Coin

uva 10306

2016-01-20 14:34:02 692

原创 leetcode 9 Palindrome Number

leetcode 9 Palindrome Number

2016-01-18 21:57:52 293

原创 leetcode 7 Reverse Integer

leetcode 7 Reverse Integer

2016-01-18 17:11:26 270

转载 uva 10023

uva 10023

2016-01-18 15:43:05 388

原创 uva 10341 Solve it

uva 10341 solve it

2016-01-18 14:13:31 468

原创 uva 297 四分树

uva 297 Quadtrees

2016-01-17 16:04:52 514

原创 python 爬虫(三)

python 爬虫 获取cookie 模拟登录

2016-01-15 22:34:13 839

原创 hdoj 1501 Zipper

hdoj 1501 Zipper

2016-01-14 10:11:30 301

原创 python 爬虫(二)

python 爬虫 (2)

2016-01-08 18:27:53 569

原创 简单 python 爬虫(一)

比如爬我在航电上做过的题目,可以用如下代码:# ubuntu kylin 14.04import urllib2 import urllib url="http://acm.hdu.edu.cn/userstatus.php?user=461807914" headers = {'User-Agent':'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2

2016-01-06 16:14:26 361

转载 python 装饰器

python 装饰器

2016-01-05 22:28:21 425

原创 uva 10129 Play on Words

uva 10129 Play on Words

2016-01-05 12:34:53 393

原创 uva 10054 项链

uva 10054

2016-01-03 16:05:26 475

原创 python 提交题目

python 提交题目

2016-01-02 13:59:44 753

原创 python中的迭代

pyhton中的迭代

2016-01-01 23:07:53 425

原创 python中的切片

python切片总结

2016-01-01 21:54:00 417

BRIEF算法论文 和CenSurE特征匹配 论文

第一篇论文BRIEF: Binary Robust Independent Elementary Features 第二篇论文CenSurE: Center Surround Extremas for Realtime Feature Detection and Matching

2018-03-18

FAST特征点检测算法的两篇论文

Machine learning for high-speed corner detection FASTER and better: A machine learning approach to corner detection

2018-03-08

opengl开源库 freeglut2.8

OpenGL的新开源库FreeGLUT2.8版本,其中头文件以及静态链接库和动态链接库已经编译好,只需要放到ide对应的文件夹当中即可使用

2018-01-24

《应用随机过程概率模型导论》第十版答案 答案

introduction to probability models 出到第11版,教师手册和习题答案在外网上也搜不到,只有第十版可以凑合看~ 没有办法0积分上传,但也比经管之家那地方强多了

2018-01-08

Rust语言程序设计1.14版本

Rust语言的官方中文文档,最新的1.14版本(2017年2月)

2017-02-01

一天了解深度学习

台湾大学教授写的300页的ppt,偶然间在网上看见~~写的很生动有趣,又非常好理解,适合作为入门学习

2016-12-12

SyntaxHighlighter 3.0.83

SyntaxHighlighter 3.0.83 版本,在官网上面下载费劲,好不容易找到,放到csdn上面,供大家使用学习。

2016-05-24

刘汝佳 基础数据结构+高级数据结构 pdf

刘汝佳基础数据结构和高级数据结构的pdf讲稿

2016-05-01

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

TA关注的人

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