base-conversion
How can I convert a number in a string to any base in assembly?
How can I convert a number contained in a string from any base to any other base? Bases can be anything i.e.: 2, 16, 10, 4, 8, 9.[详细]
2022-12-30 17:36 分类:问答PHP - Generate an 8 character hash from an integer
Is there a way to take any number, from say, 1 to 40000 and generate an 8 character hash? I was thinking of using base_convert but couldn\'t figure out a way to force it to b开发者_StackOverflow中文版[详细]
2022-12-25 04:10 分类:问答Getting a hexadecimal number into a program via the command line
I can do this: int main(int argc, char** argv) { unsigned char cTest = 0xff; return 0; } But what\'s the right way to get a hexadecimal number into the program via the command line?[详细]
2022-12-18 06:54 分类:问答Converting a repeating binary number to decimal (express as a series?)
Given a binary number that repeats, for example 0.(0011) or 0.0(101), how would one go about converting it to decimal?[详细]
2022-12-17 03:50 分类:问答converting from base 10 to base 31 (working only with select characters)
I\'d like to convert base 10 numbers to base 31 I would like to use only these characters: 23456789abcdefghjkmnpqrstuvwxyz[详细]
2022-12-08 18:37 分类:问答