objective-c

美 [əbˈdʒektɪv siː]英 [əbˈdʒektɪv siː]
  • 网络语言;基础;程序开发
objective-cobjective-c
  1. A Data Type model for Objective-C data types

    为Objective-C数据类型提供一个DataType模型

  2. Once the workbench is running you need an Objective-C model .

    一旦工作台运行起来,您就需要一个Objective-C模型。

  3. If you 've ever done any Objective-C development , this technique should look familiar .

    如果曾经从事过Objective-C开发,那么应当对这个技巧感到熟悉。

  4. In Objective-C , each class has two files .

    在Objective-C中,每个类都有两个文件。

  5. InfoQ : On the Ruby objects , are the Objective-C methods visible ?

    在Ruby对象中,Objective-C方法是可见的吗?

  6. For many developers , learning Objective-C was seen as a huge barrier-to-entry .

    对于很多开发人员,学习Objective-C被看作是一个巨大的障碍。

  7. Objective-C only supports single inheritance between classes , while UML supports multiple inheritances .

    Objective-C只支持类之间的单一继承,而UML支持多重继承。

  8. With the iPhone , Objective-C becomes front and center to a whole new generation of mobile app developers .

    借助iPhone,Objective-C更是成为了全部新一代移动应用程序开发人员的前沿和中心。

  9. This means being willing to write Objective-C code in the XCode IDE .

    这意味着,你必须“愿意”在XCodeIDE中编写Objective-C代码。

  10. Finally , the traditional Ruby garbage collector was removed and instead we use the Objective-C garbage collector .

    最后,传统的Ruby垃圾回收器被移除,我们使用了Objective-C垃圾回收器来代替。

  11. The image requires some updates to bring in the multi-touch logic , and the Objective-C bridge .

    更新一下映像,就可以引入multi-touch逻辑以及Objectiv-C的接口。

  12. Just like with Objective-C , you must declare your dependencies for your application to work in Objective-J.

    与Objective-C一样,要在Objective-J中工作,必须声明您的应用程序的依赖项。

  13. It brings much of the syntax that Objective-C adds on top of C , but instead to JavaScript .

    它将Objective-C在C上添加的大部分语法添加到JavaScript。

  14. One simple way to convert this data is to create general parser code that converts JSON data into an Objective-C application data object .

    转换这类数据的一个简单方法是创建一个通用解析器代码,该代码可以将JSON数据转换成一个Objective-C应用程序数据对象。

  15. Although this article does not provide a deep dive into the programming language , some Objective-C fundamentals are provided below .

    尽管本文不深入挖掘编程语言,但是下面提供一些Objective-C基础知识。

  16. Matt 's examples also show an easy to way use snippets of Ruby code as callbacks for the Objective-C application .

    Matt的示例也展示了一种简便的方法,在Objective-C应用中使用一小段Ruby代码来作为回调。

  17. C + + and OBjective-C ( early 1980s ) are object-oriented versions of C that have gained much popularity .

    C++与OBjective-C语言(80年代早期)是C语言的对象导向版本,最多人采用。

  18. Objective-C being C-based uses pointer types , which are not easily modeled in UML .

    基于C的Objective-C使用指针类型,UML中则没有。

  19. In part three , I surveyed the landscape for languages and APIs that could supersede Objective-C and Cocoa .

    在第三部分,我评述了那些有可能超越Objective-C和Cocoa的语言及API。

  20. InfoQ : How does the creation of the Objective-C classes , that represent Ruby classes , happen ?

    在创建表示Ruby类的Objective-C类时发生了什么?

  21. LLVM is actually a collection of projects which together form a means to do C , Objective-C and C + + compilation .

    LLVM实际上是一群项目的集合,能够支持C、Objective-C和C++的编译。

  22. There you should see the Objective-C sample and , after reading the associated overview text , you can click on the install link .

    这时您应该看到Objective-C样例,在阅读完相关的文本后,您可以点击安装的链接。

  23. Objective-C programmers sometimes have to drop down into C , but usually only to do low-level tasks or to use a C library .

    Objective-C程序员有时不得不使用C,但通常只是为了执行低级任务或使用一个C库。

  24. Which of these scenarios reminds you most of what you know of Apple 's attitude towards Objective-C and Cocoa ?

    你有多了解苹果对Objective-C和Cocoa的态度?以上这些情景会让你想起什么吗?

  25. ScriptingBridge will dynamically generate an Objective-C interface that corresponds to the scriptable dictionary of a given application .

    ScriptingBridge将会动态生成一个Objective-C语言接口,与指定程序的脚本化字典相对应。

  26. As the comment suggests , this method is called by the Objective-C runtime after the Application is instantiated , and is ready to run .

    正如注释所建议的,这个方法在Application实例化后且已经准备好运行之时,由Objective-C运行时来调用。

  27. The main works of this thesis are as following : 1 . Introduce various of technology , such as Objective-C , iOS user interface design , etc.2 .

    论文主要工作包括:1.介绍了本应用的各种技术,比如Objective-C语言,iOS界面设计等。

  28. The Objective-C runtime will then try to load that window when your application runs , and will find your application delegate from the setting in that file .

    在应用程序启动的时候,Objective-C运行时将会尝试去加载那个文件,并根据这个文件内的设置来查找应用程序委托类。

  29. The first plug-in packages two assets the profile introduced in the previous section and a data type library and is a model of core types commonly used in Objective-C programming .

    第一个插件打包了两个资产前面章节中提到的概要文件和一个数据类型库它是一个核心类型的模型,经常在Objective-C编程中被用到。

  30. Most of Apple 's present-day Cocoa API is based on OpenStep interface objects , and is the most significant Objective-C environment being used for active development .

    即便是CocoaAPI这个当前最重要、开发最活跃的Objective-C环境,仍然大部分建基于OpenStep的界面对象。