代码搜索:Digit

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

代码结果 4,689
www.eeworm.com/read/277337/10644945

c checktime.c

#include "checktime.h" #include "lcd.h" #include "common.h" #include "ds1302.h" #include "system.h" #define DISPLAYTIMEX 1 #define DISPLAYTIMEY 12 #define hex2digit(ch) (ch+'0') idata vo
www.eeworm.com/read/441678/7666667

asm ch11_intr3.asm

;PROGRAM NAME:INTR3.ASM ;TEST TIMER0 INTERRUPT(MODE 1) ; COUNT EQU 9217 ;10ms FOR XTAL=11.0592MHz ; CHK_BIT REG P3.2 DIGIT1 REG P1.4 DI
www.eeworm.com/read/120251/6076914

l ts1.0_tokens.l

/* definitions */ digit [0-9] char [a-zA-Z_.] alphanum [0-9a-zA-Z_] %{ /* code to be included */ #include #include "ts1.0_inst.h" #include "ts1.0_inst_list.h" #include "_ts1
www.eeworm.com/read/113165/6138930

l ts1.0_tokens.l

/* definitions */ digit [0-9] char [a-zA-Z_.] alphanum [0-9a-zA-Z_] %{ /* code to be included */ #include #include "ts1.0_inst.h" #include "ts1.0_inst_list.h" #include "_ts1
www.eeworm.com/read/492193/6424970

asm find_max.asm

.data MSG1 db 'Please enter up to 20 valid single-digit positive numbers or press enter', 10, 13, '$' MSG2 db 'Invalid number, please retry', 10, 13, '$' MSG3 db 'max = ', '$' array db 20 dup(?)
www.eeworm.com/read/484221/6581980

htm q10212.htm

Q10212: The Last Non-zero Digit.
www.eeworm.com/read/208262/15249660

rpt led.rpt

Project Information d:\my_own_works\digit_clock\led.rpt MAX+plus II Compiler Report File Version 10.2 07/10/2002 Compiled: 10/15/2005 12:22:46 Copyright (C) 1988-2002 Al
www.eeworm.com/read/18610/797142

vhd package.vhd

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_ARITH.ALL; PACKAGE p_stop_watch IS FUNCTION digit_sel (comcnt:STD_ULOGIC_VECTOR; min10:STD_ULOGIC_VECTOR; min:
www.eeworm.com/read/37180/899762

cpp xt6-8.cpp

#include using namespace std; int main() {int upper=0,lower=0,digit=0,space=0,other=0,i=0; char *p,s[20]; cout
www.eeworm.com/read/251029/4425177

c problem2.c

#include void main() { char c; int letters=0,space=0,digit=0,others=0; printf("请输入一些字符:\n"); while((c=getchar())!='\n') { if(c>='a'&&c='A'&&c