diff options
Diffstat (limited to 'help/fr_FR/scilab_fr_FR_help/c_sub.html')
-rw-r--r-- | help/fr_FR/scilab_fr_FR_help/c_sub.html | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/help/fr_FR/scilab_fr_FR_help/c_sub.html b/help/fr_FR/scilab_fr_FR_help/c_sub.html new file mode 100644 index 0000000..c3e31ec --- /dev/null +++ b/help/fr_FR/scilab_fr_FR_help/c_sub.html @@ -0,0 +1,88 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <title>c_sub</title> + <style type="text/css" media="all"> + @import url("scilab_code.css"); + @import url("xml_code.css"); + @import url("c_code.css"); + @import url("style.css"); + </style> + </head> + <body> + <div class="manualnavbar"> + <table width="100%"><tr> + <td width="30%"> + <span class="previous"><a href="c_multiplybypi.html"><< c_multiplybypi</a></span> + + </td> + <td width="40%" class="center"> + <span class="top"><a href="section_6167af851f1275359a6b7e92eff5396f.html">scilab_toolbox</a></span> + + </td> + <td width="30%" class="next"> + <span class="next"><a href="c_sum.html">c_sum >></a></span> + + </td> + </tr></table> + <hr /> + </div> + + + + <span class="path" dir="ltr"><a href="index.html">scilab_toolbox</a> >> <a href="section_6167af851f1275359a6b7e92eff5396f.html">scilab_toolbox</a> > c_sub</span> + + <br /><br /> + <div class="refnamediv"><h1 class="refname">c_sub</h1> + <p class="refpurpose">calcule de la soustraction depuis du code C</p></div> + <div class="refsynopsisdiv"><h3 class="title">Séquence d'appel</h3> + <div class="synopsis"><pre><span class="default">a</span><span class="default"> = </span><span class="functionid">c_sub</span><span class="default">(</span><span class="default">b</span><span class="default">,</span><span class="default">c</span><span class="default">)</span></pre></div></div> + <div class="refsection"><h3 class="title">Arguments</h3> + <dl><dt><span class="term">b</span> + <dd><p class="para">Premier argument d'entrée</p></dd></dt> + <dt><span class="term">c</span> + <dd><p class="para">Second argument d'entrée</p></dd></dt> + <dt><span class="term">a</span> + <dd><p class="para">Argument de sortie</p></dd></dt></dl></div> + <div class="refsection"><h3 class="title">Description</h3> + <p class="para">calcule la soustraction.</p> + <p class="para">Ajoutez ici plus d'informations sur cette fonction</p> + <p class="para">LaTeX peut etre utilisé pour afficher l'équation: Dans ce cas, le rendu pourrait être <span><img src='./_LaTeX_c_sub.xml_1.png' style='position:relative;top:6px;width:41px;height:18px' alt='$x-y$'/></span></p> + <p class="para">Il est possible d'inclure une image en utilisant du code Scilab (il faut déclarer au préalable le namespace xmlns:scilab="http://www.scilab.org"):</p> + <div class="programlisting"><pre class="xmlcode"><span class="xmllowtag"><</span><span class="xmltagname">scilab:image</span><span class="xmlgreattag">></span> +<span class="xmldefault"> plot3d();</span> +<span class="xmllowclose"></</span><span class="xmltagname">scilab:image</span><span class="xmlgreattag">></span></pre></div> + <img src='./c_sub_1.png'/> + <p class="para">Si une image contient une chaîne de caractères localisées, il faut alors ajouter l'attribut scilab:localized="true":</p> + <div class="programlisting"><pre class="xmlcode"><span class="xmllowtag"><</span><span class="xmltagname">scilab:image</span> <span class="xmlattributename">localized</span><span class="xmlequal">=</span><span class="xmlattributevalue">"true"</span><span class="xmlgreattag">></span> +<span class="xmldefault"> plot2d();</span> +<span class="xmldefault"> xtitle("Mes jolis plots 2D");</span> +<span class="xmllowclose"></</span><span class="xmltagname">scilab:image</span><span class="xmlgreattag">></span></pre></div> + <img src='./c_sub_fr_FR_2.png'/></div> + <div class="refsection"><h3 class="title">Exemples</h3> + <div class="programlisting"><table border="0" width="100%"><tr><td width="98%"><pre class="scilabcode"><span class="scilabid">c_sub</span><span class="scilabopenclose">(</span><span class="scilabnumber">3</span><span class="scilabdefault">,</span><span class="scilabnumber">4</span><span class="scilabopenclose">)</span></pre></td><td valign="top"><a href="scilab://scilab.execexample/"><img src="ScilabExecute.png" border="0"/></a></td><td valign="top"><a href="scilab://scilab.editexample/"><img src="ScilabEdit.png" border="0"/></a></td><td></td></tr></table></div></div> + <div class="refsection"><h3 class="title">Voir aussi</h3> + <ul class="itemizedlist"><li class="member"><a href="c_sum.html" class="link">c_sum</a> — calcule de la somme depuis du code C</li> + <li class="member"><a href="scilab://scilab.help/sum" class="link">Lien vers la page d'aide sum de Scilab</a></li></ul></div> + <br /> + + <div class="manualnavbar"> + <table width="100%"> + <tr><td colspan="3" class="next"><a href="http://bugzilla.scilab.org/enter_bug.cgi?product=Scilab%20software&component=Documentation%20pages" class="ulink">Report an issue</a></td></tr> +<tr> + <td width="30%"> + <span class="previous"><a href="c_multiplybypi.html"><< c_multiplybypi</a></span> + + </td> + <td width="40%" class="center"> + <span class="top"><a href="section_6167af851f1275359a6b7e92eff5396f.html">scilab_toolbox</a></span> + + </td> + <td width="30%" class="next"> + <span class="next"><a href="c_sum.html">c_sum >></a></span> + + </td> + </tr></table> + <hr /> + </div> + </body> +</html> |