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

搜索资源列表

  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
    • 文件大小:537824
    • 提供者:陈星风
  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
    • 文件大小:879832
    • 提供者:张西
  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
    • 文件大小:969
    • 提供者:sunhao
  1. ICT006

    0下载:
  2. ICT(台湾吉鸿)的收币器通讯协议,可以与硬币接收/找零装置对接。由上位机或单片机控制。 此为测试软件,能清楚看到收发的指令。-ICT (Taiwan ICT) and communication protocols coin collection, coins can receive/give change device docking. Controlled by a PC or microcontroller. This is a test software, can send and
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:276478
    • 提供者:deathpig
  1. phpexamer1.2 discuz的考试插件

    1下载:
  2. phpexamer1.2 是一个discuz的考试插件。 新版实现的功能如下: 1、整合UCENTER,实现会员同步登陆,退出,会员信息同步 2、支持试卷无限级分类,同时支持文章发布,整合简单CMS功能 3、支持四大题型:单项,多项,判断,简答(用户自主评台) 4、支持图片题,语音,视频(英语听力题可以制作了) 5、支持excel的CSV文件导入试题,极大方便用户制作试卷 6、支持定时答题,对每张试卷的考试时间进行限制 7、答题后自动评分(非主观题
  3. 所属分类:PHP源码

    • 发布日期:2012-11-13
    • 文件大小:2468101
    • 提供者:guaicai
  1. msddk-coinst

    0下载:
  2. 这是ddk 中的一个coinstall可实现自安装,请参考ddk说明编写inf文件来安装-This is a DDK coinstall can achieve self-installation, please refer to the preparation of DDK Descr iption inf file to install
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-02
    • 文件大小:906
    • 提供者:lifeng
  1. TOSS

    0下载:
  2. 编写一个模拟硬币的applet.每次用户按下“Toss”按钮,程序投掷一个硬币。统计硬币各面出现的次数,并显示结果。程序应该调用不带任何参数的独立方法flip,如果是硬币正面,则方法返回“true” 如果硬币背面,则方法返回“false”.-Write a simulated coin applet. Each time the user presses the " Toss" button, the program throws a coin. Statistics coin
  3. 所属分类:Applet

    • 发布日期:2017-04-03
    • 文件大小:790
    • 提供者:王玉
  1. 栈类

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

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

    0下载:
  2. (1)、自动售货机可以出售4种货物,每种商品的数量和单价在初始化时设定,并存储在存储器中; (2)、采用模拟开关分别模拟5角和一元的硬币进行购物,并通过按键来选择商品; (3)、系统能够根据用户输入的硬币,判断钱币是否够,当所投硬币达到或超过购买者所选面值时,则根据顾客要求自动售货,并找回剩余的硬币,然后回到初始状态。当所投硬币不够时,则给出提示,并通过一个复位键退回所投硬币,然后回到初始状态。 -(1), vending machines can sell four kinds o
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:3215
    • 提供者:秦发斌
  1. bcr

    0下载:
  2. 临床医药试验随机数的产生(Biased Coin Randomization)-Clinical medicine test the generated random number (Biased Coin Randomization)
  3. 所属分类:hospital software system

    • 发布日期:2017-03-29
    • 文件大小:810
    • 提供者:Su
  1. automat

    0下载:
  2. 货物信息存储,进程控制,硬币处理,余额计算,显示等功能-Advance Cargo Information storage, process control, coin handling, balance calculation shows that the functions of
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:143706
    • 提供者:苏芬
  1. AutoChangeMoney

    0下载:
  2. 使用VC++编写的自动找币机的控制程序。 有sql2000数据库,用于存储记录。 使用控件实现对找币机串口的控制。-The use of VC++ Prepared automatically find coin machine control procedures. There SQL2000 database, used to store records. The use of controls to achieve coin machine to find the serial c
  3. 所属分类:SQL Server

    • 发布日期:2017-05-18
    • 文件大小:137710
    • 提供者:周斌
  1. happycoin

    0下载:
  2. This is gaming xls happy coin.
  3. 所属分类:File Formats

    • 发布日期:2017-04-25
    • 文件大小:28255
    • 提供者:nn
  1. 8ball

    0下载:
  2. This gaming xls coin.-This is gaming xls coin.
  3. 所属分类:File Formats

    • 发布日期:2017-04-29
    • 文件大小:245148
    • 提供者:nn
  1. cube

    0下载:
  2. This is gaming xls happy coin.
  3. 所属分类:File Formats

    • 发布日期:2017-04-24
    • 文件大小:128917
    • 提供者:nn
  1. hangman

    0下载:
  2. This is gaming xls happy coin.
  3. 所属分类:File Formats

    • 发布日期:2017-04-28
    • 文件大小:26703
    • 提供者:nn
  1. zidongshouhuoji

    0下载:
  2. 某自动售货机售A,B,C3种商品,他们的价格分别为1,3,4。 售票机进接受一元硬币。售货机面板上设有投币孔和退钱建,每种商品标识处有选择按键,上有指示灯表明当前投币说是否已经足够选买该商品。-A vending machine to sell A, B, C3 kinds of merchandise, their prices were 1,3,4. Into the ticket vending machines to accept one-dollar coins. Vending
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1063
    • 提供者:孙尚龙
  1. 1004

    1下载:
  2. 金币阵列问题 问题描述: 有m x n [m<=100, n<=100 ] 个金币在桌面上排成一个m行n 列的金币阵列。每一枚金 币或正面朝上或背面朝上。用数字表示金币状态,0表示金币正面朝上,1 表示背面朝上。 金币阵列游戏的规则是: (1)每次可将任一行金币翻过来放在原来的位置上; (2)每次可任选2列,交换这2列金币的位置。 -Gold Array Problem Problem Descr iption: Have mxn [m < = 100,
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-12
    • 文件大小:808
    • 提供者:samuel
  1. yingbi

    0下载:
  2. 把硬币摆放成32×9的矩阵,你可以随意翻转矩阵中的某些行和某些列,问正面朝上的硬币最多有多少枚?-The coins placed into a 32 × 9 matrix, the matrix you can flip some of the lines and some out, ask up front how many of the largest gold coin?
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-26
    • 文件大小:159743
    • 提供者:松柏长青
  1. id_coin

    0下载:
  2. Command for Device Coin to Modem Motorola G18
  3. 所属分类:Modem program

    • 发布日期:2017-04-13
    • 文件大小:2043
    • 提供者:Raul Dias
« 1 2 3 4 56 7 8 9 10 ... 20 »
搜珍网 www.dssz.com