资源列表
dehw
- 知道型点值和端点值,用双三次曲线分别计算每一段表达式,并画出图-Matlab know type of point and endpoint value, using cubic spline curve to calculate each expression, and draw a diagram
18f2520-header
- 18F2520 Header file - compatible with mplab and mikroc compilers or editors
AD6.9Crack
- Altium Designer 6.9破解码下载,直接运行即可,适用于wini7,已测,通过-Altium Designer 6.9 Cracking the code download, can be directly run, suitable for wini7, have been measured
Dwarf3
- This document defines the format for the information generated by compilers, assemblers and linkage editors, that is necessary for symbolic, source-level debugging. The debugging information format does not favor the design of any compiler or deb
SPI-T6963C
- SPI_T6963C_240x128 (SPI_GLCD Library demo for Toshiba s T6963 Controller)
RTC-(Soft-I2C)
- RTC_Write (Demonstration on working with the RTC Module and Software I2C
MMCBOARD
- Mmc_Fat16_Test(Demonstration of usage of Mmc_Fat16 library)
Compact-Flash
- Cf_Fat16_Test (Demonstration of usage of Cf_Fat16 library)
DAC-(Soft-SPI)
- Can_1st (CAN Network demonstration with mikroE s CAN module)
Can-Spi
- Can_1st (CAN Network demonstration with mikroE s CAN module)- Can_1st (CAN Network demonstration with mikroE s CAN module)
rs232
- 改程序为rs232调试程序,以pc等上位机,将此程序写入单片机,可以调试通信。-Change program for rs232 debugger to pc and other PC, this program is written microcontroller, you can debug communications.
Y
- 采用flex工具进行词法分析并结合yacc工具进行语法分析生成文法编译器 进行了完整的词法、语法分析 初始源文件4个:19210216.l,19210216.y,code.h,table.h, 运行过程: 先写出词法分析*.l文件和语法分析*.y文件。 然后运行CMD,进入DOS下,将目录切换到flex和bison及源码所在目录 1、flex 19210216.l 生成lex.yy.c 2、bison -d 19210216.y 生成1921