代码搜索结果
找到约 10,000 项符合
9 的代码
d9r9.vbp
Type=Exe
Form=D9R9.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\SYSTEM\STDOLE2.TLB#OLE Automation
IconForm="Form1"
Startup="Form1"
ExeName32="d9r9.exe"
Command32=""
c9-9-2.cpp
#include
using namespace std;
class Box
{public:
Box(int=10,int=10,int=10);
int volume();
private:
int height;
int width;
int length;
};
Box::Box(int h,int
c9-9-2.cpp
#include
using namespace std;
class Box
{public:
Box(int=10,int=10,int=10);
int volume();
private:
int height;
int width;
int length;
};
Box::Box(int h,int
c9-9-2.cpp
#include
using namespace std;
class Box
{public:
Box(int=10,int=10,int=10);
int volume();
private:
int height;
int width;
int length;
};
Box::Box(int h,int
c9-9-2.cpp
#include
using namespace std;
class Box
{public:
Box(int=10,int=10,int=10);
int volume();
private:
int height;
int width;
int length;
};
Box::Box(int h,int
d9r9.txt
implementation
//PROGRAM D9R9
//Driver for routine DFPMIN
uses
unit2;
{$R *.DFM}
Function FUNC2(X:array of real; N:integer):real;
begin
FUNC2:=1 - BESSJ0(X[1]-0.5) * BESSJ0(X[2]-0.5) *