网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
1.定义表示三维空间中某点的结构体Point。
参考答案和解析
ABD
更多 “1.定义表示三维空间中某点的结构体Point。” 相关考题
考题
阅读以下说明和C代码,将应填入(n)处的字句写在的对应栏内。【说明】在一个简化的绘图程序中,支持的图形种类有点(point)和圆(circle),在设计过程中采用面向对象思想,认为所有的点和圆都是一种图形(shape),并定义了类型shape t、 point t和circle t分别表示基本图形、点和圆,并且点和圆具有基本图形的所有特征。【C代码】typedef enum { point,circle } shape type; /* 程序中的两种图形:点和圆 */typedef struct { /* 基本的图形类型 */shape_type type; /* 图形中类标识:点或者圆*/void (*destroy) (); /* 销毁图形操作的函数指针*/void (*draw) (); /* 绘制图形操作的函数指针*/} shape_t;typedef struct { shape_t common; int x; iht y; } point_t; /* 定义点类型, x, y为点坐标*/void destroyPoint (point_t* this) { free (this); printf ("Point destoryed!\n"); } ) /* 销毁点对象*/void drawPoint(point_t* this) { printf("P(%d,%d)", this-x, this-y); }/* 绘制点对象*/shape_t* createPoint (va_list* ap) (/* 创建点对象,并设置其属性*/point_t* p_point;if ( (p_point= (point_t*)malloc (sizeof (point_t)) ) ==NULL) returnNULL;p_point->common, type = point; p_point-common, destroy = destroyPoint;p_point->common.draw = drawPoint;p_point->x = va_arg(*ap, int); /* 设置点的横坐标*/p_point->y = va_arg(*ap, int); /* 设置点的纵坐标*/return (shape_t*)p_ooint; /*返回点对象指针*/}typedef struct { /*定义圆类型*/shape_t common;point_t 4center; /*圆心点*/int radius; /*圆半径*/} circle_t;void destroyCircle(circle_t* this){free((1)); free(this); printf("Circle destoryed!\n");}void drawCircle(circle_t* this) {print f ("C (");(2).draw(this->center); /*绘制圆心*/printf(",%d) ", this->radius);}shape_t* createCircle(va_list4 ap) { /*创建一个圆,并设置其属性*/circle_t4 p circle;if ((p_circle = (circle_t4)malloc (sizeof (circle_t)) ) ==NULL ) return NULL;p_circle->common.type = circle; p_circle->common.destroy = destroyCircle;p_circle->common.draw = drawCircle;(3) = createPoint(ap); /* 设置圆心*/p_circle->radius = va_arg(*ap, int); /* 设置圆半径*/return p_circle;}shape_t* createShape(shape_type st, "') { /* 创建某一种具体的图形*/va_list ap; /*可变参数列表*/&nbs
考题
关于分子对接过程中,活性位点的定义,下面说法正确的是:
A、如果受体结构中带有小分子配体,可参考小分子配体定义B、可根据实验中识别的关键残基定义C、可用软件识别活性位点D、如果受体结构中不带小分子配体,我们无法定义活性位点
考题
在OSPF路由协议的网络中,OSPF定义了多种网络类型,下面那种网络类型需要选举DR和BDR?()
A.Point-to-pointB.Nonbroadcast(NBMA)C.Point-to-multipointD.Point-to-multipointnonbroadcast
考题
关于结构体定义描述正确的是()A、结构体可以定义在函数内部作为局部变量使用B、结构体可以定义在函数外部作为全局变量使用C、结构体最后的分号不能省略D、定义结构体使用的关键字是struct
考题
在OSPF路由协议的网络中,OSPF定义了多种网络类型,下面那种网络类型需要选举DR和BDR?()A、Point-to-pointB、Nonbroadcast(NBMA)C、Point-to-multipointD、Point-to-multipoint nonbroadcast
考题
单选题设有如下语句
typedefstructDate
{
intyear;
intmonth;
intday;
}DATE;
则以下叙述中错误的是( )。A
DATE是用户定义的结构体变量B
struct Date是用户定义的结构体类型C
DATE是用户说明的新结构体类型名D
struct是结构体类型的关键字
考题
多选题控制路径的两种不同属性的节点是:()ASmooth Point(平滑曲线点)BCorner Point(角点)CComponded POint(复合式控制点)DVector Point(向量式控制点)
考题
单选题若要对通过仿真分析得到电路中某点的直流电压或某点的直流电流,应该选择()。A
Operating Point AnalysisB
Transient AnalysisC
Fourier AnalysisD
DCSweep Analysis
考题
填空题结构体分为全局结构体和对象结构体()结构体能够在应用程序的任何地方使用,声明全局结构体变量的作用域是()。()结构体只能在对象以及继承于该对象的派生对象中使用,对象级结构在()画板中定义。一般将在整个应用程序中都要使用的结构体应定义为()结构体,将只在某个对象中使用的结构体定义为()结构体。
考题
单选题Which set of statements describes the correct order and process of a Company wireless user client associating with a wireless access point in the Company network? ()A
1. Access point sends probe request .2. Client sends probe response.3. Client initiates association.4. Access point accepts association.5. Client adds access point MAC address to association table.B
1. Client sends probe request.2. Access point sends probe response.3. Client initiates association.4. Access point accepts association.5. Access point adds client MAC address to association table.C
1. Client sends probe request.2. Access point sends probe response.3. Access point initiates association.4. Client accepts association.5. Access point adds client MAC address to association table.D
1. Access point sends probe request .2. Client sends probe response.3. Client initiates association.4. Access point accepts association.5. Access point adds client MAC address to association table.E
1. Client sends probe request.2. Access point sends probe response.3. Client initiates association.4. Access point accepts association.5. Client adds access point MAC address to association table.F
None of the other alternatives apply.
考题
填空题服装是由三维空间所表示的物体,其造型属立体构成范围。服装造型的要素包括点、线、面和()。
热门标签
最新试卷