{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

图灵程序设计丛书·日本Objective-C圣经级教材:Objective-C编程全解(第3版)

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

图灵程序设计丛书·日本Objective-C圣经级教材:Objective-C编程全解(第3版)

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Editer Recommend

日本Objective-C圣经级教材
Objective-C首选教程,6年长销第3次改版
全面深入
从内存管理到并行编程,完美涵盖Objective-C的方方面面
符合东方人思维
日本资深开发者操刀撰写,更易理解消化
讲解细致
理论结合实例,代码支持最新MacOSX/iOS系统

Content Description

日本Objective-C圣经级教材
Objective-C教程,6年长销第3次改版
全面深入
从内存管理到并行编程,完美涵盖Objective-C的方方面面
符合东方人思维
日本资深开发者操刀撰写,更易理解消化
讲解细致
理论结合实例,代码支持MacOSX/iOS系统

Author Description

《Objective-C编程全解(第3版)》结合理论知识和实例程序,全面而系统地介绍了Objective-C编程的相关内容,包括类和继承、对象的类型和动态绑定、基于引用计数的内存管理、垃圾回收、属性声明、类NSObject和运行时系统、Foundation框架中常用的类、范畴、抽象类与类簇、对象的复制及存储、块对象、消息发送模式、图像视图、异常和错误、并行编程、键值编码等。
《Objective-C编程全解(第3版)》适合iOS应用和MacOSX开发初学者系统入门、有经验的开发者深入理解语言本质,也适合开发团队负责人、项目负责人作为综合性的Objective-C参考书阅读。
Comments

荻原刚志(作者),大阪大学工学博士毕业。京都产业大学计算机理工学院教授,大阪大学客座教授。主要从事软件开发手法、隐写术等方面的研究。其本人也是应用软件开发者,代表作品有ToyViewer、Typist等。

唐璐(译者),硕士毕业于东北大学,2005年赴日,曾就职于东京PtoPA、东软日本,在日期间曾参与多个iOS和人工智能的项目。现就职于阿里巴巴线事业部,从事NLP方面的研究和开发工作。

翟俊杰(译者),毕业于吉林大学和北京邮电大学研究方向为模式识别和智能系统。先后任职于东京PtoPA、北京腾讯科技和北京搜狗科技有限公司,主要从事NLP、数据质量、数据挖掘方面的研究和开发。
Catalogue

第1章面向对象的编程
1.1对象的概念
1.2模块和对象
第2章Objective-C程序设计
2.1对象和消息
2.2类的定义
2.3编译
2.4程序的书写风格
第3章类和继承
3.1继承的概念
3.2利用继承定义新类
3.3使用继承的程序示例
3.4继承和方法调用
3.5方法定义时的注意事项
第4章对象的类型和动态绑定
4.1动态绑定
4.2作为类型的类
4.3编程中的类型定义
4.4实例变量的数据封装
4.5类对象
第5章基于引用计数的内存管理
5.1动态内存管理
5.2手动引用计数内存管理
5.3分数计算器的例子
5.4ARC概要
5.5循环引用和弱引用
5.6ARC编程时其他一些注意事项
第6章垃圾回收
6.1垃圾回收的概要
6.2垃圾回收的详细功能
6.3内存管理方式的比较
第7章属性声明
7.1属性是什么
7.2属性的声明和功能
7.3通过点操作符访问属性
第8章类NSObject和运行时系统
8.1类NSObject
8.2消息发送机制
8.3Objective-C和Cocoa环境
8.4全新的运行时系统
第9章Foundation框架中常用的类
9.1对象的可变性
9.2字符串类NSString
9.3NSData
9.4数组类
9.5词典类
9.6包裹类
9.7NSURL
第10章范畴
10.1范畴
10.2给现有类追加范畴
10.3关联引用
第11章抽象类和类簇
11.1抽象类
11.2类簇
11.3生成类簇的子类
第12章协议
12.1协议的概念
12.2Objective-C中协议的声明
12.3非正式协议
第13章对象的复制及存储
13.1对象的复制
13.2归档
13.3属性表
第14章块对象
14.1什么是块对象
14.2块对象的构成
14.3Objective-C和块对象
第15章消息发送模式
15.1应用和运行回路
15.2委托
15.3通知
15.4反应链
15.5消息转送
15.6撤销构造
第16章应用的构造
16.1应用束
16.2加载nib文件
16.3iOS的文件保存场所
16.4用户默认
16.5应用的本地化
16.6模块的动态加载
第17章实例:简单图像视图
17.1Application框架和InterfaceBuilder
17.2程序概况
17.3编程介绍
17.4应用束的组织
第18章异常和错误
18.1异常
18.2异常处理机制概述
18.3异常的发生和传播
18.4断言
18.5错误处理
18.6错误反应链
第19章并行编程
19.1多线程
19.2互斥
19.3操作对象和并行处理
19.4并行处理的示例程序
19.5使用连接的通信
第20章键值编码
20.1键值编码概况
20.2访问属性
20.3一对多关系的访问
20.4KVC标准
20.5键值观察

Introduction

序言
Objective-C是一门为C语言增加了面向对象功能的语言,是开发MacOSX、iPhone、iPodtouch和iPad应用的主要语言。
在为C语言加入了面向对象功能的语言中,C++是最有名的一种。Objective-C和C++完全不同。Objective-C和大家所熟知的Java、C#和Ruby也有所不同,是一门比较独特的语言。
Objective-C最大的特点是支持面向对象编程,具备很多动态语言才有的动态特征,同时在效率上还可以媲美C语言。学习过其他面向对象语言的人可能会对Objective-C为C语言添加的功能之少感到惊讶。
随着MacOSX和iOS的逐步更新,Objective-C运行的系统环境也做了同步升级。同时Objective-C语言本身也引入了不少新的特性,包括一种新的内存管理方式——ARC。另外属性声明和代码块(block)的使用范围也得到了扩大。Objective-C的编程风格这些年一直在不停地更新。
本书以开发MacOSX或iOS应用为目的来介绍Objective-C,默认读者具备C语言基础,但并不要求精通C语言。
Objective-C和苹果公司的产品和运行环境紧密相关,介绍Objective-C的时候无法脱离具体的操作系统或框架。本书在介绍语言本身的同时也介绍了Foundation框架中的主要类,同时也尽可能指出了MacOSX和iOS的不同之处。
另外,本书并不是一本讲解MacOSX和iPhone图形界面编程的书,不会涉及GUI控件的使用,所以并不是说读了本书就能立刻做出一个具有优美界面的应用程序。已经有太多的优秀书籍介绍GUI编程的方方面面,请参考这些图书的内容。
Xcode是苹果公司向开发人员提供的集成开发环境,用于开发MacOSX和iOS的应用,其中自带了Objective-C的编译器。到笔者写作本书为止,Xcode可以免费下载安装(只能安装在苹果系统中,没有Windows版)。而且只要加入苹果公司的开发者计划,注册成为AppleDeveloper,就可免费获取创建iOS应用和Mac应用的资源,包括开发工具、示例代码、技术文档等。如果想在iPhone或iPad的真机上测试自己开发的应用并发布到AppleStore,则需要付费加入苹果公司的iOS开发者计划。
本书中的代码都是终端类型的程序,只要安装了Xcode,不需要对Xcode作任何设置,就可以编译、运行示例程序。对学习的内容有任何疑问时都可以通过运行程序来找到答案。

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book