Difference between revisions of "Main Page"
From wiki.doumith.net
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<strong>MediaWiki has been successfully installed.</strong> | <strong>MediaWiki has been successfully installed.</strong> | ||
| − | testing math | + | testing <math>\vspace{-2px}x_1</math> math |
| − | <math>c=\sqrt{x_1^2 + x_2^2}</math> | + | <math>\vspace{-9px}c=\sqrt{x_1^2 + x_2^2}</math> |
| + | |||
| + | <math>\vspace*{+5px}\LARGE x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}</math> | ||
| + | |||
| + | <source lang="javascript" line="2" highlight="4,6" title="title"> | ||
| + | // SyntaxHighlighter makes your code snippets beautiful without tiring your servers. | ||
| + | var setArray = function(elems) { | ||
| + | this.length = 0; | ||
| + | push.apply(this, elems); | ||
| + | return this; | ||
| + | } | ||
| + | </source> | ||
| + | |||
| + | <latex>\language{Euphemia}% Select Java version | ||
| + | SET JAVA VERSION 7_55 | ||
| + | % Execute Euphemia on all the selected sessions | ||
| + | EXEC EUPHEMIA @{\textcolor{mymauve}{SESSIONS}}@ | ||
| + | % Execute the Cross-Check Module for all the selected sessions | ||
| + | EXEC CROSS_CHECK "%~d0\DIR1\DIR2\CroosCheck_package" | ||
| + | % Execute the PCR Key Indicators for the selected user | ||
| + | EXEC KEY_INDICATORS "%~d0\DIR1\DIR2\KeyIndicators_package" | ||
| + | </latex> | ||
| + | |||
| + | <latex>\language{C++}#include <iostream> | ||
| + | int main() | ||
| + | { | ||
| + | // print hello to the console | ||
| + | std::cout << "Hello, world!" << std::endl; | ||
| + | return 0; | ||
| + | }</latex> | ||
| + | |||
| + | <latex>\language{Java}public class Hello | ||
| + | { | ||
| + | public static void main(String[] args) | ||
| + | { | ||
| + | // print hello to the console | ||
| + | System.out.println("Hello, world!"); | ||
| + | } | ||
| + | }</latex> | ||
| + | |||
| + | <latex>\language{cmdOutput} | ||
| + | Task List OK !! | ||
| + | Starting Simulation | ||
| + | </latex> | ||
| + | |||
| + | <latex>\language{PseudoCode} | ||
| + | \INPUT{$\mathcal{D}$ \COMMENT{set of requests},\\ | ||
| + | $\beth_{max}$ \COMMENT{maximim allowable congestion},\\ | ||
| + | $T_0$ and $Cnt_{max}$ \COMMENT{parameters of the algorithm}} | ||
| + | \OUTPUT{The path assigned to each request and the number of electrical ports and optical ports to be installed at each node} | ||
| + | \BEGIN | ||
| + | \STEPNUM{Initializing} | ||
| + | \STEP{Initial Solution $\Pi_0$ constructed by assigning the shortest path to each request. $\zeta_0$ is its cost and $\beth_0$ is its congestion.} | ||
| + | \STEP{Current Solution $\Pi_c$ := Initial Solution $\Pi_0$} | ||
| + | \STEP{$Cnt:=0$} | ||
| + | |||
| + | \STEPNUM{Congestion Control} | ||
| + | \STEP{\WHILE{($\beth_c > \beth_{max}$)}} | ||
| + | \subSTEP{\IF{$Cnt>Cnt_{max}$}} | ||
| + | \subsubSTEP{\RETURN{Unable to satisfy the congestion constraint.}} | ||
| + | \ELSE | ||
| + | \subsubSTEP{Apply perturbation. New Solution: $\Pi_n(\zeta_n,\beth_n)$} | ||
| + | \subsubSTEP{$Cnt:=Cnt+1$} | ||
| + | \subsubSTEP{\CASE{$(\beth_n-\beth_c)$}} | ||
| + | \VALUE{\textbf{<0}} | ||
| + | \subsubsubSTEP{$Cnt:=0$} | ||
| + | \subsubsubSTEP{Accept new solution $\Pi_c$:=$\Pi_n$} | ||
| + | </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)

