皮皮学,免费搜题
登录
搜题
【单选题】
下面哪条指令是端口寻址指令 ( )
A.
.LD  #0 , A
B.
MVKD EXAM1 , *AR5
C.
PORTR FIFO , *AR5
D.
READA 60H
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【简答题】Give the noun form of the following word : creat
【简答题】Give the noun form of the following word: estimate
【单选题】有以下程序段: #include<iostream.h> #define MAX(x,y)(x)>(y)?(x):(y) void main() { int i,j,k i=10 j=15k=MAX(i,j)*10 cout<<k<<end1 } 程序执行后的输出结果是( )。
A.
15
B.
100
C.
150
D.
10
【简答题】Give the noun form of the following word : assume
【简答题】树的存储结构如下: define MAX一TREE—SIZE 100 typedef struct CTNode{ //孩子结点 int child; struct CTNode *next ; }*childPtr; typedef struct { E1emtype data; childPtr *firstchild; //孩子链表头的指针 }*CTBox; Typedef struc
【简答题】编写函数int fun(int lim, int aa[MAX]),其功能是求出小于或等于lim的所有素数并放在aa数组中,并返回所求出的素数的个数。 注意:部分源程序在文件PROG1.C中。 请勿改动主函数main和其他函数中的任何内容,仅在函数fun的花括号中填入你编写的若干语句。 #include #include #include #define MAX 100 int fun(int l...
【简答题】Give the noun form of the following word : identified
【判断题】#define MAX 100和int MAX=100;的效果相同,都是定义一个变量MAX并使其值为100。
A.
正确
B.
错误
【简答题】Give the noun form of the following word : economic
【简答题】当输入的数据为2、5时,则下列程序的运行结果为【 】。 include <stdio.h> define max 100 main() { int f[max],i,j,k,m; scanf('%d%d',&k,&m); for(i=0;i<=m;i++) f[i]=0; f[k-1]=1; for(i=k;i<=m;i++) for(j=i-k;j<=i-1;j++) f[i]+=f[i]; p...
相关题目: