Search Results

Search: Posts Made By: SerJel
8,048
Posted By SerJel
The letters which have the most bigger frequency...
The letters which have the most bigger frequency must be replace by "e" and so.
8,048
Posted By SerJel
My code: #!/usr/bin/awk -f function...
My code:
#!/usr/bin/awk -f

function swapa(arr,i,j, tmp) {
tmp=arr[i];
arr[i]=arr[j];
arr[j]=tmp;
}
function _qsort(arr,keys,i,j, k,i2,j2) {
if(j-i<1)
return

i2=i;...
8,048
Posted By SerJel
how i understand i need to sort the...
how i understand i need to sort the letter[ind[i]] and then the most bigger will be "e". But how to do that?
8,048
Posted By SerJel
AWK script: decrypt text uses frequency analysis
Ez all!
I have a question how to decrypt text uses letter frequency analysis. I have code which count the letters, but what i need to do after that. Can anybody help me to write a code. VERY NEEDED!...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 10:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy