作业信息:
这个作业属于哪个课程? | <班级的链接>https://edu.cnblogs.com/campus/besti/2020-2021-1fois |
这个作业的要求在哪? | <作业要求的链接>https://www.cnblogs.com/rocedu/p/9577842.html#WEEK10 |
这个作业的目标 | 学习并了解掌握,信息系统,数据库与SQL,人工智能与专家系统,人工神经网络,模拟与离散事件,排队系统,天气与地震模型,图形图像 |
教材内容:第十二章主讲信息系统的结构,以及其应用;第十三章主讲人工智能的起源、发展、以及现代社会的应用;第十四章主讲模拟、
模型、图形学等。
学习中遇到的问题:
1.四则运算C语言实现有困难,可将问题输出却无法计算(字符串中算式无法得到计算实现)代码如下(残次品):
#include<stdio.h> #include<stdarg.h> #include<time.h> #include<stdlib.h> struct point { int x,y; }p[100]; int Blend (int n,*r,*a,*p,char *str,...) { int i,num,b1; double answer; char shi[100]; srand(time(0)); for (i=1;i<=n;i+=1) { for (b1=rand()%3;b1<=4;b1+=1) { if (b1==0) continue; sscanf(a[rand()%*r],"%d",shi); for (b2=b1+1;b2<=4;b2+=1) { sscanf(str[rand()%4],"%c",shi); break; } } sscanf(str[4],"%c",shi); printf("%s ",shi); } } int main(){ int n,r,a[10000],k1=0,k2=0; for (k2,k1;k1<=10000;k1+=1) { a[k1]=k2; k2+=1; } char str[10]="+-*/="; printf("") }
2.条件编译混乱。
代码行数(新增/积累) | 学习时长(新增/积累) | 搏客量(新增/积累) | 重要成长 | |
目标 | 5000行 | 400小时 | 30篇 | |
第十周 | 300/4000 | 30/300 | 1/24 |
本周收获:编程还在继续,学习仍在继续....