-
阶乘求和问题 C++算法
阶乘求和问题 C++算法-factorial algorithm C
- 2022-02-21 19:30:45下载
- 积分:1
-
2812 PMSM
利用2812来进行电机控制的主程序代码,其中包括各种控制方式,来自于TI官网的例程,未改动,便于后面的学习
- 2022-04-25 07:36:55下载
- 积分:1
-
计算子午圈半径M
计算卯酉圈半径N
计算玮圈半径r
计算经线弧长Sm
计算纬线弧长Sn
计算球面梯形面积
计算最大角度变形...
计算子午圈半径M
计算卯酉圈半径N
计算玮圈半径r
计算经线弧长Sm
计算纬线弧长Sn
计算球面梯形面积
计算最大角度变形
计算球面极坐标-calculated Meridian circle radius circle conveniently calculated M N calculation Wei radius circle radius r calculated meridian arc Sm calculated latitude arc Sn calculated spherical long trapezoidal area of the greatest deformation angle spherical polar coordinates
- 2023-04-10 21:40:02下载
- 积分:1
-
二分算法
要找到解决办法 f (x) = 0 给定连续函数
* 区间 [a,b],在 f(a) 和 f(b) 有上 f
* 符号相反:
*
* 输入: 终结点 a、 b ;容忍 TOL ;
* 迭代 N0 最大次数。
*
* 输出: 近似解决方案 p 或
* 一条消息,该算法将失败。
*/
- 2022-03-19 16:48:23下载
- 积分:1
-
STM32无刷电机控制
资源描述 用STM32这款芯片驱动无刷马达,本例中包含了霍尔接口电路以及高级定时器的6路PWM配置电路,对于新手来说通俗易懂,能够快速入门。
- 2022-06-26 21:45:57下载
- 积分:1
-
solving nonlinear equations in a way : by using a method of optimizing initial G...
解非线性方程组的一种方法:先用一种优化方法将给定初值(它有可能会使得后续的牛顿法发散)通过一条比较快的途径收敛到精确解附近,得到一个新的初始点,然后再通过牛顿法将新的初始点迭代到精确解(一定的误差范围内)。这种方法的优点在于:它可以将牛顿法快速收敛的优势发挥出来,同时又避免了该方法收敛域比较窄的缺点。-solving nonlinear equations in a way : by using a method of optimizing initial Givens (it might make follow-up to Newton"s law divergence) adopted a relatively fast convergence to the channel near the exact solution, to be a new starting point, and then Newton"s law of the new iteration of the initial point of the exact solution ( some of error). This method has the advantage : it can be rapid convergence of Newton"s method to exploit the advantages while avoiding convergence of the method is relatively narrow domain shortcomings.
- 2022-03-20 10:21:18下载
- 积分:1
-
numerical algorithm source code
数值处理算法源代码-numerical algorithm source code
- 2022-09-21 13:50:03下载
- 积分:1
-
国密SM3算法C源码
国密SM3算法C源码
适用于商用密码应用中的数字签名和验证、消息认证码的生成与验证以及随机数的生成,可满足多种密码应用的安全需求。同时,本文本还可为安全产品生产商提供产品和技术的标准定位以及标准化的参考,提高安全产品的可信性与互操作性。
- 2022-01-22 02:50:39下载
- 积分:1
-
Anaglifo 立体视觉
这是由两个摄像头 (立体照相机) 获取 abaglifo 算法。它是在 c + + 编程与 OpenCV。
- 2022-07-07 18:04:36下载
- 积分:1
-
gradient method
这是凸优化中梯度法的代码
- 2023-05-17 04:10:03下载
- 积分:1