资源列表
MSP430-UARTT
- MSP430 串口通讯 利用查询实现,经运行通过-MSP430 serial communication using Query, running through
FoxitPDFReader
- 算法分析多边形游戏 就是那个多边形游戏的题 算法分析中提到的那个-algorithm analysis Polygon Polygon game is the one game that the algorithm analysis mentioned by the
receive0918
- 196kc作为下微机,与上微机进行串口通信,里面有自定义的协议-196kc as the next computer, and on a computer, serial communication, which has defined the agreement
ntouch
- 触摸屏驱动源码,主要用于四线触摸屏-Touchscreen Driver source, mainly for the four-lane Touchscreen
mp3zhizuo
- 基于UCOS-II制作的MP3,把UCOS-II移植到单片机上-based UCOS-II production of MP3, UCOS-II transplant MCU
sourcecodeforAVR8515
- nrf2041,通讯的基本程序,是NRF公司提供的程序框架,是nrf编成的最终参考文档,在看懂了我上载的前几个文档以后,如果还有问题,那么只有这个文档能帮你了。-nrf2041, communication of the basic procedures that the company is NRF framework of the procedures, nrf organization is the ultimate reference document, I understand the
nRF2401usermunel
- nrf开发系统使用指南,设计类蓝牙方案时这种模式值得认真研究,它可以帮组你理解此类系统的工作原理-nrf development system using the guidelines, design programs like Bluetooth model worthy of serious study. It can help you understand this type of group work principle of the system
multiwavelet
- 用于数据预处理的多小波分解与重构程序.其中多小波是采用CL4平衡多小波,所以分解前的预处理是采用等值预滤波器.如果要用别的非平衡多小波,只需替换为相应的预滤波器即可.-for data pretreatment multiwavelet decomposition and reconstruction process. Multiwavelet which is the Panasonic balance multiwavelets Therefore, the pretreatment bef
aaa111
- 关于Bayes分类器的 实验数据都有 大家相互共享 很好用的软件-Bayesian classifier on the experimental data we have very good mutual sharing of software
yefan111
- 关于JPEG压缩和置乱的 很不错的 很实用-on JPEG compression and scrambling of the very good very practical
ds1624
- 基于p89lpc931的ds1624的驱动程序-p89lpc931 ds1624 driver
yueguang
- 分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4