-
ECC加密算法的C语言实现
已知椭圆曲线E23(16,10): y 2 ≡ x3 +16x +10mod23和它上的一个点G=(5,10), 计算G 的所有倍点。相当于用C语言编程实现了该题
- 2022-04-12 06:29:38下载
- 积分:1
-
Steepest descent method is based on the negative gradient direction as a decline...
最速下降法是以负梯度方向作为下降方向的极小化算法,本程序用该方法求解n元正定二次函数的极小值-Steepest descent method is based on the negative gradient direction as a decline in the direction of the minimization algorithm, this procedure using this method for solving n-positive definite quadratic function of the minimum
- 2022-03-12 23:23:09下载
- 积分:1
-
java源代码
- 2022-05-14 10:04:41下载
- 积分:1
-
smallest circle with a branch and bound method! With a good strategy for cutting...
最小圆排列的分支限界法! 用了很好的剪支策略很快的!-smallest circle with a branch and bound method! With a good strategy for cutting sticks soon!
- 2022-02-19 22:32:56下载
- 积分:1
-
欧几里德算法和扩展欧几里德算法。用C和C++实现。
欧几里德算法和扩展欧几里德算法。用C和C++实现。-extended Euclidean algorithm and the Euclidean algorithm. C and C to achieve.
- 2023-04-02 23:35:03下载
- 积分:1
-
Levenberg-Marquardt算法
文件中包含一篇关于Levenberg-Marquardt算法的详细介绍,和一个关于LM算法的简单实现
- 2022-03-15 05:46:39下载
- 积分:1
-
电压脉宽矢量控制
这个模块允许 3 通道模拟-数字转换与可编程增益和偏移量。转换是 GP 计时器 1 暗流 (为 281 x) 或 (为 280 x) EPWM1 CNT_zero 事件触发的。转换后的结果代表负载电流和直流母线电压逆变器中。
1.GP 定时器 1 是时基对称脉冲宽度调制
(为 281 x) 或 EPWM1 CNT_zero 时间基地事件 (为 280 x);
2.为线电流的测量,模拟输入的电压
跨电阻器放在之间的来源或排放量偏低
电源设备和低压侧直流铁路 ;和
3.为直流母线电压的测量,模拟输入电压是
横跨电阻用电压分压器的概念。
- 2022-01-24 10:04:57下载
- 积分:1
-
使用RSA数字签名
//Rivest,Shamir,Adelman(RSA)#include#include#include#include#include#include#includeint enumber(char);char denumber(int);int CK_PRIME(long int);long int Get_GCD(long int,long int)
- 2022-01-22 03:04:32下载
- 积分:1
-
this is Matlab Circular convolution
file name is circonv.m
this Matlab Circular convolution
file name is circonv.m-this is Matlab Circular convolution
file name is circonv.m
- 2022-03-31 20:23:01下载
- 积分:1
-
人工股市(人工股票市场,或ASM)是一个模拟的…
人工股市(Artificial Stock Market,简称ASM)是模拟股市运作的一个程序-artificial stock market (Artificial Stock Market, or ASM) is a simulation of the operation of a stock market procedures
- 2022-01-25 20:29:17下载
- 积分:1