资源列表

« 1 2 ... .06 .07 .08 .09 .10 211.12 .13 .14 .15 .16 ... 1384 »

[编译器/词法分析Tk_clock

说明:基于Tk编写的数字始终,非常简洁易懂,适合Tk入门理解 -Tk code for displaying digital clock
<xu jiong> 在 2024-11-11 上传 | 大小:2kb | 下载:0

[编译器/词法分析CRC

说明:循环码的编码与译码器(支持一位的纠错) 编码(n,k可调) 测试用例1: input:n=7 k=3 g=11101 m=101 output:1010011 input:n=7 k=3 g=11101 m=010 output:0100111 测试用例2: input:n=7 k=4 g=1011 m=1101 output:1101001 input:n=7 k=
<GemALLEN> 在 2024-11-11 上传 | 大小:2kb | 下载:0

[编译器/词法分析ansi_C_yacc

说明:标准C语言的语法分析器的yacc文件,可以经过yacc处理编译为标准C语言的语法分析器的C源文件,再编译这些源文件生成语法分析器。-Lex file of the standard C language parser, the parser can after lex handle compiled for the standard C language C source file, and then compile these sou
<ccyndi> 在 2024-11-11 上传 | 大小:2kb | 下载:0

[编译器/词法分析ansi_C_lex

说明:标准C语言的词法分析器的lex文件,可以经过lex处理编译为标准C语言的词法分析器的C源文件,再编译这些源文件生成词法分析器。-Lex file of the standard C language parser, the parser can after lex handle compiled for the standard C language C source file, and then compile these sourc
<ccyndi> 在 2024-11-11 上传 | 大小:2kb | 下载:0

[编译器/词法分析Lexical-analysis

说明:使用某种高级语言和LEX实现一个C语言子集的词法分析器,即从输入的源程序中,识别出各个具有独立意义的单词,滤掉空格和注释。依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)。其中空白符、制表符和换行符均视为空格,用来分隔单词,注释包括两种形式:/*…*/和//。-Use some kind of high-level language and the LEX lexical anal
<吴越> 在 2024-11-11 上传 | 大小:2kb | 下载:0

[编译器/词法分析LR

说明:LR0)分析表分析法,给出一个分析表含action和goto表,然后对给出的语句进行语法分析,规约判断! -it is a big plan
<小李> 在 2024-11-11 上传 | 大小:2kb | 下载:0

[编译器/词法分析sign_frist

说明:编译原理+算符优先分析法+C#编写编 译原理+算符优先分析法+C#编写-Compiler theory+ operator precedence analysis prepared by the+ C#
<jerry1097> 在 2024-11-11 上传 | 大小:2kb | 下载:0

[编译器/词法分析warehouse

说明:一个库存分配问题,目标是使得库存成本最小,用C++编写,需要调用CPLEX优化软件。-Example that uses the goal API to enforce constraints dynamically, depending on the relaxation solution at each MIP node.
<nihong> 在 2024-11-11 上传 | 大小:2kb | 下载:0

[编译器/词法分析cifafenxi

说明:简单的词法分析程序 适于编译原理实验参考-Simple lexical analysis program suitable for compiler principle experiment reference
<gag> 在 2024-11-11 上传 | 大小:2kb | 下载:0

[编译器/词法分析pl0

说明:C语言版本的pl0词法分析器。简单易用。请大家多多指教。-C-language version of the pl0 lexical analyzer. Easy to use. Please exhibitions.
<wanjin> 在 2024-11-11 上传 | 大小:2kb | 下载:0

[编译器/词法分析simplex

说明:在VS上用C代码实现单纯形法,通过TXT文件输入数据,然后算出最优解。-VS on the simplex method implemented in C code, the input data through the TXT file, and then calculate the optimal solution.
<李泽旺> 在 2024-11-11 上传 | 大小:2kb | 下载:0

[编译器/词法分析bf

说明:brainfuck语言解释器,可以说是功能最简单的解释器了。修改了bug,删除了无效代码。解释器自动扩展内存,没有代码与数据长度限制。-brainfuck language interpreter, we can say is the most feature a simple interpreter. Modify the bug, deleted invalid code. Interpreter automatically ext
<sunjunyu> 在 2024-11-11 上传 | 大小:2kb | 下载:0
« 1 2 ... .06 .07 .08 .09 .10 211.12 .13 .14 .15 .16 ... 1384 »

源码中国 www.ymcn.org