bit
Inference Engine implementation in java
I am trying to think of an algorithm where I can create number of possible binary combinations for my inference engine implementation[详细]
2023-03-05 18:04 分类:问答Python - Decimal to Hex, Reverse byte order, Hex to Decimal
I\'ve been reading up a lot on stuct.pack and hex and the like. I am trying to convert a decimal to hexidecimal with 2-bytes. Reverse the hex bit order, then convert it back into decimal.[详细]
2023-03-05 13:38 分类:问答How do I best implement a matrix of bits?
I need a matrix that holds only 1 or 0 for each element.What is the least costly way to do this regardin开发者_如何学Pythong memory and processor usage?[详细]
2023-03-05 01:51 分类:问答How to follow C++ bit storage in Java?
if I have in c++: char abc[4]; abc[0] = 0xC0; //11000000 in binary abc[1] = 0x20; //00100000 in binary abc[2] = 0x44; 开发者_如何学Go//01000100 in binary[详细]
2023-03-03 17:57 分类:问答How the bits are stored in C++, How to represent similar functionality in Java
I have in C++: typedef struct _msk { charabc[4]; //some more variables } _msk mr; if (some condition >= 70) {[详细]
2023-03-03 16:41 分类:问答merging hashtables into an array
I want to merge 2 or more hashtables together..It doesn\'t matter what the final form is, as long as I can iterate through it.Here the final form is an array.[详细]
2023-03-03 09:45 分类:问答1 Mbit = ? bytes
I always get confused about this.Is开发者_如何学C there a \"standard\" conversion of Megabits to bytes?[详细]
2023-03-01 15:25 分类:问答simple paging system
I have this question and I am not sure how to solve it: Consider a simple paging system with the following parameters:[详细]
2023-02-27 20:33 分类:问答Can you explain the bits I'm getting from unpack?
I\'m relatively inexperienced with Perl, but my question concerns the unpack function when getting the bits for a numeric value. For example:[详细]
2023-02-27 13:51 分类:问答Reverse Engineering, Left Bit shift by seven
I\'ve been trying to reverse engineer a function of a game but I\'m kinda confused. I\'m pretty new to reverse engineering (I\'m using ollydbg btw) so I don\'t really know about all the tricks and det[详细]
2023-02-27 08:30 分类:问答