代码搜索:visual basic
找到约 10,000 项符合「visual basic」的源代码
代码结果 10,000
www.eeworm.com/read/103451/6215799
cpp stringattribute.cpp
//-------------------------------------------------------------------
// Author........: Aleksander 豩rn
// Date..........: 960630
// Description...:
// Revisions.....:
//=========================
www.eeworm.com/read/100601/6268237
txt trademarks.txt
The follow may be trademarked by their respective organizations.
3DES Triple Data Encryption Standard
AIX
ANSI American National Standards Institute
ASCII American Sta
www.eeworm.com/read/100046/6274895
c htaabrow.c
/* HTAABrow.c
** BROWSER SIDE ACCESS AUTHORIZATION MODULE
**
** (c) COPYRIGHT MIT 1995.
** Please first read the full copyright statement in the file COPYRIGH.
** @(#) $Id: HTAABrow.c,v 2
www.eeworm.com/read/418906/6339383
cpp c13-4.cpp
#include
using namespace std;
int main()
{char *a="BASIC";
for(int i=4;i>=0;i--)
cout.put(*(a+i));
cout.put('\n');
return 0;
}
www.eeworm.com/read/101110/6353788
htm 8-1.cfm.htm
这一章介绍如何使用Visual Basic的Scripting版本(VBScript),Active
Sever Pages的缺省脚本语言
www.eeworm.com/read/492274/6420338
hpp frac2in.hpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/492074/6423921
xml synlibertybasic.xml
Christoph von Wittich
3.1
Shoptalk System Liberty Basic
synLibertyBasic
2
www.eeworm.com/read/490996/6439115
java type.java
package symbols;
import lexer.*;
public class Type extends Word {
public int width = 0;
public Type(String s, int tag, int w) {
super(s, tag);
width = w;
}
public static final Type
Int =
www.eeworm.com/read/490996/6439179
java tag.java
package lexer;
public class Tag{
public final static int
AND = 256, BASIC = 257, BREAK = 258, DO = 259, ELSE = 260,
EQ = 261, FALSE = 261, GE = 263, ID = 264, IF = 265,
www.eeworm.com/read/490828/6443066
cpp 10-27.cpp
#include
void main()
{char *name[]={"Follow me","BASIC","Great Wall","FORTRAN","Computer design"};
char **p;
int i;
for(i=0;i