-
用c++实现的约瑟夫环
用c++实现的约瑟夫环-achieved with c Josephus
- 2022-03-17 09:51:53下载
- 积分:1
-
线性方程组求解模板,包括求解线性方程组的各种算法
线性方程组求解模板,包括求解线性方程组的各种算法- System of linear equations solution template, including
solution system of linear equations each algorithm
- 2022-07-12 11:27:24下载
- 积分:1
-
用于连续体的结构拓扑优化设计的matalb代码
用于连续体的结构拓扑优化设计的matalb代码-For continuum structural topology optimization design matalb code
- 2023-06-27 07:05:03下载
- 积分:1
-
温度分布
Fortran95 程序地址在一个金属圆盘上的温度分布。边界设置为稳定温度 20 度。在磁盘上的内点是保持 100 度.初始温度是 50 度。稳定的温度,这个问题的时间多长一个稳定的温度的dish拿到会被该程序解决。
- 2022-02-06 23:31:55下载
- 积分:1
-
This is an ultrasonic launch control circuit design, a continuous single
这是一个超声波发射的控制电路的设计,可以发出连续的单载波脉冲.-This is an ultrasonic launch control circuit design, a continuous single-carrier pulse.
- 2022-03-24 14:35:14下载
- 积分:1
-
LEACH 协议
这是 LEACH程序仅供您参考
谢谢
- 2023-04-17 18:15:02下载
- 积分:1
-
Newton差商插值,可输入数组进行插值运算
Newton差商插值,可输入数组进行插值运算-Newton difference quotient interpolation, may import array interpolation Operational
- 2022-10-24 13:00:03下载
- 积分:1
-
在powerbuilder 7.0中实现md5的算法,下载后直接导入到pbl库文件中,即可使用。...
在powerbuilder 7.0中实现md5的算法,下载后直接导入到pbl库文件中,即可使用。-in powerbuilder 7.0 achieving md5 algorithm downloaded directly into the pbl the document can be used.
- 2022-08-26 09:14:52下载
- 积分:1
-
aes算法c(c++)_支持128、192和256位密钥
AES.h
#pragma once
class AES
{
public:
typedef enum ENUM_KeySize_
{
BIT128 = 0,
BIT192,
BIT256
}ENUM_KEYSIZE;
public:
AES( ENUM_KEYSIZE keysize, BYTE *key );
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-11 07:18:24下载
- 积分:1
-
对于蒙特卡罗算法的程序,可用于电力系统的仿真…
该程序为mente carlo算法
可用于电力系统的随机抽样模拟系统状态
可用于大型的电力系统计算可靠性-the procedures for mente carlo algorithms can be used for power system simulation of random system state available in a large power system reliability calculation
- 2022-04-28 07:22:06下载
- 积分:1