binary tag

14 questions


2 answers
157 views
0
infer the format of the data from the binary

The link below is a binary dump of the communication content of an investment application.What should I do if I want to parse meaningful data (such as the Nikkei average)?This application shows real-t...

2 years ago

2 answers
103 views
0
What is a byte string (binary) in Python?—Differences from other data types

This is a very basic question, but I'm sorry...While reading the following pages, I am no longer sure what binary is (in Python).7.1.structure—Interpret bytes as packed binary dataThe basic questions ...

2 years ago

1 answers
139 views
0
Is there a method to help with the essence conversion in Java?

I want to make a game that helps me understand the essence, but I need to convert it to compare the answers to the questions. I can implement it myself, but if there is a method supported by Java, it ...


1 answers
67 views
0
Built-in method to replace int/long with binary string

I searched for a code that turns int/long into a binary string and found that only people defined it themselves, is there a method provided by Python itself?I think this method will be supported direc...

2 years ago

1 answers
117 views
0
How do you know if a binary tree is in balance?

I am reviewing the class I took at school during the winter vacation. I have a question while studying this tree. I wonder what the best way to find out if the height of the tree is balanced. I think ...


1 answers
80 views
0
Please tell me the principle

It's a code that changes decimal to binary, so please tell me how it changes in detail

2 years ago

1 answers
106 views
0
Problem when sending images from Raspberry Pi to the web

Hello, everyone I am currently working on a project in the form of posting photos taken with Raspberry Pie on the website. I'm transferring an image from the pie to the web, but I can't see the image....


1 answers
64 views
0
b

b

2 years ago

1 answers
71 views
0

1 answers
133 views
0
Why do you put "b" in front of the string?

my_string = b'The string'They put b in front of the string like this, and I wonder what it means, what influence it has, and when it is used.

2 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.