人工智能 九宫格(存在一些问题)C语言.pdfVIP

  • 0
  • 0
  • 约9.29千字
  • 约 8页
  • 2021-11-20 发布于江苏
  • 举报

人工智能 九宫格(存在一些问题)C语言.pdf

代码: #include stdafx.h #include malloc.h # define N 15 typedef struct Jiedian{ int a[3][3];// 当前八数码阵列 }*Jie; struct Open{ Jie Op;// 当前节点typedef int fa;//在closed 中父节点下标 int h;//此行表格是否为空 0 为空,1 为满; int x;//启发函数h(x) 的值 int m,n;// 结点的空格所在坐标下标,m,n 分别为横,纵

文档评论(0)

1亿VIP精品文档

相关文档