Objective-C http://rypress.com/tutorials/objective-c/index

Comments 注解   Inline comments   Block comments   Confusing snippest困惑的(代码)片段   self-documenting 自我记录   Variables 变量   Statically typed 静态变量   Explicitly state 显式的声明   Declare a variable   声明一个变量       Syntax 语法结构  Assign 分配   Operator 运算符   Prefixing 添加前缀   Parentheses 圆括号   Output panel输出面板   Comprehensive 全面的   Format 格式   Specifiers 说明符   Constants 常量   Modifier 修饰符   parameters 参数   caller 调用者   Assume 假设   Altered 更改   Arithmetic 四则运算   Modulo operator 模运算符   Demonstrated 示例 
Floating-point 浮点指针   Encounter 偶尔碰见    Increment(++)   Decrement(--)   Loops 循环   Convenience 方便的   Subtracting 减去   Conditionals条件语句   Logical negation逻辑非   Logical and 逻辑与   Logical or 逻辑或   switch statement  switch 语句    inflexible 不可变通的   Iterating  遍历  Keywords 关键字  Prematurely 提前地 Skip 跳过  Respectively 依次地 Aborting 终止  Fast-enumeratin 快速枚举   Macros 宏命令   Abbreviation 缩写   Typedef 定义类型   OOP(Object-oriented Programming)面向对象程序   via 通过   Component 组件   Initializer syntax 初始化语句   dot-syntax 点语法  Enum 枚举 Primitive Arrays 基本数组   superset 超集   reference 引用  dereference 间接引用   generic type 泛类型   essentially 本质上   arbitrary 任意的  cast to  转换
Dedicated 专用的   UTF 统一码转换格式   slight 微小的   Outside of 除了……之外  aspects 特征  file extension 文件扩展名 ecosystem 生态系统  
(Declaration VS Implementation)(全局作用域函数和静态作用域函数)
 
Construct 结构    Considerrations 注意事项    Parameters 参数   Parentheses 插入语   arguments  参数   parameters between parentheses 在括号中的参数   algorithms 算法   seamlessly integrated    无缝的整合  omit 忽略   code block 代码块   The Static keyword Static关键字   global scope 全局作用域    specfile 说明符   private 私人的   conflict 冲突   Static Local Variables   静态局部变量  intuitive 直观的   consistently 始终地   modifier 修饰符    invocation 调用   previous section 上一部分   namespaces 名域   collision 冲突,碰撞   identifier 标识符   built-in function 内部函数  dedicated 专用的   import 导入   in-depth 彻底地 encapsulate 封装   utility 实用的   instantiate objects 实例化对象   properties 特性   call methods 调用方法
Independent automatic variables vs. shared static variables)独立的自动变量和分享的静态变量
blueprint 蓝本   interact 交互   corresponding 对应的   explore 探讨   resides in 存在于   template 模板   Navigate 导航     shortcut 快捷键   category 种类  configuration 布局    Subclass 子类 inherit 继承   manually 手动地   directive 指示符   colon 冒号   curly braces 花括号   attribute 属性    minus sign 负号    instance method 实例方法 +(void)  class method 类方法 -(void) omit 忽略   naming conventions 命名约定   signature 标记   Typically 通常地  square braces 方括号   preceded by 被领先于   emulate 模仿   exemplary 典型的   designated initializer 指定初始化   eliminate 忽略   equivalent of 等价的   valid 合理的   Dynamic Typing 动态类型   
Interacting with a property via accessor methods)     
 
semantic level 语义层面   directive  指令   generate 生成   underscore 下划线   abstract level 抽象层面   override 覆盖,重写    dot-notation 点表达式    comma 逗号   nonatomic 非原子  corrupt 损坏的   thread 线程    overhead 开销    multi-threaded 多线程的   scarce 稀有的   efficient manner  高效的方式   alternative 替换物   object ownership  对象所有权  relinquish 撤回   advent 出现 Automatic Reference Counting 自动引用计数  implicit 内隐的   memory leaks 内存泄漏  weak reference 弱引用  dangling pointer 悬垂指针   demonstrated 展示  in-place 适当的  compatible 相容
A retain cycle between the Car and Person classes
A weak reference from the Person class to Car
 
logical counterpart to 逻辑对应   frustrating 沮丧的  ambiguity 歧义   verbose 详细的,冗长的   undeniably descriptive 不可否认的描述   boils down to 归结到   Explicitly 清楚地  
 
Unrelated classes adopting the StreetLegal protocol
 
hierarchy 层次   horizontal 水平的   street-legal 合法上路的   vehicle 车辆   guaranteed 保证   
 
Categories
Using multiple files to implement a class
category 种类   split 分开   ease the burden 减轻负担   modularrizing 模块化   monolithic 整体的,庞大的    maintenance 保持   cluttering  up  搞乱了   dedicated  category 专用的分类   
anonymous functions 匿名函数   arbitrary 任意的   intuitive 直观   closures 闭包   mechanical 结构   

