代码搜索:Digit
找到约 4,689 项符合「Digit」的源代码
代码结果 4,689
www.eeworm.com/read/138896/13205356
c pdf417_enc.c
#include
#include
#include
#include
#include
#include
#define OUTPUT_GIF 1
#define OUTPUT_PBM 2
#define OUTPUT_PS 3
#define OUTPUT
www.eeworm.com/read/138879/13206125
c test44x_lcd02.c
#include "msp430x44x.h"
// variable declaration //
unsigned int value = 1789; // number to display, range = 0 - 1999 = max display
// NOTE: DO NOT use leading zeros
www.eeworm.com/read/138879/13206132
c test44x_lcd01.c
#include
char digit[10] = {
0xB7, /* "0" LCD segments a+b+c+d+e+f */
0x12, /* "1" */
0x8F, /* "2" */
0x1F, /* "3" */
0x3A, /* "4" */
0x3D, /* "5" */
0xBD, /* "6" *
www.eeworm.com/read/138879/13206158
c test44x_lcd03.c
#include "msp430x44x.h"
char digit[10] = {
0xB7, // "0" LCD segments a+b+c+d+e+f
0x12, // "1"
0x8F, // "2"
0x1F, // "3"
0x3A, // "4"
0x3D, // "5"
0xBD, // "6"
0x13, // "
www.eeworm.com/read/138638/13227389
c dollars.c
/*
** Convert the digit string 'src' to dollars-and-cents form and store
** it in 'dst'.
*/
#include
void
dollars( register char *dst, register char const *src )
{
int len;
www.eeworm.com/read/137955/13276689
c lex.c
#include "c.h"
#include
#include
static char rcsid[] = "$Id: lex.c,v 1.1 2002/08/28 23:12:44 drh Exp $";
#define MAXTOKEN 32
enum { BLANK=01, NEWLINE=02, LETTER=04,
DIGI
www.eeworm.com/read/136972/13350211
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/136972/13350468
cpp xt6-16.cpp
#include
using namespace std;
int main()
{char str[50],*pstr;
int i,j,k,m,e10,digit,ndigit,a[10],*pa;
cout
www.eeworm.com/read/321827/13397801
c ismbdgt.c
/***
*ismbdgt.c - Test if character is a digit (MBCS)
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Test if character is a digit (MBCS)
*
www.eeworm.com/read/319487/13450503
cc ch1.6.2.cc
#include
using namespace std;
const int mxdigits = 999500; // maximum number of digits in factorial
main() {
int n;
cout