Difference between revisions of "Main Page"
From wiki.doumith.net
| (One intermediate revision by the same user not shown) | |||
| Line 42: | Line 42: | ||
}</latex> | }</latex> | ||
| − | <latex>\ | + | <latex>\language{cmdOutput} |
| + | Task List OK !! | ||
| + | Starting Simulation | ||
| + | </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 71: | ||
</latex> | </latex> | ||
| − | |||
| − | |||
| − | |||
Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software. | Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software. | ||
Latest revision as of 23:20, 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)

