代码搜索:Digit
找到约 4,689 项符合「Digit」的源代码
代码结果 4,689
www.eeworm.com/read/120251/6076936
l ps1.0_tokens.l
/* definitions */
digit [0-9]
char [a-zA-Z_.]
alphanum [0-9a-zA-Z_]
%{ /* code to be included */
#include
#include
#include
#include "ps1.0_program.h"
www.eeworm.com/read/113165/6138952
l ps1.0_tokens.l
/* definitions */
digit [0-9]
char [a-zA-Z_.]
alphanum [0-9a-zA-Z_]
%{ /* code to be included */
#include
#include
#include
#include "ps1.0_program.h"
www.eeworm.com/read/100134/6273455
y assocprc.y
/* Simple arith. expr. grammar (single-digit #s) with ambiguous
* grammar using assoc/prec info.
*/
%{
#include
void yyerror(const char *);
int yylex(void);
typedef int YYSTYPE;
%}
%
www.eeworm.com/read/401210/11561335
c main.c
#include
#include
#define VREF 5 /* Voltage Reference */
void main (void)
{
/* Disable Digital Output and Input */
PT0AD = 0x78; /* Disable Digit
www.eeworm.com/read/151356/12217990
c callback.c
#include "callback.h"
void key_dec_press_callback()
{
custom_temper++;
check_and_update_digit();
update_taget_impulse();
beep();
}
void key_inc_press_callback()
{
custom_t
www.eeworm.com/read/228696/14366400
c main.c
#include
#include
#define VREF 5 /* Voltage Reference */
void main (void)
{
/* Disable Digital Output and Input */
PT0AD = 0x78; /* Disable Digit
www.eeworm.com/read/122136/14719008
bas encryp.bas
' Problem noted when offset = a single digit hex number
' decode routine is looking for 2 digits. simple fix noted below
'fix by Michael W. Smith (74001,457) of NBS
' routine look good!
'
Functio
www.eeworm.com/read/37180/899629
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/251030/4424777
c example10.c
#include
void main()
{
int value, r_digit;
value = 0;
while( value
www.eeworm.com/read/303435/3810725
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