书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 1575 个相关结果.
  • README

    Objective-C-Coding-Guidelines-In-Chinese 来源(书栈小编注) Objective-C-Coding-Guidelines-In-Chinese Objective-C编码规范,内容来自苹果、谷歌的文档翻译,自己的编码经验和对其它资料的总结。 转载请注明出处。 来源(书栈小编注) https://gi...
  • Swift

    Swift / Objective-C Swift / Objective-C Pact for Swift and Objective-C is currently targeting Pact specification v2. Head to the website to get started with Swift and Objec...
  • 命名

    命名 文件名 Objective-C++ 类名 类别名 Objective-C 方法名 变量名 普通变量名 实例变量 常量 命名 对于易维护的代码而言,命名规则非常重要。Objective-C 的方法名往往十分长,但代码块读起来就像散文一样,不需要太多的代码注释。 当编写纯粹的 Objective-C 代码时,我们基本遵守标准的 ...
  • Kotlin/Native 开发 Apple framework——教程

    Kotlin/Native 开发 Apple framework——教程 创建一个 Kotlin 库 生成的 Framework 头文件 Kotlin/Native 运行时声明 Kotlin 数值与 NSNumber Kotlin 中的类与对象 Kotlin 中的全局声明 垃圾回收与引用计数 在 Objective-C 中使用代码 在 Swi...
  • Swift

    Swift / Objective-C Swift / Objective-C Swift和Objective-C 版本的Pact目前处于beta状态,支持Pact1.1的规格。访问网站 开始使用Swift和Objective-C版的Pact。
  • 深度优先搜索

    深度优先搜索 深度优先搜索 use std :: collections :: HashSet ; use std :: collections :: VecDeque ; // Perform a Depth First Search Algorithm to find a element in a graph // // R...
  • Swift

    Swift / Objective-C Swift / Objective-C Swift和Objective-C 版本的Pact目前处于beta状态,支持Pact1.1的规格。访问网站 开始使用Swift和Objective-C版的Pact。
  • ImportObjC pragma

    328 2020-10-18 《Nim v1.4 Manual》
    ImportObjC pragma ImportObjC pragma Similar to the importc pragma for C , the importobjc pragma can be used to import Objective C methods. The generated code then uses the Obj...
  • #import and #include

    #import and #include Tip #import Ojbective-C/Objective-C++ 头文件,#include C/C++ 头文件。 基于你所包括的头文件的编程语言,选择使用 #import 或是 #include : 当包含一个使用 Objective-C、Objective-C++ 的头文件时,使...
  • ImportObjC pragma

    58 2024-07-11 《Nim v2.0 Manual》
    ImportObjC pragma ImportObjC pragma Similar to the importc pragma for C, the importobjc pragma can be used to import Objective C methods. The generated code then uses the Obje...