代码搜索结果
找到约 10,000 项符合
3 的代码
a_3_3.dpr
program A_3_3;
uses
Forms,
Unit1 in 'Unit1.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
3_3.cpp
#include
using namespace std;
double add(double x,double y) //函数的定义,其有返回值
{ double z; z=x+y;
cout
3-3.txt
var person = new Array();
person["sex"] = "male";
person["age"] = 28;
person["birthday"] = new Date(1970, 0, 1);
document.write(person["sex"] + ", " + person["age"]);//输出 male,28
var per
3_3.htm
3-3