It has something to do with cryptography.I think it would be a best method to encode a sensitive message.I know there are a lot of better way to archive it but I particular want to know this algorithm because I wanted to treat it as a learning experience for my future complex development...
It is actually a programming thing but I translated into the Mathematics so I don't know if it ok to post it here goes.I think this thread should be moved to a programming topic section.
string str="5YD6ZNFC"
bool...
I forgot the link but "The C++STL-T&R.pdf" is a great detail ebook about algorithm in C++.It explain about vector,list,deque,map,multimap and many more
unfortunately chiro,I am not familiar of these kind of methods.To be honest,I does not take math major.The exponent (e) is the exponent of 10,2 ? Thank for taking your time answering to this thread.
I was just wondering if it is possible to find b in this equation?
f(x,y)=result.
where y=f(a,b).
so the I guess f(x,f(a,b))=result.
I know the actual value of x,a and result and it is possible to find b in the equation.
I also know the function of f().
Please ask me if this...