代码搜索:SCROLL
找到约 4,241 项符合「SCROLL」的源代码
代码结果 4,241
www.eeworm.com/read/182126/9215946
pp rwpage.pp
PROGRAM ScrollTest;
Uses svgalib;
type
VideoMemType = array[0..65535] of byte;
var
i,mode,StartupMode : longint;
SeparateReadWriteWindows : boolean;
modeinfo : ^vga_modeinfo;
Video
www.eeworm.com/read/131205/6955647
cpp simgui.cpp
//
// FILE: SimGUI.cpp
//
// Copyright (c) 1997 by Aaron Michael Cohen and Mike Woodring
//
/////////////////////////////////////////////////////////////////////////
#include "SimGUI.h"
#includ
www.eeworm.com/read/466189/7040634
h drawdlg.h
#if !defined(AFX_DRAWDLG_H__075020D9_345B_43BB_A7A4_82071D5461CA__INCLUDED_)
#define AFX_DRAWDLG_H__075020D9_345B_43BB_A7A4_82071D5461CA__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MS
www.eeworm.com/read/440253/7691457
asm micro-os_kernel.asm
; This is a very basic example
; of a tiny operating system.
;
; This is Kernel module!
;
; It is assumed that this machine
; code is loaded by 'micro-os_loader.asm'
; from floppy drive from:
www.eeworm.com/read/131315/5946926
c pl_7.c
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permi
www.eeworm.com/read/400114/11582710
h irowsetexactscrollimpl.h
#ifndef __I_ROWSET_EXACT_SCROLL_IMPL__INCLUDED__
#define __I_ROWSET_EXACT_SCROLL_IMPL__INCLUDED__
#include "IRowsetScrollImpl.h"
template
class ATL_NO_VTABLE CRowsetExact