代码搜索:键盘程序
找到约 10,000 项符合「键盘程序」的源代码
代码结果 10,000
www.eeworm.com/read/286004/8795299
c 超声波接收程序.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit rcv=P3^3;
//中断服务程序//
reczd()interrupt 2 using 2
{
}
main()
{IE=0x84; //INT1开中断//
}
www.eeworm.com/read/286004/8795319
超声波发射程序
www.eeworm.com/read/286004/8795323
uv2 改进程序.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
www.eeworm.com/read/286004/8795350
obj 超声波接收程序.obj
www.eeworm.com/read/286004/8795361
m51 改进程序.m51
BL51 BANKED LINKER/LOCATER V6.00 11/22/2006 20:12:51 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
D:\KEIL\C51\BIN\BL51.EXE .\STAR
www.eeworm.com/read/429636/8797565
ppt c++程序设计.ppt
www.eeworm.com/read/385554/8799189
txt 之源程序3.txt
// errhand.cpp
#include
#include
#include
#include "errhand.h"
void fatal_error(char* fmt, ...)
{
va_list argptr;
va_start(argptr, fmt);
printf("Fatal
www.eeworm.com/read/385348/8808298
cpp 源程序扫描dlg.cpp
// 源程序扫描Dlg.cpp : implementation file
//
#include "stdafx.h"
#include "源程序扫描.h"
#include "源程序扫描Dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE_