CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 分苹果

搜索资源列表

  1. 描述:把M个同样的苹果放在N个同样的盘子里

    0下载:
  2. 描述:把M个同样的苹果放在N个同样的盘子里,允许有的盘子空着不放,问共有多少种不同的分法?(用K表示)5,1,1和1,5,1 是同一种分法。 输入:第一行是测试数据的数目t(0 <= t <= 20)。以下每行均包含二个整数M和N,以空格分开。1<=M,N<=10。 输出:对输入的每组数据M和N,用一行输出相应的K。 输入实例: 1 7 3 输出实例:8 -Descr iption: The same apples to the
  3. 所属分类:JSP源码/Java

    • 发布日期:2016-01-24
    • 文件大小:1024
    • 提供者:雷哥
  1. dfs-gready

    0下载:
  2. poj1664 盘子分苹果的问题,dfs解题思路,贪心讲解-no English
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-02
    • 文件大小:922399
    • 提供者:松鼠
  1. Apple_Set

    0下载:
  2. Problem A:放苹果 Time Limit:1000MS Memory Limit:65536K Total Submit:1094 Accepted:441 Language: not limited Descr iption 把M个同样的苹果放在N个同样的盘子里,允许有的盘子空着不放,问共有多少种不同的分法?(用K表示)5,1,1和1,5,1 是同一种分法。 Input 第一行是测试数据的数目t(0 <= t
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:4980
    • 提供者:杨扬
  1. apple

    0下载:
  2. 简陋无比的分苹果程序……输入分次数、苹果数和盘子数得分法种数-Very simple procedure of sub-Apple ... ... the number of input points, Apple plate number and the number of species the number of scoring method
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:804
    • 提供者:Jamon Wong
  1. apple

    0下载:
  2. Descr iption 把M个同样的苹果放在N个同样的盘子里,允许有的盘子空着不放,问共有多少种不同的分法?(用K表示)5,1,1和1,5,1 是同一种分法。 -Descr iption of the M on the same Apple N months the same plate, allowing some empty onto a plate and asked the total number of different types of sub-law? (Ind
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:32869
    • 提供者:hzf
  1. Apple

    0下载:
  2. zhao0057特别喜欢吃苹果,这不,他今天又买了2*N+1个苹果准备好好享受一番,可是,他刚买来就被xiaolong发现了,xiaolong也是个苹果狂热爱好者。于是,他要求zhao0057分一个给他,这可愁坏了zhao057,这些苹果可是他精心挑选的阿,最后,经过激烈的思想斗争,他决定分给xiaolong所有苹果中体积第N+1大的一个。现在,zhao0057想让你帮忙编程找出这第N+1大的苹果。-ACMBUPT
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:923
    • 提供者:Ever
  1. 018

    0下载:
  2. 根据盘子分苹果。N(宏)个盘子排成一圈,其中每个盘子中有pn(输入)个苹果,对每一个盘子把pn个苹果平均分成两部分pn/2,分别放到其左右两边的盘子里,如果pn/2不是整数则把(pn+1)/2放到左边,(pn-1)/2放到右边。最后打印每个盘子中的苹果数。要求使用带数组参数的函数完成分配过程,并练习使用条件编译打印输出中间结果。-According to the plates divide the apples. N (macro) a dish lined up in a circle, ea
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:172764
    • 提供者:zhu
  1. Miniseg

    0下载:
  2. 用java实现的一个小型分词程序,可以将词语分隔开来,但缺乏标注,如:他 喜欢 吃 苹果 。-Achieved with a small java program segmentation, words can be separated, but the lack of marking, such as: He likes to eat apples.
  3. 所属分类:Applet

    • 发布日期:2017-04-04
    • 文件大小:782643
    • 提供者:胡胜先
  1. netsnake

    0下载:
  2. 网络对战贪吃蛇,这个游戏只能在局域网里运行   游戏有几个有意思的设置,用以更改游戏难度:吃掉苹果后对方蛇长一节、吃掉苹果后我方蛇长一节、超过200分蛇恢复到原来的长度,另外还有背景音乐打开/关闭功能。   程序实现的基本原理:向路由器 255.255.255.255 发送数据则所有的局域网机器都能收到 ,就能实现无服务器局域网对战,Implements指定要在包含该语句的类模块中实现的接口或类-Online play Snake, this game can only run th
  3. 所属分类:Other Games

    • 发布日期:2017-05-01
    • 文件大小:738553
    • 提供者:周小艾
  1. classicRecursion

    0下载:
  2. C++经典递归求值算法题解答,包括逆波兰前缀四则表达式递归求值,红与黑回溯算法,以及分苹果问题-C++ classic recursive evaluation algorithm questions answered, including four expression recursive evaluation Reverse Polish prefix, red and black backtracking algorithm, as well as sub-Apple
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-10
    • 文件大小:1416
    • 提供者:xxx
  1. htmljs

    0下载:
  2. 收集的js实例,苹果系统菜单,百度分页,幻灯片显示,保钓黑客的js代码,计算器-Js instance, collection of Apple system menu, Baidu paging, slide show, the Diaoyu Islands hackers js code calculator
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:25396
    • 提供者:wayne
  1. pingguojiufeng

    0下载:
  2. 数学上有一种分苹果问题,此程序是对它的合理编程- there is a problem of apple problem, this program is for its reasonable programming
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:818
    • 提供者:王峥
  1. exp10_1

    0下载:
  2. A、B、C、D、E五个人分苹果。A将所有苹果分成五份,将多余的一个苹果吃掉后 再拿走自己的一份;B将剩下的苹果分为五份,将多余的一个吃掉后再拿走自己的 一份;C、D、E依次按照同样的方法将剩下的苹果分为五份,吃掉多余的一个再拿 走自己的一份。求:原来的苹果数和每个人分到的苹果数。-A, B, C, D, E five people apple. The A will all the apples into five parts, put an apple extra eat
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:833
    • 提供者:Zhang X
  1. apple

    0下载:
  2. 简陋无比的分苹果程序……输入分次数、苹果数和盘子数得分法种数-Very simple procedure of sub-Apple ... ... the number of input points, Apple plate number and the number of species the number of scoring method
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:845
    • 提供者:zi0628406
  1. 分苹果

    0下载:
  2. 一个能够分多人苹果的小程序,十分有趣,上机课常做的(A small program can be divided into many apples, very interesting, often do on the computer class)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:40960
    • 提供者:lsdf
  1. 最新苹果CMS视频发布模块

    0下载:
  2. 苹果cmsX.8 php版本 火车头免登陆接口 好资源是要分分享的 可用大家留个言(Apple cmsX.8 PHP version of the train head free landing interface good resource is to share the available people to leave a word)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:5120
    • 提供者:ze0702
  1. baiyug_02

    0下载:
  2. 好看的苹果CMS模板 好资源是要分分享的 可用大家留个言。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。(Nice apple CMS template)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:741376
    • 提供者:ze0702
  1. baiyug_03

    0下载:
  2. 好看的苹果CMS模板 好资源是要分分享的 可用大家留个言(Good apple CMS templates. Good resources are to be shared separately. Let's leave a word for you......)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:729088
    • 提供者:ze0702
  1. baiyug_04

    0下载:
  2. 好看的苹果CMS模板 好资源是要分分享的 好用大家留个言(Good apple CMS templates. Good resources are to be shared separately. Let's leave a word for you......)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:182272
    • 提供者:ze0702
  1. baiyug_05

    0下载:
  2. 好看的苹果CMS模板 好资源是要分分享的 可用大家留个言啊(Good apple CMS templates. Good resources are to be shared separately. Let's leave a word for you......)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:165888
    • 提供者:ze0702
« 12 »
搜珍网 www.dssz.com