-
在 Python 中的IDEA 算法
idea.c- IDEA 分组密码算法的 C 源代码。 IDEA (国际数据加密算法),前身为 IPES (改进提议的加密标准)。算法由薛家赖和 James L.梅西,苏黎世 ETH 的开发。此实现修改和来自原来的 C 代码开发了薛家荔枝。从零开始的索引添加的名称更改从IPES的IDEA。循环流化床功能添加。随机数字例程添加。
- 2022-04-21 11:41:44下载
- 积分:1
-
计算1!+2!+3!+...+n!的较快的算法。
计算1!+2!+3!+...+n!的较快的算法。
- 2022-12-24 23:55:04下载
- 积分:1
-
单片机智能小车
单片机智小车的一些程序,主要是应用于蓝牙控制小车运动。小车主要具有避障、循迹的功能
- 2022-07-08 16:01:44下载
- 积分:1
-
不错的数据挖掘教程。用超星阅读起观看。
不错的数据挖掘教程。用超星阅读起观看。-good Data Mining Directory. Starting with reading Superstar watch.
- 2022-05-25 01:20:50下载
- 积分:1
-
使用遗传算法的函数优化问题
这是简单的遗传算法代码,求解函数优化问题。这里是函数的遗传算法每一步。
使用了选择,交叉,突变,roullette 轮选择,一点交叉,位翻转突变。
- 2022-02-28 09:14:52下载
- 积分:1
-
STM32串口接受实验
资源描述本程序代码是基于STM32中的普通IO口的输入捕获,在日常应用STM32的过程中,经常性的会需要对信号输入进行捕获,通过捕获的数值去做后续的处理,本程序的功能提供了一种输入捕获的方式,通过配置相关的库函数去实现。
- 2023-03-02 08:55:04下载
- 积分:1
-
mathematical formula, all the mathematical formula can be obtained directly, a v...
数理公式,所有的数学公式都可以直接得到,非常方便-mathematical formula, all the mathematical formula can be obtained directly, a very convenient
- 2022-03-20 19:05:15下载
- 积分:1
-
use php development of a "entropy" of the program can visit the websit...
使用php开发的一个“熵”的计算程序,可用于网页访问统计-use php development of a "entropy" of the program can visit the website for Statistics
- 2022-10-22 22:35:03下载
- 积分:1
-
这是一个简单的演示如何评价文本的数学表达式
This a simple demo of how to evaluate mathematical expressions in text
format, including provision for variables and functions. The code consists of
three simple classes: 1) Calc - which does the main calculations, 2) Stack -
which is used to push and pop intermediate operators and numbers and 3)
Symbol Table. The symbol table is a collection of calc symbols, a type structure
consisting of various elements, including the expression name, function name,
and the final value of the expression The evaluation procedure is done in three
steps: 1) simplify the expression by removing all the elements within () and
storing them in subexpressions within the symbol table. 2) Each of these sub
expressions are then converted to RPN format (Reverse polar notation) and
evaluated 3) Finally, the main expression is converted to RPN and evaluated-This is a simple demo of how to evaluate mathematical expressions in text
format, including provision for variables and functi
- 2022-02-20 06:26:41下载
- 积分:1
-
10 kinds of filtering software sample program
10种过滤软件示例程序
- 2023-08-03 15:20:04下载
- 积分:1