问:数据结构 我要写的实验报告
- 答:这么简单的作业都不自己做···
还要悬赏0分的···
问:数据结构的实验报告 串操作
- 答:#include "Stdio.h"
#include "Conio.h"int main(void)
{
char str[50];
int i,count,strlong;
printf("input the string:");
scanf("%s",str);
strlong=strlen(str);
count=strlong/2;
for(i=0;i<count;i++,strlong--)
if(str[i]!=str[strlong-1])
{ printf("no");
getch(); return 0;
}
printf("YES");
getch(); return 0;}
问:数据结构实验报告的写法 数据结构实验报告的要求中要求有程序结构,这是要写什么内容
- 答:一般的数据实验报告包括:实验目的、实验过程、实验结果以及实验感想.而程序结构一般就是在实验过程中,你要写明你是采用什么方法去实验你的程序,将你的做法书写出来