资源列表
SPI_LCD
- LCD example from https://lujji.github.io/blog/
数据结构代码
- 尾插法单链表的应用,哈夫曼树等代码,是数据结构里面的自己写的代码,链表之类的可以直接拿来用(Tail insertion method, single linked list applications, Huffman tree and other code, it is written inside the data structure of their own code, such as linked lists can be used directly)
Demo_MMA8452
- example from https://lujji.github.io/blog/
GPIO_HD44780
- credits https://lujji.github.io/blog/
examples
- from https://lujji.github.io/blog/
stm8
- files from https://lujji.github.io/blog/
prog
- 利用自适应小波收缩的方法对图像进行去噪处理(Feature Adaptive Wavelet Shrinkage for Image Denoising)
ColorConstancy
- 利用颜色恒常性算法的方法对水下图像进行处理(The underwater image is processed by the color constancy algorithm)
wav
- 对.wav音频文件的读写,可Python直接调用(.wav audio file to read and write, Python can be called directly)
Nimu_eth
- DSP的SRIO接口与FPGA通信,(DSP fpga DSP )
201432010332惠广平
- 利用VC++6.0 基于MFC所编写的算法排序与动画演示(Using VC++6.0 based on MFC prepared by the algorithm sorting and animation demo)
四则表达式运算
- 通过栈的方式来进行表达式计算,支持括号和小数点运算。(Through the stack to carry out the expression calculation, support for parentheses and decimal point operations.)