CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - Coin

搜索资源列表

  1. accepted1

    0下载:
  2. 解决时钟问题,acm竞赛题 A weird clock marked from 0 to 59 has only a minute hand. It won t move until a special coin is thrown into its box. There are different kinds of coins as your options. However once you make your choice, you cannot use any other kind.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.28kb
    • 提供者:王冠
  1. pennymelt

    0下载:
  2. 数值计算的一个实例,演示了硬币的融化,非常有意思,也有利于数值编程的学习。-a numerical example, demonstrated a coin melt, and very interesting, but also is conducive to learning numerical programming.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2.31kb
    • 提供者:王且
  1. robot_lesson

    0下载:
  2. 一个使用贪婪算法解决机器人收集硬币问题的小练习。-use a greedy algorithm to solve the problem robot coin collection of small practice.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.78kb
    • 提供者:zbchun
  1. CoinUtils-2.2.5

    0下载:
  2. The CoinUtils project is a collection of open-source utilities developed and used by a variety of other projects in the COIN-OR repository. The project includes classes for storing and manipulating sparse matrices and vectors, performing matrix facto
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.77mb
    • 提供者:liuyupeng
  1. coin-seg

    0下载:
  2. 这是应用MATLAB编写的硬币提取程序,可以参考
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:396.11kb
    • 提供者:爱子
  1. 硬币情况

    0下载:
  2. c++写的一个关于数据结构的程序,其中包含了硬币的分法等算法,相信会给喜欢数据结构的朋友带来帮助!-c write a data structure for the procedure, which includes a coin-law algorithm, would like to believe that the data structure to help bring friends!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1010byte
    • 提供者:离别
  1. 设计一个用最少硬币找钱m的方法

    0下载:
  2. 设有n种不同面值的硬币,各硬币的面值存于数组T[1:n]中。现要用这些面值的硬币来找钱。可以使用的各种面值的硬币个数存于数组Coins[1:n]中。对任意钱数0≤m≤20001,设计一个用最少硬币找钱m的方法。-With n different coins, the face value of the coins stored in the array T [1: n] in the. Now use these coins to find the money. You can use the
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-22
    • 文件大小:525.22kb
    • 提供者:陈星风
  1. siliver-coin

    0下载:
  2. 银币问题,属于算法设计与分析,语言c++在n个银币中有一个是不合格的,不合格的银币比合格银币要轻。 现用天平秤银币,找出不合格的银币,且在最坏情况下秤银币的次数最少。 -Silver question, are algorithm design and analysis, language c++ in n silver is in a failed, the failure of silver coins than qualified to be light. Balance scal
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:859.21kb
    • 提供者:张西
  1. shouyinzhushou

    0下载:
  2. 根据系统全部零钱内钱币的信息,按钱币总张数最少的原则进行退币, 零钱总数:50元的10张,20元的20张,10元的50张,5元的100张,1元的100张,5角的200张,1角的500张,一角以下的可以丢弃。-According to the information system within all change coins, the coins, the total number of at least the principle of the coin, change the total n
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:969byte
    • 提供者:sunhao
  1. 栈类

    0下载:
  2. 栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进者先出,即最后被存入的数据将首先被取出。其形式很象一种存储硬币的小容器,每次只可以从顶端压入一个硬币,而取出也只可以从顶端进行,即后进先出。 这样的数据存储和管理形式在一些程序设计中很有用。例如,编译系统中(这是一类比较复杂的程序),对于函数调用的处理、对于表达式计算的处理,都利用了栈这样的数据结构。- The stack (stack)
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:2.93kb
    • 提供者:墨镜牛郎
  1. s1

    0下载:
  2. this program es coin twisted probabiliti
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:100.77kb
    • 提供者:julianquindio
  1. Coin

    0下载:
  2. 该程序为一个画硬币程序 实现了硬币的增与减,同时开发了按钮来实现上面的内容-The program is a painting program achieved coin coin increases with the reduction, while developing the content of the button to achieve the above
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1.85mb
    • 提供者:童鹏
  1. Decfunction

    0下载:
  2. 算法分析实验 算法分析减治法 8枚硬币问题-Experimental analysis of algorithms analysis of algorithms by-conquer eight coin problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1.27kb
    • 提供者:tabuiy
  1. test3-5

    0下载:
  2. 问题描述:设有11种不问的钱币各若干张,可用这II种钱币产生许多不同的面值。试 设计一个算法,计算给定的某个面值,能有多少种不同的产生方法。例如有1分3张,2分 3张,5分1张,则能组成7分面值的方法有:3个1分+2个2分,1个1分十3个2分,2 个1分+1个5分,1个2分+1个5分共四种。 ^编程任务:对于给定的II种不同钱币,编程计算某个给定面值能有多少种不同的产生 方法。-Problem Descr iption: There should be 11 kinds of coi
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:482.75kb
    • 提供者:伍超洋
  1. qianbi

    0下载:
  2. 算法,钱币组合。可设定钱币种类数量,找出组合种数。-Algorithm, coin combinations. Can set the number of coin types, identify the combination of species.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:604byte
    • 提供者:刘霞
  1. Coin_Counter

    0下载:
  2. it is used to count the coin in the box using matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.92kb
    • 提供者:saravana
  1. COIN

    0下载:
  2. 算法设计COIN程序,实现固定面值货币,兑换最少数量的程序-COIN algorithm design process, to achieve a fixed nominal value of currency, exchange a minimum number of procedures
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:32.06kb
    • 提供者:JIM
  1. Frequency-picture-of-throwing-a-coin

    0下载:
  2. 问题的提出:编程模拟抛硬币所得正面的频率图。假设每次抛10次为一事件,记录每次得到正面的次数,共抛掷100000次,计算得到正面次数的概率发布,并绘图输出结果。 思路:数值概率算法常用于数值问题的求解,此类算法所得的往往是近似解,且近似解的精度随计算时间的增加而不断提高,得到一定精度近似解就可以满足问题要求。-Of the problem: a coin flip from positive programming analog frequency map. Assuming throw 1
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:136.6kb
    • 提供者:eli
  1. Automatic-Coin-Counter-Matlab-Code

    0下载:
  2. Automatic Coin Counter Matlab Code
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:20.63kb
    • 提供者:mani
  1. probaility-of-coin-drop

    0下载:
  2. 对投币过程进行模拟,采用近似算法,绘制正态分布概率分布-Simulate the process on the coin, the use of approximation algorithms, rendering normal probability distribution
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:8.55kb
    • 提供者:Xixi
« 12 3 »
搜珍网 www.dssz.com