ImageVerifierCode 换一换
格式:DOCX , 页数:13 ,大小:17.11KB ,
资源ID:17280247      下载积分:3 金币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.bdocx.com/down/17280247.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(自考实验题目Word文档格式.docx)为本站会员(b****5)主动上传,冰豆网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知冰豆网(发送邮件至service@bdocx.com或直接QQ联系客服),我们立即给予删除!

自考实验题目Word文档格式.docx

1、; cout /system( for(int k=n-1;k-)datum/This is a procedure to show which item will be deletedvoid Del_dat(T a,int n) /char halt; / system(/The code above is a pseudo-header*#include#include #includegraph.h/Class Seq_listclass Seq_listpublic: void Manage(); Seq_list(T a,int n);private: void Insert(T

2、data,int n); void Delete(int n); void Print(); T array10; int length;/Initialization procedureSeq_list:Seq_list(T a,int n) length=n; for(;n;) arrayn=a-n; Print1(array,length,n); /Print1 called! /The procedure to manage an arrayvoid Seq_listflag; if(flag=i|flag=I cout9)The sequential list is full! el

3、se coutThe length of the list is lengthdatum;Input its position in the array:pst; Insert(datum,pst); else if(flag=dDInput the position of a datum you want to delete in the array: Delete(pst);pP Print();qQ break; elseNo definition! /The procedure to print the arrayPrint() for(int i=0;ii+)arrayi/The p

4、rocedure to insert a datum in the arrayInsert(T data,int n) if(nlength+1)Position Error! else Print1(array,length); Ins_dat(array,data,n); /Ins_dat called! length+; for(int i=length-1;i=n;i-) arrayi=arrayi-1; /cin Print1(array,length); arrayi=data; Ins_dat(array,data,n); Print1(array,length);/The pr

5、ocedure to delete a datum in the arrayDelete(int n)length) Print1(array,length); Del_dat(array,n); /Del_dat called! for(int i=n-1;length-1;i+)/newnewnewnew arrayi=arrayi+1; Del_dat /Del_dat called! /endnewnew length-; Print1 /End_Deletion/main funtionvoid main() int a10=3,5,4,1,98,3,9;Input charicte

6、rs to start initializing the object: Seq_list seq=Seq_list(a,7); seq.Manage();5实验心得:数据结构实验二 直接插入排序的基本操作(1) 掌握直接插入排序算法的基本思想;(2) 验证直接插入排序算法的实现方法;(3) 进一步掌握数据结构及算法的程序实现的基本方法;arraykvoid Show_data(T a,T datum,int n)void Label(T a,int n)/顺序表类 void Sort();/构造函数 char b; system( for(int k=n; for(k=n;b;/打印数组/直

7、接插入排序升序Sort() int ar=1; while(ar=1) if(arraypstint main( )float score;char grade;printf(”please input the score:n”);scanf(”%f”, &score);if(score = 90&score = 80&= 89)grade = B;= 70&= 79)grade = C;= 60&= 69)grade = D;= 0&= 59)grade = E;else printf(”you have entered the wrong grade!”);printf(”score =

8、%.1f,grade = %c”, score, grade);return 0; C语言实验二 对10个数排序,排序方式为升序。 掌握数组的定义 赋值及使用,进一步熟悉循环语句的使用方法.3 设计思想:4 程序代码 int a11; int i, j, t; printf(”Input 10 numbers: for(i = 1; i = 10; i+) scanf(”%d”, &ai); printf(”n”); for(j = 1; j ai+1) t = ai; ai = ai+1; ai+1 = t; printf(”The sorted numbers: printf(”%5d”,

9、 ai); return 0;5 实验心得:C语言实验三1 实验题目;求10名学生的平均成绩.学会函数的定义格式和说明方法和调用方式.void main() float score10,aver; int i; printf(“input 10 scores: for(i=0;10;i+) scanf(“%f”,&scorei); aver=average(score); printf(“naverage score is%.2f”,aver);float average(float array10) float aver, float sum=array0; for(i=1; sum=sum+arrayi; aver=sum/10; return (aver);5 实验心得

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1