代码搜索:Digit
找到约 4,689 项符合「Digit」的源代码
代码结果 4,689
www.eeworm.com/read/119282/14834566
trn digit6.trn
www.eeworm.com/read/119282/14834567
trn digit5.trn
www.eeworm.com/read/119282/14834574
trn digit2.trn
www.eeworm.com/read/111727/14842214
h digit_conv.h
#ifndef DIGIT_CONV_H_
#define DIGIT_CONV_H_
#include
#include
#include
#define NAMESPACE_BEGIN(x) namespace x {
#define NAMESPACE_END }
using namespace s
www.eeworm.com/read/111727/14842221
cpp digit_conv.cpp
#include "digit_conv.h"
NAMESPACE_BEGIN(digit)
//将10进制数转换为任意进制(2~36)
string DToA(unsigned long dvalue, unsigned step){
if(step < 2 || step > 36) return NULL;
//bool bnegative = dvalu
www.eeworm.com/read/211180/15185361
trn digit8.trn
www.eeworm.com/read/211180/15185366
trn digit0.trn
www.eeworm.com/read/211180/15185374
trn digit3.trn
www.eeworm.com/read/211180/15185378
trn digit7.trn
www.eeworm.com/read/211180/15185379