Statistica
10 Domande
0 Risposte
RANK
193.792
of 295.467
REPUTAZIONE
0
CONTRIBUTI
10 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
30.0%
VOTI RICEVUTI
0
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
can someone help me in coding hash 512 algorithm?
hello i need a hash value that provide me as decimal value from 512 bits binary value. can someone please correct my code and ...
circa 10 anni fa | 0 risposte | 0
0
risposteDomanda
how to perform logical operation between 2 vectors of different length??
here i my m = [1 1 1 1 0 0 0 ] x = [1 0 1 1 1 1 1 0 0 0 1 1 0 0 0] then how can i perform logical operations on them
circa 10 anni fa | 1 risposta | 0
1
rispostaDomanda
how to xor in the following program?
x5 = '510E527FADE682D1'; bx5 = base2dec(x5,16); e = dec2bin(bx5,64); r1 = circshift(e,[0 +14]); disp(r1); r2 =...
circa 10 anni fa | 0 risposte | 0
0
risposteDomanda
how to rotate right ?
If my binary data is 1001011011110100 then how can i rotate right the stream by 4 bits with out converting it from binary to a...
circa 10 anni fa | 1 risposta | 0
1
rispostaDomanda
how can i resolve this error???
if my e value is e = 0101000100001110010100100111111110101101111001101000010000000000 and if i m going to rotate it rig...
circa 10 anni fa | 1 risposta | 0
1
rispostaDomanda
how can i convert array of bits into single bit stream?
if following is the array maj = Columns 1 through 16 0 0 1 1 1 0 1 0 0 1 ...
circa 10 anni fa | 1 risposta | 0
1
rispostaDomanda
How to convert the following hexa decimal to binary array ?
a = base2dec(6A09E667F3BCC908,16);
circa 10 anni fa | 1 risposta | 0
1
rispostaDomanda
how to connect tcp/ip connection in matlab ?
in developing firewall i need to us tcp/ip connection in matlab can some one help me reagarding this...
circa 10 anni fa | 0 risposte | 0
0
risposteDomanda
what is meant by the following error and how correct it?
??? Index exceeds matrix dimensions. Error in ==> prog at 8 len_k = length(k); // this is the command given
circa 10 anni fa | 1 risposta | 0
1
rispostaDomanda
how can i pad 1024 bits of 1 followed by zeros for already existing binary data(k) if my code is?
* data = input('enter the data:','s'); bin = double(data); display(bin); n=dec2base(bin,16); display(n); k = [dec2bin(bin,...
circa 10 anni fa | 1 risposta | 0