代码搜索:Simple

找到约 10,000 项符合「Simple」的源代码

代码结果 10,000
www.eeworm.com/read/180137/5290933

c simple.c

/***************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | *
www.eeworm.com/read/179153/5309420

pm simple.pm

# # $Id: Simple.pm,v 1.12 2006/06/11 09:34:12 gomor Exp $ # package DBIx::SQLite::Simple; use strict; use warnings; use Carp; our $VERSION = '0.33'; require DBI; require Class::Gomor::Array; our @I
www.eeworm.com/read/179153/5309558

pm simple.pm

package Test::Simple; use 5.004; use strict 'vars'; use vars qw($VERSION); $VERSION = '0.42'; use Test::Builder; my $Test = Test::Builder->new; sub import { my $self = shift; my $caller =
www.eeworm.com/read/179153/5309582

simple_fail

print
www.eeworm.com/read/179153/5309631

pm simple.pm

package Test::Simple; use 5.004; use strict 'vars'; use vars qw($VERSION @ISA @EXPORT); $VERSION = '0.62'; $VERSION = eval $VERSION; # make the alpha version come out as a number use Test::Build
www.eeworm.com/read/179153/5309669

t simple.t

BEGIN { if( $ENV{PERL_CORE} ) { chdir 't'; @INC = '../lib'; } } use strict; BEGIN { $| = 1; $^W = 1; } use Test::Simple tests => 3; ok(1, 'compile'); ok(1); ok(1, 'foo');
www.eeworm.com/read/179153/5309724

pm simple.pm

package Test::Simple; use 5.004; use strict 'vars'; use vars qw($VERSION); $VERSION = '0.47'; use Test::Builder; my $Test = Test::Builder->new; sub import { my $self = shift; my $caller =
www.eeworm.com/read/175436/5346992

cpp simple.cpp

// simple.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #ifndef CRYPTOPP_IMPORTS #include "simple.h" #include "secblock.h" NAMESPACE_BEGIN(CryptoPP) NAMESPA
www.eeworm.com/read/175436/5347001

h simple.h

// simple.h - written and placed in the public domain by Wei Dai /*! \file Simple non-interface classes derived from classes in cryptlib.h. */ #ifndef CRYPTOPP_SIMPLE_H #define CRYPTOPP_SIMPL
www.eeworm.com/read/174538/5361071

java simple.java

/* * 1.1 version. */ import java.applet.Applet; import java.awt.Graphics; public class Simple extends Applet { StringBuffer buffer; public void init() { buffer = new StringBuffer();