代码搜索:visual basic
找到约 10,000 项符合「visual basic」的源代码
代码结果 10,000
www.eeworm.com/read/180654/9299756
txt readme.txt
;Authors: Nitin Kumar & Vipin Kumar
;NOTE:- We are not respomsible for anything.Use at your own risk
;If you develop anything using this code, please remember to give necessary credit to the authors
www.eeworm.com/read/170480/9803910
sources
TARGETNAME=HOOKCR0
TARGETPATH=OBJ
TARGETTYPE=DRIVER
SOURCES=basic.c
www.eeworm.com/read/168054/9940818
txt aa2.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)
www.eeworm.com/read/360311/10103703
cpp c13-4-2.cpp
#include
int main()
{char *a="BASIC";
for(int i=4;i>=0;i--)
putchar(*(a+i));
putchar('\n');
return 0;
}
www.eeworm.com/read/423959/10512972
cpp c13-4-2.cpp
#include
int main()
{char *a="BASIC";
for(int i=4;i>=0;i--)
putchar(*(a+i));
putchar('\n');
return 0;
}
www.eeworm.com/read/419185/10881106
c auth.c
/*******************************************************************************
Samples\TcpIp\RabbitWeb\auth.c
Rabbit Semiconductor, 2004
Demonstrates the use of authenti
www.eeworm.com/read/273707/10903779
txt readme.txt
//-----------------------------------------------------------------------------
// Name: Basic5 Example
//
// Copyright (c) Wolfgang F. Engel (wolf@direct3d.net) All rights reserved.
//----------
www.eeworm.com/read/273407/10917404
cpp c13-4-2.cpp
#include
int main()
{char *a="BASIC";
for(int i=4;i>=0;i--)
putchar(*(a+i));
putchar('\n');
return 0;
}