自定义博客皮肤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)
  • 资源 (3)
  • 收藏
  • 关注

原创 程序员的算法趣题 python3 - (4)

注:以下题目来自《程序员的算法趣题》– [日]增井敏克著,原书解法主要用Ruby实现,最近在学Python,随便找点东西写写当做练习,准备改成Python3实现,顺便增加一些自己的理解。16.三根绳子折成四边形三根绳子折成3个四边形,一根摆成正方形,两根摆成长方形,会出现长方形面积之和等于正方形面积的情况,如: 绳子长度25, 1*9 = 9 2*8 = 16 5*5 = 25...

2018-06-24 14:13:52 543

原创 leetcode practice - python3 (15)

34. Search for a RangeGiven an array of integers nums sorted in ascending order, find the starting and ending position of a given target value.Your algorithm’s runtime complexity must be in the or...

2018-06-23 20:28:49 312

原创 leetcode practice - python3 (14)

621. Task SchedulerDescriptionHintsSubmissionsDiscussSolution Given a char array representing tasks CPU need to do. It contains capital letters A to Z where different letters represent different ta...

2018-06-10 19:53:48 273

原创 程序员的算法趣题 python3 - (3)

注:以下题目来自《程序员的算法趣题》– [日]增井敏克著,原书解法主要用Ruby实现,最近在学Python,随便找点东西写写当做练习,准备改成Python3实现,顺便增加一些自己的理解。11.斐伯那契数列1, 1, 2, 3, 5, 8… 求前13个满足x % (x各位数的和) == 0的斐波那契数 如: 2 % 2 == 0 21 % 3 == 0 144 % 9 == 0...

2018-06-04 22:49:00 1042

原创 leetcode practice - python3 (13)

560. Subarray Sum Equals KDescriptionHintsSubmissionsDiscussSolution Given an array of integers and an integer k, you need to find the total number of continuous subarrays whose sum equals to k.E...

2018-06-04 19:45:23 257

原创 leetcode practice - python3 (12)

236. Lowest Common Ancestor of a Binary TreeDescriptionHintsSubmissionsDiscussSolution Given a binary tree, find the lowest common ancestor (LCA) of two given nodes in the tree.According to the d...

2018-06-03 14:42:32 300

原创 leetcode practice - python3 (11)

198. House RobberDescriptionHintsSubmissionsDiscussSolution You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constrain...

2018-06-03 14:08:56 281

Intel编程手册1,2,3 2018年版本

Intel 编程手册卷1,2,3,2018年的版本,Intel CPU 相关编程、操作系统开发必备。

2018-05-15

Qt 连连看(真三装备版)源码

自己用Qt写的连连看游戏,在百度空间发布过源码,有些人跟我要图片和工程,在此免积分下载。

2012-12-23

Qt 真三装备连连看

在百度空间发过一篇帖子,许多人跟我要代码和图片,传到这里免积分下载,方便使用。界面及代码可见:http://hi.baidu.com/guzhou_diaoke/item/237c5337bc9417fd2784f4e2#c68be1c47dffbb3d45941625

2012-12-23

空空如也

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

TA关注的人

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