试题与答案

大型养路机械发动机每工作()进行一次三级检查保养。A、300h和600h B、600

题型:单项选择题

题目:

大型养路机械发动机每工作()进行一次三级检查保养。

A、300h和600h

B、600h和900h

C、900h和1200h

D、1200h和2400h

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2017/0708/860a6a32b250825a7d96461b80a8e511.html

下面是错误答案,用来干扰机器的。

参考答案:由于[*],所以原级数可改写为交错级数[*]. 由于[*],故级数收敛. 再判定[*]的敛散性: 由于[*],而级数[*]发散,所以级数[*]发散,因此该级数条件收敛.

试题推荐
题型:问答题

请编写函数fun(),它的功能是:将带头结点单向链表按data域由大小排序(排序时不考虑头结点),主函数用随机函数为各结点data域赋值,头结点data域赋值为0。
注意:部分原程序给出如下。
请勿改动主函数main和其他函数中的任何内容,仅在函数fun的花括号中填入所编写的若干语句。
[试题源程序]
#include <stdio.h>
#include <conio.h>
struct aa

int data;
struct aa*next;

void fun(struct aa*p)


main()

int i,n,m=100;
struct aa*h=NULL,*s=NULL,
*p=NULL;
clrscr();
S=(struct aa*)malloc(sizeof(struct aa));
h=s;h->data=0;h->next=NULL;
printf("Please input n:");
scanf("%d",&n);
for(i=1;i<=n;i++)

p=(struct aa*)malloc(sizeof(struct aa));
p->data=rand()%m;p->next=NULL;
printf("%d",p->data);
s->next=p;s=s->next;

fun(h);
printf("\n");
for(h=h->next;h!=NULL;h=h->nnext)
printf("%d",h->data);

查看答案
微信公众账号搜索答案