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

搜索资源列表

  1. cc2430-21.rar

    0下载:
  2. 程序在主程序中没有连续改变小灯的状态,而在开始运行时将其关闭,延时后点亮。实验现象是一只小灯不断闪烁,这是因为程序中启动了看门狗,看门狗时间长度为1 秒,如果1 秒内没有复位看门狗的话,系统将复位。系统复位后再次开启看门狗,1 秒后复位。,Procedures in the main program there is no continuous change in the status of small lights, and at the beginning of run-time to tu
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:8295
    • 提供者:aka
  1. balckjack21

    0下载:
  2. 用C语言实现的黑杰克21点游戏,可以随机洗牌和发牌-Implemented in C 21 Black Jack game, you can randomly shuffle and licensing
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-28
    • 文件大小:1371
    • 提供者:辽湘
  1. BlackJack

    0下载:
  2. Java写的21点小游戏,和电脑对战,只支持单人游戏,没有很炫的界面,只是普通界面,适合学习使用。-21:00 game written in Java, and play against the computer only supports single player, no fancy interface, but a common interface for learning to use.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-02
    • 文件大小:9354
    • 提供者:燕翔
  1. 21dian

    0下载:
  2. c++编写的21点-c++ prepared 9:00 p.m.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-13
    • 文件大小:2359
    • 提供者:ss
  1. black_jack

    0下载:
  2. 一个21点游戏的算法。可设任意轮数和起始赌金,三种游戏策略。输出游戏结果(不可用户操作游戏的)。使用类和继承。具体参考descr iption.txt。-A 21:00 game algorithms. Can be set arbitrary round number and the starting sweepstakes, three games strategy. Output game results (non-user games). The use of categories an
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:16625
    • 提供者:吕婉辰
  1. cardgame

    0下载:
  2. 设计一个21点的扑克牌游戏,玩家一共可以要5张牌,但如果牌的点数超过21,则暴了,自动出局;在不超过21点的情况下,玩家与庄家比牌的点数大小,大者为赢。-Design of a 21-point poker game, players can be to a total of five licenses, but if more than 21 points a license, then violence, and automatic out in no more than 21 o clo
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-29
    • 文件大小:2427
    • 提供者:李杭
  1. 0711413

    0下载:
  2. 21点牌的C++课程设计的源代码,该有的功能都有!-21:00 licensing C++ Curriculum design source code, which some function!
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:52486
    • 提供者:王品
  1. poke

    0下载:
  2. 这是我写的扑克牌程序,是21点。 是用c++编写的程序。 可以新建工程把它黏贴上去,直接编译就可以了,是用2003写的!-This is my poker writing procedure is 21:00. C++ are used to prepare the procedures. It can be new construction adhesive go directly compile it, are written by 2003!
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-13
    • 文件大小:2510
    • 提供者:
  1. 21points

    0下载:
  2. 一个用js编写的21点游戏,小巧简约但又不失完整-Js prepared with a 21:00 game, compact simple yet complete
  3. 所属分类:Game Program

    • 发布日期:2017-04-11
    • 文件大小:1182
    • 提供者:wangyu
  1. 21dianpai

    0下载:
  2. 21点牌 使用C语言中顺序,选择,循环(三大结构)和随机函数,实现对一副牌(52张,除大小王)的初始化,洗牌,发牌,是否要牌,计算一次胜负并亮牌,计算总胜负等功能。 -21:00 licensing the use of C language in the order of selection, cycle (three structures) and the random function, implementation of a pair of license (52, with t
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-13
    • 文件大小:2467
    • 提供者:kzy
  1. 21yuanma

    0下载:
  2. 21点 经典 源码 据对实用 记载了详细的源码 纯属经典-21:00 classic source for practical, according to detailed documented source code is purely classical
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:8363
    • 提供者:yangvan
  1. 21dian

    0下载:
  2. 21点手机网络游戏源码,大家可以看看,还不错!-21:00 Game-source mobile phone network, we will look at, but also good!
  3. 所属分类:Game Program

    • 发布日期:2017-04-29
    • 文件大小:329696
    • 提供者:simuu
  1. blackjack

    0下载:
  2. 只用import javax.swing.* 包编写的简单的Blackjack 21点游戏,这主要是学生的作业要求的。-the java codes use the import javax.swing.* only ,to write a java application of Blackjack.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-31
    • 文件大小:33350
    • 提供者:jamison
  1. 21game

    0下载:
  2. 经典的21点游戏,21点爆牌,17点之前不能开牌,中间谁数大谁赢。-21 classic games, card burglary 21:00, 17:00, before a license can not be opened, who among the few who win big.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:91763
    • 提供者:cfz
  1. BLACKJACK

    0下载:
  2. 一个DOS界面的21点游戏,即blackjack,用C++编写。-DOS interface a 21 point game, that is, blackjack, using C++ to prepare.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-14
    • 文件大小:3431
    • 提供者:
  1. 200618050227

    0下载:
  2. 基于.NET平台开发的21点游戏,起手容易,为最佳的学习C#编程的绝佳例子-game
  3. 所属分类:.net

    • 发布日期:2017-05-06
    • 文件大小:1098540
    • 提供者:李明
  1. 21game

    0下载:
  2. 一个简单的21点游戏,没什么太多的内容,水平有限 -21:00 a simple game, not too much content, limited
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1084227
    • 提供者:吴龙
  1. 21point

    0下载:
  2. 这是一款网络21点小游戏,是我自己第一个编出来的游戏,我进这个网站是想学习更多的知识,我是新手,谢谢站长!-this is 21point game
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-08
    • 文件大小:1954
    • 提供者:解雨衡
  1. aa

    0下载:
  2. 1.点击出牌按钮随机出牌 2.如果为满21点则显示数字询问是否继续出牌,否则显示游戏失败 3.每次成功后可累计加分数并保存该玩家的最后得分-1. Click the button cards 2 random cards. If age 21 showed the number of cards asked whether or not to continue, or else show that the failure of 3 games. After each successful
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1201
    • 提供者:张龙
  1. BlackJack

    0下载:
  2. 此程序为21点纸牌游戏的小型Demo程序.内含控制台程序和界面程序.界面程序以windows为平台,采用C++Builder的OWL(VCL)框架.-This procedure for 21 of the small card games Demo program. Containing console interface procedures and procedures. Interface procedures to windows as a platform, using C++ Bu
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-31
    • 文件大小:16068
    • 提供者:0x7c00
« 1 2 3 4 5 6 78 9 10 11 12 ... 21 »
搜珍网 www.dssz.com