代码搜索:Digit
找到约 4,689 项符合「Digit」的源代码
代码结果 4,689
www.eeworm.com/read/247959/4471243
asm clarke.asm
;=======================================================================
; File Name: clarke.asm
;
; Module Name: CLARKE
;
; Initialization Routine: CLARKE_INIT
;
; Originator: Digit
www.eeworm.com/read/202184/5053465
asm clarke.asm
;=======================================================================
; File Name: clarke.asm
;
; Module Name: CLARKE
;
; Initialization Routine: CLARKE_INIT
;
; Originator: Digit
www.eeworm.com/read/202183/5053796
asm clarke.asm
;=======================================================================
; File Name: clarke.asm
;
; Module Name: CLARKE
;
; Initialization Routine: CLARKE_INIT
;
; Originator: Digit
www.eeworm.com/read/168214/5447724
asm clarke.asm
;=======================================================================
; File Name: clarke.asm
;
; Module Name: CLARKE
;
; Initialization Routine: CLARKE_INIT
;
; Originator: Digit
www.eeworm.com/read/355148/10290757
cpp biginteger.cpp
#include
#include
#define DIGIT 4
#define DEPTH 10000
#define MAX 100
typedef int bignum_t[MAX+1];
int read(bignum_t a,istream& is=cin){
char buf[MAX*DIGIT+1],c
www.eeworm.com/read/272894/10936882
dpr ex.dpr
{
let the length of number be L.
discuss highest digit:
1: 0->1
2999->10000 (here L-2 of 9, L-1 of 0)
when L=1, ans=1
else
discuss second highest digit:
0,1: 02->10
when
www.eeworm.com/read/469138/6978206
txt 大数(整数类封装).txt
#include
#include
#define DIGIT 4
#define DEPTH 10000
#define MAX 100
typedef int bignum_t[MAX+1];
int read(bignum_t a,istream& is=cin){
char buf[MAX*DIGIT+1],c
www.eeworm.com/read/460783/7240773
txt 大数(整数类封装).txt
#include
#include
#define DIGIT 4
#define DEPTH 10000
#define MAX 100
typedef int bignum_t[MAX+1];
int read(bignum_t a,istream& is=cin){
char buf[MAX*DIGIT+1],c
www.eeworm.com/read/457804/7317644
txt 大数(整数类封装).txt
#include
#include
#define DIGIT 4
#define DEPTH 10000
#define MAX 100
typedef int bignum_t[MAX+1];
int read(bignum_t a,istream& is=cin){
char buf[MAX*DIGIT+1],c
www.eeworm.com/read/197077/8032118
txt 大数(整数类封装).txt
#include
#include
#define DIGIT 4
#define DEPTH 10000
#define MAX 100
typedef int bignum_t[MAX+1];
int read(bignum_t a,istream& is=cin){
char buf[MAX*DIGIT+1],c