Objective-C文章中的生词的更多相关文章

  1. 用 highlight.js 为文章中的代码添加语法高亮

    来源:http://www.ghostchina.com/adding-syntax-highlighting-to-ghost-using-highlight-js/ --------------- ...

  2. dedecms后台批量替换文章中的关键词

    DEDECMS怎么样能快捷或者批量修改网站所有文章的超链接和锚文本,超链和所有关键词锚文本的链接需要修改? dedecms后台批量替换文章中的关键词

  3. C++语言,统计一篇英文文章中的单词数(用正则表达式实现)

    下面的例子展示了如何在C++11中,利用regex_search()统计一篇英文文章中的单词数: #include <iostream> #include <regex> #i ...

  4. 实现app上对csdn的文章查看,以及文章中图片的保存 (制作csdn app 完结篇)

    转载请标明出处:http://blog.csdn.net/lmj623565791/article/details/24022165 今天给大家带来CSDN的完结篇,即增加文章的查看和文章中图片的保存 ...

  5. php采集文章中的图片获取替换到本地

    /** * 获取替换文章中的图片路径 * @param string $xstr 内容 * @param string $keyword 创建照片的文件名 * @param string $oriwe ...

  6.   PS2: 这篇文章中的图片绘图工具使用的是Dia (sudo apt-get install dia)。据说yEd也很不错。

    SBCL编译过程 - O.Nixie的专栏 - 博客频道 - CSDN.NET PS2: 这篇文章中的图片绘图工具使用的是Dia (sudo apt-get install dia).据说yEd也很不 ...

  7. 统计英文文章中各单词的频率,打印频率最高的十个单词(C语言实现)

     一.程序思路及相关代码 首先打开文件,代码如下 FILE *fp; char fname[10]; printf("请输入要分析的文件名:\n"); scanf("%s ...

  8. Java实现读取文章中重复出现的中文字符串

    在上个星期阿里巴巴一面的时候,最后面试官问我如何把一篇文章中重复出现的词或者句子找出来,当时太紧张,答的不是很好.今天有时间再来亲手实现一遍.其实说白了也就是字符串的处理,所以难度并不是很大. 以下是 ...

  9. 免插件为WordPress文章中标签添加内链

    给文章标签添加内链,意思就是说,如果你文章中出现了和标签一样的文字,那么这个文字就会自动成为标签链接,你点击这个链接就会查看到所有含有该标签的文章,这个能方便用户浏览,据说还利于SEO.下面说说方法: ...

随机推荐

  1. opencv的问题

    opencv中图像文件格式是BRG的顺序 而QImage是RGB形式 H:色彩 S:深浅 s=0 只有灰度 V:明暗

  2. 【iCore3应用开发平台】发布 iCore3 应用开发平台出厂代码rev0.0.5

    iCore3开发平台固件版本信息 =============================================================[stm32f407]:iCore3 ARM ...

  3. gdb

    ● 要用gdb调试,在ggc编译时,需要家参数-g: gcc -g test.c - test ● 设置断点: gdb test b 63 if i==10 63是断点坐在的行号,用list命令列举出 ...

  4. 获取真实Ip地址

    /** * @author zhoulongqin * @see 获取客户端ip * @param * @return 客户端ip(String) webserve ip不一定获取的到 */ publ ...

  5. windows下hla编译环境配置(转)_1

    原文地址:http://blog.chinaunix.net/uid-20548989-id-1667169.html HLA简介         HLA,英文"High Level Ass ...

  6. VS2012 提示未找到与约束 ContractName 匹配的倒出

    问题描述: 今天由于开发需要,我安装了一下 Vs 2015 按照之后 打开原来的项目 vs2012 打开,点击类文件提示错误 未找到与约束 ContractName 匹配的倒出 解决办法: 1  去微 ...

  7. web前端书籍

    前端开发 必看的书籍资料(转自CSDN郭小北V5) 一. html + css 这部分建议在 w3school 在线教程 上学习,边学边练,每个属性后还有在线测试. 然后过一遍之后可以模仿一些网站做些 ...

  8. js中的逻辑与(&&)和逻辑或(||)(转载)

    var a = 2; var b = 3; var andflag = a && b ; var orflag = a || b; 问andflag 和orflag 分别是什么? 起初 ...

  9. iOS 面试题(一):寻找最近公共 View --转自唐巧

    题目:找出两个 UIView 的最近的公共 View,如果不存在,则输出 nil . 分析:这其实是数据结构里面的找最近公共祖先的问题. 一个 UIViewController 中的所有 view 之 ...

  10. Yaf(Yet Another Framework)用户手册 yii框架手册

    地址:http://www.laruence.com/manual/ yaf框架手册:http://pan.baidu.com/s/1bnHFPHd yii框架手册:http://pan.baidu. ...