We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab43ed2 commit 0aad1b7Copy full SHA for 0aad1b7
.gitignore
@@ -1,2 +0,0 @@
1
-encryption
2
-decryption
decryption.cpp
@@ -9,6 +9,7 @@ const int MAX=1e4+79;
9
/**
10
u is the control parameter for logistic chaotic map,also known as population rate
11
Here u is taken 3.94
12
+
13
x is the vector that contain the value generated by chaotic map
14
The initial value of the logistic chaotic map is 0.4
15
*/
0 commit comments