代码搜索:SCROLL
找到约 4,241 项符合「SCROLL」的源代码
代码结果 4,241
www.eeworm.com/read/357802/3012966
h txt_main.h
/************************
* mp3_main.h
************************/
extern BOOLEAN fm_lock, music_on, lyric_on, scroll_on;
void screen_txt_init(void);
void screen_txt(UINT8 key);
void
www.eeworm.com/read/357802/3013011
h pic_main.h
/************************
* mp3_main.h
************************/
extern BOOLEAN fm_lock, music_on, lyric_on, scroll_on;
void screen_jpeg_init(void);
void screen_jpeg(UINT8 key);
vo
www.eeworm.com/read/357802/3013053
h txt_main.h
/************************
* mp3_main.h
************************/
extern BOOLEAN fm_lock, music_on, lyric_on, scroll_on;
void screen_txt_init(void);
void screen_txt(UINT8 key);
void
www.eeworm.com/read/357802/3013071
h rec_main.h
/************************
* mp3_main.h
************************/
extern BOOLEAN fm_lock, music_on, lyric_on, scroll_on;
void screen_rec_init(void);
void screen_rec(UINT8 key);
void
www.eeworm.com/read/357802/3013122
h txt_main.h
/************************
* mp3_main.h
************************/
extern BOOLEAN fm_lock, music_on, lyric_on, scroll_on;
void screen_txt_init(void);
void screen_txt(UINT8 key);
void
www.eeworm.com/read/252366/4408163
c wgetch.c
#include
#include
#include "curspriv.h"
int wgetch(win)
WINDOW *win;
{
bool weset = FALSE;
char inp;
if (!win->_scroll && (win->_flags & _FULLWIN)
&& win-
www.eeworm.com/read/471515/6895170
vhd lcd.vhd
--
-- Reference design - Initial design for Spartan-3E Starter Kit when delivered.
--
-- Ken Chapman - Xilinx Ltd - January 2006
--
-- Constantly scroll the text 揝PARTAN-3E STARTER KIT" and "www.
www.eeworm.com/read/202442/15384187
asm modules.asm
;
; Small tt shot game(asm final), modules section
public CALCUL, CHAR, CURSOR, PRODUCE, READKEY, SCROLL, TIMER, UPDATE,
extrn EXITGAME:far, FUC_M:far
include data.asm ; public data resource
www.eeworm.com/read/107485/15606213
sql cursordemo12.sql
/* 文件名称: CursorDemo12.sql */
USE pubs
GO
-- Create and open a global named cursor that
-- is visible outside the batch.
DECLARE abc CURSOR GLOBAL SCROLL FOR
SELECT * FROM authors
OPEN abc
G