搜索资源列表
使用 JAVA 的设计概念简介
- 使用J#,JAVA来进行“掷骰子”这种小程序的实现,层层递进加深程序复杂度-using J # and Java to carry out "Dice" This small program to achieve the progressive deepening layers of complexity procedures
5050309614_05
- 该游戏是一种掷骰子游戏.游戏者有13此机会去掷骰子然后根据骰子的不同排列和数字选择相应的分数.如果类型符合就得分反之不得分.-the game is a play dice games. There are 13 players this opportunity to Dice, according to the dice with the different options and the corresponding number of points. If the type subject
fei
- 碰运气小游戏 最为流行的一种掷骰子游戏是craps,在世界各地的赌场中都有这种小游戏。-luck with the most popular small game of a Dice games are craps, around the world there were casino games such small.
greeds
- 一个掷骰子的游戏。支持多玩家,轮流掷6个骰子,不同点数有不同的分数,先得3000分的为赢家。-a craps game. Multi-player support turns throwing six dice, different points have different scores, first served 3,000 hours for the winner.
Wordgame
- 大富翁背单词游戏 一个掷骰子的背单词游戏,程序特点: 1。采用glscene制作的3d拼图 2。采用ibm的tts语音合成 3。自动拼图9宫图最短路径算法
5-123
- 掷骰子游戏,与电脑对战。 起初玩家坐庄,后赢家坐庄
c-dice
- 编写一个掷骰子(dice)的程序。骰子的数据包括被掷骰子数目、掷出骰子的总点数和每个骰子的点数。操作包括掷骰子、返回该次投掷的骰子的总点数以及打印所投掷骰子的点数。
zhishaizi
- 这是一个小游戏程序,模拟了掷骰子的游戏过程,可以两人对战,在符合一定规则的情况下会加分。
掷骰子
- 为大家搜集免费的计算机学习、编程资料和优秀的网络资源。多多支持-for you to collect free computer learning, programming information and excellent network resources. Generous support
C语言实战105例
- C语言实战105例 第1部分 基础篇 实例1 一个价值“三天”的BUG 2 实例2 灵活使用递增(递减)操作符 5 实例3 算术运算符计算器 7 实例4 逻辑运算符计算器 9 实例5 IP地址解析 11 实例6 用if…else语句解决奖金发放问题 13 实例7 用for循环模拟自由落体 16 实例8 用while语句求n! 19 实例9 模拟银行常用打印程序 22 实例10 使用一维数组统计选票 26 实例11 使用二维数组统计学生成绩 29 实例12 简单的计算器
crap
- 小游戏掷骰子 实现多幅图片不同的切换已达到动态效果-game play crap,to realize the damic imagie
zhishaizi_game
- VC写的简单掷骰子游戏,有兴趣的朋友学习一下。-VC to write a simple dice game, interested friends to learn about.
Shaizi-1
- 筛子 掷骰子游戏,要求具有如下的功能: 单击“开始”按钮时,左边的骰子开始滚动。 单击“停止”按钮时,左边的骰子停止滚动,骰子显示出点数,点数用标签显示出来。(图1为骰子滚动完成的效果图)-Sieve dice games, the request has the following features: Click " Start" button, the left side of the dice start rolling. Click " Sto
zhishaiziwenti
- 用蒙特卡洛法仿真掷骰子问题,可以通过增加实验次数来无限逼近理论概率-Dice with the Monte Carlo simulation of the problem, you can experiment by increasing the number of times the probability of an infinite approximation theory
dice-game
- 这是本人用C#编写的一个掷骰子的小游戏,希望能对编写骰子游戏的人有所帮助-This is, I use C# for the preparation of a dice game, I hope you can help
rolldice
- 简单的掷骰子游戏代码简洁通过上机验证欢迎下载-A simple dice game is simple through the machine code to verify welcomed Download
xiaochengxu
- 自适应滤波器在自适应数字陷波滤波器中的应用蒙特卡罗仿真掷骰子-One Monte-Carlo simulation program for the three small dice adaptive filter in the adaptive digital notch filter of
C-program-for-game
- 掷骰子游戏: 两人玩骰子,游戏规则如下: 两人轮流掷骰子,每次掷两个,每人最多掷10次。 将每人每次的分值累加计分 当两个骰子点数都为6时,计8分;当两个点数相等且不为两个6时,计7分;当两个点数不一样时,计其中点数较小的骰子的点数。 结束条件:当双方都掷10次或经过5次后一方累计分数为另一方的两倍。最后显示双方分数并判定优胜者。 -Dice games: two dice, game rules are as follows: two dice in turn, ea
game
- 一个掷骰子小游戏,简陋界面,可以完成猜数的功能(Dice game, the completion of the interface, there is a small number of guessing function.)
E25-8.7 练习7.8 骰子(经典)
- 模拟掷骰子过程,并记录各点数出现的次数。(An exercise for learners)