搜索资源列表
猴子吃桃子
- vb猴子吃桃子算法实现-vb monkeys eat peaches Algorithm
猴子选大王
- 算法,猴子选大王-algorithm, a monkey king election
猴子选大王的问题键表C
- 一个用C写的猴子选大王问题,是用键表实现的,拿出来和大家讨论一下-a monkey was elected king of the problem by using keys table to achieve, and we like to talk about
猴子选大王的问题键表C2
- 又一个用C语言编写的猴子先大王的问题,也是用键表写的这个简单一点。-also a C language prepared by the first king of the monkeys, as well as bonding with the written form of this simple point.
猴子踩蕉皮
- 其实就是一个陨石撞飞机的游戏,不过我将它改成了香蕉皮跟猴子
猴子选大王
- 关于猴子选大王的,运用了链表等功能建立一个不带头结点的单链表 利用单链表循环
MonkeyAndBanana
- 完整人工智能课程设计-猴子香蕉问题,有源码和文档-Integrity of the curriculum design of artificial intelligence- monkey banana problem source and documentation
code
- 1、猴子选大王 2、约瑟夫环 3、迷宫求解 4、回文游戏 5、地图四染色问题 6、八皇后问题 7、原四则表达式求值 8、k阶斐波那契序列 9、遍历二叉树 10、编写DFS算法的非递归函数。 编写BFS算法。 11、简单选择排序, 折半插入排序, 冒泡排序, 快速排序, 堆排序 12、顺序查找,折半查找-err
shujujiegou126
- 数据结构课程设计报告(纸牌游戏、猴子选大王、文章编辑)-Curriculum design data structure report (card games, elected king of the monkeys, the article editor)
cshrapdevelop
- 囊括了sharp诸多技术,例如一些常见算法,八皇后问题,猴子选大王问题,字符及字符串处理技术数据校验、控件数据处理’图片数据处理’日期和时间‘windows控件-Include a sharp many techniques, such as some of the common algorithm, the eight queens problem, the monkey king election issues, character and string processing data va
BananaWar
- 一个猴子吃香蕉小游戏的源代码。玩家一为右边猴子,用上下左右方向键控制其运动,玩家二为左边猴子,用W、S、A、D键控制其上下左右的运动,猴子每吃到一只香蕉加一分,当分数大于5分的时候,碰到香蕉爷爷会被扣掉5分,游戏时间为一分钟,游戏可以选择合作制,也可以选择对战制,选用合作制则与以前的最高分比较,若选用对战制,则是两只猴子的较量,1分钟结束后,分数高者胜利。-A monkey eating a banana game' s source code. A monkey is on the ri
猴子吃桃子问题求解
- 题目:一只猴子摘了N个桃子第一天吃了一半又多吃了一个,第二天又吃了余下的 一半又多吃了一个,到第十天的时候发现还有一个. -Topic: a monkey picked N a peach first day ate a half and eat a, the second day and eat the rest of the Half and eat a, to the first ten days of found and a.
5.1monkey
- 猴子选大王,一个很简单的结构链表用法,简单实用(Monkey King, a very simple structure linked list usage, simple and practical)
15349069_卢健圳_猴子选大王解题报告V1
- c++数据结构,链栈入门,经典问题猴子选大王解题思路(C++ data structure, the introduction of chain stack)
猴子选大王
- 猴子选大王,有N只猴子,从1~N进行编号。它们按照编号的顺时针方向,排成一个圆圈,然后从第一只猴子开始报数。第一只猴子报1,以后每只猴子报的数字都是它前面猴子所报数字加1。如果一只猴子报的数字是M,则该猴子出列,下一只猴子重新从1开始报数。剩下的猴子继续排成一个圆圈报数,直到全部的猴子都出列为止。最后一个出列的猴子胜出。按照上述规则,编写程序选出排成一圈的猴子中的大王。(Monkey King, N monkeys, numbered from 1 to N. They are in accor
新建文件夹
- 猴子选大王,一堆猴子都有编号,编号是1,2,3 ...m ,这群猴子(m个)按照1--m的顺序围坐一圈,从第1开始数,每数到第N个,该猴子就要离开此圈,这样依次下来,直到圈中只剩下最后一只猴子,则该猴子为大王。(A bunch of monkeys are numbered, the number is 1, 2, 3... M, this group of monkeys (m) 1--m in accordance with the order around a circle, from t
monkey
- 猴子选大王c++实现:n只猴子围坐成一个圈,按顺时针方向从1到n编号。然后从1号猴子开始沿顺时针方向从1开始报数,报到m的猴子出局,再从刚出局猴子的下一个位置重新开始报数,如此重复,直至剩下一个猴子,它就是大王。(N monkey sitting around in a circle, numbered from 1 to n clockwise.Then start from 1 monkeys along the clockwise direction starting from 1 cou
猴子摘香蕉
- 一阶谓词逻辑实现经典的猴子摘香蕉问题,C++语言编写,(Realizing the first order logic monkey to pick the banana problem)
猴子选大王
- 猴子选大王游戏的c++编程实现,可以参考一下。(The code of monkeys choose the king's game)
猴子吃桃子
- 猴子吃桃子小游戏,使用vb.net 编程(Monkeys eat peaches small game, using vb.net programming)