为什么有些常量带有“k”前缀?在可可框架中?

发布于 2024-09-02 05:31:35 字数 327 浏览 2 评论 0原文

可能的重复:
Apple 的 API 中的“k”前缀表示什么?
Cocoa 中的小写“k”

为什么有些常量在可可框架?

Possible Duplicates:
What does the ‘k’ prefix indicate in Apple’s APIs?
Lower case “k” in Cocoa

Why are some constants prefixed with "k" in the Cocoa framework?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

飘过的浮云 2024-09-09 05:31:35

这一约定可以追溯到 Mac 编程的早期(1984 年,Pascal)。 k 是常量的前缀,您还将看到 g 作为全局变量的前缀。

This convention goes all the way back to the early days of Mac programming (1984, Pascal). k is the prefix for a constant and you will also see g as a prefix for globals.

不羁少年 2024-09-09 05:31:35

在数学和物理学中,常量通常使用字母“k”来表示。这可能就是惯例的由来。

这不是 Apple 支持的官方代码约定。

问题 675816 重复。

In mathematics and physics, constants are often referred to by using the letter 'k'. This is probably where the convention comes from.

This is not an official code convention supported by Apple.

Duplicate of question 675816.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文