-
该程序目的为测量电机的转速,采用了DSP来实现.程序中还采用的Q格式.值得参考/...
该程序目的为测量电机的转速,采用了DSP来实现.程序中还采用的Q格式.值得参考/-the procedures for the purpose of measuring motor speed, using the DSP is to be achieved. Procedures also the Q format. Worth /
- 2022-04-07 00:58:12下载
- 积分:1
-
基于stm32的音乐播放器,可以播放wav,mp3等格式文件,可以按键控制上下曲目
代码开机先检测字库是否存在,如果检测无问题,则对VS1053进行RAM测试和正弦测试,测试完后开始循环播
放SD卡MUSIC文件夹里面的歌曲(必须在SD卡根目录建立一个MUSIC文件夹,并存放歌曲在里面),在TFTLCD上
显示歌曲名字、播放时间、歌曲总时间、歌曲总数目、当前歌曲的编号等信息。KEY0用于选择下一曲,KEY2用于
选择上一曲,KEY_UP和KEY1用来调节音量。
- 2023-01-12 09:40:05下载
- 积分:1
-
Calculator applet, including the graphics mode and text mode conversion
计算器小程序,包括图形模式和文本模式的转换-Calculator applet, including the graphics mode and text mode conversion
- 2022-07-27 06:03:39下载
- 积分:1
-
no i have comments
1234567
no i have comments
1234567
- 2022-06-14 10:16:51下载
- 积分:1
-
association of the temperature and pressure
基于MFC开发的温度和压强的关系曲线,曲线自动绘制,包含c++源码。-association of the temperature and pressure
- 2022-05-06 16:51:30下载
- 积分:1
-
跨平台udp网络rtt测量
windows和linux平台下的socket网路传输往返时延(rtt)的测量,使用sendto和recvfrom实现算法
- 2022-01-24 17:30:22下载
- 积分:1
-
这是一个动态改变对话框及其控件大小的好例子,非常的好使...
这是一个动态改变对话框及其控件大小的好例子,非常的好使-This is a dynamic dialog and its controls to change the size of a good example, so that the very
- 2022-03-11 01:58:48下载
- 积分:1
-
指纹识别
一种基于STM32的指纹识别测试代码,kile开发平台,完全开源可供开发者自行应用开发。
- 2022-04-08 01:49:10下载
- 积分:1
-
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add yo...
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add your control notification handler code here
CString defFilter("选中其中一个文件|*.bmp *.jpg *.gif *.png")
CFileDialog dlg(TRUE,NULL,NULL,OFN_ALLOWMULTISELECT,defFilter)
if(dlg.DoModal()==IDOK){
PathName=dlg.GetPathName()
}-wince EVC simple picture browsing, support the expansion of their own free*. bmp*. jpg*. gif*. png, etc.// TODO: Add your control notification handler code hereCString defFilter (
- 2023-04-14 17:00:03下载
- 积分:1
-
实现一个节点的插入和删除
实现了AVL_tree的插入与删除功能
及AVL_tree的线索化,并心图形的方式打印出结果-Implement insert and remove of a node
in a AVL-tree
- 2022-03-19 13:13:37下载
- 积分:1