代码搜索:visual basic
找到约 10,000 项符合「visual basic」的源代码
代码结果 10,000
www.eeworm.com/read/306033/13754785
pb basic_classes.pb
Imports Classes
Dim I As Integer
Dim L As TList = New TList()
Dim SL As TStringList = New TStringList()
L.Add(2)
L.Add(New TObject())
L.Add(5)
L.Add(7)
For I = 0 to L.Count - 1
printl
www.eeworm.com/read/306033/13754795
pb basic_shapes.pb
Namespace Shapes
Class Point
Private X As Integer, Y As Integer
Sub New (X As Integer, Y As Integer)
Me.X = X
Me.Y = Y
End Sub
End Class
Class Circle
Inher
www.eeworm.com/read/304660/13789836
c basic-atsui.c
/* Pango
* basic-atsui.c
*
* Copyright (C) 2005 Imendio AB
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* Lice
www.eeworm.com/read/304660/13789837
c basic-x.c
/* Pango
* basic.c:
*
* Copyright (C) 1999 Red Hat Software
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* Lic
www.eeworm.com/read/304660/13789839
c basic-fc.c
/* Pango
* basic-fc.c: Basic shaper for FreeType-based backends
*
* Copyright (C) 2000, 2007 Red Hat Software
* Authors:
* Owen Taylor
* Behdad Esfahbod
www.eeworm.com/read/303963/13806053
h gui_basic.h
/****************************************************************************************
* 文件名:GUI_BASIC.H
* 功能:GUI基本画图函数。
* 说明:
******************************************************************
www.eeworm.com/read/303963/13806056
c gui_basic.c
/****************************************************************************************
* 文件名:GUI_BASIC.C
* 功能:GUI基本绘图函数。进行基本绘图运算,并调用相应的刷新程序更新LCD显示。
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:图形操作层,进行各种图形运算
www.eeworm.com/read/302767/13827785
ppt basic topic.ppt
www.eeworm.com/read/301523/13857630
txt basic1.txt
10 cls
20 locate 1,2:print "WELCOME TO THE BASIC WORLD!!"
30 locate 2,4:print "PRESS ANY KEY TO CONTINUE."
35 A$="REDBOY BASIC FOR GBA V1.0.":j=1000:i=0
40 while getkey(1)=0
45 a$=strmv$(a$,0,1)