搜索资源列表

  1. zjty

    1下载:
  2. 代码名称: 《仗剑天涯》啸傲江湖修改版 ASP代码 详细介绍: 本站根据野比俱乐部的啸傲江湖的修改版。 1.重写武斗部分,与内力、体力、攻击、经验属性有关。 2.改写表白、结婚部分,与魅力、经验、体力、金钱有关。 3.加入各种江湖排行(美女、帅男、武功、掌门、门派、等), 某些属性达到一定值可以变为“?”,使高等级用户主要属性隐藏。 4.聊天室使用新内核,有偷钱等功能;添加了简单命令方式,例如“保存”用/bc即可。 5.主页面
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:899.42kb
    • 提供者:王军
  1. trey

    0下载:
  2. 钱币换零算法,将10块钱换成1块,2块,5块的零钱的换法种数。-coins for zero algorithm, the money will be replaced by 10 1, 2, 5 of the Act to bring change for the species.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8.06kb
    • 提供者:zhouwenjin
  1. Example10

    0下载:
  2. 创建线程,并且模拟演示了电影票售票员的售票过程,找零过程,以及没有零钱时的等待过程。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1018byte
    • 提供者:magichao
  1. ChangeBack

    0下载:
  2. C++动态规划的算法例子,找零钱的经典问题编程
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:6.45kb
    • 提供者:fqihang
  1. 找零钱_贪心算法.txt

    0下载:
  2. 所属分类:数据结构常用算法

    • 发布日期:2011-01-04
    • 文件大小:1.14kb
    • 提供者:tianluqiang
  1. zjty

    1下载:
  2. 代码名称: 《仗剑天涯》啸傲江湖修改版 ASP代码 详细介绍: 本站根据野比俱乐部的啸傲江湖的修改版。 1.重写武斗部分,与内力、体力、攻击、经验属性有关。 2.改写表白、结婚部分,与魅力、经验、体力、金钱有关。 3.加入各种江湖排行(美女、帅男、武功、掌门、门派、等), 某些属性达到一定值可以变为“?”,使高等级用户主要属性隐藏。 4.聊天室使用新内核,有偷钱等功能;添加了简单命令方式,例如“保存”用/bc即可。 5.主页面
  3. 所属分类:Web服务器

    • 发布日期:2025-02-13
    • 文件大小:899kb
    • 提供者:王军
  1. trey

    0下载:
  2. 钱币换零算法,将10块钱换成1块,2块,5块的零钱的换法种数。-coins for zero algorithm, the money will be replaced by 10 1, 2, 5 of the Act to bring change for the species.
  3. 所属分类:Windows编程

    • 发布日期:2025-02-13
    • 文件大小:185kb
    • 提供者:zhouwenjin
  1. Example10

    0下载:
  2. 创建线程,并且模拟演示了电影票售票员的售票过程,找零过程,以及没有零钱时的等待过程。-Create a thread, and simulation to demonstrate the ticket movie ticket conductor process, give change process, as well as when there is no wait for the process of change.
  3. 所属分类:JSP源码/Java

    • 发布日期:2025-02-13
    • 文件大小:1kb
    • 提供者:magichao
  1. ChangeBack

    0下载:
  2. C++动态规划的算法例子,找零钱的经典问题编程-C++ Dynamic programming algorithm for example, to find the classic problem of small change programming
  3. 所属分类:数值算法/人工智能

    • 发布日期:2025-02-13
    • 文件大小:6kb
    • 提供者:fqihang
  1. zhaolingqian

    0下载:
  2. 找零钱算法,当前有面值分别为2角5分,1角,5分,1分的硬币,请给出找n分钱的最佳方案-Algorithm to find small change, we have before us a face value of 2, c. 5 min, 1 pt, 5 hours, 1 minute coins, please give n cents to find the best solution
  3. 所属分类:JSP源码/Java

    • 发布日期:2025-02-13
    • 文件大小:92kb
    • 提供者:小橘子
  1. AUTO_SELL_DRINK

    0下载:
  2. 这是用verilogHDL语言编写的自动出售饮料的电路。会根据顾客投入硬币的多少来送出饮料,并且找回零钱。-This is language used verilogHDL automatic circuit the sale of beverages. Customer input will be based on the number of coins out drinks, and get back change.
  3. 所属分类:VHDL编程

    • 发布日期:2025-02-13
    • 文件大小:1kb
    • 提供者:dengzhaoyun
  1. umldrink

    0下载:
  2. 基于UML的饮料自动售货机系统设计该设计模拟自动售货机的工作原理和方式,完成出售商品、接收钱币、找零钱等功能。 与系统交涉的人有两类:送货员和顾客。 -UML-based system design beverage vending machine vending machine simulation of the design principles and methods of work, completed the sale
  3. 所属分类:SQL Server数据库

    • 发布日期:2025-02-13
    • 文件大小:2.38mb
    • 提供者:feng
  1. SomeProgramForDataStructure

    0下载:
  2. KMP字符串匹配的c实现,测试字符串为char a[20]="abcdefghijk" char b[20]="abcdefgg" 取各位数字的算法,最大有效测试数据长整形最N=100000000 贪婪算法:已知若干面值的人名币,如何找零钱,使张数最小,测试面值a[4]={25,10,5,1} 快速排序C++实现-KMP string matching c to achieve the test string to char a
  3. 所属分类:数值算法/人工智能

    • 发布日期:2025-02-13
    • 文件大小:2kb
    • 提供者:WJC
  1. zjty

    0下载:
  2. 代码名称: 《仗剑天涯》啸傲江湖修改版 详细介绍: 本站根据野比俱乐部的啸傲江湖的修改版。 1.重写武斗部分,与内力、体力、攻击、经验属性有关。 2.改写表白、结婚部分,与魅力、经验、体力、金钱有关。 3.加入各种江湖排行(美女、帅男、武功、掌门、门派、等), 某些属性达到一定值可以变为“?”,使高等级用户主要属性隐藏。 4.聊天室使用新内核,有偷钱等功能;添加了简单命令方式,例如“保存”用/bc即可。 5.主页面显示最近一条
  3. 所属分类:外挂编程

    • 发布日期:2025-02-13
    • 文件大小:899kb
    • 提供者:张杉
  1. money

    0下载:
  2. 自己写的找零钱问题 编写程序 ,首先由用户输入确定金钱面额的总类N,然后分别输入这N种金钱的面额值,最后输入找回零钱的总数,由程序计算结果 显示需要各面额值的最少张数。-Write their own programming to find the issue of change, first of all by the user input to determine the general category of money de
  3. 所属分类:其他小程序

    • 发布日期:2025-02-13
    • 文件大小:1.05mb
    • 提供者:ciweijsf
  1. autosail

    0下载:
  2. 本设计可实现欧姆龙PLC的自动售货功能,并带有零钱自动退出功能,有实际意义。工程要求已在其中。-The design can be automated Omron PLC sales functions, and with an automatic logoff feature change, and practical significance. In which engineering requirements.
  3. 所属分类:其他小程序

    • 发布日期:2025-02-13
    • 文件大小:7kb
    • 提供者:赵继东
  1. changes

    0下载:
  2. 有20 10 5 1 元和2.5角 1角 5分 1分 的零钱,将输入的任意钱数转换为用这些零钱表示 原创-There are 201,051 yuan and 2.5 angle a corner five minutes one-point change for the input of an arbitrary amount of money that is converted to use these coins
  3. 所属分类:Windows编程

    • 发布日期:2025-02-13
    • 文件大小:1kb
    • 提供者:贾宝华
  1. 1

    0下载:
  2. 找零钱问题,一直都很受关注,希望大家好好学习-look money,it is very important,hope everybody good good study ,day day up!
  3. 所属分类:Windows编程

    • 发布日期:2025-02-13
    • 文件大小:1kb
    • 提供者:han
  1. 零钱凑整

    0下载:
  2. 根据你给出的整钱可以分成几种零钱的方式。比如你输入一块钱,系统会给出几个一毛,几个两毛,几个五毛来凑这一块钱(The way you give the whole money can be divided into several kinds of change)
  3. 所属分类:其他小程序

    • 发布日期:2025-02-13
    • 文件大小:42kb
    • 提供者:xiyou
  1. repack

    0下载:
  2. PHP调用微信接口发放红包和发送零钱简单源码,最简单例程,新手例程(PHP calls the WeChat interface to distribute the red packet and send the change for simple source, the simplest example, the novice routine)
  3. 所属分类:其他小程序

    • 发布日期:2025-02-13
    • 文件大小:1kb
    • 提供者:zmymrp
« 12 3 4 »

源码中国 www.ymcn.org