搜索资源列表
MAIN 3-DIMENSIONAL CFD-PROGRAM
- #//u(i,j) x方向的速度u;
24point
- 输入四个数字生成一个计算式,使结果成为24,比如6,6,6,6输出6+6+6+6=24-Enter four digits to generate a calculation formula so that the results into 24, such as 6,6,6,6 output 6+6+6+6 = 24
24point
- 计算二十四点游戏,程序随机生成1~13中的四个数,用户给出算式,程序验证是否正确-Calculated 24.2 gaming, the program randomly generates a 13 in the four number, the user gives the formula, the program verify that the correct
87071268824count
- 计算二十四点游戏,程序随机生成 1~13 中的四个数,用户给出算式,程序验证是否正 确。-Calculate the 24.2 game, the program randomly generated four number 1 to 13, the user is given the formula, program verification is correct.
24314point
- 计算二十四点游戏,程序随机生成1~13中的四个数,用户给出算式,程序验证是否正确-Calculation of 24.2 games, the program randomly generated four number 1 to 13, the user is given the formula, program verification is correct
24
- 24点程序,功能大家应该都知道,可以生成所有可能的算式,谢谢!重点是包含一个zylib库,可以避免C原有库函数的一些问题,如scanf函数的问题(求通过,希望能鼓励一下我这个初学者,谢谢)-24-point program, the function we should know, can generate all possible formulas, thank you!
24
- 神奇24游戏的玩法是,由计算机随机产生4个自然数,玩家利用加减乘除和加括号,将4个数组成结果等于24的四则运算算式。在大多数情况下这个问题都有解,这就是“神奇”所在之处。通常的解法都是采用穷举法,对所有可能的算式进行求解,然后判断结果是不是24。问题的难点在于如何生成这所有的算式,由于括号的缘故,使问题变得复杂了。一种办法是将中缀表达式转化为后缀表达式,转入对后缀表达式的分析。由于后缀表达式的特点,后缀表达式的分析和求解都比较容易实现,
math2
- VBA实现的自动生成乘法计算式,给小朋友乘法练习。-VBA to achieve the automatic generation of the multiplication formula, for the children to practice multiplication.
calculator
- codegen.py编译算式并在pyc文件下生成bycode。pyc可以直接在终端运行,输入算式得到结果。-A compiler for equation.
MyGame
- 一个小小的算术游戏java源代码,可以生成一些算式和方程,做正确后可以得分-A little arithmetic game java source code, can generate some formulas and equations, do the right after scoring
小学出题-算式生成器
- 小学出题-算式生成器,随机生成指定题数量、数字限额、指定运算符随机出题,时间既定,答案二维码扫一扫即可看到。(Primary school problem - Calculation generator, randomly generated number of designated questions, number limit, designated operator random problem, time set, two di
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 沪ICP备09016508号
1999-2046 源码中国 All Rights Reserved.