码迷,mamicode.com
首页 >  
搜索关键字:has-a    ( 11077个结果
Leetcode Path Sum
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.Fo...
分类:其他好文   时间:2014-07-02 22:34:44    阅读次数:318
filter press used in graphite
Water is the most important substance needed by the body. It is the sole substance which has affected the human being and civilization. That’s why it ...
分类:其他好文   时间:2014-07-02 19:00:20    阅读次数:154
JPMorgan Chase's Jamie Dimon Says He Has Curable Cancer
JPMorgan Chase's Jamie Dimon Says He Has Curable CancerJPMorgan Chase CEO Jamie Dimon told his employees and shareholders Tuesday that he has curable ...
分类:其他好文   时间:2014-07-02 10:30:55    阅读次数:193
ZOJ2750_Idiomatic Phrases Game(最短路)
Idiomatic Phrases Game Time Limit: 2 Seconds      Memory Limit: 65536 KB Tom is playing a game called Idiomatic Phrases Game. An idiom consists of several Chinese characters and has a certain me...
分类:其他好文   时间:2014-07-02 08:11:52    阅读次数:167
Leetcode:Merge Sorted Array 归并排序
Sorted Array:Given two sorted integer arrays A and B, merge B into A as one sorted array.Note:You may assume that A has enough space (size that is gre...
分类:其他好文   时间:2014-07-01 12:51:53    阅读次数:202
Linked List Cycle
题目 Given a linked list, determine if it has a cycle in it. Follow up: Can you solve it without using extra space? 方法 /** * Definition for singly-linked list. * class ListNode { ...
分类:其他好文   时间:2014-07-01 11:31:40    阅读次数:178
windows下GVIM的配置(vimrc)
学习python时想要在gvim中配置python的编译环境,网上找到一个比较好用的vimrc配置,保存下来以备下次有需要。set encoding=utf-8set termencoding=utf-8set fileencodings=utf-8,chinese,latin-1if has("w...
分类:Windows程序   时间:2014-07-01 10:20:25    阅读次数:1794
创建android画笔程序的例子(有镜面效果)
关键是在检测到手指移动的时候用mPath.quadTo的方法,android sdk解释是: Add a quadratic bezier from the last point, approaching control point (x1,y1), and ending at (x2,y2). If no moveTo() call has been made fo...
分类:移动开发   时间:2014-07-01 08:07:39    阅读次数:289
数据库升级ora-04063 DBMS_REGISTRY has error
在做Oracle数据库从11.2.0.1.0升级到11.2.0.2.8时,软件升级没有问题,实例升级没有问题,升级psu的时候。 运行@?/rdbms/admin/catbundle psu apply时,只显示一部分信息,即终止apply。 在dba_registry_history中未显示11.2.0.2.8的psu信息; select * from dba_re...
分类:数据库   时间:2014-06-30 17:46:48    阅读次数:428
UValive3268 Jamie's Contact Groups(二分+最大流)
题目地址:https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1269 Jamie is a very popular girl and has quite a lot of friends, so she always keeps a v...
分类:其他好文   时间:2014-06-30 16:55:26    阅读次数:374
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!