MOD的用法
MOD是英文單詞modification(意為修改)的縮寫,漢語音譯作“模組”,也稱游戲模組,MOD的用法有哪些呢?本文是學(xué)習(xí)啦小編整理MOD的用法的資料,僅供參考。
MOD的用法
Mod 運算符
用來對兩個數(shù)作除法并且只返回余數(shù)。
語法
result = number1 Mod number2
Mod 的語法具有以下幾個部分:
部分 描述
result 必需的;任何數(shù)值變量。
number1 必需的;任何數(shù)值表達式。
number2 必需的;任何數(shù)值表達式。
說明
在進行 Mod 運算或求余數(shù)運算時,該運算符將 number1 用 number2 除(將浮點數(shù)字四舍五入成整數(shù)),并把余數(shù)作為 result 的值返回。例如,在下列表達式中,A (result) 等于 5。
A = 19 Mod 6.7
一般說來,不管 result 是否為一個整數(shù),result 的數(shù)據(jù)類型為 Byte,Byte 變體、Integer、Integer 變體、Long 或一個包含 Long 的 Variant。任何小數(shù)部分都被刪除。但是,如果任何一個 Null,類型的表達式出現(xiàn)時,result 都將是 Null。任何 Empty 類型表達式都作為 0 處理。
Excel中mod函數(shù)的用法及實例詳解
Excel中mod函數(shù)是一個求余函數(shù)。返回兩數(shù)相除的余數(shù)。結(jié)果的符號與除數(shù)相同。 mod函數(shù)的語法為:MOD(number,divisor)
MOD函數(shù)使用大致分為下面兩種情況。
一、兩個異號整數(shù)求余
1.函數(shù)值符號規(guī)律(余數(shù)的符號)
mod(負,正)=正
mod(正,負)=負
結(jié)論:兩個整數(shù)求余時,其值的符號為除數(shù)的符號。
2.取值規(guī)律
先將兩個整數(shù)看作是正數(shù),再作除法運算
?、倌苷龝r,其值為0
?、诓荒苷龝r,其值=除數(shù)×(整商+1)-被除數(shù)
例:mod(5,-4)=-3
即:5除以4的整數(shù)商為1,加1后為2;其與除數(shù)之積為8;再與被除數(shù)之差為(5-8=-3);取除數(shù)的符號。所以值為-3。
MOD(5,4)=1
mod的例句
1
The MOD gave an undertaking to Saville that it had provided him with all relevant material.
國防部向薩維爾保證已向他提供了所有相關(guān)的資料。
2
The house is spacious with all mod cons, handy for the station and has a garden.
這座房子十分寬敞,現(xiàn)代化生活設(shè)施一應(yīng)俱全,距離車站很近,而且還有一個花園。
3
That's all there is to setting up Apache and mod_python for deploying Django to a production Web server.
現(xiàn)在已經(jīng)完全設(shè)置好Apache和mod python,您可以將Django應(yīng)用程序部署到生產(chǎn)Web服務(wù)器了。
4
Drupal uses Apache's mod_rewrite to enable customizable URLs that are both user-and search-engine friendly.
Drupal使用Apache的mod rewrite產(chǎn)生對用戶和搜索引擎友好的可定制URL。
5
For the IBM HTTP server and Apache Web servers, the mod_gzip module can be used.
對于IBM HTTP服務(wù)器和Apache Web服務(wù)器,可以使用mod gzip模塊。
6
Added the description to the MOD documentation of how you can exit the MOD tools.
添加了關(guān)于如何退出MOD工具的描述到MOD文檔中。
7
We will now look at how to deploy to a server running Apache and mod_python.
我們現(xiàn)在看看如何將Django應(yīng)用程序部署到運行Apache和mod python的服務(wù)器。
8
Apache's mod_rewrite is the most widely known example of this approach.
Apache的mod rewrite是這類工具中最常用的一種。
9
What's with the naming system between CS retail and CS mod?
零售版和升級版在系統(tǒng)中的名字是什么?
10
You also learned how to create a Pyjamas-based application using Pyjamas, mod_python, and Python JSON-RPC.
還學(xué)習(xí)了如何使用Pyjamas、mod python和Python JSON-RPC創(chuàng)建基于Pyjamas的應(yīng)用程序。
看了MOD的用法的人還看了: