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

搜索资源列表

  1. hm3

    0下载:
  2. 实现扑克牌的洗牌算法。 将52张牌(不包括大、小王)按东、南、西、北分发。 每张牌用一个对象代表,包括:牌的类型、大小序号、名称。 例如:黑头A的牌型为S,序号为13(在K之后),名称为A。 比较牌大小时按序号比较大小(2的序号最小、A最大) 显示牌时将按牌型、名称显示。 例如:东家最后牌为: S:1,4,12 H:7,9 D:2,4,8,10 C:4,5,12,13 注: 洗牌次数可用随机数来确定, Math.random()的
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:1561
    • 提供者:黄铭
  1. daimada

    0下载:
  2. 几个不错的程序 是本人好多天的结果 真的和不错呀 适合java的学习-several good procedure is the result of my afterwards and really good game for java study
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:22109
    • 提供者:李想
  1. Shuffle

    0下载:
  2. This article came out of the result of a forum of discussion CodeGuru.com. When we tried to implement an array of Windows buttons, we did not find any solution using ClassWizard. In VB, this can be achieved by copying a single button. We could not fi
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:72490
    • 提供者:yang hao liung
  1. YellowDemo

    0下载:
  2. 这是用c++语言编写的在SCST仿真平台机器人足球赛一个比赛队提交的结果. 其中有一些人工智能的算法 值得一看.-This is the language used c SCST in robot soccer simulation platform for the team to a result. There are some interesting sites in artificial intelligence algorithms.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:49528
    • 提供者:喻林
  1. LearnVCmp3

    0下载:
  2. 是从在vc环境中建立一个程序框架入手,一步一步地介绍在计算机上实现游戏的方法;其中根据游戏发展的需要介绍vc编程的具体方法。每一教学环节的完成,就是游戏的一个效果的完成。-vc from the environment to establish a procedural framework for the start, step by step, to introduce computer games to achieve; According to the development of the
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:10046730
    • 提供者:石争辉
  1. tanke

    0下载:
  2. 做的一个坦克大战游戏,界面挺华丽的,效果也不错,可以学习,-Do a tank war games, interface is luxuriant, the result is right also, can study,
  3. 所属分类:Shot Game

    • 发布日期:2017-05-25
    • 文件大小:8438304
    • 提供者:史金亮
  1. snake

    0下载:
  2. 这是一个贪吃蛇游戏的程序,用C++来做,本人多个月的努力的结果-This is a Snake game procedures, with C++ To do, I more than the result of months of hard work
  3. 所属分类:Other Games

    • 发布日期:2017-04-17
    • 文件大小:136302
    • 提供者:chwehong
  1. Source

    0下载:
  2. 俄罗斯方块源码 直接运行可以看到结果。好东西大家分享嘛 -Tetris source code can be run directly see the result. Good things to share with you why
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-15
    • 文件大小:17716
    • 提供者:zhang
  1. eluosifangkuai

    0下载:
  2. 一个初学者编的俄罗斯方块程序,麻烦了些,不过也算是有个结果。-A beginners program for the Russian box, the more trouble, but the result is there.
  3. 所属分类:Games

    • 发布日期:2017-04-15
    • 文件大小:6905
    • 提供者:liyipeng
  1. wenqu2

    0下载:
  2. /*文曲星里面猜?A?B模拟程序,具有人工智能,*/ /*猜测过程中,每次都是猜测概率最大的组合*/ /*最终输出结果是平均需要猜测多少次,最多需要猜测多少次,最少需要猜测多少次*/ /*运行测试环境:Tc2.0,Tc3.0*/-/* Guess文曲星inside? A? B simulation program with artificial intelligence,*//* guessing process, each time the probability of guess
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-07
    • 文件大小:1454
    • 提供者:茉莉
  1. Javaminesweeping

    0下载:
  2. 一个扫雷程序,由于太懒了只做了8×8方块10个雷,没有做别的级别。不过看懂后很容易加上其他级别的(甚至自定义)-A mine-clearing procedures, as a result of the lazy only 8 × 8 box of 10 mine, there is no level to do anything else. After the very easy to understand, however, together with other levels (or e
  3. 所属分类:Other Games

    • 发布日期:2017-04-13
    • 文件大小:1891
    • 提供者:Aeon
  1. russia

    0下载:
  2. 一个俄罗斯方块的代码,由于是刚刚接触。所以难免会有不足之处,请见谅!-A Russian code box, just as a result of contact. Therefore, there will be the inadequacies, please forgive me!
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-04
    • 文件大小:2842
    • 提供者:rabbit
  1. queens

    0下载:
  2. 一个使用greedy search算法实现的N个queen排列的程序。用星号代表国际象棋中的queen。随机生成布局后,显示每次移动,最后使queen不能互相攻击。即都不在相同的行,列和对角线。-A greedy search algorithm using the N-a queen arranged procedure. Behalf of the international chess with an asterisk in the queen. Randomly generated la
  3. 所属分类:Game Program

    • 发布日期:2017-03-28
    • 文件大小:12611
    • 提供者:刘洋
  1. Calcoolation_SourceVS2005

    0下载:
  2. "Calcoolation" is a puzzle game that at first looks like the popular Sudoku. Just like in Sudoku, you have an N x N matrix, where the digits 1 through N must be placed in each column and in each row without repetition. The difference lies in the fact
  3. 所属分类:Other Games

    • 发布日期:2017-03-29
    • 文件大小:24503
    • 提供者:vddh
  1. flashgame

    0下载:
  2. 游戏规则: 1、玩家通过掷筛子掷出的点数大小来控制主角在地图中前进的步数,当玩家到达终点则游戏结束。 2、你将与两家聪明的电脑玩家同场竞技。(ai设定) 3、玩家点击右下角两个筛子掷筛,停止后可选择任意一个筛子的大小值作为角色前进的步数。 4、电脑和玩家轮流掷筛,轮到任意一方时将会有闪烁提示。并能够体现电脑的操作过程。 5、地图内设各种事件格,如:前进,后退,暂停等,将对棋子前进造成2次变化。(不会存在2次以上的变化) 6、如果两个棋子走到同1格停止,则后来的将会把原来
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-01
    • 文件大小:2809
    • 提供者:JACK
  1. 24dianyouxi

    0下载:
  2. 游戏者将得到6个不同的自然数作为操作数, 以及另外一个自然数作为理想目标数,而您的任务是对这6个操作数进行适当的算 术运算,要求运算结果小于或等于理想目标数,并且我们希望所得结果是最优的, 即结果要最接近理想目标数。-Games will be six different natural numbers as operands, and another one as the ideal target of natural number, and your task is to the
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-31
    • 文件大小:12547
    • 提供者:weixinyi
  1. vcgame

    0下载:
  2. 教学方案的内容是,从在VC环境中建立一个程序框架入手,一步一步地介绍在计算机上实现游戏的方法;其中根据游戏发展的需要,再介绍VC编程的具体方法。每一教学环节的完成,就是游戏的一个效果的完成。-Content of teaching programs, from the VC environment in the framework of a program to start, step by step descr iption on computer game method which acc
  3. 所属分类:Other Games

    • 发布日期:2017-05-27
    • 文件大小:10158377
    • 提供者:杨磊
  1. Checkers

    0下载:
  2. Checkers is one of the most commonly played games in the world, each culture has its own version of it and feels as if it originated from it, though its original implementation was Chinese. This project is interesting for several reasons including th
  3. 所属分类:Other Games

    • 发布日期:2017-03-29
    • 文件大小:890255
    • 提供者:stefanescul
  1. 24

    0下载:
  2. 将四个1至13之间的数进行加减乘除四则运算(每个数只能用一次),使结果等于24.-The four numbers between 1 to 13 for addition and subtraction multiplication and division arithmetic (each number can only be used once), so the result is equal to 24.
  3. 所属分类:Games

    • 发布日期:2017-05-23
    • 文件大小:7501606
    • 提供者:沈艺娜
  1. game

    0下载:
  2. 6款c++游戏源码合集 本人有大量游戏源码 如果效果好 本人将继续发放-6 c++ game source collection I have a lot of game source code if the result is good I will continue to be paid
  3. 所属分类:Other Games

    • 发布日期:2017-05-17
    • 文件大小:4110179
    • 提供者:天堂
« 12 3 4 »
搜珍网 www.dssz.com