1. 首页
  2. 编程语言
  3. C
  4. 数制转换程序实现(C语言)

数制转换程序实现(C语言)

上传者: 2019-07-13 09:30:06上传 其他文档文件 500kb 热度 40次
用C写的intconversion(intN,intr){PSeqStackS;intx;if(!r){printf("error!");return0;}S=Init_SeqStack();if(!S){printf("error!");return0;}while(N){Push_SeqStack(S,N%r);N=N/r;}while(!Empty_SeqStack(S)){Pop_SeqStack(S,&x);printf(&
用户评论