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. NeoKylin5.6下安装部署达梦(DM7)数据库

    1.准备操作系统 1.1 系统登录界面 1.2 操作系统版本信息 [root@jdbh ~]# uname -ra Linux jdbh -.el5xen # SMP Fri Jul :: EDT x ...

  2. 不能用con作为类名

    A class file was not written. The project may be inconsistent, if so try refreshing this project and ...

  3. 手动编译安装LNMP

    yum -y install gcc gcc-c++ autoconf nss_ldap libjpeg libjpeg-devel libpng libpng-devel freetype free ...

  4. Map<Key,Value>基于Value值排序

    Map<Key,Value> 排序默认是按照KEY值的升序来进行. 针对按照Value来进行排序有两种方法: 第一种 使用TreeMap  代码如下 public class test{ ...

  5. 提高Baidu Map聚合的效率

    百度的MAP的例子里提供了一个聚合效果,地址是http://developer.baidu.com/map/jsdemo.htm#c1_4 ,效果图如下图: 这个效果很赞,但效率很低,当数据量达到50 ...

  6. 搭建git for windows服务器(100%可以成功)

    既然Git在Linux下面非常好用,为什么还要搭建git windows的服务器,因为不是所有的用户都需要在linux下面做开发,对吧,还有很多用户选择使用windows做开发. 看到很多网友尝试部分 ...

  7. MQTT——java简单测试(二)

    服务端代码: package bsit.mqtt.demo.one_way; import org.eclipse.paho.client.mqttv3.MqttClient; import org. ...

  8. 动态调频DVFS_转

    转自: Linux Core Power Management User's Guide (v3.14) http://processors.wiki.ti.com/index.php/Linux_C ...

  9. Redhat 7 或者 CentOS 7 密码破解

    1.在如下界面按 e 2.在 linux16 这一行的最后面添加 rd.break,然后按 ctrl + x 进入单用户模式 3.以读写的方式重新挂载 sysroot 4.切换到 sysroot 目录 ...

  10. 003:Posix IPC的消息队列

    1:与FIFO相比,FIFO要求对一个管道写入之前,必须有进程进行读打开.消息队列则不需要有进行在队列上等待消息的到达. 2:POSIX每次读取总是返回优先级最高的,system V则可以返回任意优先 ...