Difference between revisions of "User:Dominator"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
int main (int argc, char **argv) { | int main (int argc, char **argv) { | ||
cout << "Hello World!" << endl; | cout << "Hello World!" << endl; | ||
− | cout << "My name is Michael Zhou && I | + | cout << "My name is Michael Zhou && I am a student in EGR53." << endl; |
cout << "Nice meeting you guys." << endl; | cout << "Nice meeting you guys." << endl; | ||
return 0; | return 0; | ||
} | } | ||
+ | |||
== Grand Challenge == | == Grand Challenge == | ||
[http://www.nap.edu/catalog.php?record_id=10274 Cybersecurity Today and Tomorrow: Pay Now or Pay Later], National Research Council, | [http://www.nap.edu/catalog.php?record_id=10274 Cybersecurity Today and Tomorrow: Pay Now or Pay Later], National Research Council, | ||
created 2002 , accessed 20 September 2011 (Grand Challenge) | created 2002 , accessed 20 September 2011 (Grand Challenge) | ||
== My Name == | == My Name == | ||
− | My Chinese name is Mo Zhou (周末 for those of you who | + | My Chinese name is Mo Zhou (周末 for those of you who read Chinese). It means "weekend" in Chinese and is pronounced like 'Mo 'Joe. I usually go by my English name, Michael. |
+ | |||
== Favorite MATLAB Demonstration == | == Favorite MATLAB Demonstration == | ||
My favorite demo is "Game of Life". It's a famous game in computer science, and here it shows the brilliance of MATLAB in matrix computation. | My favorite demo is "Game of Life". It's a famous game in computer science, and here it shows the brilliance of MATLAB in matrix computation. |
Latest revision as of 03:01, 30 September 2011
Hello World!
#include <iostream>
using namespace std;
int main (int argc, char **argv) {
cout << "Hello World!" << endl; cout << "My name is Michael Zhou && I am a student in EGR53." << endl; cout << "Nice meeting you guys." << endl; return 0;
}
Grand Challenge
Cybersecurity Today and Tomorrow: Pay Now or Pay Later, National Research Council, created 2002 , accessed 20 September 2011 (Grand Challenge)
My Name
My Chinese name is Mo Zhou (周末 for those of you who read Chinese). It means "weekend" in Chinese and is pronounced like 'Mo 'Joe. I usually go by my English name, Michael.
Favorite MATLAB Demonstration
My favorite demo is "Game of Life". It's a famous game in computer science, and here it shows the brilliance of MATLAB in matrix computation.