Difference between revisions of "Main Page"
From wiki.doumith.net
| Line 42: | Line 42: | ||
}</latex> | }</latex> | ||
| − | <latex> | + | <latex>\language{PseudoCode} |
\INPUT{$\mathcal{D}$ \COMMENT{set of requests},\\ | \INPUT{$\mathcal{D}$ \COMMENT{set of requests},\\ | ||
$\beth_{max}$ \COMMENT{maximim allowable congestion},\\ | $\beth_{max}$ \COMMENT{maximim allowable congestion},\\ | ||
| Line 66: | Line 66: | ||
</latex> | </latex> | ||
| − | <latex> | + | <latex>\language{cmdOutput} |
| + | Task List OK !! | ||
Starting Simulation | Starting Simulation | ||
</latex> | </latex> | ||
Revision as of 23:07, 4 April 2016
MediaWiki has been successfully installed.
// SyntaxHighlighter makes your code snippets beautiful without tiring your servers.
var setArray = function(elems) {
this.length = 0;
push.apply(this, elems);
return this;
}
Consult the User's Guide for information on using the wiki software.


![public class Hello
{
</p>
<pre> public static void main(String[] args)
{
// print hello to the console
System.out.println("Hello, world!");
}
</pre>
}](Latex/img/ac678164b6ea8e49cd7afdd92eab88d1.png)

