Definitions by jpe
NetPRL
Network Performance Research Lab. Located at Cal Poly State University dedicated to further research in computer network performance. NetPRL is a joint lab between the Computer Science, Computer Enginnering and Electrical Engineering programs. The lab is currently used by eleven graduate and undergraduate students working on their masters thesis or senior project.
while loop
A loop used in programming languages. The statement is executed until the expression is zero.
while(expression)
statement
while(expression)
statement
while loop by JPE May 12, 2004