自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Aaron's Home

学而不思则罔,思而不学则殆

  • 博客(4)
  • 资源 (6)
  • 收藏
  • 关注

原创 Leetcode#445(链表)-Add Two Numbers II

题目:You are given two non-empty linked lists representing two non-negative integers. The most significant digit comes first and each of their nodes contain a single digit. Add the two n

2017-02-26 15:11:54 290

原创 Leetcode#142(链表)-Linked List Cycle II

题目:Given a linked list, return the node where the cycle begins. If there is no cycle, return null.Note: Do not modify the linked list.思路:1.首先判断链表中是否有环,参考leetcode#141题。2

2017-02-23 13:47:27 308

原创 Leetcode#143(链表)-Reorder List

题目:Given a singly linked list L: L0→L1→…→Ln-1→Ln,reorder it to: L0→Ln→L1→Ln-1→L2→Ln-2→…You must do this in-place without altering the nodes' values.For example,Given {1,2,3,4},

2017-02-22 14:39:20 317

转载 二分图最大权匹配-km算法

百度百科是错的,关于相等子图的那一块。穷举的效率-n!,我们需要更加优秀的算法。定理:设M是一个带权完全二分图G的一个完备匹配,给每个顶点一个可行顶标(第i个x顶点的可行标用lx[i]表示,第j个y顶点的可行标用ly[j]表示),如果对所有的边(i,j) in G,都有lx[i]+ly[j]>=w[i,j]成立(w[i,j]表示边的权),且对所有的边(i,j) in M,都有l

2017-02-12 22:07:04 321

VisualBasicPowerPacks10.0

自动安装,方便解决VS开发找不到Microsoft.VirtualBasic.PowerPacks.dll引用的问题,亲测VS2015可用

2017-02-22

OmegaOptions OSX.bak

OmegaOptions OSX

2016-10-15

SwitchyOmega.crx

SwitchyOmega.crx

2016-10-15

64位python2.7模块scipy.exe可直接安装

WIN7 64位 python2.7 scipy.exe(亲测可用) 。其他相关模块numpy+matplotlib+pyparsing+setuptools+dateutil+six 因为最多上传60M,我单独作为另一个资源传上去了,可以在我上传的资源里面下载

2016-04-28

64位pathon2.7模块numpy+scipy+matplotlib+pyparsing+setuptools+dateutil+six

WIN7 64位 python2.7 scipy.exe(亲测可用) 。其他相关模块numpy+matplotlib+pyparsing+setuptools+dateutil+six 因为最多上传60M,我单独作为另一个资源传上去了,可以在我上传的资源里面下载

2016-04-28

64位python2.7模块numpy+scipy+matplotlib+pyparsing+setuptools+dateutil+six

WIN7 64位 python2.7 关于numpy,scipy,matplotlib相关的所有模块(找了很久收集在了一起,亲测可用) numpy+scipy+matplotlib+pyparsing+setuptools+dateutil+six 因为最多上传60M,较大的scipy我单独作为一个文件上传

2016-04-25

空空如也

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

TA关注的人

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