代码搜索:Point
找到约 10,000 项符合「Point」的源代码
代码结果 10,000
www.eeworm.com/read/185150/9055352
h point.h
//point.h
class Point //Point类的声明
{
public: //外部接口
Point(float xx=0, float yy=0) {X=xx;Y=yy;}
float GetX() {return X;}
float GetY() {return Y;}
friend float linefit(Point l_point[], int n_p
www.eeworm.com/read/185150/9055361
cpp point.cpp
// Point.cpp
#include
#include "Point.h"
using namespace std;
Point::Point()
{ X=Y=0;
cout
www.eeworm.com/read/185150/9055365
h point.h
//Point.h
#if !defined(_POINT_H)
#define _POINT_H
class Point
{
public:
Point();
Point(int xx,int yy);
~Point();
void Move(int x,int y);
int GetX() {re
www.eeworm.com/read/185150/9055397
h point.h
//文件1,类的声明,point.h
#include
using namespace std;
class Point //类的定义
{
public: //外部接口
Point(int xx=0, int yy=0) {X=xx;Y=yy;countP++;}
Point(Point &p);
~Point(){ countP--; }
int
www.eeworm.com/read/185150/9055401
cpp point.cpp
//文件2,类的实现,point.cpp
#include "point.h"
int Point::countP=0; //使用类名初始化静态数据成员
Point::Point(Point &p) //拷贝构造函数体
{
X=p.X;
Y=p.Y;
countP++;
}
www.eeworm.com/read/282641/9077798
gif point.gif
www.eeworm.com/read/184552/9094582
class point.class
www.eeworm.com/read/381244/9100717
m point.m
function[EField, HField]=...
point1(Point,eta_,K,DipoleMoment,DipoleCenter)
%POINT Radiated/scattered field at a point of a dipole array
% or a single dipole. Gives exact near- and far-fie
www.eeworm.com/read/381242/9100841
m point.m
function[EField, HField]=...
point1(Point,eta_,K,DipoleMoment,DipoleCenter)
%POINT Radiated/scattered field at a point of a dipole array
% or a single dipole. Gives exact near- and far-fie
www.eeworm.com/read/381242/9100862
m point.m
function[EField, HField]=...
point1(Point,eta_,K,DipoleMoment,DipoleCenter)
%POINT Radiated/scattered field at a point of a dipole array
% or a single dipole. Gives exact near- and far-fie