代码搜索:Digit

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

代码结果 4,689
www.eeworm.com/read/182664/9196721

bak j_digit.java.bak

// //////////////////////////////////////////////////////// // // J_Digit.java // // Created by Jun-Hai Yong, on XX xx, xxxx (Date) // ///////////////////////////////////////////////////////
www.eeworm.com/read/423934/10525652

vhd scan4digit.vhd

---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 15:16:45 11/20/2008 -- Design Name: -- Module Name: Scan4Digit
www.eeworm.com/read/440253/7691471

asm print_hex_digit.asm

; This sample prints out a hex ; value of DL register. #make_COM# ORG 100h MOV DL, 6Dh ; load address of data table ; in BX, for XLAT instruction: LEA BX, table ; XLAT does the fol
www.eeworm.com/read/436194/7775660

vhd scan4digit.vhd

---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 14:21:14 11/17/2008 -- Design Name: -- Module Name: scan4digit
www.eeworm.com/read/409267/11338334

mif hex_digit_matrix.mif

WIDTH=8; DEPTH=128; ADDRESS_RADIX=HEX; DATA_RADIX=BIN; CONTENT BEGIN 00 : 00111100; % **** % 01 : 01100110; % ** ** % 02 : 01101110; % ** *** % 03 : 01110110; % *** ** % 04 :
www.eeworm.com/read/403922/11506190

html function.ctype-digit.html

Check for numeric character(s)
www.eeworm.com/read/400770/11568687

txt crc32-digit.txt

100000100110000010001110110110111= 104C11DB7 datain=1111010100000100001110111001100100000000000000000000000000000000
www.eeworm.com/read/155952/11836933

c digit8_dfs.c

#include #include #include #include #define MAX 100000 #define BUFMAX 10 #define FALSE 0 #define TRUE 1 #define BDMAX 4
www.eeworm.com/read/254802/12117610

asm print_hex_digit.asm

; This sample prints out a hex ; value of DL register. #make_COM# ORG 100h MOV DL, 6Dh ; load address of data table ; in BX, for XLAT instruction: LEA BX, table ; XLAT does the fol