~ubuntu-branches/ubuntu/precise/gcalctool/precise-proposed

« back to all changes in this revision

Viewing changes to help/zh_HK/boolean.page

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-07-11 21:41:18 UTC
  • mfrom: (1.3.25 upstream)
  • Revision ID: james.westby@ubuntu.com-20110711214118-q9tn33yxjw8eflzp
Tags: 6.1.3-0ubuntu1
* New upstream version
* debian/rules: drop the deprecated --with-gtk

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        <link type="guide" xref="index#equation"/>
6
6
    </info>
7
7
 
8
 
        <title>Boolean Algebra</title>
 
8
        <title>邏輯代數</title>
9
9
    
10
 
    <p>
11
 
    Boolean algebra can be calculated using the AND, OR and XOR operators.
12
 
    </p>
 
10
    <p>邏輯代數 (邏輯代數) 可以使用 AND、OR、XOR 運算子來作計算。</p>
13
11
    <example>
14
 
    <p>
15
 
    010011₂ AND 110101₂
16
 
    </p>
 
12
    <p>010011₂ AND 110101₂</p>
17
13
    </example>
18
 
    <p>
19
 
    Buttons for these symbols are available in <link xref="mouse">programming mode</link>.
20
 
    </p>
21
 
    <p>
22
 
    The NOT <link xref="function">function</link> inverts the bits in a number.
23
 
    The word size is set from the <guiseq><gui>Calculator</gui><gui>Preferences</gui></guiseq> menu.
24
 
    </p>
 
14
    <p>這些符號按鈕可以從 <link xref="mouse">軟件開發模式</link> 中選取。</p>
 
15
    <p>NOT <link xref="function">函數</link> 會將數字內的位元倒置。文字大小是在 <guiseq><gui>計數機</gui><gui>偏好設定</gui></guiseq> 選單內設置。</p>
25
16
    <example>
26
 
    <p>
27
 
    NOT 010011₂
28
 
    </p>
 
17
    <p>NOT 010011₂</p>
29
18
    </example>
30
19
</page>