[www.ed2k.online]下載基地為您提供軟件、遊戲、圖書、教育等各種資源的ED2K電驢共享下載和MAGNET磁力鏈接下載。
設為首頁
加入收藏
首頁 圖書資源 軟件資源 游戲資源 教育資源 其他資源
 電驢下載基地 >> 其他资源 >> 電腦基礎 >> 《Lynda.com出品 Objective-C基礎視頻教程》(Lynda.com Objective-C Essential Training)[光盤鏡像]
《Lynda.com出品 Objective-C基礎視頻教程》(Lynda.com Objective-C Essential Training)[光盤鏡像]
下載分級 其他资源
資源類別 電腦基礎
發布時間 2017/7/13
大       小 -
《Lynda.com出品 Objective-C基礎視頻教程》(Lynda.com Objective-C Essential Training)[光盤鏡像] 簡介: 中文名 : Lynda.com出品 Objective-C基礎視頻教程 英文名 : Lynda.com Objective-C Essential Training 資源格式 : 光盤鏡像 主講人 : Simon Allardice 發行日期 : 2011年03月24日 地區 : 美國 對白語言 : 英語 文字語言 : 英文 簡介 : 語言:英語 網址:http://
電驢資源下載/磁力鏈接資源下載:
全選
"《Lynda.com出品 Objective-C基礎視頻教程》(Lynda.com Objective-C Essential Training)[光盤鏡像]"介紹
中文名: Lynda.com出品 Objective-C基礎視頻教程
英文名: Lynda.com Objective-C Essential Training
資源格式: 光盤鏡像
主講人: Simon Allardice
發行日期: 2011年03月24日
地區: 美國
對白語言: 英語
文字語言: 英文
簡介:

語言:英語
網址:http://www.lynda.com/Xcode-4-tutorials/Obj...0-2.html
類別:教程
資源簡介
Lynda.com推出的由Simon Allardice主講的時長5小時59分的Objective-C基礎教程,使用IDE為Xcode 4,從C類語言的基礎(變量,函數,循環,判斷等)到Objective-C獨特的語言特性以及面向對象的思想。其中還涉及了Objective-C中的內存回收,異常處理等以及Xcode 4的基本界面和操作。適合了解編程思想的初級用戶進行學習,並不需要非常了解C語言。由於介紹的是基礎的語言特性,因此僅僅涉及了命令行中基礎框架(Foundation.framework)的運用,沒有涉及到Cocoa等更高級框架的應用。本教程附帶練習文件。
Objective-C是開發Mac應用程序以及iOS App的首選語言。
Course Summary
Course name:Objective-C Essential Training
Author:Simon Allardice
Duration:05h 59m
Released on:3/24/2011
Exercise files:Yes
Level: Beginner
Description
In Objective-C Essential Training, Simon Allardice provides a nuts-and-bolts overview of this popular language for application development for the Mac, the iPhone and iPad, with instructions for building a basic application using Objective-C and Xcode 4. The course shows how to download and install the development tools, covers every major feature of the language, and walks through the writing, compiling, and debugging stages of development. Programmers will also learn about memory management, a vital aspect of programming in Objective-C and Apple’s Foundation framework. Exercise files are included with the course.
Topics include:
Understanding the structure of an Objective-C program
Logging messages to the command line
Writing conditional code
Working with variables, classes, and functions
Creating code loops
Using existing classes in the Foundation framework
Managing memory usage
Creating custom classes
Working with arrays
Reading and writing strings
Understanding inheritance and NSObject
Using Categories and Protocols
Compiling and debugging code
Writing exception handlers

