代码搜索结果

找到约 10,000 项符合 Screen 的代码

第五章实例源程序鼠标器.c

/*为了让本实例尽可能简洁的突出鼠标编程,而不在其他方面过多分散读者的注意力。我忽略了很多实现的细节,读者对于可以在十进制编辑框中输入字符"F"之类的问题不要太吃惊。有兴趣的读者可以很容易的修正这个"bug"*/ #include #include #include #include #include

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

18388.html

Re: 请帮帮忙,不会也回应一下嘛~都没人回答哩~~ Re: 请帮帮忙,不会也回应一下嘛~都没人回答哩~~

alwaysontop.bas

Attribute VB_Name = "AlwaysOnTop" Declare Function SetWindowPos Lib "User32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, _ ByVal X As Long, _ ByVal Y As Long, _ ByVal cX As Lon

frmyulan.frm

VERSION 5.00 Begin VB.Form frmYuLan AutoRedraw = -1 'True BackColor = &H00FFFFFF& Caption = "Form1" ClientHeight = 3195 ClientLeft = 60

module.bas

Attribute VB_Name = "Module" Dim X0 As Integer Dim Y0 As Integer Public Sub MoveToCenter() '移到屏幕正中 X0 = Screen.Width Y0 = Screen.Height X0 = (X0 - VB.Screen.ActiveForm.Width)

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

chapter07mypaint.pro

; Chapter07MyPaint.pro PRO Chapter07MyPaintExit, Event WIDGET_CONTROL, Event.TOP, /DESTROY END PRO Chapter07MyPaintCleanUp, ID WIDGET_CONTROL, ID, GET_UVALUE=InfoPointer PTR_FREE, In

scrpages.c

/* Screen pages 1.1 (c) 2000,2001 Kostas Michalopoulos aka Bad Sector */ #include #include #include "scrpages.h" void init_page(p_page p, const char *title) { strcpy(p->s