搜索资源列表
MAIN 3-DIMENSIONAL CFD-PROGRAM
- #//u(i,j) x方向的速度u;或者θ方向速度uθ #//u(i,j) y方向的速度v;或者径向速度ur'h\K #//pc(i,j) 压力修正 p'[OS #//p(i,j) 压力p-=5-+ #//p(i,j)
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。问题的难点在于如何生成这所有的算式,由于括号的缘故,使问题变得复杂了。一种办法是将中缀表达式转化为后缀表达式,转入对后缀表达式的分析。由于后缀表达式的特点,后缀表达式的分析和求解都比较容易实现,这样就简化了问题的求解。-The magic 24 game
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 dimensional scanning of the answ
小学生四则运算
- 1.程序能够从题库随机选择20道混合运算,用户输入答案,程序检查答案是否正确,每道题正确计5分,测试结束后给出总分; 2.题库文件自动生成,程序提供三种练习功能选择:百以内整数算式、带括号算式、真分数算式练习; 3.程序进行多轮测试,并用柱状图显示多轮测试分数; 6.程序记录用户答题结果,当程序退出再启动的时候,可为用户显示最后一次测试的结果,并询问用户可否进行新一轮的测试;测试有计时功能,测试时动态显示用户开始答题后的消耗时间; 7.程序人机交互界面是GUI界面