代码搜索:adder
找到约 6,792 项符合「adder」的源代码
代码结果 6,792
www.eeworm.com/read/312645/3656828
entries
D/adder////
D/cme555////
D/csb281////
D/ec555////
D/mbx////
D/moab////
D/rattler////
D/ts1000////
D/ts6////
D/vads////
D/viper////
www.eeworm.com/read/312645/3656830
extra entries.extra
D/adder////
D/cme555////
D/csb281////
D/ec555////
D/mbx////
D/moab////
D/rattler////
D/ts1000////
D/ts6////
D/vads////
D/viper////
www.eeworm.com/read/398200/2387554
entries
D/adder////
D/cme555////
D/csb281////
D/ec555////
D/mbx////
D/moab////
D/rattler////
D/ts1000////
D/ts6////
D/vads////
D/viper////
www.eeworm.com/read/173672/9643812
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/377832/9260717
h random.h
#ifndef RANDOM_H
#define RANDOM_H
const unsigned long maxshort=65536L;
const unsigned long multiplier=1194211693L;
const unsigned long adder=12345L;
class RandomNumber
{
public:
RandomNumber(
www.eeworm.com/read/377553/9271644
vhd bcd.vhd
--bcd.vhd 1 digits bcd adder/subtractor
library ieee ;
use ieee.std_logic_1164.all;
use work.components.all;
entity bcd is
port(
a : in std_logic_vector(3 downto 0);--砆
www.eeworm.com/read/180019/9322483
cpp 6_59.cpp
#include
#include
#include
const unsigned long maxshort=65536L;
const unsigned long multiplier=1194211693L;
const unsigned long adder=12345;
class RandomNumber
www.eeworm.com/read/180019/9322646
cpp 6_60.cpp
#include
#include
#include
const unsigned long maxshort=65536L;
const unsigned long multiplier=1194211693L;
const unsigned long adder=12345;
class RandomNumber
www.eeworm.com/read/374949/9378009
cpp 6_59.cpp
#include
#include
#include
const unsigned long maxshort=65536L;
const unsigned long multiplier=1194211693L;
const unsigned long adder=12345;
class RandomNumber