码迷,mamicode.com
首页 >  
搜索关键字:bre ere    ( 6207个结果
LeetCode OJ 215. Kth Largest Element in an Array
Find the kth largest element in an unsorted array. Note that it is the kth largest element in the sorted order, not the kth distinct element. For exam ...
分类:其他好文   时间:2016-11-22 12:39:38    阅读次数:160
python学习-day01
一、python介绍: python是一种面向对象的解释型计算机程序设计语言,由荷兰人Guido van Rossum于1989年发明,第一个公开发行版发行于1991年。 Python语法简洁清晰,特色之一是强制用空白符(white space)作为语句缩进。 一、种类: JPython IronP ...
分类:编程语言   时间:2016-11-22 11:42:10    阅读次数:274
Java学习笔记(06)
继承 super关键字 重写 final关键字 抽象类/abstract关键字 接口 一.继承 继承是类与类之间的继承,是一种is a 的关系(继承的满足条件) 继承的类叫子类 / 派生类,被继承的叫父类 / 基类 Java中的继承也是单继承 1.extends关键字 通过extends关键字来实现 ...
分类:编程语言   时间:2016-11-22 09:27:32    阅读次数:353
vim编辑器
回顾:正则表达式(BRE,ERE)基本正则表达式与扩展正则表达式之间的差别就是:次数匹配和分组的时候扩展正则表达式没有了反斜线。BRE:字符匹配:点号(.),[],[^]次数匹配:*,\?,\+,\{m\},\{m,n\}位置锚定:^,$,\<,\>分组及引用:\(\),\1,\2.............ERE..
分类:系统相关   时间:2016-11-21 20:26:04    阅读次数:474
标题我也不知道写啥
分割线 ...
分类:其他好文   时间:2016-11-21 19:37:47    阅读次数:339
图片处理类,实现图片处理,包括添加水印和生成缩略图
...
分类:其他好文   时间:2016-11-21 19:10:26    阅读次数:279
three.js贴图
使用图像作为材质。这时候,就需要导入图像作为纹理贴图,并添加到相应的材质中 缩放对应的属性是scale,旋转对应的属性是rotation,具体方法与上例相同 ...
分类:Web程序   时间:2016-11-21 18:59:55    阅读次数:291
猜年龄-1
print("Do you have 3 chances!")age_of_oldboy = 56count = 0while count <3: guess_age = int(input("Guess Age:")) if guess_age == age_of_oldboy : print(" ...
分类:其他好文   时间:2016-11-20 19:30:46    阅读次数:165
Leetcode-1 Two Sum
#1. Two Sum Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input w ...
分类:其他好文   时间:2016-11-20 18:36:12    阅读次数:183
java常见的控制语句
/** * java常见的控制流语句 * @author javawg * @version 2016-11-20 * */ public class IfTest { public static void main(String[] args) { // TODO Auto-generated m ...
分类:编程语言   时间:2016-11-20 18:21:08    阅读次数:196
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!