m
Line 23: Line 23:
  
 
----
 
----
[https://kiwi.ecn.purdue.edu/rhea/index.php/2009_Fall_ECE_462_Lu Back to ECE 462]
+
[https://kiwi.ecn.purdue.edu/rhea/index.php/2009_Fall_ECE_462_Lu Back to ECE462]

Revision as of 05:05, 28 August 2009

Summing Numbers

Some text will go here.

here is a link to wikipedia

class foo {
 
};
 
int main() {
 for(int i = 0; i < 100; ++i) {
   prinf("%d", i);
}
}

$ \sum_{i=1}^{N}{i} = \frac{i(i+1)}{2} $ Example.jpg


Back to ECE462

Alumni Liaison

Ph.D. 2007, working on developing cool imaging technologies for digital cameras, camera phones, and video surveillance cameras.

Buyue Zhang