搜索资源列表
AVR M16 STEPMOTO DRIVER
- (自遍练习)AVR M16的步进电机,2004LCD驱动程序。ICCAVR编译通过。-(since practice times) M16 AVR stepper motor, 2004LCD driver. ICCAVR compile.
autoled
- LED自动调速度,流水灯先一个这循环一遍,再两个灯这循环,三个灯亮循环,一直到八个亮,10级调速循环-ssddd
bintree
- 二叉树的实现遍历 添加 删除 可以实现tree的自动平衡~ -tree you can do that like this!
traverse-of-graphs
- 利用邻接矩阵或邻接表存储一张图,分别采用图的深度优先搜索和广度优先搜索遍历该图,并输出遍历结果-Using the adjacency matrix or adjacency list storage a picture, using depth-first search and the breadth first search traversal of the graph, and the output traversal results
Temperature-Sensor-DS18B20
- 数字式 单线总线 温度传感器 DS18B20 官方文档,前期Dallas版本,后期MAXIM版本,中文翻译版本。 单线总线二叉树遍历寻址暂时没有翻译上,仅提供了C源码。 -DS18B20 Official Datasheet and Programming Manual Chinese Version that Translated from the offical paper More information, Please access the C source code
FAT32_SD-Interface-C-function
- 在SD卡上实现FAT32文件系统,C实现,可程序结构清晰,简单易懂。里面还有一篇介绍FAT32文件系统的文档,学习代码之前,请耐心将pdf文档研读一遍,这样能达到事半功倍的效果-mplemented on the SD card FAT32 file system, C realized, program structure clear, simple and understandable. There is also a descr iption of the document FAT32 f
InOrderThreadBiTree-(2)
- 手动输入各个结点建立二叉树(递归) ,普通二叉树的先序和后序遍历(递归),中序线索化(递归), 线索二叉树的先序和中序遍历(递归),线索二叉树的中序遍历(非栈、非递归), 层次遍历(使用队列),销毁整棵二叉树(递归)-Manually enter each node to build a binary tree (recursively), common binary tree inorder and postorder traversal (recursive), the sequence