單位轉換測量 GNU Units

jopen 12年前發布 | 12K 次閱讀 C/C++開發 C/C++

GNU 單位轉換測量到其等值的其他測量系統的各種系統中表達量。像許多類似的方案,它可以處理乘法規模的變化。它還能處理如非線性轉換到華氏攝氏度或線規,它可以轉換和單位的款項,如米,英尺加英寸之間的轉換。

GNU Units converts quantities expressed in various systems of measurement to their equivalents in other systems of measurement. Like many similar programs, it can handle multiplicative scale changes. It can also handle nonlinear conversions such as Fahrenheit to Celsius or wire gauge, and it can convert from and to sums of units, such as converting between meters and feet plus inches.
示例:

    You have: mile
    You want: km
            * 1.609344
            / 0.62137119

    You have: furlongs per fortnight
    You want: m/s  
            * 0.00016630986
            / 6012.8727

項目主頁:http://www.baiduhome.net/lib/view/home/1341107977934

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!