-
STM32 PMSM磁场定向控制(FOC)SDK V3.4。
用户手册提供的信息,以方便STM32的使用和定制永磁同步电机磁场定向控制(FOC)SDK V3.4。文档结构:一个完整的文档列表中的第2节规定。这是包括在软件程序包(STSW-STM32100),它可在ST网站。第3条:工作环境和customizationexplains电机控制工作空间,其定制和下载。第4节:如何下载LCD用户interfaceexplains如何下载一个图形化用户界面,使运行时执行命令和微调系统参数(注意,这个过程必须要在新的评估板做到了这一次)在单片机的闪存存储器配备了液晶显示器STM32评估板。第5节:LCD用户interfaceexplores菜单屏幕和控制。
- 2022-08-10 13:45:46下载
- 积分:1
-
c数据结构中用做表达式计算的c源代码 能够实现运算符的优先级...
c数据结构中用做表达式计算的c源代码 能够实现运算符的优先级-Calculation expression
- 2022-05-23 10:44:58下载
- 积分:1
-
马尔可夫链算法,包括子程序和调用主程序示例,用C++编写
马尔可夫链算法,包括子程序和调用主程序示例,用C++编写-Markov chain algorithm
- 2023-04-30 02:20:02下载
- 积分:1
-
本程序是在原来的单纯形法基础上改进的,主要用于分枝界定法求解的整数规划。 修正的地方: 1.运用勃兰特原则 2.人机互动...
本程序是在原来的单纯形法基础上改进的,主要用于分枝界定法求解的整数规划。 修正的地方: 1.运用勃兰特原则 2.人机互动-this procedure is in the original simplex method on the basis of improvement, mainly for Mycobacterium defined method of integer programming. The amendment : 1. Using the principle of two Brandt. Human-Computer Interaction
- 2023-06-21 20:30:03下载
- 积分:1
-
在线签名鉴定,用AR实现算法和DTW算法实现,还包括一个比较综合的实例,对此方面研究的朋友有用处,这是官方书籍中附带的一个源程序。...
在线签名鉴定,用AR实现算法和DTW算法实现,还包括一个比较综合的实例,对此方面研究的朋友有用处,这是官方书籍中附带的一个源程序。-On-line signature verification, using AR algorithm and DTW algorithm, but also includes a more comprehensive example of research in this area is useful friends, this is the official book accompanying a source.
- 2022-05-08 06:18:27下载
- 积分:1
-
货币计算 简单易懂
货币计算 简单易懂-currency terms easily understood
- 2022-02-01 10:21:13下载
- 积分:1
-
顺序的Gauss消去法
Gauss消去法程序顺序高斯消去法是求解联立线性代数方程的流行方法,许多算法都来自这个方法。这个方法是通过一系列操作实现将增广矩阵简化成上三角矩阵,向量b在这个过程中也被修改,由回代过程得到解向量下x,消去和回代步骤如下:aij=aij-(aik/akk)*akj,k=0,1,2,3,...,(n-2);akk!=0i=(k+1),(k+2),...,(n-1) j=k,(k+1),..,nxn-1=a(n-1)n/a(n-1)(n-1)
- 2022-03-29 00:57:01下载
- 积分:1
-
寻找0点或者方程求解 寻找0点或者方程求解
寻找0点或者方程求解 寻找0点或者方程求解-Looking for 0:00 or 0:00 looking equation or equations to find or equation 0:00
- 2023-06-14 18:35:03下载
- 积分:1
-
A program to demonstrate the optimization process of ant colony optimization for...
A program to demonstrate the optimization process of ant colony optimization for the traveling saleman problem (TSP). The cities are shown as red circles, the pheromone on the connections between them (fully connected graph) by gray lines. The darker the grey, the more pheromone is currently on the edge. During the optimization, the currently best found tour is drawn in red. To run the optimization, first create a random TSP, then create an ant colony, and finally run the optimization.
- 2022-02-19 22:51:42下载
- 积分:1
-
arm7 串口试验
应用背景采用arm7芯片stm32f103zet6 编写,将单片机中的数据经过串口外设传输到电脑上,实现rs232串口运用关键技术首先编写串口发送和接收函数,在电脑上的串口调试助手上向单片机发送字符串,然后单片机将该字符串在发送回电脑,实现串口
- 2022-04-24 06:12:33下载
- 积分:1