码迷,mamicode.com
首页 >  
搜索关键字:people cmm    ( 3003个结果
Swift 学习 --- 基础<一>
// Playground - noun: a place where people can playimport UIKitvar str = "Hello, playground"print("A"); print("A") // 如果同一行有有段代码用 ';'隔开// 默认自带换行符print...
分类:编程语言   时间:2015-01-26 01:11:52    阅读次数:197
完整cmm解释器构造实践(二):词法分析
cmm是c的一个子集,保留字只有如下几个 if else while read write int real 特殊符号有如下几个 + - * / = ( ) ; { } [ ] /* */ 标识符:由数字,字母或下划线组成的字符串,且不能使关键字,第一个字母不能是数字 如果了解c很容易明白上面的是什么意思,也会明白cmm其实有的东西并不多,所以做cmm解释器相对来说比较简单。...
分类:其他好文   时间:2015-01-23 20:12:31    阅读次数:170
谈谈「七个好习惯」
《高效能人士的七个习惯》The Seven Habits of Highly Effective People是美国管理大师史蒂芬·柯维的1989年的著作。风靡企业界,号称「世界500强企业必备培训课程」。台达(之前工作的公司)的CEO日理万机,但每年还是会抽时间从台北飞到东莞给员工上这堂培训课,可...
分类:其他好文   时间:2015-01-23 12:48:20    阅读次数:585
敏捷开发流程总结
Agile——敏捷开发,作为CMM神话崩溃后被引入的一套新的软件开发模式,这几年来被广泛引起关注,并被寄予厚望。敏捷开发在其它业界的应用是否理想不得而知,但下面总结了我所在公司的敏捷开发试验,希望能够达到管中窥豹的目的。敏捷开发宣言——个体和交互 胜过 过程和工具能够工作的软件 胜过 面面俱到的...
分类:其他好文   时间:2015-01-22 21:49:08    阅读次数:199
linux 学习笔记 finding people
#who 或者 #w 展示所有登录到当前系统的用户信息#who am i 展示真是用户信息#whoami 展示登陆系统的用户名例如 :登陆用户和真实用户一致#whoamiroot#who am iroot pts/3 oct 23 12:17 (:0.0)登陆用户和真实用户不一致#whoamicic...
分类:系统相关   时间:2015-01-22 01:41:20    阅读次数:209
Speech Patterns (string)
People often have a preference among synonyms of the same word. For example, some may prefer "the police", while others may prefer "the cops". Analyzi...
分类:其他好文   时间:2015-01-20 08:55:23    阅读次数:145
spark 笔记 3:Delay Scheduling: A Simple Technique for Achieving Locality and Fairness in Cluster Scheduling
spark论文中说他使用了延迟调度算法,源于这篇论文:http://people.csail.mit.edu/matei/papers/2010/eurosys_delay_scheduling.pdf同时它也是hadoop的调度算法。Abstractdelayscheduling: when th...
分类:其他好文   时间:2015-01-20 06:10:56    阅读次数:231
Oracle 11g RAC database on ASM, ACFS or OCFS2
I see a lot of questions on shared file systems that can be used when people move from single instance to Oracle RAC database and Grid Infrastructure....
分类:数据库   时间:2015-01-19 22:31:09    阅读次数:290
类和对象---Python
构造类:class people(object): name=""----属性 age=0 __weight=0----属性前加”--“表示私有属性,不可用于外部访问 def __init__(self,n,a,w):---构造函数 self.name=n self.age=a self.__wei...
分类:编程语言   时间:2015-01-18 10:32:34    阅读次数:143
zoj3690--Choosing number(dp,矩阵快速幂)
Choosing number Time Limit:2000MS     Memory Limit:65536KB     64bit IO Format:%lld & %llu Submit Status Description There are n people standing in a row. And There are m numbers, 1.2....
分类:其他好文   时间:2015-01-17 16:33:28    阅读次数:212
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!