代码搜索:4

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

代码结果 10,000
www.eeworm.com/read/470420/6910526

jam mult4x4.jam

' Copyright (C) 1988-1999 Altera Corporation ' Any megafunction design, and related net list (encrypted or decrypted), ' support information, device programming or simulation file, and any other '
www.eeworm.com/read/470420/6910547

cnf mult4x4.cnf

www.eeworm.com/read/470420/6910553

ndb mult4x4.ndb

www.eeworm.com/read/470420/6910558

rpt mult4x4.rpt

Project Information e:\ajun\mult4x4.rpt MAX+plus II Compiler Report File Version 9.3 7/23/1999 Compiled: 04/24/2009 23:14:25 Copyright (C) 1988-1999 Alte
www.eeworm.com/read/470420/6910586

fit mult4x4.fit

-- MAX+plus II Compiler Fit File -- Version 9.3 7/23/1999 -- Compiled: 04/24/2009 23:14:25 -- Copyright (C) 1988-1999 Altera Corporation -- Any megafunction design, and
www.eeworm.com/read/468323/6996367

c 4x4keyboardscan.c

/*单片机典型矩阵键盘扫描程序 进行键盘扫描及键处理时,在程序中直接调用函数KeyProcess()即可。键处理函数原型声明在头文件Key.h中,键处理函数可放在程序的任何地方,一个按键对应一个处理函数。 该键盘扫描程序去抖动为什么不需软件延时?因为从无按键到键被按下,要进行两次扫描,此间相当于延时去抖动。 该键盘扫描程序还有一特色:用二维数组进行按键功能处理,使程序更简单。 ...
www.eeworm.com/read/466623/7030000

mdl c4mex4.mdl

Model { Name "c4mex4" Version 4.00 SampleTimeColors off LibraryLinkDisplay "none" WideLines off ShowLineDimensions off ShowPortDataTypes off ShowStorageClass
www.eeworm.com/read/466178/7040378

uv2 ex4-4.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, 0x0 Options 1,0,0 // Targ
www.eeworm.com/read/466198/7040819

asm 4x4keyboard.asm

KEYBUF EQU 30H ORG 00H START: MOV KEYBUF,#8 WAIT: MOV P3,#0FFH CLR P3.4 MOV A,P3 ANL A,#0FH XRL A,#0F
www.eeworm.com/read/466198/7040822

obj 4x4keyboard.obj