C語言程式設計 數字金額轉換為中文大寫金額

2021-06-12 18:35:25 字數 596 閱讀 8089

先生,這個**在linux下用gcc編譯通過了。

#include #include #include #include wchar_t cstrs[10];

wchar_t bit[10];

int main()

if(k<0)

int e, ee, t=0;

e=(int)innum;

while(e>=1)

printf("%lc", cstrs[ee]);

printf("%lc", bit[k]);

} else

k--; e=e%tmp; tmp=tmp/10;

}long et;

et=(long)(innum*10); printf("%lc%lc",cstrs[et%10], 0x89d2);

et=(long)(innum*100); printf("%lc%lc",cstrs[et%10], 0x5206);

puts("");

return 0;

}例如:

輸入:256000023.22

輸出:貳億伍仟陸佰萬零貳拾叄圓貳角貳分

python數字金額轉換為中文大寫金額

python數字金額轉換為中文大寫金額 編寫一函式,將數字金額轉換為中文大寫金額。設最高位考慮到億,最低位考慮到分 如 數字金額為1023.445,轉換為中文大寫金額為 壹仟零佰貳拾叄元肆角伍分 輸入 乙個數字金額 如 1234.5 輸出 中文大寫金額 壹仟貳佰叄拾肆元伍角零分 from decim...

學習筆記 Java將數字金額轉換為中文金額

description 將數字金額轉換為中文金額 param bigdecimal bigdmoneynumber 轉換前的數字金額 return string 呼叫 mytochinesecurrency 101.89 壹佰零壹圓捌角玖分 mytochinesecurrency 100.89 壹佰...

JS 實現數字轉換為大寫中文金額

數字轉換為大寫中文金額 function convertcurrency money money parsefloat money if money maxnum if money 0 轉換為字串 money money.tostring if money.indexof 1 else 獲取整型部分...