码迷,mamicode.com
首页 >  
搜索关键字:single    ( 5020个结果
[LeetCode]Add Two Numbers
Q: 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 digit. Add the two numbers and return it as ...
分类:其他好文   时间:2015-02-02 23:06:26    阅读次数:153
linux学习笔记之系统标准:POSIX,ISO C...
一、POSIX,ISO C,Single UNIX Specification的概念。 1,POSIX:Portable Operating System Interface。可移植操作系统接口。期望获得源码级别的软件可移植性。 2,ISO C:提供C语言的标准化。提高C语言在不同操作系统的可移.....
分类:系统相关   时间:2015-02-02 17:34:22    阅读次数:166
Regular Expression Matching
题目描述:Implement regular expression matching with support for'.'and'*'.'.' Matches any single character.'*' Matches zero or more of the preceding elemen...
分类:其他好文   时间:2015-02-02 10:45:29    阅读次数:187
理解多线程设计模式
多线程设计模式:1.Single Threaded Execution Pattern[同一时刻只允许一个线程操作] 比喻:三个挑水的和尚,只能同一时间一个人过桥,不然都掉河里喂鱼了。 总结:在多个线程同时要访问的方法上加上synchronized关键字。2.Immutable Pattern[变量...
分类:编程语言   时间:2015-02-01 20:25:47    阅读次数:311
[Documentation]UIImageView官方文档中文翻译
An image view object provides a view-based container for displaying either a single image or for animating a series of images. For animating the image...
分类:其他好文   时间:2015-01-31 19:11:12    阅读次数:269
IOS自定义场景切换动画。
IOS中我们可以通过Storyborad以及segue来实现我们自己的场景切换动画,新建项目使用Single View Application模板并取名为MyCustomSegue。 使用storyboard托出另一UIViewController并分设置两个控制器的视图颜色,并设置跳转页面的...
分类:移动开发   时间:2015-01-31 17:33:10    阅读次数:237
[LeetCode] Single Number II 单独的数字之二
Given an array of integers, every element appearsthreetimes except for one. Find that single one.Note:Your algorithm should have a linear runtime comp...
分类:其他好文   时间:2015-01-31 14:21:18    阅读次数:324
iOS开发- 项目配置
新人指导, 大拿绕道。 旨在说明App创建初期需要完善的一些配置, 有利于之后项目有条进行, 也能减少不必要的开发。 主要内容: 新项目创建 分组结构 配置文件 辅助类 1. 新项目创建常规的, 我们启动Xcode开发环境,使用Single View Application Project模板创建一个新项目, 这里有几项需要注意下。 1.1 在Class Prefix中填上该项目特有前缀...
分类:移动开发   时间:2015-01-31 12:26:06    阅读次数:306
面试中常见算法1
Problem 1 : Is it a loop ? (判断链表是否有环?)Assume that wehave a head pointer to a link-list. Also assumethat we know the list is single-linked. Can you com...
分类:编程语言   时间:2015-01-30 20:53:04    阅读次数:307
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 digit. Add the two numbers and return it as a link...
分类:其他好文   时间:2015-01-30 15:55:05    阅读次数:196
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!