皮皮学,免费搜题
登录
搜题
【简答题】
【程序设计】 --------------------------------------------------------- 题目:主函数 main()中字符串s为测试数据,首先将字符串s中的 数字字符子串取出,转换成对应的十进制整数,并存入数 组 a中,然后找出数组a 中的所有回文素数。 回文素数是指,一个整数与其逆序数等值,且是素数。 例如:字符串 s为" 17rose t131ar *d373monkey852y heo181c!#", 处理后存入数组 a中的整数为17,131,373,852,181。回文素 数有 131,373和181。 编写程序: 1、编写int abstract(char s[],int a[])函数,取出s中的 数字字符子串,转换成十进制整数,存入数组 a,函数返 回存入 a中的整数个数。 2、编写int pal_prime(int a[],int n,int b[])函数,找 出数组 a中所有的回文素数,存入数组b,参数n为数组a 中整数个数,函数值为回文素数的个数。 --------------------------------------------------------- 注意:请勿改动主函数 main()中的任何语句。 -------------------------------------------------------*/ #include #include #include #include #include int abstract(char s[],int a[]) { /**********Program**********/ /********** End **********/ } int pal_prime(int a[],int n,int b[]) { /**********Program**********/ /********** End **********/ } void main() { char s[50]={" 17rose t131ar *d373monkey852y heo181c!#"}; int a[50],b[50]; int i,n; FILE *fp; if((fp=fopen("data.txt","w"))==NULL) { printf("File open error\n"); exit(0); } n=abstract(s,a); fprintf(fp,"Following are integers:\n"); printf("Following are integers:\n"); for(i=0;i
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】A customer is configuring Live Partition Mobility on two POWER6-based servers,  Which of the following is required on both the source and the destination VIO servers for the mobile partition to partic...
A.
IBM Director connection
B.
Dynamic LPAR Resource Manager (DLRM)
C.
Barrier Synchronization Register Device (BSR)
D.
Virtual Asynchronous Services Interface (VASI)
【单选题】起动机编号QD274,其额定电压为()。
A.
12V
B.
24V
C.
27V
D.
74V
【单选题】y={1,2,3,4,5,6,7,8}; Partition[y,4]
A.
{{1,2,3,4},{5,6,7,8}}
B.
{{5,6,7,8},{1,2,3,4}}
C.
{{1,2},{3,4},{5,6},{7,8}}
D.
{{5,6},{7,8},{1,2},{3,4}}
【单选题】关于酶原及其激活的正确叙述为( )
A.
酶原无活性是因为酶蛋白肽链合成不完全
B.
酶原无活性是因为缺乏辅酶或辅基
C.
体内的酶初分泌时都以酶原的形式存在
D.
酶原激活过程是酶活性中心形成与暴露的过程
E.
所有酶原都有自身激活功能
【单选题】Which of the following statements is true regarding implementing Live Partition Mobility on two existing POWER6 based systems? ()
A.
The systems must use internal storage for boot purposes.
B.
All virtualized Ethernet adapters must be numbered below 10.
C.
The mobile partition’s network and disk access must be virtualized.
D.
Each system must be controlled by a different Hardware Management Console (HMC).
【单选题】Which of the following statements is true regarding implementing Live Partition Mobility on two existing POWER6 based systems?()
A.
The systems must use internal storage for boot purposes.
B.
All virtualized ethernet adapters must be numbered below 10.
C.
The mobile partition's network and disk access must be virtualized.
D.
Each system must be controlled by a different Hardware Management Console (HMC).
【简答题】计算机的硬件配置 在太平洋电脑网自动装机平台( http://mydiy.pconline.com.cn/ )或其他网络装机平台,查看相关硬件,按5000元的预算,完成配置,并将选用的硬件信息填入《计算机硬件配置单》(从附件下载),完成后请以附件的形式上传答案。 计算机硬件配置单.doc
【判断题】Compliments on other's belongings are sometimes an indirect way of request in British culture.
A.
正确
B.
错误
【单选题】—We can use QQ to talk with each other on the Internet. —Really? Hut can you tell me ______ use it? [     ]
A.
how I can
B.
how can I
C.
what I can
【简答题】计算机的硬件配置 在太平洋电脑网自动装机平台( http://mydiy.pconline.com.cn/ )或其他网络装机平台,查看相关硬件,按5000元的预算,完成配置,并将选用的硬件信息填入《计算机硬件配置单》(从附件下载),完成后请以附件的形式上传答案。 计算机硬件配置单.doc
相关题目: