Questions tagged [addressing]

153 questions
-2
votes
1 answer

open addressing hash table with no collision

I'm trying to find an efficient C++ implementation of an hash table using open addressing. I've tried using https://github.com/sparsehash/sparsehash with no success. In addition it would be a plus if : - the container would know that my hash method…
Victor Drouin
  • 597
  • 2
  • 15
-2
votes
1 answer

Is this x86 assembly addressing method valid?

Is mov al,31[di] a valid instruction? If it is, what does it do? I'm having a debate and I can't access a computer right now (my android phone is not a computer). As you can see I'm pretty new at assembly and on Stack Overflow so sorry for any rule…
Gigel
  • 11
  • 1
-3
votes
1 answer

Which is unusable IP address 127.0.0.1 or 0.0.0.0?

I'm having trouble differentiating the two on which is the unusable address. I've found that IP 127.0.0.0 is reserved for loopback, and 0.0.0.0 is valid but have not found a clear answer. Thanks in advance
Caiz
  • 49
  • 1
  • 2
  • 7
1 2 3
10
11