搜索资源列表
Pointer_2demension_array-
- 在C++中,三位数组和二维数组不能够动态生成,但是可以使用指针来动态生成数组空间-In programming language C++, the 3 dimension array and 2 dimension array cannot be generated dynamically, however we can use pointer to generate the array
ProgrammingInObjective-C
- 在Objective-C编程是一个简洁的,浓墨重彩的Objective-C和面向对象编程的基本知识教程。这本书没有以往的经验与面向对象编程语言或C语言(基于Objective-C的)假设。也正因为如此,无论是新手和有经验的程序员都可以使用这本书迅速和有效地学习Objective-C的基础。读者还可以了解面向对象编程的概念,而无需先了解所有错综复杂的基本程序语言(C)。这种方法,有许多小程序的例子,在每章末尾的练习相结合,使得它非常适合无论是课堂上使用或自学。增长,预计在这门语言。在2003年1月
HIFramework
- 这是MACOS上使用C++语言编程的一个基本框架 对使用CARBON API编写C++很有帮助-This is a basic framework for C++ programming language on the MACOS
TheObjective-C_2.0_Programming
- The Objective-C 2.0 Programming for Apple Mac OS.
yuan
- iOS 4 编程 (涵盖iOS 4.3 and Xcode 4) (含源代码)-Get a solid grounding in all the fundamentals of Cocoa Touch, and avoid problems during iPhone and iPad app development. With Programming iOS 4, you ll dig into Cocoa and learn how to work effectively with Ob
CocoaCodeConvention
- Objective-C的技术规范,以及编程的定义code代码规范等-Objective-C technical specifications and programming standards such as the definition of Code code
cube_form_sample
- 一个3D模型的例子,给初学iphone/ipad编程的人员一个类似“hello word”的3D动画Demo,主要用到的是object-c和OpenGL。-Example of a 3D model, to the beginner iphone/ipad programming staff of a similar " hello word" 3D animation Demo, mainly used in the object-c and OpenGL.
BeginningiPhoneDev.121808
- 很全套的object-c,iphone,mac编程的事例,从object-c基础,到精通,再转向iphone平台的xcode编程,给出了一路引导深入的Demo。源程序需要改一下iphone程序员的identity标示,这个你懂得。-It is full of object-c, iphone, mac programming examples, from the object-c basis, to the master, and then turned to the xcode iphone
Objective-C-basic-tutorial
- Objective-C 是创建 Mac OS X 应用和 iPhone 应用的主要语言,优雅的面向对象编程环境与快速而普及的 C 语言珠联璧合,造就了它的不俗表现。翻开本书你就能感到它的魅力扑面而来。 本书全面而系统地讲述 Objective-C 语言的基础知识和面向对象编程的重要概念,结合实例介绍了 Cocoa 工具包的优秀特性和其中的框架,以及继承、复合、源文件组织、内存管理、对象初始化和类别创建等众多重要的面向对象编程技术。书中还阐述了如何利用 Cocoa 进行数据的保存、检索和操
www
- c语言的一个小编程。只是一个很少的而已啦,不要起晚了 -a small c language programming. Just a few just friends, not from the late
oc
- Objective-C是一种通用、高级、面向对象的编程语言。它扩展了标准的ANSI C编程语言,将Smalltalk式的消息传递机制加入到ANSI C中。使用IOS为框架实践基本的四则运算。-Objective-C is a general-purpose, high-level, object-oriented programming language. It extends the standard ANSI programming language C, the Smalltalk typ
OC-Calculator
- OC写的一个关于三角函数的计算器功能 关于分类以及协议, Programming in OC书上的 chapter11中的第四题-The functions sin(), cos(), and tan() are part of the C Standard Library (as scanf () is). These functions are declared in the system header file math.h, which is automatically impo