搜索资源列表
GuessNumber
- 一个猜数字游戏,对于objective c的新手来说是一个非常好的基本教程,包括了基本的用户交互和逻辑运算-A number guessing game, objective c for the novice is a very good basic tutorials, including the basic user interaction and logical operations
24
- 所有的按键都是以图片形式插入,点击图片即可选中,在选择之前做一个简单的运算,数字1到13(基于54张扑克牌),然后以进行基本的数学运算,如+,-,*,/,(,)等,使得结果为24。-All the keys are inserted as a picture, click image to select it, before choosing to do a simple calculation, the numbers 1 to 13 (based on 54 cards), then for
jisuanqi
- 计算器程序 ,实现基本的加 减 乘 除等运算,界面设计良好 可以借鉴-Calculator program to achieve basic addition and subtraction, multiplication and division operations
haimingmacc
- 实现海明码的基本运算 可进行编码解码纠错Hamming code to achieve the basic error correction encoding and decoding operations can be-Hamming code to achieve the basic error correction encoding and decoding operations can be
fiveprogrammes
- 一个5个程序,其中game程序是推箱子游戏;matrix程序实现矩阵的各种基本运算;partner程序实现舞伴配对功能;polynomial程序实现一元多项式的运算;student程序实现学生成绩管理功能。-A five procedures, including the game Sokoban game procedures matrix program of basic computing matrix partner program partner matching function
fiveprogrammes
- 一个5个程序,其中game程序是推箱子游戏;matrix程序实现矩阵的各种基本运算;partner程序实现舞伴配对功能;polynomial程序实现一元多项式的运算;student程序实现学生成绩管理功能。-A five procedures, including the game Sokoban game procedures matrix program of basic computing matrix partner program partner matching function
JAVA_jisuanqi
- 一个间的基于java的计算器,能够实现基本的运算,适合初学者学习使用-An inter-java-based calculator that can achieve the basic operation, suitable for beginners learning to use
Chess
- 该程序在visual studio环境下编译,可实现基本的象棋计时计步和人机对弈功能,方便学者进行学习和加工,其中,对象棋走子的对弈算法进行了优化。提高了运算的稳定性。-The program in visual studio environment compiler, enabling basic chess timer pedometer and man-machine chess function to facilitate academic learning and processing
c
- 这是一个基本的计算器,可进行常用的加减乘除等运算。-This is a basic calculator can be used in addition, subtraction and other operations.
24点游戏
- 24点游戏是经典的纸牌益智游戏。从扑克中每次取出4张牌。使用加减乘除,第一个能得出24者为赢。(其中,J代表11,Q代表12,K代表13,A代表1)随机生成4个代表扑克牌牌面的数字字母,程序自动列出所有可能算出24的表达式,用户初始生命值为一给定值(比如3),初始分数为0。随机生成4个代表扑克牌牌面的数字或字母,由用户输入包含这4个数字或字母的运算表达式(可包含括号),如果表达式计算结果为24则代表用户赢了此局。使用计时器要求用户在规定时间内输入表达式,如果规定时间内运算正确则加分,超时或运算错