资源列表
[其它资源] 递归算法快速排序
说明:分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(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<李顺> 在 2008-10-13 上传 | 大小:172.25kb | 下载:0
[其它资源] 单片机加密方法
说明:单片机在开发后投入使用时,为了防止不法商贩复刻源代码,一般都会对其进行加密,次书介绍AVR单片机的一些加密方法-SCM input in the development of after use, in order to prevent unscrupulous traders remake of the source code, it will usually its encrypted times book about the AVR some encryption method<俊> 在 2008-10-13 上传 | 大小:9.17kb | 下载:1
[其它资源] 单片机抗干扰措施
说明:在电子产品的开发中,我们除开要考虑产品的实际用途与功能外,还需要在完成主要功能的设计后进行部分保护电路,抗干扰电路的设计,此书介绍了一些AVR单片机器的抗干扰方法-in electronic product development, we have to consider apart from the actual product use and function, we also need to complete the major functions in the design after<俊> 在 2008-10-13 上传 | 大小:7.66kb | 下载:0
[其它资源] 适用于AVR系列单片机的几种C语言比较
说明:使用于AVR单片机的几种C语言,大家可以参考一下,以便以后在AVR的程序编写中提高自己-used in the AVR several C language, we can make reference to the AVR after the procedure to improve their writing<俊> 在 2008-10-13 上传 | 大小:39.14kb | 下载:0
[其它资源] 从MCS51向AVR的快速转换
说明:大家一定非常熟悉MCS51,可能初学AVR的朋友们会遇到一些51转AVR的问题,看一下吧-everyone will be very familiar with the MCS51 may beginners AVR friends will encounter some 51 to the AVR, look at it<俊> 在 2008-10-13 上传 | 大小:52.39kb | 下载:0