资源列表
[单片机(51,AVR,MSP430等)] L298_motor
说明:L298N驱动直流电机程序,C语言,编译环境keil,mcuAT89S52,调试仿真实测通过。-DC motor driver L298N process, C language, compiler environment keil, mcuAT89S52, measured through the simulation debug.<王永瑞> 在 2026-01-21 上传 | 大小:17kb | 下载:0
[单片机(51,AVR,MSP430等)] LCD_12864
说明:用C语言对12864进行编程,可以显示任意自定图像,并设有8级菜单,可以显示温度、时间。-12864 using C programming language, you can show that any self-image, and has eight menu, you can show the temperature and time.<冯浩> 在 2026-01-21 上传 | 大小:7.1mb | 下载:0
[编译器/词法分析] Lex
说明:通过设计、调试词法分析程序,实现从源程序中分出各种单词的方法;熟悉词法分析程序所用的工具自动机,进一步理解自动机理论。掌握文法转换成自动机的技术及有穷自动机实现的方法。确定词法分析器的输出形式及标识符与关键字的区分方法。加深对课堂教学的理解;提高词法分析方法的实践能力。通过本实验,应达到以下目标: -Through the design, debug lexical analysis procedures, to achieve separation from the source in a<李方> 在 2026-01-21 上传 | 大小:14kb | 下载:0
[单片机(51,AVR,MSP430等)] chengxu
说明:基本程序,含有数码管,中断,定时,适合初学者,让你尽快掌握单片机-Basic procedures, which contains the digital control, interruption, from time to time, suitable for beginners, as soon as possible so that you single-chip<d> 在 2026-01-21 上传 | 大小:180kb | 下载:0
[压缩解压] CppwroteLZWcompressionalgorithm
说明:Cpp写的LZW压缩算法源代码 CPP写的LZW压缩算法源代码-Cpp wrote LZW compression algorithm Cpp source code written in the source code LZW compression algorithm LZW compression CPP algorithm written in the source code<鸥> 在 2026-01-21 上传 | 大小:22kb | 下载:0
[编译器/词法分析] LL1
说明:语法分析是编译过程的核心部分。他的任务是在词法分析识别单词符号串的基础上,分析并判断程序的的语法结构是否符合语法规则。语言的语法结构是用上下文无关文法描述的。因此语法分析器的工作的本质上就是按文法的产生式,识别输入符号串是否为一个句子。对于一个文法,当给你一串符号是,如何知道它是不是该文法的一个句子,这是这个课程设计所要解决的一个问题。-Syntax analysis is the core of the compiler process. His task is to identify the<李方> 在 2026-01-21 上传 | 大小:15kb | 下载:0
[单片机(51,AVR,MSP430等)] c51
说明:关于用C语言编写的C51程序库,里面有各个单片机及其外围模块的程序。-Using C language on the C51 library, there are various single-chip module and its peripheral procedures.<冯浩> 在 2026-01-21 上传 | 大小:35kb | 下载:0
[单片机(51,AVR,MSP430等)] Step_motor
说明:单片机驱动步进电机程序,keil开发 ,c语言,mcuAT89S52,调试仿真实测通过,步进电机为四相步进电机。-Single-chip stepper motor-driven process, keil development, c language, mcuAT89S52, measured through the simulation debugging, stepping motor for the four-phase stepper motor.<王永瑞> 在 2026-01-21 上传 | 大小:11kb | 下载:0
[图形/文字识别] Otherprocessesinspacetocreateaprocesssource.Rar
说明:在其他进程空间里创建一个进程源码.rar Other processes in space to create a process source. Rar-Other processes in space to create a process source. Rar<鸥> 在 2026-01-21 上传 | 大小:62kb | 下载:0
[编译器/词法分析] Recursive_descent_parser
说明:通过设计、编制、调试一个递归下降语法分析程序,实现对词法分析程序所提供的单词序列进行语法检查和结构分析,掌握常用的语法分析方法。通过本实验,应达到以下目标: 1、掌握从源程序文件中读取有效字符的方法和产生源程序的内部表示文件的方法。 2、掌握词法分析的实现方法。 3、上机调试编出的词法分析程序。 -By designing, developing, debugging a recursive descent parser, lexical analysis procedure t<李方> 在 2026-01-21 上传 | 大小:7kb | 下载:0