代码搜索:visual basic
找到约 10,000 项符合「visual basic」的源代码
代码结果 10,000
www.eeworm.com/read/316871/13515428
dfm newtab.dfm
object NewTabFrm: TNewTabFrm
Left = 403
Top = 204
Width = 430
Height = 157
Caption = 'Add New BASIC File...'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWin
www.eeworm.com/read/316871/13515440
dof basicide.dof
[FileVersion]
Version=6.0
[Compiler]
A=8
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=0
K=0
L=1
M=0
N=1
O=1
P=1
Q=1
R=1
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
www.eeworm.com/read/314620/13563326
asm ws7_1.asm
assume cs:code,ds:data
data segment
db 'BaSiC'
db 'inforMATION'
data ends
code segment
start:
mov al,'a'
mov bl,'b'
mov ah,4ch
int 21h
code ends
end start
www.eeworm.com/read/312610/13607847
txt 例10.28.txt
例10.28使用指向指针的指针。
main()
{char *name[]={"Follow me","BASIC","Great Wall","FORTRAN","Computer Design"};
char
www.eeworm.com/read/308995/13684652
h ms_queue.h
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
www.eeworm.com/read/306561/13741886
txt readme.txt
/*********code by namgking***********/
/*only the basic des encode function*/
/*input 8 chars**********************/
/*ouput 8 hex integers***************/
/*email:namg2000@163.com*************/
www.eeworm.com/read/305500/13767142
sbs createobject函数示例.sbs
Sub Main
Dim App As Object
Set App = CreateObject("Word.Basic")
MsgBox App.[Time$]()
Set App = Nothing
End Sub
www.eeworm.com/read/304883/13784060
htm 8-1.cfm.htm
这一章介绍如何使用Visual Basic的Scripting版本(VBScript),Active
Sever Pages的缺省脚本语言