-
多项式曲线拟合,和三角分解(LU分解)
任意阶的多项式曲线拟合方程,附三角maxtix分解-polynomial curve fitting, and triangularity decomposition(LU decmposition)
- 2023-09-01 15:10:03下载
- 积分:1
-
The first two for the artificial intelligence program, prepared with the C++, re...
前两个为人工智能程序,用C++编写,分别是动物判别程序及实现异或算法的bp程序。BLUETOOTH和F2M_BLUETOOTH是单片机和蓝牙模块通信的程序。“数字示波器”为利用单片机开发的一个简单数字示波器程序。-The first two for the artificial intelligence program, prepared with the C++, respectively, determine the procedures and implementation of animal XOR algorithm bp procedures BLUETOOTH.C and F2M_BLUETOOTH.C microcontroller and Bluetooth module is a communication process digital oscilloscope. C for the use of MCU development of a simple digital oscilloscope program.
- 2022-07-27 16:52:17下载
- 积分:1
-
PI值的计算算法,c++代码,值得好好学习
PI值的计算算法,c++代码,值得好好学习-PI value of the algorithm, c code, it is worth to learn
- 2022-03-11 23:47:39下载
- 积分:1
-
GMM前景提取应用
基于OpenCV从采用混合高斯模型GMM算法应用在视频监控等场景下进行前景提取,通过大量的训练样本对背景的混合高斯模型进行训练,能够实时精确地提取出视频中的前景行人。
- 2022-09-09 06:25:06下载
- 积分:1
-
Bayes的matlab实现
自己写的一个Bayes分类器的matlab程序,比较简单。
使用方法
>> [ train_x, train_y ] = readdata("train_data.txt" );
>> [ test_x, test_y ] = readdata("test_data.txt" );
>> [mode]=MyBayes_train( train_x, train_y);
>> [ acurracy, predict_y]=MyBayes_test( test_x, test_y, mode);
- 2022-03-09 19:08:01下载
- 积分:1
-
最小二乘法的基本原理和多项式拟合,纯数学讲解,仅供理论学习参考。...
最小二乘法的基本原理和多项式拟合,纯数学讲解,仅供理论学习参考。-The basic principles of least squares and polynomial fitting, pure mathematics to explain, only theoretical study reference.
- 2022-03-05 11:01:29下载
- 积分:1
-
GPS定位中的时间转换小工具,年纪日,gps周
应用背景进行公历与GPS周和天的计算,以及年积日的相互转换关键技术GPS周和天与公历日期的时间换算,可以由公历时间求得GPS时间,也可由GPS时间求得公历时间,还可计算年积日与公历时间和GPS时间的转换,三者之间都可进行任意换算,可以作为平时学习和工作的小工具,解决了在数据处理时的小麻烦
- 2022-03-23 19:13:27下载
- 积分:1
-
C语言程序
C 语言经典算法。
排序:插入排序、归并排序、冒泡排序、快速排序、选择排序、希尔排序、直接插入排序。
查找:二分查找、直接查找。
数据结构:栈,队列,树,链表。
- 2022-02-04 19:28:12下载
- 积分:1
-
变系数/非线性微分方程的求解,包括原式及改变的式子。
变系数/非线性微分方程的求解,包括原式及改变的式子。
-Variable coefficients/non-linear differential equations to solve, including the original style and formula changes.
- 2022-01-23 10:09:46下载
- 积分:1
-
交流永磁同步工程源码
应用背景
永磁同步交流伺服电机;矢量控制;SVPWM;TMS320F2812
关键技术永磁同步交流电机的矢量控,并根据矢量控制理论运用DSP实现了对永磁同步交流伺服电机的电流、速度和位置的三闭环控制,经测试仿真OK
- 2022-03-02 06:57:05下载
- 积分:1