|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
OR_ocn505433751 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cn||||||||| |
008 |
100209s2009 caua ob 001 0 eng d |
040 |
|
|
|a GW5XE
|b eng
|e pn
|c GW5XE
|d EBLCP
|d OCLCQ
|d B24X7
|d CUS
|d CEF
|d MNU
|d E7B
|d UMI
|d OSU
|d DEBSZ
|d OCLCO
|d OCLCQ
|d YDXCP
|d OCLCF
|d OCLCQ
|d BEDGE
|d OCLCQ
|d SLY
|d COO
|d IDEBK
|d OCLCQ
|d VT2
|d Z5A
|d LIV
|d OCLCQ
|d UAB
|d MERUC
|d ESU
|d OCLCQ
|d N$T
|d OCLCQ
|d U3W
|d OCLCQ
|d WYU
|d YOU
|d CNTRU
|d UKAHL
|d OCLCQ
|d DCT
|d ERF
|d WURST
|d OCLCQ
|d UKBTH
|d UHL
|d BRF
|d OCLCO
|d OCLCQ
|d OCLCO
|d OCLCQ
|d AUD
|d OCLCO
|
019 |
|
|
|a 468871697
|a 555714711
|a 646875100
|a 670428869
|a 748211445
|a 767193073
|a 816371534
|a 880308538
|a 985045579
|a 1005751366
|a 1044276008
|a 1056386584
|a 1060667685
|a 1060795052
|a 1064743464
|a 1065408421
|a 1070199855
|a 1074338847
|a 1087315761
|a 1110784597
|a 1112603181
|a 1113087950
|a 1113458745
|a 1129377812
|a 1153052638
|a 1192335758
|a 1240515288
|a 1391841144
|
020 |
|
|
|a 9781430223702
|q (electronic bk.)
|
020 |
|
|
|a 1430223707
|q (electronic bk.)
|
020 |
|
|
|z 1282510606
|
020 |
|
|
|z 9781282510609
|
020 |
|
|
|z 9781430223696
|q (pbk.)
|
020 |
|
|
|z 1430223693
|q (pbk.)
|
024 |
7 |
|
|a 10.1007/978-1-4302-2370-2.
|2 doi
|
024 |
8 |
|
|a 9781430223696
|
029 |
1 |
|
|a AU@
|b 000048769903
|
029 |
1 |
|
|a AU@
|b 000067099769
|
029 |
1 |
|
|a DEBSZ
|b 355435217
|
029 |
1 |
|
|a DEBSZ
|b 396356362
|
029 |
1 |
|
|a HEBIS
|b 291506119
|
029 |
1 |
|
|a NZ1
|b 13274862
|
029 |
1 |
|
|a NZ1
|b 13659107
|
035 |
|
|
|a (OCoLC)505433751
|z (OCoLC)468871697
|z (OCoLC)555714711
|z (OCoLC)646875100
|z (OCoLC)670428869
|z (OCoLC)748211445
|z (OCoLC)767193073
|z (OCoLC)816371534
|z (OCoLC)880308538
|z (OCoLC)985045579
|z (OCoLC)1005751366
|z (OCoLC)1044276008
|z (OCoLC)1056386584
|z (OCoLC)1060667685
|z (OCoLC)1060795052
|z (OCoLC)1064743464
|z (OCoLC)1065408421
|z (OCoLC)1070199855
|z (OCoLC)1074338847
|z (OCoLC)1087315761
|z (OCoLC)1110784597
|z (OCoLC)1112603181
|z (OCoLC)1113087950
|z (OCoLC)1113458745
|z (OCoLC)1129377812
|z (OCoLC)1153052638
|z (OCoLC)1192335758
|z (OCoLC)1240515288
|z (OCoLC)1391841144
|
037 |
|
|
|a 978-1-4302-2369-6
|b Springer
|n http://www.springerlink.com
|
050 |
|
4 |
|a QA76.73.C15
|b B798 2009
|
072 |
|
7 |
|a COM
|x 051210
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 051280
|2 bisacsh
|
072 |
|
7 |
|a HPC
|2 bicssc
|
082 |
0 |
4 |
|a 005.13/3
|2 22
|
084 |
|
|
|a TP312
|2 clc
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Bucanek, James.
|
245 |
1 |
0 |
|a Learn Objective-C for Java developers /
|c James Bucanek.
|
260 |
|
|
|a [Berkeley, Calif.] :
|b Apress,
|c ©2009.
|
300 |
|
|
|a 1 online resource (xxv, 493 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|
347 |
|
|
|b PDF
|
504 |
|
|
|a Includes bibliographical references and index.
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Language. Introduction -- Java and C : key differences -- Welcome to Objective-C -- Creating an Xcode project -- Exploring protocols and categories -- Sending messages -- Making friends with nil -- Translating technologies. Strings and primitive values -- Garbage collection -- Introspection -- Files -- Serialization -- Communicating near and far -- Exception handling -- Threads -- Programming patterns. Collection patterns -- Delegation pattern -- Provider/subscriber pattern -- Observer pattern -- Model-view-controller pattern -- Lazy initialization pattern -- Factory pattern -- Singleton pattern -- Advanced Objective-C. Memory management -- Mixing C and Objective-C -- Runtime.
|
520 |
|
|
|a "Learn Objective-C for Java Developers will guide experienced Java developers into the world of Objective-C. It will show them how to take their existing language knowledge and design patterns and transfer that experience to Objective-C and the Cocoa runtime library. This is the express train to productivity for every Java developer who dreamt of developing for Mac OS X or iPhone, but felt that Objective-C was too intimidating"--Resource description page
|
542 |
|
|
|f Copyright © 2009 by James Bucanek
|g 2009
|
506 |
|
|
|a University staff and students only. Requires University Computer Account login off-campus.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Objective-C (Computer program language)
|
650 |
|
0 |
|a Java (Computer program language)
|
650 |
|
0 |
|a Computer software
|x Development.
|
650 |
|
6 |
|a Objective-C (Langage de programmation)
|
650 |
|
6 |
|a Java (Langage de programmation)
|
650 |
|
7 |
|a COMPUTERS
|x Programming
|x Object Oriented.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x Java.
|2 bisacsh
|
650 |
|
7 |
|a Objective-C (Computer program language)
|2 blmlsh
|
650 |
|
7 |
|a Java (Computer program language)
|2 blmlsh
|
650 |
|
7 |
|a Computer software
|x Development.
|2 blmlsh
|
650 |
0 |
7 |
|a Java (Computer program language)
|2 cct
|
650 |
0 |
7 |
|a Computer software
|x Development.
|2 cct
|
650 |
0 |
7 |
|a Objective-C (Computer program language)
|2 cct
|
650 |
|
7 |
|a Informatique.
|2 eclas
|
650 |
|
7 |
|a Computer software
|x Development
|2 fast
|
650 |
|
7 |
|a Java (Computer program language)
|2 fast
|
650 |
|
7 |
|a Objective-C (Computer program language)
|2 fast
|
653 |
0 |
0 |
|a informatietheorie
|
653 |
0 |
0 |
|a information theory
|
653 |
0 |
0 |
|a gegevensstructuren
|
653 |
0 |
0 |
|a data structures
|
653 |
0 |
0 |
|a computerwetenschappen
|
653 |
0 |
0 |
|a computer sciences
|
653 |
1 |
0 |
|a Information and Communication Technology (General)
|
653 |
1 |
0 |
|a Informatie- en communicatietechnologie (algemeen)
|
776 |
0 |
8 |
|i Print version:
|a Bucanek, James.
|t Learn Objective-C for Java developers.
|d [Berkeley, Calif.] : Apress, ©2009
|z 9781430223696
|z 1430223693
|w (OCoLC)318875813
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781430223696/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26832357
|
938 |
|
|
|a Books 24x7
|b B247
|n bks00033279
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL510538
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 305818
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 3136927
|
994 |
|
|
|a 92
|b IZTAP
|