代码搜索:visual basic
找到约 10,000 项符合「visual basic」的源代码
代码结果 10,000
www.eeworm.com/read/328889/3435677
h basic.h
//
// This Program is provided by Duke University and the authors as a service to the
// research community. It is provided without cost or restrictions, except for the
// User's acknowledgement that
www.eeworm.com/read/328889/3435678
c basic.c
//
// This Program is provided by Duke University and the authors as a service to the
// research community. It is provided without cost or restrictions, except for the
// User's acknowledgement that
www.eeworm.com/read/324136/3506065
test basic.test
# This file contains tests for the tclBasic.c source file. Tests appear in
# the same order as the C code that they test. The set of tests is
# currently incomplete since it currently includes only ne
www.eeworm.com/read/323581/3513518
test basic.test
#
# Basic tests for class definition and method/proc access
# ----------------------------------------------------------------------
# AUTHOR: Michael J. McLennan
# Bell Labs Innovations
www.eeworm.com/read/323581/3513541
test basic.test
#
# Basic tests for class definition and method/proc access
# ----------------------------------------------------------------------
# AUTHOR: Michael J. McLennan
# Bell Labs Innovations
www.eeworm.com/read/321483/3533668
t basic.t
#!/usr/bin/perl -w
# This test puts MakeMaker through the paces of a basic perl module
# build, test and installation of the Big::Fat::Dummy module.
BEGIN {
if( $ENV{PERL_CORE} ) {
chdir
www.eeworm.com/read/321483/3533677
t basic.t
#!/usr/bin/perl
BEGIN {
if ($ENV{PERL_CORE}) {
chdir 't' if -d 't';
chdir '../lib/ExtUtils/ParseXS'
or die "Can't chdir to lib/ExtUtils/ParseXS: $!";
@INC = qw(../.. ../../.. .);
www.eeworm.com/read/321483/3533880
t basic.t
BEGIN {
if( $ENV{PERL_CORE} ) {
@INC = '../lib';
chdir 't';
}
}
use IO::Zlib;
sub ok
{
my ($no, $ok) = @_ ;
#++ $total ;
#++ $totalBad unless $ok ;
print "ok $no\n" if $o
www.eeworm.com/read/321483/3534122
t basic.t
BEGIN {
if($ENV{PERL_CORE}) {
chdir 't';
@INC = '../lib';
}
}
use strict;
use Test;
BEGIN { plan tests => 30 };
#use Pod::Simple::Debug (6);
ok 1;
require Pod::Simple::Blac