-
BASmatlab-master
说明: bas matlab代码工具箱感谢开发者,里面有很多案例(The bas matlab code toolbox thanks the developer. There are many cases in it.)
- 2020-06-25 14:20:02下载
- 积分:1
-
BootLoader
说明: 适用于NXP现有MCU,rappid bt; can和sci双支持(Suitable for NXP existing MCU, rappid bt; can and SCI dual support)
- 2020-06-21 05:00:02下载
- 积分:1
-
STM32在马达控制上的应用
说明: 可用于理解直流无刷三相电机进行六步PWM驱动时,有感方案的硬件触发方式,通过霍尔传感器接口定时器单脉冲触发六步PWM配置更新(It can be used to understand the hardware trigger mode of the inductive scheme when the DC three-phase motor is driven by six step PWM, and to trigger the six step PWM configuration update by the single pulse of the hall sensor interface timer)
- 2020-05-28 08:59:41下载
- 积分:1
-
LCLtwolevel1
Three phase inverter in PSCAD with and without LCL filter
- 2019-06-11 01:16:38下载
- 积分:1
-
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删...
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删除等基本操作。
-# include
# include
# define ND sizeof(struct List)
struct List
{int data
struct List*next
}
void main()
{ int n,i=1,e,a
struct List*head
struct List*p,*q
q=head=p=(struct List*)malloc(ND)
- 2022-04-15 10:12:17下载
- 积分:1
-
guifilter
说明: 利用 GUI 界面设计滤波器设计,有点难,但具有参考价值(Use GUI interface design, filter design, hard, but the reference value)
- 2008-11-08 14:31:50下载
- 积分:1
-
clocktest
获取系统时间 关于系统时间得获取以及显示界面(Access to the system time on the system time may access and display interface)
- 2008-03-31 16:07:05下载
- 积分:1
-
ProteusPWMcontrol
在一定的頻率的方波中,調整高電平和低電平的占空比,即可實?。比如我們用低電平點亮一個 LED燈(In the square wave frequency, the adjustment of high and low duty cycle, you really?. For example, we use LED lights to light a low-level)
- 2009-07-16 15:12:57下载
- 积分:1
-
v21i04.R
R语言编程学习,copula函数数据编程分析。相关性分析,R语言的应用(R Copula)
- 2020-08-25 17:08:15下载
- 积分:1
-
MatLab_OCR
A simple Matlab program for detecting and extracting text in the image.[JPEG format]. Which can be used for OCR.
- 2009-10-08 17:58:26下载
- 积分:1