代码搜索:sbit
找到约 10,000 项符合「sbit」的源代码
代码结果 10,000
www.eeworm.com/read/440690/7684083
h w77e58.h
sfr P0 = 0x80;
sfr P1 = 0x90;
sfr P2 = 0xA0;
sfr P3 = 0xB0;
#define p0 P0
#define p1 P1
#define p2 P2
#define p3 P3
sfr PSW = 0xD0;
sfr ACC = 0xE0;
sfr B = 0xF0;
sfr
www.eeworm.com/read/440587/7687255
lst text1.lst
C51 COMPILER V7.07 TEXT1 08/29/2007 10:38:03 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE TEXT1
OBJECT MODULE PLACED IN T
www.eeworm.com/read/440493/7688680
c lcd1602.c
//端口定义
#define DBPort P0 //LCD数据端口
sbit LcdRs = P2^0;
sbit LcdRw = P2^1;
sbit LcdEn = P2^2;
sbit Lcdbf = P0^7; //LCD忙标志 Busy Flag
void delay(unsigned int t) //延时
{
while(t-
www.eeworm.com/read/440438/7689407
h epphal.h
/*
//*************************************************************************
//
// P H I L I P S P R O P R I E T A R Y
//
// COPYRIGHT (c) 1997 BY
www.eeworm.com/read/440250/7691574
c 89c52-stepmotor.c
/******************************************************************************
*Project:步进电机控制程序练习 A practise program of stepper motor controlment
运行开始后电机正转,默认转速为最高速度的50%(2000Hz),速度可微调,
www.eeworm.com/read/440250/7691577
lst 89c52-stepmotor.lst
C51 COMPILER V8.05a 89C52_STEPMOTOR 03/20/2009 01:55:07 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE 89C52_STEPMOTOR
OBJECT MODULE
www.eeworm.com/read/439650/7704461
cpp gfd.cpp
/* =======直流电机的PWM速度控制程序======== */
/* 纬东工作室 robots51.51.net 2006年6月 */
/* 晶振采用11.0592M,产生的PWM的频率约为91Hz */
#include
#include
#define uchar unsigned char
#define uint unsig
www.eeworm.com/read/439408/7710202
h myapi.h
typedef unsigned int UINT;
typedef unsigned char BYTE;
#define ADD 0x00//本机地址
#define ADD1 0x01//它机地址
#define ADD2 0x02//
#define ADD3 0x03//
#define ADD4 0x04//
#define ADD5 0x05//
#define
www.eeworm.com/read/438905/7724799
h paralleladc.h
/*****************************************/
/* Copyright (c) 2005, 通信工程学院 */
/* All rights reserved. */
/* 作 者:戴 佳 */
/*************************************
www.eeworm.com/read/438645/7728744
c ceshi.c
#include "PL3105.h"
#define uchar unsigned char
#define uint unsigned int
/*常量定义*/
#define CHECK_TIME 1000 //5秒钟
#define PULSE_DZ_CN 3 //待测表收到PULSE_DZ_CN个脉冲后,显示误差
#define PULSE_JX_