2022年2022年华为题 .pdf

上传人:C****o 文档编号:33387161 上传时间:2022-08-10 格式:PDF 页数:3 大小:95.88KB
返回 下载 相关 举报
2022年2022年华为题 .pdf_第1页
第1页 / 共3页
2022年2022年华为题 .pdf_第2页
第2页 / 共3页
点击查看更多>>
资源描述

《2022年2022年华为题 .pdf》由会员分享,可在线阅读,更多相关《2022年2022年华为题 .pdf(3页珍藏版)》请在taowenge.com淘文阁网|工程机械CAD图纸|机械工程制图|CAD装配图下载|SolidWorks_CaTia_CAD_UG_PROE_设计图分享下载上搜索。

1、1.非递归实现斐波那契数列数列. 利用栈的操作来实现#include stdio.h #include string.h #include stdlib.h #define ElemType int #define STACK_INIT_SIZE 100 #define STACKINITSIZE 10 typedefstruct ElemType *top; ElemType *base; int stack_init_size; sqStack; void InitStack(sqStack *s) s-base=(ElemType *)malloc(STACK_INIT_SIZE*siz

2、eof (ElemType); if (!s-base) exit(0); s-top=s-base; s-stack_init_size=STACK_INIT_SIZE; void Push(sqStack *s,ElemType e) if (s-top-s-base=s-stack_init_size) s-base=(ElemType *)realloc(s-base,(s-stack_init_size+STACKINITSIZE)*sizeof (ElemType); if (!s-base) exit(0); s-top=s-base+s-stack_init_size; s-s

3、tack_init_size=s-stack_init_size+STACKINITSIZE; *(s-top)=e; s-top+; 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 1 页,共 3 页 - - - - - - - - - void Pop(sqStack *s,ElemType *e,ElemType *c) if (s-top=s-base) return ; *e=*-(s-top); *c=*-(s-top); (s-top)+=2; void Popp(sq

4、Stack *s,ElemType *e) if (s-top=s-base) return ; *e=*-(s-top); int Len(sqStack s) return (s.top-s.base); void Fibonacci(sqStack *s,int n) int i; int *r=NULL; int *t=NULL; int*m=NULL; r=( int *)malloc(sizeof ( int ); t=( int *)malloc(sizeof ( int ); m=(int *)malloc(sizeof ( int ); for (i=0;in;i+) if

5、(i=0|i=1) Push(s,1); else Pop(s,r,t); *m=*r+*t; Push(s,*m); void main() int n,k,i; 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 2 页,共 3 页 - - - - - - - - - ElemType e; sqStack s; sqStack s1; InitStack(&s); InitStack(&s1); printf(input the length of Fibonaccin); scanf( %d,&n); Fibonacci(&s,n); printf(the Fibonacci is:); k=Len(s); for (i=0;ik;i+) Popp(&s,&e); Push(&s1,e); for (i=0;ik;i+) Popp(&s1,&e); printf(%d ,e); printf(n ); 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 3 页,共 3 页 - - - - - - - - -

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 教育专区 > 高考资料

本站为文档C TO C交易模式,本站只提供存储空间、用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。本站仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知淘文阁网,我们立即给予删除!客服QQ:136780468 微信:18945177775 电话:18904686070

工信部备案号:黑ICP备15003705号© 2020-2023 www.taowenge.com 淘文阁