代码搜索:Digit
找到约 4,689 项符合「Digit」的源代码
代码结果 4,689
www.eeworm.com/read/325597/13195061
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/138605/13228604
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/310741/13644735
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/306208/13749269
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/493718/6389229
pas ac1074.pas
program ural1074;
const
maxlen=200;
digit=['0'..'9'];
nonzero=['1'..'9'];
sign=['+','-'];
var
d:array[-maxlen..maxlen]of char;
s:string;
n,p,e,i,junk:longint;
minus,allzero:b
www.eeworm.com/read/492276/6420575
asm xiao.asm
data segment
num dw 10
string1 db 'please input a tens digit$'
string2 db 'please input a tens again$'
string3 db 'the result is$'
s db 30 dup(?)
data ends
www.eeworm.com/read/253708/12204300
cpp dgtnumber.cpp
// DgtNumber.cpp : implementation file
//
#include "stdafx.h"
#include "digit.h"
#include "DgtNumber.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FIL
www.eeworm.com/read/231652/14224835
pas ac1074.pas
program ural1074;
const
maxlen=200;
digit=['0'..'9'];
nonzero=['1'..'9'];
sign=['+','-'];
var
d:array[-maxlen..maxlen]of char;
s:string;
n,p,e,i,junk:longint;
minus,allzero:b
www.eeworm.com/read/13816/283941
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);--砆