代码搜索:scroll
找到约 4,241 项符合「scroll」的源代码
代码结果 4,241
www.eeworm.com/read/343370/11954379
c scroll.c
///////////////////////////////////////////////
{
BYTE _a2[4];
WORD _v[4];
BYTE _w[4], _sa[4], _cl[4];
char i;
for( i=3; i>=0; i-- ) {
SetOSDWindowNum(i+1);
_w[i] = ReadTW88(
www.eeworm.com/read/256425/12000320
gif scroll.gif
www.eeworm.com/read/256346/12006058
gif scroll.gif
www.eeworm.com/read/341877/12057031
c scroll.c
/*--------------------------[ scroll ]--------------------------*/
/* Scroll the active page up or down a number of lines */
/* Public domain code by Jeff Dunlop:
www.eeworm.com/read/341401/12085371
frm scroll.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 2655
ClientLeft = 60
ClientTop = 345
ClientWidth = 6255
LinkTopic
www.eeworm.com/read/341401/12085372
vbp scroll.vbp
Type=Exe
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLE Automation
Form=Scroll.frm
Startup="Form1"
HelpFile=""
Command32=""
Name="工程1"
HelpContext
www.eeworm.com/read/152398/12117178
m scroll.m
function scroll(handle,flag)
global Xwc_ub_w Xwc_lb_w
if strcmp(get(handle(16),'String'),'upper')
data=Xwc_ub_w;
else
data=Xwc_lb_w;
end
row=str2num(get(handle(14),'String'));
col=str
www.eeworm.com/read/254802/12117593
asm scroll.asm
; This example shows the used of
; scrolling functions.
; It prints some test strings,
; and scrolls up/down the
; window at (1,1)-(8,5).
#make_COM#
ORG 100h
; set data segment to cod
www.eeworm.com/read/254324/12146185