代码搜索结果
找到约 10,000 项符合
Screen 的代码
drpoint2.cpp
#include
#include
void INIT_SCREEN(void);
void RESTORE_SCREEN(void);
void DRAWPOINT(int X,int Y,int COLOR);
void DRAWLINE(int X,int Y,int LENGTH,int COLOR);
void CHANGE_COLOR
screenctrl.cpp
// ScreenCtrl.cpp: implementation of the ScreenCtrl class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "ScreenCtrl.h"
#include "comman
project1.dpr
{
Demo: Realisierung eines Splash-Screen
(c) 1998 Rainer Reusch & Toolbox
}
program Project1;
uses
Forms,
Unit1 in 'Unit1.pas' {Form1},
Unit2 in 'Unit2.pas' {SplashForm};
{$R *.
ddraw.bas
Attribute VB_Name = "DDraw"
Option Explicit
'DirectX variables
Dim mdd As DirectDraw7
Dim msurfFront As DirectDrawSurface7
Dim msurfBack As DirectDrawSurface7
Dim msurfTiles As DirectDrawSurfa
helpfile.hlp
+ wide_help 5 21
+ narrow_help 27 10
+ multipage_help 38 45
~wide_help
This is a wide help window resulting from the fact that t
nnbg.m
function fig = nnbg(n,r)
%NNBG Neural Network Design utility function.
% First Version, 8-31-95.
% NNBG(N,R)
% N - Window name (default = figure #).
% R - Rectangle without tf nam
ex4.c
#!./tcc -run -L/usr/X11R6/lib -lX11
#include
/* Yes, TCC can use X11 too ! */
#include
#include
int main(int argc, char **argv)
{
Display *display;
Screen *s
18388.html
Re: 请帮帮忙,不会也回应一下嘛~都没人回答哩~~
Re: 请帮帮忙,不会也回应一下嘛~都没人回答哩~~
gobck.m
%
% when finished initial viewing of data return to
% the previous screen .....
close_btn=uicontrol(main,...
'Style','Push',...
'units','Pixels',...
'Position',[420 12
怎样把过滤过的数据在dbgrid上显示出来.txt
下 面 是 大 致 的 代 码 :
Private Sub cmdFilter_Click()
On Error GoTo FilterErr
Dim recRecordset1 As Recordset, recRecordset2 As Recordset
Dim sFilterStr As String