代码搜索:Display
找到约 10,000 项符合「Display」的源代码
代码结果 10,000
www.eeworm.com/read/467798/7001523
c copy of display.c
#include
#include
#include
#define DATA_PORT P0
#define SEL_PORT P2
#define SCROLL_TIME 4
#define NO_OF_DIGITS 4 //5
idata unsigned char scr_time=0; //For dis
www.eeworm.com/read/464888/7061787
html test_display.html
Quick test for identifying display character set
www.eeworm.com/read/172061/7074771
m display1.m
function varargout = display1(flag,varargin)
% DISPLAY1 displays progress information during optimization.
% FIGTR = DISPLAY1('init',itbnd,tol,showstat,nbnds,x,g,l,u)
% does the initialization
www.eeworm.com/read/305605/7085368
h display_count.h
/*----------------------------------------------------------------
Display_Count.H (v1.00)
Author:06_Digital_Media
All Right Reserved
------------------------------------------------------
www.eeworm.com/read/305605/7085371
c display_count.c
/*--------------------------------------------------------------*-
Display_count.C (v1.00)
Author:06_Digital_Media
All Right Reserved
----------------------------------------------------------
www.eeworm.com/read/118158/7135178
rc2 display.rc2
//
// DISPLAY.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
///
www.eeworm.com/read/258044/7136388
pwi led display.pwi
www.eeworm.com/read/258044/7136389
hex led display.hex
:02000000800C72
:10000B0002003375300075310075A00075890175DC
:10001B008CEC758A7875A882D28CE53090005EA83E
:10002B00A02893F580020025758CEC758A7805A0C5
:10003B00E5A0B4081D75A0000531E531B40A1375B0
:10
www.eeworm.com/read/258044/7136393
plg led display.plg
礦ision3 Build Log
Project:
E:\Program Files\Labcenter Electronics\Proteus 6 Demonstration(2)\47 LED Display\LED Display.uv2
Project File Date: 07/05/2006
www.eeworm.com/read/258044/7136395
asm led display.asm
DISP_CNT EQU 30H
TCNT EQU 31H
ORG 00H
SJMP START
ORG 0BH
LJMP INT_T0
START: MOV DISP_CNT,#00H
MOV TCNT,#00H
MOV P2,#00H
MOV TMOD,#01H
MOV TH0,#(65536-5000)/256
M