Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged binary

0 votes
251 views
1 answer
    What does executable actually contain ? .. Does it contain instructions to processor in the form of Opcode ... different operating systems ? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
573 views
1 answer
    -1 can be represented in 4 bit binary as (2's complement) 1111 15 is also represented as 1111. So, how ... 1 when it gets values from memory? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
310 views
1 answer
    String[] sortedArray = new String[]{"Quality", "Name", "Testing", "Package"}; // Search for the word "cat" int ... "Name" in my array? Any idea? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
468 views
1 answer
    I have a file written using JAVA program which has an array of integers written as binary I made an for loop over ... to read this file in PHP. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
569 views
1 answer
    I have a byte array with a ~known binary sequence in it. I need to confirm that the binary sequence is what it ... .out.println("different'"); } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
423 views
1 answer
    How would I go about manually changing a decimal (base 10) number into IEEE 754 single-precision floating- ... two parts actually represent. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
479 views
1 answer
    In regards to IEEE-754 single precision floating point, how do you perform round to nearest, where ties round ... help is greatly appreciated. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
722 views
1 answer
    How are negative number represented in 32-bit signed integer? Is it two's or one's complement? or the last bit on ... a flag? For example: (-10) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
825 views
1 answer
    I have string variable: var str = "239A23F" How do I convert this string to a binary number? str.toInt() does not work. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
545 views
1 answer
    I need a script/tool which reads a binary file and outputs a C/C++ source code array (which represents ... someone else searching for this.) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
490 views
1 answer
    How can one detect the type of compression used on the file? (assuming that .zip, .gz, .xz or any other ... in the header of that file? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
671 views
1 answer
    I am trying to get a grip around the packing and unpacking of binary data in Python 3. Its actually not ... and lots of unnecessary zeroes? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...