QUASAR PROUDLY PRESENTS
Objective-C Essential Training
© Lynda.com
Supplier: QUASAR Size: 37 x 15MB
Cracker: QUASAR Protection: Condom
Packager: QUASAR Type: Brain Enhancement
Date: 03-28-2011 OS: Win/Mac
Objective-C Essential Training
Author: Simon Allardice
In Objective-C Essential Training, Simon Allardice provides a
nuts-and-bolts overview of this popular language for application
development for the Mac, the iPhone and iPad, with instructions
for building a basic application using Objective-C and Xcode 4
The course shows how to download and install the development tools
covers every major feature of the language, and walks through the
writing, compiling, and debugging stages of development
Programmers will also learn about memory management, a vital aspect
of programming in Objective-C and Apple s Foundation framework
Exercise files are included with the course
Topics include:
* Understanding the structure of an Objective-C program
* Logging messages to the command line
* Writing conditional code
* Working with variables, classes, and functions
* Creating code loops
* Using existing classes in the Foundation framework
* Managing memory usage
* Creating custom classes
* Working with arrays
* Reading and writing strings
* Understanding inheritance and NSObject
* Using Categories and Protocols
* Compiling and debugging code
* Writing exception handlers
INSTALLATION
Unpack, burn or mount and enjoy
GREETINGS
We salute our friends, our loyal members and our fair competitors
THE ALMIGHTY QUASAR 2011.

未經過安裝測試與安全檢測,使用者後果自負
軟體版權歸原作者及其公司所有,如果你喜歡,請購買正版

目錄:
Introduction 03m 49s
Welcome 01m 07s
What you should know 01m 43s
Using the exercise files 00m 59s
1. Getting Started 18m 40s
Installing the tools 04m 38s
Creating your first application 07m 15s
Introduction to Xcode 06m 47s
2. Objective-C Basics 19m 03s
The Objective-C language 04m 11s
The structure of an Objective-C program 06m 15s
Compiling and running your code 08m 37s
3. Program Flow 54m 38s
Logging messages to the command line 06m 07s
Writing conditional code 07m 01s
The switch statement 05m 58s
Code snippets 05m 15s
Operators and expressions 11m 08s
Loops 08m 53s
Functions 10m 16s
4. Variables 49m 04s
Data types 07m 06s
Working with numbers 09m 33s
Working with characters 04m 39s
Variable scope 08m 06s
Enumerations 03m 35s
Using typedef 02m 17s
Preprocessor directives 05m 56s
Working with strings 07m 52s
5. Classes 29m 38s
Introduction to object orientation 07m 36s
Using objects and pointers 06m 38s
Messages and methods 06m 44s
Using existing classes in the foundation framework 08m 40s
6. Memory Management 23m 22s
Memory management 06m 58s
Object creation 07m 31s
Using autorelease pools 05m 14s
Apple autoreleased objects 03m 39s
7. Custom Classes 32m 55s
Creating your own classes 11m 32s
Defining methods 06m 39s
Defining properties 06m 14s
Defining initializers 06m 20s
Using dealloc 02m 10s
8. Collections 24m 34s
Working with C-style arrays 07m 12s
Working with Objective-C array objects 08m 00s
Using dictionaries 05m 55s
Fast enumeration 03m 27s
9. File Management 31m 20s
Introduction to file management in Objective-C 06m 44s
Working with paths and URLs 07m 17s
Reading and writing strings 04m 38s
Archiving objects 12m 41s
10. More Complex Classes 31m 31s
Inheritance and NSObject 08m 13s
Extending classes with categories 06m 31s
Defining protocols 05m 14s
Dynamic typing 11m 33s
11. Debugging 31m 55s
Common compile errors 05m 33s
Common compile warnings 08m 24s
Common run-time errors 05m 46s
Exception handling with try/catch 04m 53s
Breakpoints and debugging 07m 19s
Conclusion 09m 20s
Exploring and using other frameworks 08m 58s
Goodbye 00m 22s 
相關資源:

免責聲明:本網站內容收集於互聯網,本站不承擔任何由於內容的合法性及健康性所引起的爭議和法律責任。如果侵犯了你的權益,請通知我們,我們會及時刪除相關內容,謝謝合作! 聯系信箱:[email protected]

Copyright © 電驢下載基地 All Rights Reserved