资源列表

« 1 2 ... .36 .37 .38 .39 .40 1141.42 .43 .44 .45 .46 ... 1384 »

[编译器/词法分析read-string-from-FLASH

说明:read data of type character from flash memory
<puda> 在 2024-11-17 上传 | 大小:1kb | 下载:0

[编译器/词法分析compile_lab2

说明:递归下降分析。描述算术表达式的LL(1)文法的递归下降分析程序     G[E]: E→TE′     E′→ATE′|ε     T→FT′     T′→MFT′|ε     F→ (E)|i     A→+|-     M→*|/-Recursive descent. Descr iption arithmetic expressions LL (1) grammar recursive descent
<春春> 在 2024-11-17 上传 | 大小:165kb | 下载:0

[编译器/词法分析new

说明:编写一个程序,来检测c语言中的简单语法错误。包括:不配对的圆括号,方括号,花括号,双引号,单引号,不合法的注释,不匹配的if-else-Write a program to detect simple syntax errors in c language. Including: no matching parentheses, square brackets and braces, double quotes, single quot
<crystal> 在 2024-11-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析otccelf

说明:这是tiny c compiler作者Fabrice Bellard参加IOCCC比赛写的非乱码的版本,只有一个C文件,代码量少,且可以产生elf文件,加以修改过参考tcc源代码就可以生成PE文件,需要的小伙伴请下载-This is the tiny c compiler of Fabrice Bellard wrote a non-participating IOCCC game garbled version, only one C
<刘龙> 在 2024-11-17 上传 | 大小:7kb | 下载:0

[编译器/词法分析calculator

说明:MFC实现简单的计算器功能,初学者可以看看。还有点小问题。-MFC simple calculator functions, beginners can look at. There is a small problem.
<Wind> 在 2024-11-17 上传 | 大小:2.17mb | 下载:0

[编译器/词法分析msp430motordriverproject

说明:msp430codeproject motor control
<frockjazz3> 在 2024-11-17 上传 | 大小:786kb | 下载:0

[编译器/词法分析lexical

说明:编译原理-词法分析,有三类子串:a,每个1右边都有一个0直接跟着;b:至少包含两个1,任意2个1之间包含偶数个0;c:不包含连续的子串100!输入一串字符,判断该串是哪一类别-Compiler theory- lexical analysis, there are three sub-string: a, each one on the right has a 0 followed immediately b: at least tw
<> 在 2024-11-17 上传 | 大小:21kb | 下载:0

[编译器/词法分析scite335

说明:scite335 + scintilla335
<mdfy> 在 2024-11-17 上传 | 大小:2.25mb | 下载:0

[编译器/词法分析pvtrace2wl

说明:C++运行时路径生成程序,方便调试与测试。-executing path generator for C++ programm.
<hillgreen> 在 2024-11-17 上传 | 大小:19kb | 下载:0

[编译器/词法分析swamy1

说明:PICs have a set of registers that function as general purpose RAM. Special purpose control registers for on-chip hardware resources are also mapped into the data space. The addressability of memory varies depending on de
<swamy> 在 2024-11-17 上传 | 大小:59kb | 下载:0

[编译器/词法分析calculator

说明:用逆波兰式计算数学表达式,用的是C#语言-With Reverse Polish Notation calculate mathematical expressions, using the C# language
<林宏声> 在 2024-11-17 上传 | 大小:60kb | 下载:0

[编译器/词法分析RPN

说明:将数学表达式转换成逆波兰表达式,用C#语言-The mathematical expression into Reverse Polish Notation, using C# language
<林宏声> 在 2024-11-17 上传 | 大小:33kb | 下载:0
« 1 2 ... .36 .37 .38 .39 .40 1141.42 .43 .44 .45 .46 ... 1384 »

源码中国 www.ymcn.org