代码搜索:Digit
找到约 4,689 项符合「Digit」的源代码
代码结果 4,689
www.eeworm.com/read/350482/10741438
c bn_mp_sub_d.c
#include
#ifdef BN_MP_SUB_D_C
/* LibTomMath, multiple-precision integer library -- Tom St Denis
*
* LibTomMath is a library that provides multiple-precision
* integer arithmetic as well
www.eeworm.com/read/440253/7691448
asm bcd_add.asm
; This example shows how to add
; huge unpacked BCD numbers
#make_COM#
ORG 100h
; skip data:
JMP start
; number of digits to
; process:
len EQU 5
; first number is:
www.eeworm.com/read/440231/7691729
c f_measure.c
#include
sbit Dig1 = P2^0;
sbit Dig2 = P2^1;
sbit Dig3 = P2^2;
sbit Dig4 = P2^3;
sbit Dig5 = P2^4;
sbit Dig6 = P2^5;
sbit Dig7 = P2^6;
sbit Latch = P3^0; //latch in
sbit Clr_
www.eeworm.com/read/325786/13185632
cpp libnn.cpp
/*
Library Function
--------------------------------------------------------------------------
FILE libnn.c
--------------------------------------------------------------------------
INTRO
www.eeworm.com/read/302488/13833828
c fipkernel.c
/*****************************************
* Copyright © 2001-2004
* Sigma Designs, Inc. All Rights Reserved
* Proprietary and Confidential
* Modified for KiSS Front Panel support
* By Stefa
www.eeworm.com/read/493005/6403806
cal repeat.cal
/*
* repeat - return the value of a repeated set of digits
*
* Copyright (C) 2003 Landon Curt Noll
*
* Calc is open software; you can redistribute it and/or modify it under
* the terms of the v
www.eeworm.com/read/486313/6539256
asm lab2.asm
.include "C:\Program Files\Labcenter Electronics\Proteus 6 Professional\Tools\AVRASM\APPNOTES\m16def.inc"
.equ TIME_LIMIT = 15625 ; pana unde tre' sa numere contoru pe 16 biti.
www.eeworm.com/read/158370/11622881
cpp 10xiii.cpp
// IN: x and y are NUMDIG arrays containing Big Integers
// OUT: sum is a NUMDIG2 array containing the arithmetic sum
const int NUMDIG = 20, NUMDIG2 = 21;
void SumBigInt (int x[ ], int y[ ], int
www.eeworm.com/read/254802/12117567
asm bcd_add.asm
; This example shows how to add
; huge unpacked BCD numbers
#make_COM#
ORG 100h
; skip data:
JMP start
; number of digits to
; process:
len EQU 5
; first number is:
www.eeworm.com/read/148707/12436729
cpp 10xiii.cpp
// IN: x and y are NUMDIG arrays containing Big Integers
// OUT: sum is a NUMDIG2 array containing the arithmetic sum
const int NUMDIG = 20, NUMDIG2 = 21;
void SumBigInt (int x[ ], int y[ ], int