-
mtlab中INV()求逆函数的C++代码
资源描述在matlab中,inv()函数一一个自带十分快速的求逆的算法,但是在matlab中是不公开的,为了方便,本程序将INV()函数做出C++代码方便用户的使用。
- 2023-06-22 13:50:03下载
- 积分:1
-
Numerical experiments dichotomy of personal computers Number experimental report...
数值分析实验二分法的个人编写的实验报告号电脑促进吸收大跨度-Numerical experiments dichotomy of personal computers Number experimental report prepared for absorption of large-span
- 2022-02-27 04:27:40下载
- 积分:1
-
ZEROC 冰 EVICTOR
这是一个简单的客户端服务器包课堂冰 evictor 管理,任何人都可以请参阅自述文件的执行程序
- 2023-01-24 11:10:03下载
- 积分:1
-
典型的解析器佛该控制台VX 400美元+发送pnano NMEA序列
Typical parser fo autocomp console vx 400+ that sends $PNANO NMEA sequence - utilizes some graphical from JVCL class. very useful for students that are wiling to see how rudder and thrust are set on console-Typical parser fo autocomp console vx 400+ that sends $PNANO NMEA sequence- utilizes some graphical from JVCL class. very useful for students that are wiling to see how rudder and thrust are set on console
- 2022-07-15 16:00:26下载
- 积分:1
-
rtc实时时钟试验
应用背景在arm7 的stm32f103zet6芯片上实现电子日历的制作,采用定时功能来实现,可以自己设置显示的时间范围关键技术采用arm7 的stm32f103zet6的定时功能来制作电子日历,先确定日历最早日期,然后算出起始日期到当前日期的总秒数,在初一一年的秒数来实现时间分割
- 2022-11-15 17:50:04下载
- 积分:1
-
FSA算法的MATLAB实现,经过了严格的测试。能运行。是不可多得的能运行的代码。希望能给你帮助!...
FSA算法的MATLAB实现,经过了严格的测试。能运行。是不可多得的能运行的代码。希望能给你帮助!-FSA algorithm MATLAB realized, after rigorous testing. Will be able to run. Is rare to run the code. I hope you can help!
- 2022-12-19 22:10:03下载
- 积分:1
-
cinematic model of a robot with five degree
cinematic model of a robot with five degree
- 2022-06-30 11:53:40下载
- 积分:1
-
用初等相似变换将实矩阵约化为上H阵,即Hessen berg矩阵
用初等相似变换将实矩阵约化为上H阵,即Hessen berg矩阵-Using elementary similarity transformation will be about real matrix H into the matrix, that is, Hessen berg matrix
- 2022-03-05 18:16:40下载
- 积分:1
-
龙贝格积分法求解数值积分
龙贝格积分法求解数值积分-Romberg integral method numerical integration
- 2022-04-22 09:13:33下载
- 积分:1
-
四轴源码以及原理图
小四轴的源码以及原理图 #include "led.h"#include "delay.h"#include "sys.h"#include "key.h"#include "usart.h"#include "exti.h"#include "wdg.h"#include "timer.h"#include "pwm.h"#include "lcd.h"#include "MPU6050.h"#include "lsm330.h"u8 SPI1_Buffer_Rx1[6]="432423";s16 SPI1_Buffer_Rx[30];u8 k = 0;void SPI_Configuration(){ SPI_InitTypeDef SPI_InitStructure; /* SPI1 Config -------------------------------------------------------------*/ SPI_InitStructure.SPI_Direction = SPI_Direction_2Lines_FullDuplex; SPI_InitStructure.SPI_Mode = SPI_Mode_Master; SPI_InitStructure.SPI_DataSize = SPI_DataSize_8b; SPI_InitStructure.SPI_CPOL = SPI_CPOL_High; SPI_
- 2023-03-12 15:55:03下载
- 积分:1