代码搜索:SMART
找到约 7,701 项符合「SMART」的源代码
代码结果 7,701
www.eeworm.com/read/227593/4773947
pm smart.pm
package AI::Categorizer::Document::SMART;
use strict;
use AI::Categorizer::Document;
use base qw(AI::Categorizer::Document);
sub parse {
my ($self, %args) = @_;
$args{content} =~ s{
^(?:
www.eeworm.com/read/221876/4824709
java smart.java
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copy
www.eeworm.com/read/199150/5079591
dpr smart.dpr
program Smart;
uses
{$IFNDEF LINUX}
Forms,
{$ELSE}
QForms,
{$ENDIF}
Main in 'Main.pas' {fmMain};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TfmMain,
www.eeworm.com/read/199150/5079764
dpr smart.dpr
program Smart;
{%DelphiDotNetAssemblyCompiler 'System.Drawing.dll'}
{%DelphiDotNetAssemblyCompiler 'Borland.VclDbRtl.dll'}
{%DelphiDotNetAssemblyCompiler 'Borland.Delphi.dll'}
{%DelphiDotNetAsse
www.eeworm.com/read/199150/5079937
dpr smart.dpr
program Smart;
uses
Forms,
Main in 'Main.pas' {fmMain};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TfmMain, fmMain);
Application.Run;
end.
www.eeworm.com/read/199150/5080024
dpr smart.dpr
program Smart;
{%DelphiDotNetAssemblyCompiler 'Borland.Delphi.dll'}
{%DelphiDotNetAssemblyCompiler 'Borland.Vcl.dll'}
{%DelphiDotNetAssemblyCompiler 'Borland.VclRtl.dll'}
{%DelphiDotNetAssemblyC