搜索资源列表
2006102411
- 猴子选大王,c语言,有源码,有注释,可供使用交流。-election monkey king, c language, the source code, notes, the availability of the exchange.
c++
- 猴子选大王程序 大学实习的题目 对一些同学有帮助
猴子选大王的问题键表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.
猴子选大王
- 有10个人(编号1到10)围成一圈报数,报到3的人出去,然后下一个人继续从一开始报数,求最后剩下的人的编号。
猴子选大王的问题键表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.
2006102411
- 猴子选大王,c语言,有源码,有注释,可供使用交流。-election monkey king, c language, the source code, notes, the availability of the exchange.
sd0609_cc_java
- 做为SD0609的一员,我扎实的基础是如何打出来的,来看看我那时连猴子选大王都不会的人,是如何成长起来的吧!主要包括我所做的C++,JAVA基础联系.乱是乱了点,不过如果真心想学习,打好基础,看看也不坏!-as the one, I was a solid foundation for how to break out, I look at election time even monkeys are not the king, is
course
- 一、 问题描述与分析: (1) 根据用户选择提供相应的功能 (2) 运动会分数统计。 (3) 能够按照指数降序排列建立并输出多项式;能够完成两个多项式的相加、相减 (4) 可以输入一个任意大小的迷宫数据,用非递归的方法求出一条走出迷宫的路径,并将路径输出。 (5) 猴子选大王。 (6) 建立建立最优二叉树函数 (7) 纸牌游戏 -A problem descr iption and analysis: (
c++
- 猴子选大王程序 大学实习的题目 对一些同学有帮助-Monkey king election procedures for the University of internship students of the subject of some help
houzi
- 这个是我的实验设计,猴子选大王.用的是c语言编写,内容还是很简单的.详细的说明在文件里,包括代码和流程图说明.-This is my experimental design, a monkey king election. Using c language, content is still very simple. Detailed explanation in the document, including code and flo
Cprogram
- C语言中的一个经典程序代码——猴子选大王-C language program code of a classic- a monkey king election
houzixuandawangC
- 这是基于数据结构程序设计的猴子选大王问题的C实现。-This is based on the data structure of program design monkey king election issues realize C.
02051321
- 用C语言实现的猴子选大王的程序,用链表存储猴子的号码,按照一点的规则筛选猴子,每淘汰一个猴子则删除其号码,直至只剩一个猴子,即为大王。-Using C language to achieve the election of the monkey king of the procedure, with list of numbers stored monkeys, in accordance with the rules that fil
code
- 1、猴子选大王 2、约瑟夫环 3、迷宫求解 4、回文游戏 5、地图四染色问题 6、八皇后问题 7、原四则表达式求值 8、k阶斐波那契序列 9、遍历二叉树 10、编写DFS算法的非递归函数。 编写BFS算法。 11、简单选择排序, 折半插入排序, 冒泡排序, 快速排序, 堆排序 12、顺序查找,折半查找-err
C
- 猴子选大王,办法如下:猴子按1,2,。。。,n编号围坐一圈,从第一只开始,按1,2,。。。, m报数,报m的退出,从下一只开始,继续循环报数,剩下的最后一只猴子就是大王, 编程输出大王的序号。 -select monkey
15349069_卢健圳_猴子选大王解题报告V1
- c++数据结构,链栈入门,经典问题猴子选大王解题思路(C++ data structure, the introduction of chain stack)
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
猴子选大王
- 猴子选大王游戏的c++编程实现,可以参考一下。(The code of monkeys choose the king's game)