-
这是关于小Python的实现
this is about tiny python implementation
- 2022-06-02 23:04:16下载
- 积分:1
-
trigonometri program that I write in C
trigonometri program that I write in C-trigonometri program that I write in C++
- 2023-01-22 00:25:03下载
- 积分:1
-
专门用来包装virtools文件的另一款工具,很好用的
专门用来包装virtools文件的另一款工具,很好用的-Dedicated to packaging virtools file another tool, a very good use
- 2022-01-29 00:37:51下载
- 积分:1
-
software that use for writing the coding, also work with MPLAB for compiler. (ou...
software that use for writing the coding, also work with MPLAB for compiler. (ouput .hex file that can be use for design circuit (Proteus-software that use for writing the coding, also work with MPLAB for compiler. (ouput .hex file that can be use for design circuit (Proteus))
- 2022-02-14 18:23:22下载
- 积分:1
-
一个简单的编译器,有词法分析,语言分析代码生成。对毕业生有用。...
一个简单的编译器,有词法分析,语言分析代码生成。对毕业生有用。-a simple compiler, lexical analysis, linguistic analysis code generator. Right graduates useful.
- 2022-02-04 20:36:15下载
- 积分:1
-
自己写的一个C子集的编译程序,包括源码和说明文件,以及文法的扩充BNF表达式...
自己写的一个C子集的编译程序,包括源码和说明文件,以及文法的扩充BNF表达式-himself wrote a subset of the C compiler, including source code and documentation, and the expansion of BNF grammar expression
- 2022-07-03 02:36:52下载
- 积分:1
-
C语言词法分析器 by wpc_LK
这是一个简单的词法分析器,不能避免的存在错误请大家指出予以纠正,谢谢!
示例语句
include<st...
C语言词法分析器 by wpc_LK
这是一个简单的词法分析器,不能避免的存在错误请大家指出予以纠正,谢谢!
示例语句
include
int main{
int a=3,b=4,c
if((a+b)==7)c=1
else c=0
return 0 }
输入 exit 退出程序。-C language lexical analyzer by wpc_LK
This is a simple lexical analyzer can t avoid that there re some errors here,please correct, thank you!
for exzample:
include
int main{
int a=3,b=4,c
if((a+b)==7)c=1
else c=0
return 0 }
input exit quit the program.
- 2022-01-22 06:15:36下载
- 积分:1
-
卷积编码器的实现
卷积码编码器的实现,是误码性能分析的一部分-Implementation of convolutional encoder
- 2022-07-12 04:41:25下载
- 积分:1
-
本人写的简单C词法分析器,能基本实现C词法分析。可以供要求不是很严格的毕业设计。...
本人写的简单C词法分析器,能基本实现C词法分析。可以供要求不是很严格的毕业设计。-I wrote a simple C lexical analyzer that can realize the basic lexical analysis of C. Can not very strict requirements for the graduation project.
- 2022-05-29 05:01:06下载
- 积分:1
-
又一个Pascal 到C的转换器
又一个Pascal 到C的转换器 -Another Converter from Pascal to C
- 2022-01-24 15:09:03下载
- 积分:1