代码搜索:Display
找到约 10,000 项符合「Display」的源代码
代码结果 10,000
www.eeworm.com/read/233221/14163017
obj display.obj
www.eeworm.com/read/233221/14163022
lst display.lst
C51 COMPILER V7.10 DISPLAY 08/25/2007 00:13:26 PAGE 1
C51 COMPILER V7.10, COMPILATION OF MODULE DISPLAY
OBJECT MODULE PLACED IN
www.eeworm.com/read/233221/14163024
c display.c
#include "function.h"
#include "intrins.h"
#include "lcd.h"
void lcd_init ()
{
unsigned int j, d ,i;
WriteLCD_Command(0x01); //清屏
for(d=0;d
www.eeworm.com/read/233174/14165415
obj display.obj
www.eeworm.com/read/233174/14165421
lst display.lst
C51 COMPILER V7.10 DISPLAY 08/24/2007 15:17:09 PAGE 1
C51 COMPILER V7.10, COMPILATION OF MODULE DISPLAY
OBJECT MODULE PLACED IN
www.eeworm.com/read/233174/14165426
c display.c
#include "function.h"
#include "lcd.h"
//unsigned char x ;
unsigned char y ;
unsigned char *hz ;
unsigned char xpos;
unsigned char ypos;
unsigned char lcddata ;
/*********初始化****
www.eeworm.com/read/233165/14165905
vhd display.vhd
----------------------------------------------------------------------------------
-- Company:
-- Engineer:
--
-- Create Date: 16:38:01 03/08/2007
-- Design Name:
-- Module Name: display -
www.eeworm.com/read/130965/14165912
c display.c
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permi
www.eeworm.com/read/232903/14178291
c display.c
#include"reg52.h"
#define period 20 //设定占空比信号输出的周期,单位:5ms
sfr WDTRST = 0xA6;
sbit ge=P2^7;
sbit shi=P2^6;
sbit k_temp=P2^3; //调温键sw6
sbit k_power=P3^3; //休眠/唤醒键sw5