-
STM32 USB读卡器
应用背景HID 传输太慢了,我现在做的实验需要2M以上的数据传输,而且是数据流,实时数据,所以想试一下bot行不行,纠结好多天了,你说的USB_Istr()里面操作的是不是只有一些标志位,老实说这段代码看不懂 T^T 还是找不到发送和接收的缓存器,仿真跟踪的话也看不到的吧,网上看到如果是F105或者F107的就可以用OTG,可惜战舰板是F103的......我就自己用了双管道。关键技术USB 调试,可以直接模拟U盘的功能,支持FLASH和SD卡两种模式的。读写速度也用了双管道机制,比较适合移植开发,支持中文的FATFS 和长文件名称!
- 2023-07-16 09:45:03下载
- 积分:1
-
everyone to share such good content, please click! You will not regret.
大家一起来分享这么好的内容,请点击吧!你一定不会后悔的。-everyone to share such good content, please click! You will not regret.
- 2022-09-10 03:45:03下载
- 积分:1
-
PID比例控制,用对水箱的液位的控制,通过调节阀的流量改变,来控制液位稳定...
PID比例控制,用对水箱的液位的控制,通过调节阀的流量改变,来控制液位稳定-pid
- 2023-08-05 12:50:03下载
- 积分:1
-
串联式混合动力辅助动力单元动态控制研究。值得参考
串联式混合动力辅助动力单元动态控制研究。值得参考-Series Hybrid power-assisted dynamic power control unit. It is also useful
- 2023-05-24 08:20:02下载
- 积分:1
-
软件文件说明,帮助说明文件的读取格式及某些文件的存储
软件文件说明,帮助说明文件的读取格式及某些文件的存储-Software documentation, help documentation to read format and storage of certain documents
- 2023-07-14 06:25:02下载
- 积分:1
-
基于MATLAB完成的神经网络源程序
对于初学者有一定帮助
基于MATLAB完成的神经网络源程序
对于初学者有一定帮助-MATLAB-based complete source code for the neural network to some extent help the beginner
- 2023-03-05 23:20:03下载
- 积分:1
-
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返...
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返回有效的实际值 */
#define A 10
char value
char filter()
{
char new_value
new_value = get_ad()
if ( ( new_value - value > A ) || ( value - new_value > A )
return value
return new_value
}
2、中位值滤波法
/* N值可根据实际情况调整
排序采用冒泡法*/-10 kinds of software filtering method one example of the procedure, limit the Deputy filter/* A value can be adjusted according to the actual value for the RMS, new_value filter for the current sampling procedures for the effective return of the actual value* /# define A 10 char value char filter () (char new_value new_value = get_ad () if ((new_value- value> A) | | (value- new_value> A) return value return new_value ) 2, the median filtering method/* N values can be adjust the actual situation in the use of bubble sort method* /
- 2023-08-29 16:45:03下载
- 积分:1
-
本文分别深入讨论了C++与Java的异常处理机制。比较了C++与Java的异常匹配处理,异常类继承体系与异常处理代码的区别,并且讨论了异常对象的生存周期与存储方...
本文分别深入讨论了C++与Java的异常处理机制。比较了C++与Java的异常匹配处理,异常类继承体系与异常处理代码的区别,并且讨论了异常对象的生存周期与存储方式。最后,在其基础上构想了异常处理机制的发展方向。 -In this paper, in-depth discussion of the C++ and Java exception handling mechanism. Comparison of C++ and Java exceptions match the handling, exception class inheritance system and the difference between exception handling code, and discussed the life cycle with the exception object is stored. Finally, based on the idea of exception handling mechanism of development direction.
- 2022-05-30 23:17:03下载
- 积分:1
-
data base
数据库的小程序,可以用来处理数据库,支持一下吧-data base
- 2022-07-23 13:21:06下载
- 积分:1
-
Here Jmail collected a variety of methods and attributes used to sharing, for be...
这里搜集了Jmail的各种方法和属性,拿来分享,可供初学者使用。-Here Jmail collected a variety of methods and attributes used to sharing, for beginners to use.
- 2022-06-01 11:19:23下载
- 积分:1