代码搜索:Digit

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

代码结果 4,689
www.eeworm.com/read/266360/4272507

c get_ui.c

/* mpz_get_ui(integer) -- Return the least significant digit from INTEGER. Copyright 1991, 1993, 1994, 1995, 2001 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP
www.eeworm.com/read/393836/8260736

asm at0.asm

.title "DTMF SIGNAL DECTECTOR & GENERATOR" .version 50 .mmregs LENGTH: .set 120 THRES: .set 30 ST: .set 16330 .sect ".table" .label TABLE_SRC DIGIT: .int 1, 2, 3,13 ;NUM
www.eeworm.com/read/236997/13984333

txt a.txt

#include main() { int a,b,i; //输入整数 b=0; for(i=0;ib) b=a; } printf("in you inout digit the bigist is: %d",
www.eeworm.com/read/101167/15842908

c frst_alm.c

// FRST_ALM.C (PIC16HV540), CCS PCB // // Frost Alarm. // // Continually measures temperature using a Dallas DS18S20. The temperature is displayed // by sequentially displaying each digit on a c
www.eeworm.com/read/190387/8444242

m hop_plotdig.m

function hop_plotdig(P,r,c,stri) % function hop_plotdig(P,r,c) % % displays the hopfield digit stored in P % if P is a vector, it much first be reshaped % % Hugh Pasika 1997 if nargin > 1, P=resha
www.eeworm.com/read/188552/8529051

asm 2.asm

datasg segment mess1 db 'Please enter the digit of number:','$' mess2 db 13,10,'Please enter the first number:','$' mess3 db 13,10,'Please enter the second number:','$'
www.eeworm.com/read/377553/9271641

vhd bcdadd.vhd

--bcdadd.vhd 1 digit bcd adder library ieee ; use ieee.std_logic_1164.all; use work.components.all; entity bcdadd is port( a : in std_logic_vector(3 downto 0);--砆
www.eeworm.com/read/174978/9566445

java primetag.java

package coreservlets.tags; import javax.servlet.jsp.*; import javax.servlet.jsp.tagext.*; import java.io.*; import java.math.*; import coreservlets.*; /** Generates an N-digit random prime (
www.eeworm.com/read/174714/9575874

sh ttt.sh

#!/bin/sh # # play tic-tac-toe # parse args # if [ $# -gt 1 ]; then echo "usage: ttt [move_digit]" 1>&2 echo " ttt quitgame" 1>&2 echo " ttt clobber" 1>&2 exit 1 elif [ $#
www.eeworm.com/read/168045/9941042

m hop_plotdig.m

function hop_plotdig(P,r,c,stri) % function hop_plotdig(P,r,c) % % displays the hopfield digit stored in P % if P is a vector, it much first be reshaped % % Hugh Pasika 1997 if nargin > 1, P=resha