资源列表
kuaisufeidigui
- 快速排序的非递归算法 vc编程练习,学生作业-Quick Sort Algorithm vc non - recursive programming exercises, the students work
LingyangLCDdisplay
- 这个源码的功能是实现凌阳单片机对1602LCD的控制,接口简单,操作方便
war
- 压缩解压算法LZ77算法有许多派生算法(这里面包括 LZSS算法)。它们的算法原理上基本都相同,无论是哪种派生算法,LZ77算法总会包含一个动态窗口(Sliding Window)和一个预读缓冲器(Read Ahead Buffer)。动态窗口是个历史缓冲器,它被用来存放输入流的前n个字节的有关信息。一个动态窗口的数据范围可以从 0K 到 64K,而LZSS算法使用了一个4K的动态窗口。预读缓冲器是与动态窗口相对应的,它被用来存放输入流的前n个字节,预读缓冲器的大小通常在0 – 258 之间。这
WENDUBUCHANG
- 执行完外部中断服务程序后,单片机的P1.6口对数字温度传感器DS18B20的数据输出/输入口DQ进行读取,把该温度传感器所感应的温度数据采集到单片机内,进而利用速度公式计算出当时的波速。
Led
- 显示的起始行为第0行,起始列为第0列,起始页为第0页,显示区为E1区,内容为\"电
89c52-ec1
- 单片机使用的是89c52,主要是获取EC11编码开关的旋转编码动作,测试很稳定。-Microcontroller using 89c52, mainly to obtain EC11 encoded rotary encoder switch action, testing is very stable.
hongwuaijiema
- 一个很经典的红外线接收程序,它可以对任何红外线发身源发射的红外线进行接收.-A very classic infrared receiver process, it can be of any infra-red hair who carried out the source of the launch of the infrared receiver.
electronic--clock
- 用C语言编写的电子时钟程序,非常适用于单片机实现开发。-Using C language electronic clock procedures, is suitable for single-chip realization of the development.
LEDRUN16
- LED16灯来回慢闪渐快闪反之快闪渐慢闪-LED16 lights flash back and forth slowly becoming gradually slower flash flash flash the other hand
2
- 以下源码为disPICDEM11开发板光盘内程序源码,这里上传共享-The following code is disPICDEM11 development board CD-ROM program source code, upload here to share
AD7799
- /* basic driver for ad7798 and ad7799, not all functions supported assumes a spi driver exists, and "spi_transfer" takes and returns a byte. */-/* basic driver for ad7798 and ad7799, not all functions supported assumes a spi driver exists,
angleconversion
- Angle convertion from degrees to radians.