代码搜索:4
找到约 10,000 项符合「4」的源代码
代码结果 10,000
www.eeworm.com/read/258156/11881104
asm key4x4.asm
;*************************************
;* *
;* 键工作子程序 *
;* *
;*************************************
KEYBU
www.eeworm.com/read/258041/11891932
4x4 keyboard (2)
www.eeworm.com/read/258041/11892632
4x4 keyboard (1)
www.eeworm.com/read/154972/11908824
m4 m4sugar.m4
divert(-1)# -*- Autoconf -*-
# This file is part of Autoconf.
# Base M4 layer.
# Requires GNU M4.
#
# Copyright (C) 1999, 2000, 2001, 2002, 2003 Free S
www.eeworm.com/read/154972/11908829
m4 m4sh.m4
# This file is part of Autoconf. -*- Autoconf -*-
# M4 sugar for common shell constructs.
# Requires GNU M4 and M4sugar.
# Copyright (C) 2000, 2001, 2002, 2003 Free Software F
www.eeworm.com/read/257659/11917129
rar 4x4键盘.rar
www.eeworm.com/read/257336/11933739
v mult4x4.v
module mult4x4(out,a,b,clk);
output[7:0] out;
input[3:0] a,b;
input clk;
reg[7:0] out;
reg[1:0] firsta,firstb;
reg[1:0] seconda,secondb;
wire[3:0] outa,outb,outc,outd;
always @(posedge clk)