代码搜索结果
找到约 10,000 项符合
Screen 的代码
gobck.m
%
% when finished initial viewing of data return to
% the previous screen .....
close_btn=uicontrol(main,...
'Style','Push',...
'units','Pixels',...
'Position',[420 12
start.prg
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
* 文件名: START.PRG(主文件)
splash.cpp
/****************************************************************************
;
; MODULE: Splash (.CPP)
;
; PURPOSE: Splash screen state functions
;
; HISTORY: 10/18/98 [blg] This file was c
makefile.all
OBJECT = screen.o settty.o rddouble.o rdlint.o rdsint.o rdstr.o getdata.o \
disp.o covmoney.o datetime.o rd_amt.o rdaccno.o testdate.o wfmt.o \
wrdstr.o wgetch.o shilyu.o
lib_fun:${OBJECT}
ar rv
48.txt
处理过程时的鼠标显示
为让你的程序更加专业一点,我们往往需要在程序处理过程时的鼠标形状显示为“沙漏”状态。我们一般的方法是在子程序的开始及结尾编程来改变鼠标形状,这样十分烦琐且容易忘记。我们还可以以下面的方法来实现这一目标:
1、创建一个新类,命名为:CHourGlass;
2、在此类中加入以下代码:
Private Sub Class_Initialize()
<mark>Screen</mark>. ...
18388.html
Re: 请帮帮忙,不会也回应一下嘛~都没人回答哩~~
Re: 请帮帮忙,不会也回应一下嘛~都没人回答哩~~
tstest.c
#include
#include
#include
/* for data reading from /dev/ts */
typedef struct {
unsigned short pressure;
unsigned short x;
unsigned short y;
unsign
怎样把过滤过的数据在dbgrid上显示出来.txt
下 面 是 大 致 的 代 码 :
Private Sub cmdFilter_Click()
On Error GoTo FilterErr
Dim recRecordset1 As Recordset, recRecordset2 As Recordset
Dim sFilterStr As String
cfghelp.c
/*
* This module contains all the routines needed to create a new help
* screen. The new help screen is read from a file which must exist before
* executing this routine.
*
* Program Name:
pcvideo.c
#include
#include
/* PCVIDEO.C -
This file has two routines.
1. _screen_say()
2. screen_clear()
They write characters to and clear the screen. All other io i