-
TLC5615_DAC
C51操作TLC5615,实现DAC输出,调试通过.(C51 operate TLC5615, to achieve DAC output, debugging through.)
- 2013-07-30 14:13:52下载
- 积分:1
-
STM32F429 uclinux源码 windows Tkstudio
windows STM32F429 uclinux源码 使用Tkstudio GCC 开发 inux XIP模式源码,发了大量时间从linux中移值到windows 供学习用
- 2022-05-01 01:38:10下载
- 积分:1
-
spi
TMS320F2812 SPI 通讯 运行正常(TMS320F2812 SPI )
- 2013-06-16 12:08:57下载
- 积分:1
-
DockPanel_2_2_Source
可以实现类似Visual Studio.NET开发环境那样的界面,并且附有源代码(Visual Studio.NET can achieve a similar kind of interface development environment, and with source code)
- 2007-12-22 18:30:14下载
- 积分:1
-
EmbeddedProject1
基于VS2019+VisualGDB的STM32F10X 项目模板
编程语言:C++11
调试方式:Jlink(STM32F10X Project Template Based on VS2019+Visual GDB
Programming language: C++ 11
Debugging: Jlink)
- 2020-06-18 22:00:01下载
- 积分:1
-
INA219 驱动程序,基于CC2541控制器
说明: INA219 驱动程序,基于CC2541控制器,(INA219 procedures, based on CC2541 controller)
- 2020-06-18 00:40:02下载
- 积分:1
-
tingchechang
实现停车场模拟,用栈和队列实现,用系统时间自动记录进入和出去时间(Parking achieve simulation, with stacks and queues implemented by the system automatically records the time of entry and exit time)
- 2013-12-01 16:15:57下载
- 积分:1
-
dmyectiotwo
W2kPrintDrvSample Feature Support two page directio
- 2017-05-11 12:50:38下载
- 积分:1
-
基于DSP的双闭环永磁同步电机控制系统设计
说明: 对 永 磁 同 步 电 机 (PMSM)驱 动 控 制 系 统 进 行 了 设 计 和 实 现 ,硬件采用 TMS320F2812 型 DSP,整个电 驱 动控 制 系 统 包 括 电源模块 、逆变模块 、控制模块 、驱动模块 、转速 、转子位置检测 、RS232 串 口 通 讯 模 块 等 ,软件采用矢量控制算法及空间矢量脉宽调制 (SVPWM)予以实现,系统采用电流、转速双闭环结构,实现了高精度调速。关键词 :永磁同步电机 ; 矢量控制 ; 空 间 矢 量 脉 宽 调 制(The drive and control system of permanent magnet synchronous motor (PMSM) is designed and implemented. The hardware adopts the DSP of TMS320F2812. The whole electric drive and control system includes power supply module, inverter module, control module, drive module, speed, rotor position detection, RS232 serial communication module. The software is realized by vector control algorithm and space vector pulse width modulation (SVPWM). The system adopts double closed-loop structure of current and speed, and achieves high precision speed regulation. Key words: permanent magnet synchronous motor; vector control; space vector pulse width modulation)
- 2020-09-11 11:18:00下载
- 积分:1
-
C# 使用代码查找资源词典中的资源
C# 使用代码查找资源词典中的资源,单击按钮,窗体中会出现一张图片,没搞懂本示例是想要演示什么功能,有兴趣的自己下载源码查看。这里帖一下几行关键代码:
private void button1_Click(object sender, RoutedEventArgs e)
{//使用代码查找资源词典中的资源
Image MyImage = (Image)this.FindResource("MyImage");
this.image1.Source = MyImage.Source;
}
- 2022-09-07 18:30:03下载
- 积分:1