-
表达式转换、 计算器和更多
这是一个Pascal/德尔福单元的功能来计算使用后缀形式(RPN)的算术表达式。通常表达都写在“缀”的形式,如(3+4)*5-6......这是人类可读的形式。但后缀形式是超级容易计算(没有括号,没有照顾运营商优先考虑的,因为它是所有明示)。该代码使用了这种方法,并适当的结构(栈)与数学表达式工作。包括有:从缀形式的字符串数组RPN转换后缀表达式计算器;转换回字符串,可读通过模拟运算表;辅助功能,所有这些的;奖金:求解一个数字游戏(代码描述);作品通过构建和评估RPN表达式。我希望你会发现这个代码很有用的一些有关数学编程项目...这个代码是实际使用在www.dejantomic.com/games/mojbroj.php发现游戏。该网站和游戏不是英语;这段代码简单翻译成英文。
- 2023-05-29 11:00:03下载
- 积分:1
-
md5 c代码
对一个文件里的内容进行10000加密 是c语言来实现md5加密 这个程序是我在做一道题的时候要用到而在网上搜老一段代码改来的 (忘记原网站老 不好意思 ) 可以看看 能运行的 还能得到答案
- 2022-07-01 18:28:33下载
- 积分:1
-
这是一个师兄编的程序,用于多类分类和函数回归。
这是一个师兄编的程序,用于多类分类和函数回归。-This is a senior allocation procedures, for use in multi-category classification and regression function.
- 2022-04-08 16:32:52下载
- 积分:1
-
自己做的程序,可能对你有用
自己做的程序,可能对你有用-own procedures that may be useful to you
- 2022-07-12 03:17:35下载
- 积分:1
-
LPKSVD字典训练
资源描述局部保持ksvd字典训练局部保持ksvd字典训练局部保持ksvd字典训练局部保持ksvd字典训练局部保持ksvd字典训练局部保持ksvd字典训练局部保持ksvd字典训练局部保持ksvd字典训练局部保持ksvd字典训练局部保持ksvd字典训练
- 2022-07-18 06:58:28下载
- 积分:1
-
asdfdsadfsdfsdaaaaaaa
dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd
- 2022-11-05 00:35:05下载
- 积分:1
-
用Visual C++实现的绘制函数图像的程序。给定任意函数表达式,可直观显示该函数图像。...
用Visual C++实现的绘制函数图像的程序。给定任意函数表达式,可直观显示该函数图像。-Visual C achievable image mapping function procedures. Given arbitrary function expression, visual images showed that the function.
- 2023-06-20 07:45:03下载
- 积分:1
-
贝叶斯算法(matlab编写) 安装,添加目录 /home/ai2/murphyk/matlab/FullBNT...
贝叶斯算法(matlab编写) 安装,添加目录 /home/ai2/murphyk/matlab/FullBNT-Bayesian algorithm (Matlab preparation) installed, add directory/home/ai2/murphyk/matlab/FullBNT
- 2022-02-14 03:59:10下载
- 积分:1
-
Apriori及FP-growth源程序及输出
不但要输出频繁模式,还要输出频繁模式的支持度(绝对值,即支持度计数)输出文件中每行格式如下:abc: 1000表示输出模式为abc,其支持度为1000
- 2023-04-05 04:55:03下载
- 积分:1
-
Prolog实现8-puzzle
he 8-puzzle will be represented by a 3x3 list of lists positions where the empty box will be represented by the value 9, as shown below: [[9,1,3],[5,2,6],[4,7,8]]
Possibility Solution: Only half of the initial positions of the 8-puzzle are solvable. There is a formula that allows to know from the beginning if you can solve the puzzle.To determine whether an 8-puzzle is solvable, for each square containing a value N is calculated how many numbers less than N there after the current cell. For example, to the initial status
- 2023-07-26 11:40:02下载
- 积分:1