-
dtc
异步电机直接转矩控制的simulink仿真(Induction Motor Direct Torque Control of simulink simulation)
- 2021-01-14 18:48:46下载
- 积分:1
-
wenjian
玩转文件字符操作,倒叙,输入输出 缓冲与非缓冲(file )
- 2010-01-06 19:00:07下载
- 积分:1
-
用matlab写的三个径向基神经网络程序,分别为基于聚类的RBF,基于梯度法的RBF ,基于OLS 的RBF神经网络...
用matlab写的三个径向基神经网络程序,分别为基于聚类的RBF,基于梯度法的RBF ,基于OLS 的RBF神经网络-using Matlab wrote three RBFNN procedures were based on the clustering of RBF, Based on the RBF gradient method, based on the OLS RBFNN
- 2022-01-21 19:54:19下载
- 积分:1
-
mo-hu-pid
模糊PID控制算法,对模糊控制与pid的结合的学习有帮助(mo hu pid)
- 2014-10-13 10:43:46下载
- 积分:1
-
A-summary-for-text
使用文本文件(.txt)进行数据存取的技巧总结(A technique summary uesd for a text file (. Txt))
- 2011-12-12 17:31:41下载
- 积分:1
-
CNN
这个代码主要是研究手写数字的识别效率,用卷积神经网络算法来实现,用的是官方手写字体数据,能够显现百分之九十以上的识别率。(Used for convolution neural networks to identify handwritten numbers)
- 2017-02-21 17:41:32下载
- 积分:1
-
UAV_PID
无人机飞行控制程序,通过MATLAB计算无人飞行器飞行过程中运动参数求解。(UAV flight control program)
- 2021-04-26 15:58:45下载
- 积分:1
-
Text1
c++产生高斯白噪声,可用于通信或信号传输系统中,白噪声产生的程序调用(c++ generated Gaussian white noise, can be used for communication or signal transmission system, the white noise generated by the procedure call)
- 2008-04-19 22:34:34下载
- 积分:1
-
Arc7
private double PointToAngle(Point AOrigin, Point APoint)
{
if (APoint.X == AOrigin.X)
if (APoint.Y > AOrigin.Y)
return Math.PI * 0.5f
else return Math.PI * 1.5f
else if (APoint.Y == AOrigin.Y)
if (APoint.X > AOrigin.X)
return 0
else return Math.PI
else
{(private double PointToAngle(Point AOrigin, Point APoint)
{
if (APoint.X == AOrigin.X)
if (APoint.Y > AOrigin.Y)
return Math.PI* 0.5f
else return Math.PI* 1.5f
else if (APoint.Y == AOrigin.Y)
if (APoint.X > AOrigin.X)
return 0
else return Math.PI
else
{)
- 2008-09-28 14:47:20下载
- 积分:1
-
cpp
这是我学习时候,我的课本上的课后习题,我把他整理出来!希望大家能有所收益!(This is my study, my after-school textbook exercises, I took him out of order! Hope that we can get any benefit!)
- 2011-06-10 10:28:42下载
- 积分:1