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. ecmall源码中的 function _config_view()-关于重写

    ecmall中类库的继承过程: defaultAPP->MallbaseApp->FrontendApp->EcBaseApp->BaseApp->Object 在bas ...

  2. VirtualBox + CentOS 使用 NAT + Host-Only 方式联网

    之前一直使用 VMware 作为虚拟机,这几天看<跟阿铭学Linux>,里面用的是虚拟机是 Oracle VirtualBox,也跟着安装配置一个,但是比较坑的是照着上面的配置折腾了很久才 ...

  3. ssh项目java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoade错误

    错误: 导入别人的ssh项目后出现java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoade错误, 错 ...

  4. [SonarQube]小结

    新的项目用了这个,以前从来没用过,配置了一下,看看这个到底是个什么东东. 先学习一下英文单词: sonar 声纳, qube 方盒子, 连起来应该叫声纳盒, SonarQube一看就是一个监测诊断设备 ...

  5. JDBC的使用(一):引用外部jar;代码链接数据库

    一:引用外部jar 1.首先不jar文件放到项目下: 2.在Eclipse中,右键相应的项目--构建路径--配置构建路径--库--添加外部jar:选中-打开-应用-确定. 二:代码链接数据库 1.加载 ...

  6. nginx 不带www到www域名的重定向

    如果是单次重定向用 redirect, 如果永久跳转用 permanent,这里用 permanent { listen       80; server_name  xxx.com www.xxx. ...

  7. Createjs学习一

    需求1:根据后端返回过来的不同信息,实现长按保存图与文字片功能(图片都是一样的,文字信息不同) 首先我们来分析一下要求,得出需要用到哪些技术.长按保存这一功能只针对图片,文字长按的话只会出现复制.. ...

  8. Servlet的历史与规范

    http://blog.csdn.net/u010297957/article/details/51498018

  9. WP8.1 状态栏隐藏

    StatusBar statusbar = StatusBar.GetForCurrentView(); await statusbar.HideAsync();

  10. ios上的 button和input-button为什么不水平居中的

    在iphone6plus上的button中文本上不居中,如下图: 造成的原因,是button的padding不为零,造成的,因而设置padding: 0:就可以解决