~ubuntu-branches/ubuntu/raring/scilab/raring-proposed

« back to all changes in this revision

Viewing changes to modules/functions/help/pt_BR/genlib.xml

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-30 14:42:38 UTC
  • mfrom: (1.4.7)
  • Revision ID: package-import@ubuntu.com-20120830144238-c1y2og7dbm7m9nig
Tags: 5.4.0-beta-3-1~exp1
* New upstream release
* Update the scirenderer dep
* Get ride of libjhdf5-java dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="ISO-8859-1"?>
2
 
<!--
3
 
 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4
 
 * Copyright (C) ????-2008 - INRIA
5
 
 *
6
 
 * This file must be used under the terms of the CeCILL.
7
 
 * This source file is licensed as described in the file COPYING, which
8
 
 * you should have received as part of this distribution.  The terms
9
 
 * are also available at
10
 
 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
11
 
 *
12
 
 -->
13
 
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:ns4="http://www.w3.org/1999/xhtml" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:id="genlib" xml:lang="en">
14
 
  <refnamediv>
15
 
    <refname>genlib</refname>
16
 
    <refpurpose>constr�i biblioteca a partir de fun��es em um
17
 
      diret�rio
18
 
    </refpurpose>
19
 
  </refnamediv>
20
 
  <refsynopsisdiv>
21
 
    <title>Seq��ncia de Chamamento</title>
22
 
    <synopsis>genlib(lib_name [[,dir_name, [ Force [,verb [,Names]]]])
23
 
      genlib(lib_name [,path=dir_name] [,verbose=verb] [,force=Force] [,names=Names])
24
 
    </synopsis>
25
 
  </refsynopsisdiv>
26
 
  <refsection>
27
 
    <title>Par�metros</title>
28
 
    <variablelist>
29
 
      <varlistentry>
30
 
        <term>lib_name:</term>
31
 
        <listitem>
32
 
          <para>string. O nome da vari�vel biblioteca a ser (re)criada.</para>
33
 
        </listitem>
34
 
      </varlistentry>
35
 
      <varlistentry>
36
 
        <term>dir_name:</term>
37
 
        <listitem>
38
 
          <para>string. O nome do diret�rio onde se deve procurar arquivos
39
 
            <literal>.sci</literal>.
40
 
          </para>
41
 
        </listitem>
42
 
      </varlistentry>
43
 
      <varlistentry>
44
 
        <term>Force</term>
45
 
        <listitem>
46
 
          <para>
47
 
            booleano (o padr�o � <literal>%f</literal>). Para for�ar
48
 
            recompila��o de arquivos .sci, ajuste-o para
49
 
            <literal>%t</literal>.
50
 
          </para>
51
 
        </listitem>
52
 
      </varlistentry>
53
 
      <varlistentry>
54
 
        <term>verb</term>
55
 
        <listitem>
56
 
          <para>
57
 
            booleano (o padr�o � <literal>%f</literal>). Para obter
58
 
            informa��es ajuste-o para <literal>%t</literal>.
59
 
          </para>
60
 
        </listitem>
61
 
      </varlistentry>
62
 
      <varlistentry>
63
 
        <term>Names</term>
64
 
        <listitem>
65
 
          <para>vetor de strings, os nomes das fun��es a serem inclusas na
66
 
            bibilioteca. Por padr�o, todos os arquivos sci s�o levados em
67
 
            conta.
68
 
          </para>
69
 
        </listitem>
70
 
      </varlistentry>
71
 
    </variablelist>
72
 
  </refsection>
73
 
  <refsection>
74
 
    <title>Descri��o</title>
75
 
    <para>
76
 
      Para cada arquivo <literal>.sci</literal> em
77
 
      <literal>dir_name</literal> (ou apenas para aqueles especificados pelo
78
 
      argumento <literal>Names</literal>), <literal>genlib</literal> executa um
79
 
      <literal>exec</literal> e salva as fun��es no arquivo
80
 
      <literal>.bin</literal> correspondente. O arquivo <literal>.sci</literal>
81
 
      s� pode conter instru��es Scilab. Se um arquivo <literal>.bin</literal>
82
 
      for mais novo que o arquivo <literal>.sci</literal> assicuadi,
83
 
      <literal>genlib</literal> n�o traduz nem salva o arquivo.
84
 
    </para>
85
 
    <para>O comportamento padr�o pode ser modificado se
86
 
      <literal>force</literal> for fornecido e ajustado para
87
 
      <literal>%t</literal>. Neste �ltimo caso, a recompila��o � sempre feita
88
 
      para cada arquivo <literal>.sci</literal>.
89
 
    </para>
90
 
    <para>
91
 
      Quando todos os arquivos <literal>.sci</literal> tiverem sido
92
 
      processados, <literal>genlib</literal> cria uma biblioteca nomeada
93
 
      <literal>lib_name</literal> e a salva arquivo <literal>lib</literal> em
94
 
      <literal>dir_name</literal>. Se a vari�vel Scilab
95
 
      <literal>lib_name</literal> n�o estiver protegida (ver <link linkend="predef">predef</link>), esta vari�vel � atualizada.
96
 
    </para>
97
 
    <para>
98
 
      Se <literal>verb</literal> estiver ajustado para
99
 
      <literal>%t</literal> informa��es s�o exibidas durante o processo de
100
 
      constru��o.
101
 
    </para>
102
 
    <para>
103
 
      Seo argumento <literal>dir_name</literal> n�o for fornecido e se a
104
 
      vari�vel Scilab <literal>lib_name</literal> existe e � uma vari�vel
105
 
      dir_name � tomado como sendo igual a o endere�o de bibilioteca
106
 
      <literal>lib_name</literal> (modo de atualiza��o).
107
 
    </para>
108
 
  </refsection>
109
 
  <refsection>
110
 
    <title>Restri��es</title>
111
 
    <para>
112
 
      Scilab assume implicitamente que <literal>foo.sci</literal> define
113
 
      pelo menos uma fun��o de nome <literal>foo</literal>. Se fun��es
114
 
      subsidi�rias estiverem inlusas, elas s�o tornadas conhecidas ao Scilab
115
 
      apenas depois que fun��o <literal>foo</literal> tiver sido
116
 
      referencida.
117
 
    </para>
118
 
  </refsection>
119
 
  <refsection role="see also">
120
 
    <title>Ver Tamb�m</title>
121
 
    <simplelist type="inline">
122
 
      <member>
123
 
        <link linkend="getd">getd</link>
124
 
      </member>
125
 
      <member>
126
 
        <link linkend="exec">exec</link>
127
 
      </member>
128
 
      <member>
129
 
        <link linkend="save">save</link>
130
 
      </member>
131
 
      <member>
132
 
        <link linkend="lib">lib</link>
133
 
      </member>
134
 
    </simplelist>
135
 
  </refsection>
136
 
</refentry>