具有 1 位集的位掩码的名称

发布于 2024-09-10 23:39:50 字数 1455 浏览 3 评论 0原文

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

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

发布评论

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

评论(5

债姬 2024-09-17 23:39:50

“旗帜”是公认的术语。 “传递一面旗帜”、“设置这面旗帜”等。

"Flags" is the accepted term. "Pass down a flag", "set this flag", etc.

浪菊怪哟 2024-09-17 23:39:50

“旗帜”一词已经使用了数十年,而且还不错。我的旧 C64 已经有零标志、进位标志等。请参阅此处了解更多信息:

http://en.wikipedia.org/wiki/Flag_(computing%29

http:// /en.wikipedia.org/wiki/Status_register

我不知道这个术语到底是何时以及由谁创造的。

"Flag" is used for these for decades now and is just fine. My old C64 already had a zero flag, carry flag, etc. See here for further info:

http://en.wikipedia.org/wiki/Flag_(computing%29

http://en.wikipedia.org/wiki/Status_register

I don't know exactly when this term was coined and by whom.

云醉月微眠 2024-09-17 23:39:50

.NET 框架有一个 Flags 属性,用于准确指示您所描述的行为。

他们并不只是为他们想要的任何东西编造名字,所以旗帜可能是最容易接受的术语。

The .NET framework has a Flags attribute that is used to indicate exactly the behavior you're describing.

They don't exactly just make up names for whatever they want, so a flag is probably the most acceptable term.

一口甜 2024-09-17 23:39:50

我还看到了“位标志”。

I've also seen "bit flags".

寄离 2024-09-17 23:39:50

在数学中,单例集是仅包含一个元素的集合,因此您可以将它们称为单例位集或单例位掩码,但我在实践中还没有看到这种情况。

In mathematics, a singleton set is a set with exactly one element, so you could conceivably call them a singleton bitset or singleton bitmask, but I haven't seen this in practice.

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