代码搜索:visual basic
找到约 10,000 项符合「visual basic」的源代码
代码结果 10,000
www.eeworm.com/read/236825/4637651
lua basic.lua
-- tolua: basic utility functions
-- Written by Waldemar Celes
-- TeCGraf/PUC-Rio
-- Jul 1998
-- Last update: Apr 2003
-- $Id: basic.lua 1004 2006-02-27 13:03:20Z lindquist $
-- This code is f
www.eeworm.com/read/233914/4664664
txt basic.txt
#
# Basic.txt - Resources for VB.NET.
#
# Copyright (C) 2003 Southern Storm Software, Pty Ltd.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU
www.eeworm.com/read/233914/4664733
txt basic.txt
#
# Basic.txt - Resources for VB.NET.
#
# Copyright (C) 2003 Southern Storm Software, Pty Ltd.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU
www.eeworm.com/read/233914/4664799
txt basic.txt
#
# Basic.txt - Resources for VB.NET.
#
# Copyright (C) 2003 Southern Storm Software, Pty Ltd.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU
www.eeworm.com/read/233448/4676292
mm basic.mm
// APPLE LOCAL file mainline
// A basic sanity check for Objective-C++.
// { dg-do run }
#include
#include
@interface Greeter : Object
- (void) greet: (const char *)msg;
@
www.eeworm.com/read/233208/4694006
cpp basic.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
USERES("Basic.res");
USEFORM("uMain.cpp", fmMain);
//-------------------------------
www.eeworm.com/read/233208/4694009
cpp basic.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
USERES("Basic.res");
USEFORM("uMain.cpp", fmMain);
//-------------------------------
www.eeworm.com/read/233208/4694010
bpr basic.bpr
# ---------------------------------------------------------------------------
!if !$d(BCB)
BCB = $(MAKEDIR)\..
!endif
# --------------------------------------------------------------------------
www.eeworm.com/read/233208/4694012
dpr basic.dpr
program Basic;
uses
Forms,
uMain in 'uMain.pas' {fmMain};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TfmMain, fmMain);
Application.Run;
end.