代码搜索:Digit

找到约 4,689 项符合「Digit」的源代码

代码结果 4,689
www.eeworm.com/read/215071/15075945

inc ctype.inc

; ; Definitions for the character type tables ; ; Ullrich von Bassewitz, 08.09.2001 ; ; Make the __ctype table an exported/imported symbol .global __ctype ; Define bitmapped constants fo
www.eeworm.com/read/191613/8426785

cpp pr0911.cpp

// Programming with C++, Second Edition, by John R. Hubbard // Copyright McGraw-Hill, 2000 // Problem 9.11 on page 222 // Converting Roman numerals to Hindu-Arabic numerals #include
www.eeworm.com/read/190618/8439506

c atol.c

/************************************************************* * File: lib/atol.c * Purpose: Part of C runtime library * Author: Phil Bunce (pjb@carmel.com) * Revision History: * 970304 Start of
www.eeworm.com/read/190618/8439917

c atoi.c

/************************************************************* * File: lib/atoi.c * Purpose: Part of C runtime library * Author: Phil Bunce (pjb@carmel.com) * Revision History: * 970304 Start of
www.eeworm.com/read/188512/8532383

cpp fig22_18.cpp

// Fig. 22.18: fig22_18.cpp // Using functions isdigit, isalpha, isalnum and isxdigit. #include using std::cout; using std::endl; #include // character-handling function pro
www.eeworm.com/read/431958/8644669

c fet440_lcd_03.c

//***************************************************************************** // MSP-FET430P440 Demo - LCD, Displays Numbers on a 4-Mux LCD // // Description: This program displays digits store
www.eeworm.com/read/431958/8645214

c fet410_lcd_03.c

//***************************************************************************** // MSP-FET430P410 Demo - LCD, Display Numbers on a 4-Mux LCD // // Description: This program displays digits stored
www.eeworm.com/read/387785/8653955

cpp cvgutil.cpp

/* GHelm - Nautical Navigation Software * Copyright (C) 2004 Jon Michaelchuck * * This application is free software; you can redistribute it and/or * modify it under the terms of the GNU General P
www.eeworm.com/read/431379/8685484

h ftoa.h

/**************************************************************** Convert floating binary to decimal 02-17-86 Copyright 1986 Software Development Systems, Inc. All rights reserved *************
www.eeworm.com/read/287363/8689643

cpp 1316.cpp

#include int main() { int a[10000]; for(int i = 0; i < 10000; i++) { a[i] = 0; } int digit; int left; int sum = 0; for(i = 1; i < 10000; i++) { digit = i % 10;