-
the-control-of-quadrotor
四旋翼飞控板程序,能够控制飞机平稳飞行,简洁易懂。(Four-rotor flight control board procedures, able to control the aircraft stable flight, easy to read.)
- 2013-08-21 18:31:18下载
- 积分:1
-
opticocablg
说明: nginx视频点播,源码资源,Source resources(Nginx video on demand, source resource, Source resources)
- 2018-12-26 04:59:40下载
- 积分:1
-
VC_read_mat_file
说明: 在vc++环境下读取matlab数据文件*.mat(read mat file in vc++)
- 2009-07-23 09:53:27下载
- 积分:1
-
program
matlab音乐合成,非常实用,信号与系统大作业(matlab)
- 2010-08-30 10:30:45下载
- 积分:1
-
matlab--example
matlab 教程 matlab的入门到精 matlab详细代码范例(Matlab tutorial matlab approaches to fine matlab detailed example code
)
- 2012-03-29 11:54:10下载
- 积分:1
-
m_series
用移位寄存器产生M序列的MATLAB软件实现(M generated using shift register sequences MATLAB software)
- 2008-03-14 19:00:45下载
- 积分:1
-
OpenCV_2_Computer_Vision_Application_Programming_
open cv 2 computer vision
emgu
- 2015-02-10 03:17:37下载
- 积分:1
-
Digital-filter
数字滤波器的各种结构的C程序实现,包含格型滤波器。本文没有讨论复杂的数学方法及公式。相信对正在为滤波器结构实现烦恼的人有所帮助。(Various structures of digital filter C program, including lattice filter. This article does not discuss the complex mathematical methods and formulas. I believe the troubles are achieving for the filter structure of human help.)
- 2020-12-17 09:59:12下载
- 积分: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
-
studentSnopt
matlab snopt 学生版,求解大规模非线性规划问题(matlab snopt Student Edition, for solving large-scale nonlinear programming problem)
- 2014-09-13 22:13:46下载
- 积分:1