photo

Daniel


Woldia University, Ethiopia

Last seen: alrededor de 2 años hace Con actividad desde 2022

Followers: 0   Following: 0

Mensaje

Be Valuable, not Available

Programming Languages:
Python, C++, C, Java, C#, PHP, Javascript, MATLAB, SQL, HTML, CSS, Assembly
Spoken Languages:
English

Estadística

MATLAB Answers

8 Preguntas
0 Respuestas

CLASIFICACIÓN
178.311
of 297.457

REPUTACIÓN
0

CONTRIBUCIONES
8 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
75.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.438

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 158.938

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


is that really necessary to measure and put the weakness of the thesis if it is not scope of the work?
I'm now working on cryptography by using MATLAB and now I am doing the analysis of the work. when I am doing the anaysis the exe...

alrededor de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How can I measure the time it takes to break a cryptographic algorithm by brute force attack?
Now I am developing a modified cryptograpphic algorithm that can enhance the security. Finally when I make analysis I have to me...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How Can I increase the Avalanche effect of a cryptographic algorithm.
Now I am modifying an existing cryptographic algorithm to increase the security. but still the Avalanche effect is same as the o...

alrededor de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How can I make the execution speed consistent while I am testing the speed of the programs?
I am working on cryptography and testing the execution speed. but when i test the execution speed varies with the same input arg...

alrededor de 2 años hace | 3 respuestas | 0

3

respuestas

Pregunta


How can I make a bit-wise XOR operation and get back the string?
Assume: String1 = Dani; String2 = Dagi; binary1 = dec2bin(String1); binary2 = dec2bin(String2); binary1 = reshape(binary1.'...

alrededor de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to change a sequence of strings into a sequence of binary?
str = 'Daniel'; binary = dec2bin(str); binary string = char(bin2dec(binary)); string This code segment diplays the output a...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I put single quotes inside single quotes?
vector = ['a', 'b', 'c','d', '1', '2', '3', '!', '@', ' " ', ''' ]; in the above code segment the vector contain different elem...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I access char elements from the beginning up to some fixed index of the char?
a = char(abdefghijk); I want the output 'abcdefg'

más de 2 años hace | 3 respuestas | 0

3

respuestas