搜索资源列表
asasd
- 网上关于 俄罗斯方块的算法很所,但是我觉得,他们的算法不容易理解,但是我的算法,比较简单,容易理解,就是计算量大点,但是今天的计算机硬件高速发展,这都已经不是关键问题了!! 绝对原创,包含源码,仿真图,不下后悔-Online on the Tetris algorithm is by, but I feel that their algorithm is not easy to understand, but my algorithm is relatively simple, easy
ganzhiqisuanfa
- 介绍感知器学习算法及其变种,给出各种感知器算法的伪代码,指出各种算法的优点。给出感知器算法在线性可分和线性不可分 情况下的误差界定理,讨论各种感知器学习算法的误差界理论,给出各种算法的误差界。介绍感知器学习算法在在线优化场景、强化学习 场景和赌博机算法中的应用,并对未解决的问题进行讨论。-The perceptron learning algorithm and its variants, pseudo code is given a variety of perceptron algo
Snake
- 贪吃蛇算法,稍微有点不同于网上的。网上的都是把蛇身的所有节点都储存了下来。 数据结构, 不复杂 给个保存蛇头蛇尾地址。还有保存方向的。然后用队列(先进先出表)保存拐点 -This algorithm is slightly different the Snake online. Internet is the snake all nodes are stored down. Data structure is not complex Save snakeheads to