-
这是AES算法在网络安全中的源代码。
This the source code of AES algorithm which is used in network security.-This is the source code of AES algorithm which is used in network security.
- 2022-04-15 09:03:42下载
- 积分:1
-
iLBC_dll源码
一个iLBC dll的C++源码,基于VC++开发的一款iLBC相关的dll文件,可以正常的编译运行。可以用于参考,当然很多地方都是借鉴过来的
- 2022-03-06 10:32:26下载
- 积分:1
-
这个例子显示了如何执行一个重复序列的转换使用
This example shows how to perform a repeated sequence of conversions using
// "repeat sequence-of-channels" mode. -This example shows how to perform a repeated sequence of conversions using//
- 2022-02-12 22:59:25下载
- 积分:1
-
SPWM STM32
应用背景
PWM控制的思想源于通信技术,全控型器件的发展使得实现PWM控制变得十分容易。
PWM技术的应用十分广泛,它使电力电子装置的性能大大提高,因此它在电力电子技术的发展史上占有十分重要的地位。
关键技术STM32单片机作为主控,BLDC电机是比较的成熟的电机控制模式。y用电源逆变原理完成的项目,生活中的电机很多是利用逆变电源原理。PWM控制技术正是有赖于在逆变电路中的成功应用,才确定了它在电力电子技术中的重要地位。现在使用的各种逆变电路都采用了PWM技术。
- 2022-03-23 17:22:32下载
- 积分:1
-
数值分析算法矩阵的LU分解法
数值分析算法矩阵的LU分解法-numerical analysis algorithm matrix LU decomposition
- 2022-03-18 12:30:30下载
- 积分:1
-
贝塞尔曲线示例
#include < iostream >
#include < 矢量 >
#include < math.h >
#include"BezierPoint.h"
使用命名空间 std ;
BezierPoint 贝塞尔 (方法 < BezierPoint > & pts,双 t) ;
双选择 (双 a,双 b) ;
双 factorial(double num) ;
int main(void) {
方法 < < BezierPoint >> 方法警校 ;
char endPointCount = 0;
双 inx ;
双 iny ;
int ptCount = 0;
int 终结点 ;
双 deltaT ;
cin >> ptCount >> deltaT ;
为 (int 我 = 0 ; 我 < ptCount; i + +) {
cin >> inx >> iny >> 终结点 ;
BezierPoint p iny inx) ;
如果 (endPointCount = = 0 & & 终结点 = = 1) {
pts.push_back (方法 < BezierPoint > ()) ;
pts[pts.size()-1].push_back(p) ;
endPointCount + +;
继续 ;
}
pts[pts.size()-1].push_back(p) ;
如果 (endPointCount! = 0 & & 终结点 = = 1 & & 我! = ptCount-1) {
pts.push_back (方法 < BezierPoint > ()) ;
pts[pts.size()-1].push_back(p) ;
endPointCount + +;
}
}
为 (std::s
- 2022-03-13 19:08:01下载
- 积分:1
-
用vc++平台开发的双三次样条插值函数,具有很高的精度,能够完成对面上的点的插值...
用vc++平台开发的双三次样条插值函数,具有很高的精度,能够完成对面上的点的插值-Using vc platform for the development of bi-cubic spline interpolation function, has high accuracy, can be completed on the surface of the interpolation points
- 2022-05-07 13:45:08下载
- 积分:1
-
Maple is widely used at present one of the symbolic computation software, It has...
Maple目前应用非常广泛符号计算软件之一它拥有非常强大符号计算和数值计算功本书详细地介绍了Maple基本功包括数值计算解方程微积分计算向量及矩阵计算解常微分方程和偏微分方程等本书深入讲解了Maple编程基本原理
-Maple is widely used at present one of the symbolic computation software, It has a very powerful symbolic computation and numerical calculation of power of this book describes in detail the basics of Maple, including numerical solution of equations of calculus, vector and matrix calculations calculation solution of ordinary differential equations and partial differential equations, etc., where Shu-depth briefing on the basic principles of programming in Maple
- 2022-04-23 19:34:59下载
- 积分:1
-
Fortran 90
Fortran 90
- 2022-02-03 19:34:59下载
- 积分:1
-
Modbus协议处理及CRC算法
应用背景Modbus协议处理及CRC算法, 可以用于与工业自动化各种控制设备通信.关键技术描述modbus协议基本消息处理, 包括CRC算法.
- 2022-04-20 22:28:17下载
- 积分:1