解码两个数字之间的关系?

发布于 2024-09-02 05:47:28 字数 32 浏览 4 评论 0原文

有什么方法(或计算器)可以确定两个数字之间的关系。

Is there any way (or calculator) to determine the relationship between two numbers.

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

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

发布评论

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

评论(3

最初的梦 2024-09-09 05:47:28
  1. 从 UID 中取出前 2 位数字 (80) 并乘以 4,然后加上第 3 位数字 (3)。
  2. 将数字 3 和 4 (30) 加 6。
  3. 将数字 5 和 6 (98) 减 8。
  4. 将最后 2 位数字 (25) 减 5,然后翻转数字并追加所有数字。

这可能是解码算法,99.9999%,不是,你永远不会。

不管怎样,我只是表明解码可以是任何东西。 发挥你的想象力。

  1. From the UID, take the first 2 digits (80) and multiply by 4, then add the 3rd digit (3).
  2. Take digits 3 and 4 (30) and add 6.
  3. Take digits 5 and 6 (98) and subtract 8.
  4. Take last 2 digits (25) subtract 5, then flip the digits and append all numbers.

This could be the decode algorithm, and 99.9999%, It's not, you will never no.

Anyway, I was just showing that the decoding could be anything. Use your imagination.

烦人精 2024-09-09 05:47:28

两者之间不一定有任何关系。一个可能是序列 (1, 2, 3, 4),另一个可能是随机的。

您是否有任何其他信息可以分享,表明两者之间一定存在关系?

There may not necessarily be any relationship between the two. One might be a sequence (1, 2, 3, 4) and the other might be random.

Do you have any other information you can share that would indicate there must be a relationship between the two?

も星光 2024-09-09 05:47:28

与数字的关系可以是从汉明距离到自定义哈希结果的任何关系。很难完美地找出来,你必须找到更多的数字。

Relations to numbers can be anything from hamming distances to custom hash results. Very hard to find out perfectly, you would have to find more numbers.

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