- 1、本文档共30页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
程序填空5(Fill in the blanks 5)
程序填空5(Fill in the blanks 5)
41, in a given program, the function fun function is: call the random function to produce 20 different integers, placed in the parameter a index group (this array in the main function has been set 0).
Please fill in the correct content at the underline of the program and delete the underscore so that the program can get the correct result.
Note: the source is stored in the BLANK1.C folder under the examinee folder.
No lines can be added or deleted, nor shall the programs structure be altered!
#include stdlib.h
#define N 20
Void fun (int *a)
{int, I, x, n=0;
X=rand ()%20;
/**********found**********/
While (n__1__)
{for (i=0; in; i++)
/**********found**********/
If (x==a[i]) __2__;
/**********found**********/
If (i==__3__) {a[n]=x; n++;}
X=rand ()%20;
}
}
(main)
{int, x[N]={0}, i;
Fun (x);
Printf (The result: \n);
For (i=0; iN; i++)
{printf (%4d, x[i]);
If ((i+1)%5==0) printf (\n);
}
Printf (\n\n);
}
(1) N (2) break (3) n
42, given a program, the function of fun is to not take the lead node of the one-way linked list, node data in the domain of data from small to large order. If the original node data list data domain from first to last for 10, 4, 2, 8, 6,
After sorting the list node data field data from first to last for 2, 4, 6, 8, 10.
Please fill in the correct content at the underline of the program and delete the underscore so that the program can get the correct result.
Note: the source is stored in the BLANK1.C folder under the examinee folder.
No lines can be added or deleted, nor shall the programs structure be altered!
#include stdio.h
#include stdlib.h
#define N 6
Typedef, struct, node {
Int data;
Struct node *next;
} NODE;
Void fun (NODE *h)
{NODE, *p, *q; int t;
P = h;
While (P) {
/**********found**********/
Q = __1__;
/**********found**********/
While (__2__)
{if (p-data q-data)
{t = p-data; p-data = q-data; q-data = t;}
Q = q-next;
}
/**********found**********/
P = __3__;
}
}
NODE *creatlist (int a[])
{NODE, *h, *p, *q; int
您可能关注的文档
- 福州市民用船舶和船员民兵动员征用暂行规定(Provisional Regulations of the Fuzhou Municipality on the requisition and mobilization of civilian ships and crew militia).doc
- 神龙兰亭印记探微(The mark of the Dragon Lanting Pavilion).doc
- 福师11春学期《现代教育技术》在线作业一(The 11 spring semester of Fu Fu division modern educational technology).doc
- 福师13春《微观经济学》在线作业二(Fu Chun 13, microeconomics, online homework, two).doc
- 福师《体育史》在线作业一(Fu Shi sports history online homework).doc
- 福师《体育测量与评价》在线作业二(Fu Fu division sports measurement and evaluation online homework two).doc
- 福师《前厅客房服务与管理》在线作业二(Blessing division front room guest service and management online homework two).doc
- 福师《心理测量学》在线作业一(Fu Fu psychometrics online homework).doc
- 福师《心理测量学》在线作业二(Fu Fu psychometrics online homework two).doc
- 福师《思想道德修养与法律基础》在线作业一(Fu Shi Ideological and moral cultivation and legal basis online homework).doc
最近下载
- 【社会层面】社会主义核心价值观.ppt VIP
- 回话有招高情商回话术书本.doc VIP
- 【社会层面】社会主义核心价值观精品课件.ppt VIP
- 沪教8AUnit6Ancientstories more practice-The story of 100,000 arrows 公开课优质课教案教学设计.doc
- 小学《科学》新教材培训研讨会:技术与工程领域总体介绍.pptx
- 2024年中考英语复习 并列复合句 讲义学案(解析版).pdf VIP
- 血常规结果解释ppt课件.pptx VIP
- 第16课 课件 2022-2023学年高中新经典日本语基础教程第二册.pptx VIP
- 软件工程专业生涯发展展示.pptx
- 成人脑室外引流护理——中华护理学会团体标准解读.pptx
文档评论(0)