码迷,mamicode.com
首页 >  
搜索关键字:merge lists    ( 6727个结果
leetcode刷题: 002 Add Two Numbers
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ...
分类:其他好文   时间:2015-05-25 14:20:09    阅读次数:97
blender, merge顶点
选择Edit Mode:,和vertex select:同时选中两个要merge的顶点,然后点merge...,如图:
分类:其他好文   时间:2015-05-24 21:39:50    阅读次数:166
开源的文件比较工具:WinMerge,KDiff3,diffuse
为了寻找免费的BeyondCompare的替代品,最后经过实用,找到如下一些: 1.diffuse 感受:如果仅仅是比较两个文本类的文件,这个软件也就够用了。 安装好后,对着文件点击右键,会出现“Open With Diff Merge Tool”,但是只会直接打开该文件,并不能像BeyondCom...
分类:Windows程序   时间:2015-05-24 12:46:33    阅读次数:1117
Android抽象布局——include、merge 、ViewStub
Android抽象布局——include、merge 、ViewStub 在布局优化中,Androi的官方提到了这三种布局、、,并介绍了这三种布局各有的优势,下面也是简单说一下他们的优势,以及怎么使用。 1. 布局重用 标签能够重用布局文件,简单的使用如下:<LinearLayout xmlns:android="http://schemas.android.com/apk/res...
分类:移动开发   时间:2015-05-24 08:58:19    阅读次数:242
让开发效率爆表的Guava ---- Lists列表
Guava对JDK List的扩展, 方便增加list到list中, 方便拆分list...
分类:其他好文   时间:2015-05-24 08:54:43    阅读次数:130
LeetCode--Intersection of Two Linked Lists
Write a program to find the node at which the intersection of two singly linked lists begins.For example, the following two linked lists:A: a...
分类:其他好文   时间:2015-05-23 19:54:09    阅读次数:129
二分查找
二分查找 递归 Python def binarySearch(lists,select): print 'coming',lists is_none=False if lists!=[]: cen_num=len(lists)/2 tlag=lists[cen_num] gt_list=lists[0:cen_num] ...
分类:其他好文   时间:2015-05-23 18:30:42    阅读次数:116
Redis数据类型
Redis Strings 字符串是Redis的基本值类型。127.0.0.1:6379>set mykey 1OK127.0.0.1:6379> get mykey"1"可以对String进行一些其他的操作,如加法器等。Redis Lists Redis列表是简单的字符串列表,按照插入的顺序排.....
分类:其他好文   时间:2015-05-23 15:25:58    阅读次数:158
mysql存储引擎
参考自http://blog.chinaunix.net/uid-21411227-id-1826943.htmlhttp://www.jb51.net/article/55849.htmmysql提供的存储引擎有:MyISAM、InnoDB、MERGE、MEMORY(HEAP)、BDB(Berke...
分类:数据库   时间:2015-05-23 11:29:04    阅读次数:128
LeetCode【2】. Add Two Numbers--java实现
第二道题 Add Two Numbers   如下:         You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a singl...
分类:编程语言   时间:2015-05-23 08:50:29    阅读次数:190
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!