易记的 32 位值作为常量
我正在寻找一个令人难忘的 32 位值用作常量。如果可以的话,也应该有点搞笑。
到目前为止,我已经想出了这两个:
0xcafebabe
0xdeaddad
你能推荐其他的吗?
谢谢。
I am looking for a memorable 32-bit value to be used as a constant. If possible, it should be somewhat funny too.
So far, I have come up with these two:
0xcafebabe
0xdeaddad
Can you please suggest some other too?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(12)
魔法常量的完整列表在这里:
Hexspeak
Magic Number
并查看其中的链接。
A comprehensive list of magic constants is here:
Hexspeak
Magic Number
And see the links therein.
我想知道,作为一名程序员,你需要问这个问题。毕竟需要一个 word-list 和一行 C++ 才能找到合适的字。
I wonder, that as a programmer you need to ask. After all it takes a word-list and a one-liner of C++ to find suitable words.
您可以自己轻松找到它们。
You can find them yourself easily enough.
这里有一堆十六进制词,您可以使用它们来创建常量。
摘录一些话:
Here are a bunch of hex words that you can use to make a constant.
A snippet of some of the words:
经典的是0xdeadbeef。
The classic is 0xdeadbeef.
0x死牛肉
0xDEADBABE
...
Hexspeak
0xDEADBEEF
0xDEADBABE
...
Hexspeak
这是另一个:0xDEADCAFE :)
Here's another: 0xDEADCAFE :)
0xBADDD00D
、0xBADDFACE
、0xCAFEF00D
、0xBAADCAAB
、0xBADCAB1E
等0xBADDD00D
,0xBADDFACE
,0xCAFEF00D
,0xBAADCAAB
,0xBADCAB1E
etc etc0x00abacab
(这发生在彼得·加布里埃尔离开之后。)
0x00abacab
(Which happened WAY after Peter Gabriel left.)
我喜欢600df00d
I like 600df00d
0x0BE5EBEE 0xADEAD60D
0x0BE5EBEE 0xADEAD60D
我是 0xBAADF00D 的粉丝。
I'm a fan of 0xBAADF00D.