代码搜索:Digit
找到约 4,689 项符合「Digit」的源代码
代码结果 4,689
www.eeworm.com/read/392702/8329256
c fet410_lcd_03.c
//*****************************************************************************
// MSP-FET430P410 Demo - LCD, Display Numbers on a 4-Mux LCD
//
// Description: This program displays digits stored
www.eeworm.com/read/268685/11125446
h ledlib.h
//this is file the header for the LedLib
//Auhtor:Decell.Zhou
//Version;
#include "REG52.h"
//=================[ledShowDigit]==============
//Description:this mathod is used to set a digi
www.eeworm.com/read/113029/15472032
cpp fig18_17.cpp
// Fig. 18.17: fig18_17.cpp
// Using functions isdigit, isalpha, isalnum and isxdigit.
#include
using std::cout;
using std::endl;
#include // character-handling function
www.eeworm.com/read/106679/15628762
txt rfc3091.txt
Network Working Group H. Kennedy
Request for Comments: 3091 University of Michigan
Category: Informational
www.eeworm.com/read/287806/8668282
c nn.c
/*
NN.C - natural numbers routines
Copyright (c) J.S.A.Kapp 1994 - 1996.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the Same as for RSAREF(tm).
www.eeworm.com/read/428473/8865748
c nn.c
/*
NN.C - natural numbers routines
Copyright (c) J.S.A.Kapp 1994 - 1995.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the Same as for RSAREF(tm).
www.eeworm.com/read/281319/9164800
vhd 12in1.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity DIDQ is
Port (sys_clk : in std_logic;
reset : in std_logic;
digit_in
www.eeworm.com/read/165417/10063423
c nn.c
/* NN.C - natural numbers routines
*/
/* Copyright (C) RSA Laboratories, a division of RSA Data Security,
Inc., created 1991. All rights reserved.
*/
#include "global.h"
#include "rsaref.h"
#
www.eeworm.com/read/424551/10439833
c big_num.c
/*
* NN.C - natural numbers routines
*/
#include "rsaref.h"
#include "big_num.h"
static NN_DIGIT NN_AddDigitMult PROTO_LIST
((NN_DIGIT *, NN_DIGIT *, NN_DIGIT, NN_DIGIT *, unsigned int));
stati
www.eeworm.com/read/140309/13088679
c nn.c
/*
NN.C - natural numbers routines
Copyright (c) J.S.A.Kapp 1994 - 1996.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the Same as for RSAREF(tm).
To ai