如何从数字本身生成数字的位掩码?
有什么方法可以在不更改数字本身的情况下生成数字的位掩码?
我是编程新手,我只见过硬编码的位掩码。
我们可以对数字进行任何操作来从数字本身生成位掩码(即:动态生成的掩码,取决于数字的值)
谢谢。
Is there any way with which I can generate bit mask of a number without changing the number itself?
I am new to programming and I have seen hard-coded bit-masks only.
Can we do any operations on the number to generate the bitmask, from the number itself (i.e.: a dynamically generated mask, depending the value of the number)
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不呢?使用数字本身作为掩码:
Why not? Use the number itself as a mask: