代码搜索:HighTime
找到约 21 项符合「HighTime」的源代码
代码结果 21
www.eeworm.com/read/292571/8348250
c text.c
#include "at89x52.h"
#include "SERIAL.h"
#include "led.h"
#define uchar unsigned char
#define uint unsigned int
#define CONTRALLINE P0_0
uchar count = 0;
uint highnumber; //高位时的T0初计数值
www.eeworm.com/read/348181/11608080
lst iouart.lst
C51 COMPILER V7.08 IOUART 07/23/2008 15:46:42 PAGE 1
C51 COMPILER V7.08, COMPILATION OF MODULE IOUART
OBJECT MODULE PLACED IN
www.eeworm.com/read/348181/11608090
c iouart.c
/*********************************************************
IO口模拟232测试程序,仿单片机Keil Cx51应用开发技术中的程序
主要的功能是在利用串口调试工具发送一个8bit的数据,而后单片机
接收后把这个数据发送给模拟串口
***************************************************
www.eeworm.com/read/165558/10057451
cpp calendarview.cpp
// CalendarView.cpp : 实现文件
//
#include "stdafx.h"
#include "CalendarView.h"
#include "HighTime.h"
// CCalendarView
IMPLEMENT_DYNAMIC(CCalendarView, CWnd)
CCalendarView::CCalendarView(
www.eeworm.com/read/293718/8277239
cpp timetonumdlg.cpp
// TimeToNumDlg.cpp : implementation file
//
#include "stdafx.h"
#include "TimeToNum.h"
#include "TimeToNumDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
#include "HighTime.h"
// C
www.eeworm.com/read/293715/8277381
cpp timetonumdlg.cpp
// TimeToNumDlg.cpp : implementation file
//
#include "stdafx.h"
#include "TimeToNum.h"
#include "TimeToNumDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
#include "HighTime.h"
// C
www.eeworm.com/read/165558/10057496
cpp safedaydlg.cpp
// SafeDayDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "SafeDay.h"
#include "SafeDayDlg.h"
#include "HighTime.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
#include "CreditsCtrl.h"
www.eeworm.com/read/8474/148294
c ex97.c
//实例97:用红外遥控器控制继电器
#include //包含单片机寄存器的头文件
sbit IR=P3^2; //将IR位定义为P3.2引脚
unsigned char a[4]; //储存用户码、用户反码与键数据码、键数据反码
unsigned int LowTime,HighTime; //储存高、低电平的宽度
sbit
www.eeworm.com/read/12173/239821
c ex97.c
//实例97:用红外遥控器控制继电器
#include //包含单片机寄存器的头文件
sbit IR=P3^2; //将IR位定义为P3.2引脚
unsigned char a[4]; //储存用户码、用户反码与键数据码、键数据反码
unsigned int LowTime,HighTime; //储存高、低电平的宽度
sbit
www.eeworm.com/read/8474/148296
c ex96.c
//实例96:用P1口显示红外遥控器的按键值
#include //包含单片机寄存器的头文件
sbit IR=P3^2; //将IR位定义为P3.2引脚
unsigned char a[4]; //储存用户码、用户反码与键数据码、键数据反码
unsigned int LowTime,HighTime; //储存高、低电平的宽度
/