登录
首页 » Visual C++ » stm32

stm32

于 2016-04-09 发布 文件大小:5KB
0 93
下载积分: 1 下载次数: 6

代码说明:

  实现DSP-STM32 上对四相双极性步进电机的调速控制,及STM32上矩阵键盘的使用(Realization of the four-phase bipolar stepper motor speed control on the DSP-STM32, STM32 and the use of the keyboard matrix)

文件列表:

matlab&C例程
............\STM32步进电机四相双极性.c,5245,2013-03-15
............\STM32矩阵键盘.c,10189,2013-03-18

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 200562241642141
    说明:  遍历文件夹并建成目录树,一个非常好的例子(Traverse Folder and build the directory tree, a very good example)
    2008-11-26 18:55:39下载
    积分:1
  • DesktopSet1
    自己做的ActiveX系统配置控件,单击按钮打开桌面图标设置1对话框,实现: 隐藏所有桌面图标及图标小箭头; 修改我的电脑、计划任务、控制面板、打印机、拨号网络、网上邻居、浏览器、回收站(空)、回收站(满)等桌面图标的提示内容; 设置我的电脑、计划任务、控制面板、打印机、拨号网络、网上邻居、浏览器、回收站等图标的名称; 设置我的电脑、计划任务、控制面板、打印机、拨号网络、网上邻居、浏览器、回收站等的图标; 可以部署在服务器上,适合在公共电脑等不方便带文件的场合进行快速系统配置,也适合嵌入到其它程序中,进行快速开发。(Make its own system configuration of ActiveX controls, click the Settings button to open the Desktop icon in one dialog box, and realize: Hide all desktop icons and a small arrow icon Modify my computer, planning tasks, the control panel, printers, dial-up network, Network Places, browser, Recycle Bin (empty), the Recycle Bin (full) desktop icon prompts such content Set up my computer, planning tasks, the control panel, printers, dial-up network, Network Places, browser, Recycle Bin icon s name, etc. Set up my computer, planning tasks, the control panel, printers, dial-up network, Network Places, browser, Recycle Bin icon, etc. Can be deployed on the server for computers in public with a document inconvenient forum for rapid system configuration, is also suitable for embedding into other programs, for rapid development.)
    2009-02-12 11:06:13下载
    积分:1
  • 以图片为背景的标题栏
    常见的标题栏颜色都是系统默认的蓝色,比较单调,本程序演示的自定义处理的标题栏,效果相当独特。(common title bar system default colors are blue, a rather monotonous, as demonstrated by the procedures defined the title bar, the results are pretty unique.)
    2005-03-30 16:47:23下载
    积分:1
  • XiaoFang
    小芳便利店的C++程序实现,简单的实现C++中类,继承等 (Xiao Fang convenience store C++ program to achieve a simple implementation of C++, classes, inheritance, etc.)
    2020-08-16 21:38:36下载
    积分:1
  • ScreenCapture
    使用GDI库,软件可以捕捉桌面任意窗口,保存到剪切板。 操作方法:按下鼠标左键,进行拖动;(Using GDI library, the software can capture any of the desktop window, save it to the clipboard. Methods of operation: press the left mouse button, and drag )
    2013-09-17 18:02:41下载
    积分:1
  • YCArray
    说明:  /** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式,使用数组存储 **2.重写了底层数据的存储,将连续性的存储方式改为了非连续, *** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速 * 用法如: * YCArray<int,int> test * test.Add("Number2",4) * test.Add("Number1",2) * printf("%d %d",test["Number1"],test["Number2"]) * 显示: * 2 4 ******* ******* History: 2004-11-19 修改了析构函数,解决了索引没有释放的bug **/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
    2005-09-06 13:03:51下载
    积分:1
  • IBWF
    介绍VC基本功能应用,以及如何操作VC界面的基本按钮()
    2017-09-17 05:20:49下载
    积分:1
  • rules1
    关联规则程序2 This implementation generates association rules, based on the Apriori algorithm (cfr. Agrawal et al.,1995). It takes as input a file of frequent sets in the format such as generated by the previous implementations. (association rules 2 This implementation process generates as sociations rules, based on the Apriori algorithm (cfr. Agrawal et al. , 1995). It takes as input a file of frequent sets i n the format such as generated by the previous im plementations.)
    2007-06-03 08:32:31下载
    积分:1
  • 罚函数内点法
    说明:  一种用C++编的罚函数内点法进行的优化程序设计,解决有关优化问题,可以使用,抄来的,仅供己用(a C++ compile penalty function interior point method for optimizing the design process and solve the optimization problem, it can use, copied, only for their own use!)
    2020-12-30 08:29:00下载
    积分:1
  • OS
    说明:  该系统是一个请求页式存储管理系统,采用FIFO等页面淘汰算法(This system is a requested page storage management system, using FIFO and other pages out algorithm)
    2015-09-30 09:11:13下载
    积分:1
  • 696524资源总数
  • 103930会员总数
  • 47今日下载