代码搜索:Display

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

代码结果 10,000
www.eeworm.com/read/187534/8633930

m display_str.m

%display_str show strings in the current window or convert a string into TeX format % % [xL,h]=display_str(x,y,Str1,nCol,vis,nFSize,... % fName,fWeight,fAngle) % %where % % xL -- the
www.eeworm.com/read/387579/8664766

v lcm_display.v

module LCM_Display ( iCLK, iRST_N, iKEY1, oLCM_VSYNC, oLCM_HSYNC, oLCM_GRST, oLCM_DCLK, oLCM_SHDB, oL
www.eeworm.com/read/431504/8673456

c 1602display.c

SMC1602A(16*2)模拟口线接线方式 连接线图: --------------------------------------------------- |LCM-----51 | LCM-----51 | LCM------51 | -----------------------------------------------
www.eeworm.com/read/431395/8680338

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/386476/8745109

asm led_display.asm

LED_DISPLAY: PUSH DPH PUSH DPL PUSH ACC MOV 3FH,#00H MOV 3EH,#00H MOV 3DH,#00H MOV 3CH,#00H MOV R5,#3FH MOV A,#81H ;写8255控制字 MOV DPTR,#7F03H MOVX @DPTR,A ;C口为
www.eeworm.com/read/386439/8747299

c adc-display.c

#include unsigned char code table[]={0x3f,0x06,0x5b,0x4f,0x66, 0x6d,0x7d,0x07,0x7f,0x6f}; unsigned char Count,d1,d2,d3,d4; void delay(void) { unsi
www.eeworm.com/read/429795/8788503

py web_display.py

#!/usr/bin/python # # Urwid web (CGI/Asynchronous Javascript) display module # Copyright (C) 2004-2007 Ian Ward # # This library is free software; you can redistribute it and/or # modify it
www.eeworm.com/read/429795/8788505

py raw_display.py

#!/usr/bin/python # # Urwid raw display module # Copyright (C) 2004-2007 Ian Ward # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Les