代码搜索:Digit
找到约 4,689 项符合「Digit」的源代码
代码结果 4,689
www.eeworm.com/read/303435/3810739
c sffcvt.c
/* Copyright (c) Colorado School of Mines, 2006.*/
/* All rights reserved. */
#include "sfhdr.h"
#if __STD_C
char *sffcvt(double dval, int n_digit, int* decpt, int* sign)
#else
www.eeworm.com/read/303435/3810959
c sfecvt.c
/* Copyright (c) Colorado School of Mines, 2006.*/
/* All rights reserved. */
#include "sfhdr.h"
#if __STD_C
char* sfecvt(double dval, int n_digit, int* decpt, int* sign)
#else
www.eeworm.com/read/303435/3810960
c sffcvt.c
/* Copyright (c) Colorado School of Mines, 2006.*/
/* All rights reserved. */
#include "sfhdr.h"
#if __STD_C
char *sffcvt(double dval, int n_digit, int* decpt, int* sign)
#else
www.eeworm.com/read/298657/3862053
c iswxdigit.c
/*
FUNCTION
---hexadecimal digit wide character test
INDEX
iswxdigit
ANSI_SYNOPSIS
#include
int iswxdigit(wint_t );
TRAD_SYNOPSIS
#include
int iswxdigi
www.eeworm.com/read/279968/4131263
c iswxdigit.c
/*
FUNCTION
---hexadecimal digit wide character test
INDEX
iswxdigit
ANSI_SYNOPSIS
#include
int iswxdigit(wint_t );
TRAD_SYNOPSIS
#include
int iswxdigi
www.eeworm.com/read/432012/1901438
stepan changelog.stepan
# tag: stepan's changelog for CVS
Mon Jul 14 02:16:49 CEST 2003
- fix segv overrun while dumping dictionary in unix.c
- implement first version of >number and $number
- add stack diagram to digit
www.eeworm.com/read/431386/1907243
asm atodw.asm
.code
atodw proc lpAscii:DWORD
; bitRAKE
mov ecx, lpAscii
xor eax, eax
; use this line if not assume one digit and move INC ECX
; mov edx, '0'
movzx edx, BYTE PTR [ecx]
@@:
lea eax, [ea
www.eeworm.com/read/407313/2266566
stepan changelog.stepan
# tag: stepan's changelog for CVS
Mon Jul 14 02:16:49 CEST 2003
- fix segv overrun while dumping dictionary in unix.c
- implement first version of >number and $number
- add stack diagram to digit
www.eeworm.com/read/364259/2906631
cpp xt3-16.cpp
#include
using namespace std;
int main ()
{char c;
int letters=0,space=0,digit=0,other=0;
cout
www.eeworm.com/read/359509/2976038
asm atodw.asm
.code
atodw proc lpAscii:DWORD
; bitRAKE
mov ecx, lpAscii
xor eax, eax
; use this line if not assume one digit and move INC ECX
; mov edx, '0'
movzx edx, BYTE PTR [ecx]
@@:
lea eax, [ea