In communications and information processing, code is a system of rules to convert information—such as a letter, word, sound, image, or gesture—into another form, sometimes shortened or secret, for communication through a communication channel or storage in a storage medium. An early example is an invention of language, which enabled a person, through speech, to communicate what they thought, saw, heard, or felt to others. But speech limits the range of communication to the distance a voice can carry and limits the audience to those present when the speech is uttered. The invention of writing, which converted spoken language into visual symbols, extended the range of communication across space and time.
The process of encoding converts information from a source into symbols for communication or storage. Decoding is the reverse process, converting code symbols back into a form that the recipient understands, such as English or/and Spanish.
One reason for coding is to enable communication in places where ordinary plain language, spoken or written, is difficult or impossible. For example, semaphore, where the configuration of flags held by a signaler or the arms of a semaphore tower encodes parts of the message, typically individual letters, and numbers. Another person standing a great distance away can interpret the flags and reproduce the words sent.
my friend put up a code on his away message and it was easy to figure out just guessing what it would be. then i put one up and i gave every letter in the alphabet a number... a=1, b=2, etc and then used 4x^2 + 2x + 7 to make them into different larger numbers. one of my smarter friends...
Optimization: I am going insane here
:cry: :cry: I've really run out of ideas... please help me.!
%golden.m
function [f,a]=golden(func,p,tol)
func='dfunc';
p=[0 1]
g=0.38;
a=p(1);
b=p(2);
r=b-a
tol=0.01;
iter=0
while r>tol
x=[a+g*r b-g*r]
y=feval(func,x)
if...
Here are some screenshots of my post as viewed by IE6 on Windows XP.
My https://www.physicsforums.com/showthread.php?s=&postid=156404#post156404 seems to have neither a large gap nor multiple large gaps. Could you give directions to where in the post you specifically see a gap, and/or post...
Hello,
I have been given a question which consists of a riddle in a mono-alphabetic code - it is a question that is part of our crytography section. Now I have decoded the riddle. But I am not sure if I have solved the riddle.
Here is the riddle I decoded:
Now I didn't have to try...
So, I'm writing assembly language code to drive a fan by varying the pulsewidth.
Halfway through (6 hours or so ago) I try to compile it.
The compiler software is a piece of crap (code uses a structured assembly language, so it doesn't recognise anything), and I need to bring everything...
Sars gene code confirmed and will be published soon in Science
http://news.bbc.co.uk/1/hi/health/2992693.stm
Here is the un-reviewed sequence of the SARS genome (27,000 base pairs)
http://www.rense.com/general37/blasst.htm