资源列表

« 1 2 ... .88 .89 .90 .91 .92 11793.94 .95 .96 .97 .98 ... 14959 »

[编译器/词法分析200218033赵伟光(程序清单)

说明:词法分析程序 程序当前目录里自己建立一个文本文档,取名为infile.txt,所有需要分析的程序都写在此文本文档里,程序的结尾以"@"标志符结束。运行词法分析程序,程序结果输出到文件名为outfile.txt的文件中,此文件为自动生成。-lexical analysis Procedure current directory to establish his own version of a document, named infile
<电风扇> 在 2025-02-04 上传 | 大小:3kb | 下载:0

[编译器/词法分析dddfdf

说明:这里以开始定义的PASCAL语言子集的源程序作为词法分析程序的输入数据。在词法分析中,自文件头开始扫描源程序字符,一旦发现符合"单词"定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含了源程序中的所有常数和所有标识符。-here to start the definit
<圧古老> 在 2025-02-04 上传 | 大小:3kb | 下载:0

[磁盘编程ymzh

说明:这是一个页面置换算法的实现,功能描述:输入可用内存页面数和一个作业访问逻辑页号的序列 *给出FIFO、LRU、OPT算法的缺页中断率 *本程序中设初始页框里的页号与实际页号都不同-This is a page replacement algorithm to achieve functional descr iption : Importation of a few pages available memory and a logic
<齐大永> 在 2025-02-04 上传 | 大小:3kb | 下载:0

[语音合成与识别mfcc

说明:用c语言编写的语音特征参数的程序,该语音特征参数为mfcc参数,主要用于说话人识别-used language voice characteristic parameters of the procedure, the characteristic parameters for voice mfcc parameters, mainly for Speaker Recognition
<张龙> 在 2025-02-04 上传 | 大小:3kb | 下载:0

[编译器/词法分析简易C语言词法分析程序

说明:这是一个的编译器,是编译原理课程设计的一个很好的内容-This is a compiler, compiler theory of curriculum design a very good content
<中国人> 在 2025-02-04 上传 | 大小:3kb | 下载:0

[汇编语言微机原理实验源程序

说明:微机原理实验源程序,总共有八个实验内容的源程序。实验一 简单输入、输出实验 实验五 8253定时器实验 实验二 软件延时实验 实验六 LED显示实验 实验三 软件延时模拟路*通灯控制 实验七 定时器LED显示综合实验 实验四 LED简单显示实验 实验八 模拟交通灯显示综合实验-Computer Engineering Experiment source, a total of eight experimental content of
<雪原> 在 2025-02-04 上传 | 大小:3kb | 下载:1

[操作系统开发MemoryManagement

说明:操作系统的内存跟踪文件,用API函数来实现,对于学习操作系统有很大的价值.-operating system memory tracking files, API function to achieve, learning operating system is of great value.
<若竹> 在 2025-02-04 上传 | 大小:3kb | 下载:0

[汇编语言浮点异常的控制位

说明://浮点异常的控制位 #define FPUEM_INVALIDOP 0x01 #define FPUEM_DENORMALOP 0x02 #define FPUEM_ZERODIVIDE 0x04 #define FPUEM_OVERFLOW 0x08 #define FPUEM_UNDERFLOW 0x10 #define FPUEM_PRECISON 0x20 #define __FORCE_INLINE__ __inline /
<张虹> 在 2025-02-04 上传 | 大小:3kb | 下载:0

[编辑器/阅读器ll(1)语法分析

说明:此为ll(1)文法的源代码,适应于学习过编译原理的同学,在做课程设计时可以参考-this as (a) the source code for grammar, learning to adapt to the students of compiler theory, the courses do when reference design
<林肯> 在 2025-02-04 上传 | 大小:3kb | 下载:0

[汇编语言24和25pc机间的通信

说明:这是PC机间相互通信的例子,程序“require”为用查询方式实现,程序“interrupt”为 用中断方式实现-PC communication among the examples procedures "require" to be used for achieving and procedures "interrupt" for the use of interruption means
<骡子> 在 2025-02-04 上传 | 大小:3kb | 下载:0

[操作系统开发changgesfdaf

说明:汇编语言的简单的输入字母的大小写转换的小汇编语言程序-assembly language simple alphabetical input conversion of the case is a small compilation of language program
<杨广> 在 2025-02-04 上传 | 大小:3kb | 下载:0

[编辑器/阅读器wbbj

说明:一个简单的文本编辑器.能实现基本的文本编辑,如插入,删除,复制,粘贴等简单功能。用数组实现字符的编辑。-a simple text editor. To achieve a basic text editor, such as insert, delete, copy, paste and other simple functions. Using an array of characters to achieve the editor
<梁志宏> 在 2025-02-04 上传 | 大小:3kb | 下载:0
« 1 2 ... .88 .89 .90 .91 .92 11793.94 .95 .96 .97 .98 ... 14959 »

源码中国 www.ymcn.org