代码搜索:4

找到约 10,000 项符合「4」的源代码

代码结果 10,000
www.eeworm.com/read/458215/7302032

cpp cd4_4u.cpp

//--------------------------------------------------------------------------- #include #pragma hdrstop #include "cd4_4u.h" //-----------------------------------------------------------
www.eeworm.com/read/458215/7302034

exe cd4_4p.exe

www.eeworm.com/read/458215/7302039

bpr cd4_4p.bpr

www.eeworm.com/read/456603/7343931

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)
www.eeworm.com/read/456478/7348636

htm tutorial4_page4.htm

Webmonkey: javascript: Thau's JavaScript T
www.eeworm.com/read/453100/7426872

_c 4x4键盘._c

/********************************************************************* 注意在调用时要初始化DDRA=0xff; 这最好是用中断扫描键盘,在中断里先保存以前DDRA的数值; 扫描完后再恢复以前的DDRA的值 ************************************
www.eeworm.com/read/453100/7426891

c 4x4键盘.c

/********************************************************************* 注意在调用时要初始化DDRA=0xff; 这最好是用中断扫描键盘,在中断里先保存以前DDRA的数值; 扫描完后再恢复以前的DDRA的值 ************************************
www.eeworm.com/read/452892/7430209

asm 4x4键盘.asm

KEYBUF EQU 70H ORG 0000H LJMP MAIN ORG 0100H MAIN: MOV SP,#40H LCALL HH MOV R1,#00H ;计数初值 HH: MOV P2,#0FH ;P2口作输入口 MOV A,P2
www.eeworm.com/read/452713/7434722

cpp c10-4-4.cpp

#include #include using namespace std; class String {public: String(){p=NULL;} String(char *str); friend bool operator>(String &string1,String &string2); frie