代码搜索:Key
找到约 10,000 项符合「Key」的源代码
代码结果 10,000
www.eeworm.com/read/324587/6284824
pin key2.pin
-- Copyright (C) 1988-2002 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/324587/6284828
rpt key2.rpt
Project Information e:\cal\key2.rpt
MAX+plus II Compiler Report File
Version 10.2 07/10/2002
Compiled: 06/27/2007 11:41:24
Copyright (C) 1988-2002 Al
www.eeworm.com/read/331777/6303761
c key02.c
#include
#include "key.h"
void Init_Port(void)
{
//将P1口所有的管脚在初始化的时候设置为输入方式
P1DIR = 0;
//将P1口所有的管脚设置为一般I/O口
P1SEL = 0;
// 将P1.4 P1.5 P1.6 P1.7设置为输出方向
www.eeworm.com/read/331777/6303763
c key01.c
#include
#include "key.h"
void Init_Port(void)
{
//将P1口所有的管脚在初始化的时候设置为输入方式
P1DIR = 0;
//将P1口所有的管脚设置为一般I/O口
P1SEL = 0;
// 将P1.4 P1.5 P1.6 P1.7设置为输出
www.eeworm.com/read/381704/6308843
m51 key.m51
BL51 BANKED LINKER/LOCATER V4.13 11/26/2008 14:07:02 PAGE 1
BL51 BANKED LINKER/LOCATER V4.13, INVOKED BY:
D:\KEIL\C51\BIN\BL51.EXE key.ob
www.eeworm.com/read/381704/6308850
bak key_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
DaveTm { 0,0,0,0,0,0,0,0 }
Target (Tar
www.eeworm.com/read/381704/6308886
uv2 key.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
Options 1,0,0 // Target 'Targe
www.eeworm.com/read/300054/6315777
bin key_test.bin
www.eeworm.com/read/387131/6321547
pjt led+key.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\lp\2407new\led+key\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
www.eeworm.com/read/387131/6321550
c led+key.c
//(2) 主程序
// 该程序用于实验演示模板上的8个LED的显示
#include "register.h"
int j,k;
main() // 初始化子程序
{
asm(" setc SXM"); // 抑制符号位扩展
asm(" clrc OVM"); // 累加器中结果正常溢出
as