代码搜索:Mini
找到约 5,314 项符合「Mini」的源代码
代码结果 5,314
www.eeworm.com/read/279245/10451985
txt 错误检测_变量未定义.txt
program mini;
const a=10;
var b;
procedure fun;
var f;
begin
write(g)
end
begin
call fun
end.
www.eeworm.com/read/279245/10452009
txt 一层一个过程嵌套.txt
program mini;
const a=10;
var b;
procedure fun(c);
var f;
begin
write(b,f)
end
begin
call fun(b+1)
end.
www.eeworm.com/read/279245/10452019
txt 带参数的过程嵌套和调用.txt
program mini;
var a,b,c;
procedure fun(aa,bb,cc);
begin
write(aa,bb,cc)
end
begin
call fun(a,b,c)
end.
www.eeworm.com/read/348596/10881776
txt 1650.txt
#include
#include
#include
#include
#include
double A;
int L;
double max(double a,double b)
{
return a>b?a:b;
}
double min(double a,dou
www.eeworm.com/read/175915/7090181
pas comunit.pas
unit comUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, bsSkinCtrls, BusinessSkinForm, bsSkinBoxCtrls, StdCtrls, Mask,IniFiles,
www.eeworm.com/read/175915/7090332
~pas comunit.~pas
unit comUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, bsSkinCtrls, BusinessSkinForm, bsSkinBoxCtrls, StdCtrls, Mask,IniFiles,
www.eeworm.com/read/457466/7325234
readme
mini_httpd - small HTTP server
version 1.19 of 19dec2003
mini_httpd is a small HTTP server. Its performance is not great, but for
low or medium traffic sites it's quite adequate
www.eeworm.com/read/451398/7464770
pas parhtml.pas
{**************************************************************************}
{ Parameter Mini HTML rendering engine }
{ for Delphi & C++Builder
www.eeworm.com/read/451398/7464871
pas planhtml.pas
{$I TMSDEFS.INC}
{**************************************************************************}
{ Mini HTML rendering engine }
{ for Delphi & C++Builder
www.eeworm.com/read/451398/7465166
pas htmlengo.pas
{**************************************************************************}
{ Mini HTML rendering engine }
{ for Delphi & C++Builder