-
请解析一个C程序
请解析一个C程序 {请大家帮忙解析一下这个程序,是个一元多项式简单计算器.我看不懂啊!急着要交给老师验收啊!#include"stdio.h"#include"conio.h"#include<stdlib.H>structPolynomial{structPolynomial*next;floatxi;intzhi;};typedefstructPolyn...
119
热度 -
看看这个函数
看看这个函数 帮忙看看这个函数,我看着不太懂,谢啦!voidCreatPolyn(Polyn*pt){inta,b,c,zhi;Polyns,l,k,p;charss[20];FILE*file;floatxi;printf("0:return,1:Enterusekeyboard,2:Enterusefile\n");scanf("%d",&a);s=mall...
134
热度
上一页1下一页