-
飞控资料合集
资源描述四旋翼无人飞行器的PID算法程序,飞控板电路以及部分详细说明,别的不多说,自己看吧。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
- 2023-05-20 01:50:05下载
- 积分:1
-
自相关法、 谱分析
加入度数的基频信息提供给LP系数允许重构语音信号的音频版本。唱片用于表示语音的频谱特性。所提出的谈话涵盖线性预测模型向前在时间上与预测平稳随机过程的值的问题,涉及任一者或,在时间上落后被称为前向和后向预测。我将讨论线性预测分析,并与适用于语音处理分析相关的基本问题的基本原则。
- 2022-02-20 19:08:42下载
- 积分:1
-
打开视频和控制进度
通过vc++和opencv实现打开一段视频的功能,并且能够控制视频播放进度,该程序稳定可靠,迅速打开一段视频,并且控制进度,纯手打源程序,经验证,程序稳定可靠,实用性强。
- 2022-11-29 17:30:08下载
- 积分:1
-
c + + 的高斯算法
大家好!我在C ++初学者,以前从来没有编写任何其他语言。现在我想写将使用高斯约算法来找到n个未知数
的系统的解决方案,无需使用任何先进的概念,如类,重载运算符一个简单的控制台应用程序
- 2022-02-01 19:43:06下载
- 积分:1
-
仿生模式识别 目标跟踪
用仿生模式识别来训练目标,在视频序列中跟踪目标
function [sausage, num] = hypersausage_construct(P)
%按照样本给定的顺序去求解超香肠神经元
[~, W] = size(P);%W是训练样例的个数
sausage = [];
for i = 2:W
temp = power_two(P(:, i - 1), P(:, i));%构建第i-1个神经元 //temp是一个行向量
%temp = power_three(P(:, i - 2), P(:, i-1),P(:,i));
sausage = [sausage temp];
end
sausage = [sausage P(:, end)];
num = (size(sausage, 2) - 1) / (W - 1);
- 2023-08-13 14:40:03下载
- 积分:1
-
限制人口增长的分歧
有限的人口可视化模型增长,显示著名的最著名的分叉图。蛛网迭代图也包括在内。
- 2022-01-25 22:57:28下载
- 积分:1
-
次拉格朗日插值
次拉格朗日插值-time interpolation
- 2023-05-21 01:10:03下载
- 积分:1
-
Chapter 1 TURBO PASCAL senior programming technology and its use 1.1 1.2 modules...
第1章 TURBO PASCAL高级编程技术
1.1 单元及其使用
1.2 与汇编语言混合编程
1.3 与C语言混合编程
1.4 过程类型及其使用
1.5 中断例程的编写方法
1.6 动态数组及其使用
1.7 扩充内存(EMS)及其使用
1.8 扩展内存(XMS)及其使用
1.9 程序的标准数据作代码处理的方法
第2章 实用工具单元
2.1 屏幕输入与输出单元ACRT
2.2 字符串处理单元ASTR
2.3 磁盘操作单元DISK
2.4 热键单元POPUP
2.5 数据库交互单元DBASE
2.6 扩充内存单元EMS
2.7 扩展内存单元XMS
2.8 数学函数单元MATH
2.9 矩阵运算单元MATRIX
2.10 概率分布函数单元PROB
2.11 复数运算单元COMPLEX
第3章 实用程序
3.1 软锁驱动器程序
3.2 锁硬盘逻辑盘程序
3.3 稿纸打印程序
3.4 源程序列表程序
3.5 查找并替换程序
3.6 备份硬盘主引导扇区程序
3.7 四通-PC文本文件转换程序
3.8 SPT文件与BMP文件的双向转换程序
3.9 数据库卡片打印程序
3.10 BATCH文件转换为COM文件程序
3.11 机密文件的有效销毁程序
3.12 释放内存程序
附录1 源程序文件索引表
附录2 各种显示卡及其显示模态表
-Chapter 1 TURBO PASCAL senior programming technology and its use 1.1 1.2 modules and compile language Programming were mixed with 1.3 C language types and process 1.4 1.5 interrupt routine use of a method of preparation dynamic array .6 1.7 and its use expanded memory (EMS) 1.8 and its use of Extended Memory (C
- 2022-08-10 00:12:37下载
- 积分:1
-
This algorithm was developed by Professor Ronald L. Rivest of MIT and can be fou
This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in several languages. What I provide to you here is a C++ derivative of the original C implementation of Professor Rivets. The library code itself is platform-independant and has been tested in Redhat Linux. I ve included the sample code and makefile that I used for the Linux test. The demo, however, was written with Visual C++ 6 on a Windows 2000 platform.-This algorithm was developed by Professor Ronald L. Rivest of
MIT and can be found presented in several languages. What I provide to
you here is a C derivative of the original C implementation of
Professor Rivets. The library code itself is platform-independant and
has been tested in Redhat Linux. I ve included the sample code and
makefile that I used for the Linux test. The demo, however, was
written with Visual C 6 on a Windows 2,000 platform.
- 2022-01-27 12:21:27下载
- 积分:1
-
Curve cubic spline interpolation, in both nodes with non
曲线的三次样条插值,在非首尾节点处具有三次光滑性质-Curve cubic spline interpolation, in both nodes with non-smooth nature of the three
- 2022-12-27 13:05:04下载
- 积分:1