搜索资源列表
广度优先算法八数码问题
- 应用广度优先搜索策略:该算法首先根据输入的节点数(该程序可选的有3X3,4X4…9X9几种节点数),然后输入初始状态和终点状态-application breadth - first search strategies : The first algorithm based on the input nodes (which are optional procedures 3X3, 4X4 ... Frankfurt several nodes), then the initial state
有界深度优先算法八数码问题
- 该算法首先根据输入的节点数(该程序可选的有3X3,4X4…9X9几种节点数),然后输入初始状态和终点状态-the algorithm depending on the input nodes (which are optional procedures 3X3, 4X4 ... Frankfurt several nodes), then the initial state and the end of state
puzzles
- 手机拼图游戏 这个拼图游戏是一个3x3的拼图,由9个分割的小图片构成。这样,在手机上,可以用按键1-9对应每个图片。需要移动某个图片时,只需按下对应的数字键即可,非常方便-This puzzle is a mobile puzzle game puzzle 3x3, 9 divided by the small picture composition. Thus, on the phone, you can use keys 1-9 correspond to each picture. N
NineMultiply
- java 实验 (1)实现一个整数N的阶乘运算。N为固定常数。 (2)在屏幕上按如下格式输出乘法口诀表: 1X1=1 1X2=2 2X2=4 1X3=3 2X3=6 3X3=9 … 其中,每行的多个乘法公式之间用‘\t’分割 -java test (1) to achieve an integer N factorial operation. N is a fixed constant. (2) in the following format on the scr
GradientShaperActivity
- GradientShaper Matrix 功能展示-/** * The Matrix class holds a 3x3 matrix for transforming coordinates. * Matrix does not have a constructor, so it must be explicitly initialized * using either reset()- to construct an identity matrix, or one of the
test
- 通过对像素点取平均值计算出高斯模糊效果,没有实现权重,只有简单的模糊,矩阵为3X3 -slove average by gos