代码搜索:OUT
找到约 10,000 项符合「OUT」的源代码
代码结果 10,000
www.eeworm.com/read/320652/3544640
h a.out.h
#ifndef __A_OUT_GNU_H__
# error "Never use directly; include instead."
#endif
#include
#if __WORDSIZE == 64
/* Signal to users of this header that this ar
www.eeworm.com/read/320003/3550770
out testdelphinetattributes.out
unit testdelphinetattributes;
interface
uses Classes;
type
[serializable]
tcontainer = class(TObject)
public
end;
[serializable]
tcontainer2 = class(TObject)
public
www.eeworm.com/read/320003/3550774
out fbracketprop.out
unit fbracketprop;
interface
uses Windows, Messages, SysUtils, variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;
type
tform1 = class(TForm)
button1: TButton;
che
www.eeworm.com/read/320003/3550777
out testarray.out
unit testarray;
interface
type
tsomeenum = (efoo, ebar, ebaz, efish, ewibble, espon, emonkey, esoy, eshatner);
tmyarray = array[0..100] of integer;
tfunnythreed = array[112..456,
www.eeworm.com/read/320003/3550778
out testdelphinetmulticast.out
unit testdelphinetmulticast;
interface
type
tmulicastclass = class
private
fevent1: system.eventhandler;
public
property event1: system.eventhandler add fevent1 remove fevent1
www.eeworm.com/read/320003/3550780
out testunitalldirectives.out
unit testunitalldirectives deprecated platform library;
interface
implementation
end.
www.eeworm.com/read/320003/3550782
out testdelphinetlibrary.out
library testdelphinetlibrary;
{%DelphiDotNetAssemblyCompiler 'c:\programme\gemeinsame dateien\borland shared\bds\shared assemblies\2.0\Borland.Delphi.dll'}
{%DelphiDotNetAssemblyCompiler '\microsoft
www.eeworm.com/read/320003/3550790
out testrunonline.out
unit testrunonline;
interface
implementation
function randomint: integer;
begin
Result := random(20);
end;
function randomboolean: boolean;
begin
Result := (random(2) = 0);
end;
www.eeworm.com/read/320003/3550791
out testdelphinetdottedtype.out
unit testdelphinetdottedtype;
interface
type
tmyclass = class
public
msexceltype: system.type;
objvalue: system.object;
end;
tmyclass2 = class
private
objvalue
www.eeworm.com/read/320003/3550793
out testpropertyinherited.out
unit testpropertyinherited;
interface
const
has_bar = False;
five = (2 + 2);
type
tcustomfoo = class(TObject)
private
function getfoo: integer;
protected
property