-
svpwm code
资源描述 svpwm的核心算法部分,可以借此扩展出自己的FOC算法
- 2022-12-16 08:10:03下载
- 积分:1
-
一个解一元多次方程的单元, 支持三次、四次方程。 不返回方程的虚根。...
一个解一元多次方程的单元, 支持三次、四次方程。 不返回方程的虚根。-one yuan a solution to the equation multiple modules to support three or four equations. Not to return to the virtual root equation.
- 2022-05-20 07:54:43下载
- 积分:1
-
人脸识别V2
这个软件是真的人脸识别。这是示例代码。我想这将给予帮助。我们使用C#语言进行编程。这是很好的样本。
- 2022-12-30 21:45:06下载
- 积分:1
-
kalman program(c)
and some examples on kalman which i will upset later.
kalman program(c)
and some examples on kalman which i will upset later.
- 2022-03-20 09:53:51下载
- 积分:1
-
迷你撞球游戏
资源描述迷你撞球游戏,用C语言编写的,建议在TC环境下编译
- 2022-05-21 17:28:00下载
- 积分:1
-
基于局部敏感自适应背景建模 SuBSENSE
资源描述该代码是论文《SuBSENSE:
A Universal Change Detection Method With Local Adaptive Sensitivity》的作者公布在其个人主页上的,论文主要是LBSP算法和PBAS算法的改进与融合,该算法在2014年的CDW数据集上取得过第一名的成绩。
- 2023-04-12 22:05:05下载
- 积分:1
-
Least Soft-thresold Squares Tracking
we propose a generative tracking method based on a novel robust linear regression algorithm. In con-
trast to existing methods, the proposed Least Soft-thresold Squares (LSS) algorithm models the error term with the
Gaussian-Laplacian distribution, which can be solved ef- ficiently. Based on maximum joint likelihood of parameters,
we derive a LSS distance to measure the difference between an observation sample and the dictionary. Compared with
the distance derived from ordinary least squares methods, the proposed metric is more effective
- 2022-03-22 17:30:20下载
- 积分:1
-
用vc++和OpenGL实现三维地形实时动态显示
开发环境:vc++6.0
windows2000 专业版
在正常情况下,opengl开发包在安装完vc++6以后,就已经安装好了,
所以本程序不需要其他的组件
源代码包含了三维地形生成的全过程,包括数据的读入,数据的组织,
三角网的构造,光照、材质、纹理等应用,对于核心代码均有简明的注释
至于某些特殊函数,请参考opengl和windowsapi的书籍,在msdn上均可以查到函数的使用说明。
几个文件的说明:
dh10.bmp是本程序使用的导弹模型的纹理图片
dh10.mtl是本程序使用的导弹模型的材质文件
dh10.obj是本程序使用的导弹模型的数据文件
draw.dll,draw.h,draw.lib 专门用于绘制三维模型的通用动态库及其相关文件,由于项目原因,这部分源代码还不能公开
直接运行需要的文件
.exe
dh10.bmp
dh10.mtl
dh10.obj
draw.dll
- 2022-07-13 07:40:20下载
- 积分:1
-
Sonic anemometer tilt correction algorithm
本文直接应用Wilczak等人[1]提出的算法,从倾斜角度校正声波风速仪记录的风分量。它与双旋转和三旋转算法进行了比较。本提交文件包含:4个示例文件:exampleu PF.m、exampleu rot2.m和exampleu rot3.m以及exampleu frictionVelocity.m-函数tiltCorrection.m;
- 2022-07-21 22:14:03下载
- 积分:1
-
AES(Advanced Encryption Standard)密码算法具体实现
本AES实现支持的工作模式包括:ECB, CBC, CFB, OFB, CTR。在实现时,是在一个函数同时支持这些工作模式的,可以根据需要拆分成相应的函数单独实现。
本AES实现支持的密钥长度为128位/ 192位/256位,支持的基本块大小为128位。
- 2023-07-03 10:50:04下载
- 积分:1