進製轉換(低精度)

2021-07-24 08:17:36 字數 598 閱讀 9790

並不是某道題其實只是心血來潮隨便寫的qwq(2333我才不會說我想發二進位制說說來裝b)

#include#include#include#includeusing namespace std;

int primer(int a,int b)//快速冪將n進製轉換成10進製

return r;

}int a[1001];

int changetoten(int m,int zj)//輾轉相除將10進製轉為m進製數

for (int i=1;i<=cnt;i++)

return ans;

}int b[1001];

int jz1;

int n;

int jz;

void changetoother(int m,int zj1)

for (int i=cntt;i>=1;i--)

cout<>n;

cout<<"請輸入該數的進製:" ;

cin>>jz;

int k=changetoten(n,jz);

cout<<"請輸入轉換的進製:" ;

cin>>jz1;

cout<<"該數的"<

進製轉換 高精度除法 進製轉換

高精度除法運算 include include include using namespace std struct bign bign change char str return a bign divide bign a,int b,int r 去除前導0 while c.len 1 1 c.d...

高精度進製轉換模板

高精度進製轉換模板 高精度進製轉換 把oldbase 進製的數轉化為newbase 進製的數輸出。呼叫方法,輸入str,oldbase newbase.change solve output 也可以修改output 使符合要求,或者存入另外乙個字元陣列,備用 include include defi...

任意進製轉換(高精度)

2019銀川現場 62進製以內的任意進製轉換 板子 includeusing namespace std const int n 1000 char s1 n s2 n int a n t n n,m n進製轉m void solve a k t 0 m t 0 m 單獨處理最後一位 while l...