代码搜索结果
找到约 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.cpp
#include "iostream.h"
#include "math.h"
void main()
{
//program d9r9
//driver for roution fgauss
int i,j,na,npt = 3;
int nlin = 2;
double x,y,e1,e2,f;
na = 3 * nlin;
d9r9.cpp
#include "iostream.h"
#include "math.h"
void fgauss(double x, double a[], double& y, double dyda[], int na)
{
y = 0.0;
for (int i = 1; i
chp9ex9.m
disp('Example 9.9')
basemva = 1000; accuracy = 0.0001; maxiter = 10;
% The impedances are expressed on a 1000 MVA base.
% In problems 9.7-9.9 the base is mistakenly stated as 100 MVA.
% B
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
09.07.02_example_9-9.sv
/**********************************************************************
* Using modports to select alternate methods within an interface
*
* NOTE: The modules in this example do not contain functio
d9r9.cpp
#include "iostream.h"
#include "math.h"
void main()
{
//program d9r9
//driver for roution fgauss
int i,j,na,npt = 3;
int nlin = 2;
double x,y,e1,e2,f;
na = 3 * nlin;