代码搜索:8×8点阵
找到约 10,000 项符合「8×8点阵」的源代码
代码结果 10,000
www.eeworm.com/read/428838/8836251
asm 8-8-1.asm
;8-8-1.ASM
$MOD51
ORG 0000H
MOV A,#63H
MOV P1,A
LOOP: SJMP LOOP ;程序永远停留在这里
ALOOP: AJMP ALOOP
LLOOP: LJMP LLOOP
;
END
www.eeworm.com/read/384674/8851478
txt 8乘8.txt
module mux(clk,d1,d2,do); //do=d1*d2;
input clk;
input[7:0] d1,d2;
output[15:0] do;
reg[3:0] st;
reg[15:0] add1,add2,do;
wire[15:0] addo=add1+add2;
always @(posedge clk)
begin
st=st
www.eeworm.com/read/186082/8960745
gif 8m8.gif
www.eeworm.com/read/186071/8962302
cpp ch8_8.cpp
//*********************
//** ch8_8.cpp **
//*********************
#include
#include
void main()
{
int arraysize; //元素个数
int *array;
cout
www.eeworm.com/read/382607/9016407
h font8_8.h
/****************************************************************************************
* 文件名:FONT8_8.H
* 功能:8*8 ASCII码字体显示函数。(头文件)
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:使用GUI_SetColor()函数设置前景颜色及背景色。
www.eeworm.com/read/382607/9016416
c font8_8.c
/****************************************************************************************
* 文件名:FONT8_8.C
* 功能:8*8 ASCII码字体及显示函数。
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:使用GUI_SetColor()函数设置前景颜色及背景色。
****
www.eeworm.com/read/283382/9025643
txt crc8_8.txt
//////////////////////////////////////////////////////////////////////////////
//
// crc calculation
// This VERILOG code was generated using CRCGEN.PL version 1.6
// Last Modified: 02/26/2001
//
www.eeworm.com/read/382449/9027809