搜索资源列表
java_example
- 实例(java) 1. 编写一个程序,列出1 到1000 以内的,求59 的余后为1 质数。 2. 试编写程序解下面的问题。猴子吃桃问题:猴子第一天摘下若干个桃子,当即吃了 一半,还不瘾,又多吃了一个 第二天早上又将剩下的桃子吃掉一半,又多吃了一个。 以后每天早上都吃了前一天剩下的一半零一个。到第10 天早上想再吃时,见只剩 下一个桃子了。求第一天共摘了多少。 3. 编写一个程序求1+2!+3!+...+20!的
houzi
- 猴子吃桃问题的一种解答。使用了一个全局整型数组arr。-monkeys eat a peach question to answer. The use of a whole integer array arr.
Taozi
- 猴子吃桃问题:猴子第一天摘下若干个桃子,当即吃了一半,还不瘾,又多吃了一个 第二天早上又将剩下的桃子吃掉一半,又多吃了一个。以后每天早上都吃了前一天剩下 的一半零一个。到第10天早上想再吃时,见只剩下一个桃子了。求第一天共摘了多少。 -monkeys eat peaches : monkeys became the first several days of peaches, a half-eaten immed
rap
- 一些实用的C小程序 用于解决一些算法问题 如猴子吃桃问题- Some practical C scr ipt uses in to solve some algorithm question like monkeys to eat the peach question and so on
algorithms
- 猴子吃桃问题。猴子每天吃桃数为前一下的一半加一,一共吃了多少桃
rap
- 一些实用的C小程序 用于解决一些算法问题 如猴子吃桃问题- Some practical C scr ipt uses in to solve some algorithm question like monkeys to eat the peach question and so on
java_example
- 实例(java) 1. 编写一个程序,列出1 到1000 以内的,求59 的余后为1 质数。 2. 试编写程序解下面的问题。猴子吃桃问题:猴子第一天摘下若干个桃子,当即吃了 一半,还不瘾,又多吃了一个 第二天早上又将剩下的桃子吃掉一半,又多吃了一个。 以后每天早上都吃了前一天剩下的一半零一个。到第10 天早上想再吃时,见只剩 下一个桃子了。求第一天共摘了多少。 3. 编写一个程序求1+2!+3!+...+20!的
houzi
- 猴子吃桃问题的一种解答。使用了一个全局整型数组arr。-monkeys eat a peach question to answer. The use of a whole integer array arr.
Taozi
- 猴子吃桃问题:猴子第一天摘下若干个桃子,当即吃了一半,还不瘾,又多吃了一个 第二天早上又将剩下的桃子吃掉一半,又多吃了一个。以后每天早上都吃了前一天剩下 的一半零一个。到第10天早上想再吃时,见只剩下一个桃子了。求第一天共摘了多少。 -monkeys eat peaches : monkeys became the first several days of peaches, a half-eaten immed
monkeyandpeach
- 猴子吃桃的问题: 此程序是用递归做出来的,方法很简单-monkeys eat a peach : This procedure is done using the recursive method is very simple
algorithms
- 猴子吃桃问题。猴子每天吃桃数为前一下的一半加一,一共吃了多少桃-Monkeys eat peach problem. Monkeys eat peaches every day for about half of pre-plus-one, a total of how much to eat peaches
chit
- 猴子吃桃问题的一种解答!有兴趣可以-Monkeys eat a peach to answer the question! Who are interested can
practise3
- 这是经典的猴子吃桃问题的java代码,格式是.java。编译运行-Monkey eating problems java code for Peach
taozi
- C/C++源代码 >> 数据结构与算法 C 猴子吃桃问题的一种解答-C/C++ source code> > Data Structures and Algorithm C monkeys eat a peach answer the question
monkey
- 描述猴子吃桃问题,从第一天一直推至最后一天,球的桃子总数。-Descr iption monkeys eat peaches, from the first day has been pushed to the last day, the total number of balls of peach.
howmanyiteats
- 基于LABVIEW的一个猴子吃桃问题的算法设计题目,可以快速解决猴子吃了多少个桃的问题-Based on LABVIEW a monkey eating peach algorithm design problem subject can quickly resolve how much to eat a peach monkey problem
monkey-eat-peach
- 猴子吃桃问题:猴子第一天摘下若干个桃,当即吃了一半,还不瘾,又多吃了一个 第二天早上又将剩下的桃子吃掉一半,又多吃了一个。以后每天早上都吃了前一天剩下的一半零一个。到第10天早上想再吃时,见只剩下一个桃子了。求第一天共摘了多少。 -monkey eat peach:first day ,the monkey picks some peaches,and eat half of them,but that can t satisfy
houzichitaowenti
- 猴子吃桃问题,给定数量,问多久吃完,计算出来-The monkeys eat the peach problem, a given number, ask how often do you eat out, computed
The-monkeys-eat-the-peach-problem
- The monkeys eat the peach problem Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "猴子吃桃问题", "猴子吃桃问题\猴子吃桃问题.vcxproj", "{5D215B38-B
L12_7
- 课后习题,包括完数的计算,素数计算,猴子吃桃问题等。-Homework finished the calculation of the number of primes monkeys eat the peach problems.