Posts by Rita Alamino • 23 points
2 posts
-
-1
votes1
answer124
viewsQ: Random Boolean Matrix in C++
good afternoon. I need to develop a Boolean matrix (almost a graph) random in C++, but I confess I used a lot of python, so I’m having a hard time getting started. But the focus of the question is,…
-
2
votes1
answer1132
viewsQ: Convert Float to Python Binary
I’m studying the IEEE 754 standard, and I should create a new 16-bit method. This function is to convert the mantissa that is already in format 1,xxx*2 yyy What may have gone wrong in this code,…