代码搜索:Display

找到约 10,000 项符合「Display」的源代码

代码结果 10,000
www.eeworm.com/read/10763/188560

cpp display_main.cpp

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you lic
www.eeworm.com/read/11269/215811

js code-display.js

/* * Ext JS Library 2.3.0 * Copyright(c) 2006-2009, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ // Create and append to the body, a Panel containing a block of c
www.eeworm.com/read/11331/227816

lst key_display.lst

C51 COMPILER V8.02 KEY_DISPLAY 09/06/2007 19:43:26 PAGE 1 C51 COMPILER V8.02, COMPILATION OF MODULE KEY_DISPLAY OBJECT MODULE PLACE
www.eeworm.com/read/11331/227848

c key_display.c

/**************COPYRIGHT RESERVED BY DU************************/ //key_display.c #include "c8051F020.h" #include "intrins.h" #include "CH452CMD.H" // 定义常用命令码及外部子程序 #include "pin.h" #include "mat
www.eeworm.com/read/11331/227855

obj key_display.obj

www.eeworm.com/read/11331/227869

src key_display.src

; .\key_display.SRC generated from: key_display.c ; COMPILER INVOKED BY: ; C:\Keil\C51\BIN\C51.EXE key_display.c BROWSE DEBUG OBJECTEXTEND SRC(.\key_display.SRC) $NOMOD51 NAME KEY_DISPL
www.eeworm.com/read/11331/227877

h key_display.h

//////COPYRIGHT RESERVED BY DU//////// ///////////////////////////////////// #ifndef __UNSIGNEDS #define __UNSIGNEDS #define uint unsigned int #define uchar unsigned char
www.eeworm.com/read/12053/238431

c display_time.c

void dis_time(void) { col=0;row=0;Putedot(year/1000+0x10); col=8;row=0;Putedot((year/100)%10+0x10); col=16;row=0;Putedot((year%100)/10+0x10); col=24;row=0;Putedot(year%10+0x10); col=48;row=0;Put
www.eeworm.com/read/12053/238450

c display_time.c

void dis_time(void) { col=0;row=0;Putedot(year/1000+0x10); col=8;row=0;Putedot((year/100)%10+0x10); col=16;row=0;Putedot((year%100)/10+0x10); col=24;row=0;Putedot(year%10+0x10); col=48;row=0;Put
www.eeworm.com/read/12053/238466

_c display_time._c

void dis_time(void) { col=0;row=0;Putedot(year/1000+0x10); col=8;row=0;Putedot((year/100)%10+0x10); col=16;row=0;Putedot((year%100)/10+0x10); col=24;row=0;Putedot(year%10+0x10); col=48;row=0;Put