代码搜索:8×8点阵
找到约 10,000 项符合「8×8点阵」的源代码
代码结果 10,000
www.eeworm.com/read/443250/7635452
vhd v8_8.vhd
library ieee;
use ieee.std_logic_1164.all;
entity V8_8 is
port(D : in std_logic;
Q : out std_logic := '0';
Rst : in std_logic;
Clk : in std_logic);
end V8_
www.eeworm.com/read/443250/7635457
do m8_8.do
vsim work.CFG_DFF
add wave *
force rst 1
force clk 0 0, 1 25 -r 50
force d 1
run 100
force rst 0
run 53
force rst 1
run 50
force d 0
run 50
www.eeworm.com/read/440515/7688372
8x8 lcd
www.eeworm.com/read/435289/7794470
qsf fifo_8_8.qsf
# Copyright (C) 1991-2004 Altera Corporation
# Any megafunction design, and related netlist (encrypted or decrypted),
# support information, device programming or simulation file, and any oth
www.eeworm.com/read/435289/7794471
qpf fifo_8_8.qpf
# Copyright (C) 1991-2004 Altera Corporation
# Any megafunction design, and related netlist (encrypted or decrypted),
# support information, device programming or simulation file, and any oth
www.eeworm.com/read/435289/7794472
v fifo_8_8.v
module FIFO_8_8(
clock,reset,
read,write,fifo_in,fifo_out,
fifo_empty,fifo_half,fifo_full
);
input clock,res
www.eeworm.com/read/435289/7794473
qws fifo_8_8.qws
[ProjectWorkspace]
ptn_Child1=Frames
ptn_Child2=Workmode
ptn_Child3=ActionPoints
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
[ProjectWorkspace.Frames.ChildFrames]
ptn_Child1=Document-0
[P
www.eeworm.com/read/199740/7826075
cpp ch8_8.cpp
//*********************
//** ch8_8.cpp **
//*********************
#include
#include
void main()
{
int arraysize; //元素个数
int *array;
cout
www.eeworm.com/read/198974/7898613
cpp ch8_8.cpp
//*********************
//** ch8_8.cpp **
//*********************
#include
#include
void main()
{
int arraysize; //元素个数
int *array;
cout