代码搜索结果
找到约 10,000 项符合
9 的代码
d9r9.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
d9r9.dsp
# Microsoft Developer Studio Project File - Name="D9R9" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
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) *
d9r9.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 6210
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic
d9r9.bas
Attribute VB_Name = "Module1"
Public NCOM, PCOM(50), XICOM(50)
Sub LINMIN(P(), XI(), N, FRET)
TOL = 0.0001
NCOM = N
For J = 1 To N
PCOM(J) = P(J)
d9r9.vbw
Form1 = 44, 44, 446, 392, Z, 22, 22, 424, 370,
Module1 = 0, 0, 430, 348,
d9r9.vbp
Type=Exe
Form=D9R9.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\SYSTEM\stdole2.tlb#OLE Automation
Module=Module1; D9R9.bas
IconForm="Form1"
Startup="Form1"
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