代码搜索:Digit
找到约 4,689 项符合「Digit」的源代码
代码结果 4,689
www.eeworm.com/read/338546/3315324
g t009lexer.g
lexer grammar t009lexer;
options {
language = Python;
}
DIGIT: '0' .. '9';
www.eeworm.com/read/337445/3340359
grammar
/* SIP grammar from RFC3261
*
* alphanum = ALPHA / DIGIT
*
* reserved = ";" / "/" / "?" / ":" / "@" / "&" / "=" / "+"
* / "$" / ","
* unreserved = alphanum /
www.eeworm.com/read/431664/1904911
grammar
/* SIP grammar from RFC3261
*
* alphanum = ALPHA / DIGIT
*
* reserved = ";" / "/" / "?" / ":" / "@" / "&" / "=" / "+"
* / "$" / ","
* unreserved = alphanum /
www.eeworm.com/read/373547/2761498
h keys_tapi.h
/***************************************************************************
KEYS_TAPI.h -
-------------
begin : 2007/03/29
copyright : (C) 2005 by Digit
www.eeworm.com/read/384515/8865464
lst wl011.lst
C51 COMPILER V7.08 WL011 05/26/2008 17:03:08 PAGE 1
C51 COMPILER V7.08, COMPILATION OF MODULE WL011
OBJECT MODULE PLACED IN w
www.eeworm.com/read/470239/6916700
lst sss.lst
C51 COMPILER V6.12 SSS 05/28/2005 23:44:44 PAGE 1
C51 COMPILER V6.12, COMPILATION OF MODULE SSS
OBJECT MODULE PLACED IN .\S
www.eeworm.com/read/465120/7058632
vhd hex_7seg.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.all;
USE IEEE.STD_LOGIC_ARITH.all;
USE IEEE.STD_LOGIC_UNSIGNED.all;
-- Hexadecimal to 7 Segment Decoder for LED Display
ENTITY hex_7seg IS
PORT(hex_digi
www.eeworm.com/read/450875/7475381
vhd seven_seg_impl.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity seven_seg_impl is
port
(
clk : in std_logic; -- 50 MHZ clock
sw_7_4 : in std_log
www.eeworm.com/read/328313/13034492
c vt100.c
/************************************************************************************************
* Project: generic
* Author: Christian Ulrich
* Contact: christian at ullihome dot de
*
* Creat