登录
首页 » Compiler program » Information Management System! The curriculum design is very simple! Exchange of...

Information Management System! The curriculum design is very simple! Exchange of...

于 2022-05-22 发布 文件大小:1.01 MB
0 117
下载积分: 2 下载次数: 1

代码说明:

信息管理系统!很简单的课程设计!类似于城市信息交换的网站!-Information Management System! The curriculum design is very simple! Exchange of information similar to the city website!

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • VC realize the program used to compile a small system, in the system to achieve...
    该程序用VC实现了一个小型编译系统,在系统中实现了完整的词法扫描,语法分析,予以分析以及模拟代码生成等模块.-VC realize the program used to compile a small system, in the system to achieve a complete lexical scanning, syntax analysis, to analysis and simulation code generation modules.
    2022-03-09 20:03:49下载
    积分:1
  • 工欲善其事,必先利其器,学好汇编离不开实践,这有各种汇编编辑器,总有合适的, 免的你寻找之苦 masm32v8 masm611 MasmEdit...
    工欲善其事,必先利其器,学好汇编离不开实践,这有各种汇编编辑器,总有合适的, 免的你寻找之苦 masm32v8 masm611 MasmEditor1600汇编集成-工欲善其事, its prerequisite, and learn the compilation can not be separated from practice, this compilation has all kinds of editor, there will always be appropriate to avoid the pain of you looking for the compilation of integrated masm32v8masm611MasmEditor1600
    2022-02-26 02:45:40下载
    积分:1
  • 一个简单的词法分析器,1代表字符,2代表关键字(命令字),4带表算符界符, 注:要把wangs.txt这个文件放在桌面上,然后在这个TXT里写上你要识别的语句。...
    一个简单的词法分析器,1代表字符,2代表关键字(命令字),4带表算符界符, 注:要把wangs.txt这个文件放在桌面上,然后在这个TXT里写上你要识别的语句。然后保存后关毕,在运行WANG词法分析.EXE进行词法分析。 完成识别后,会在相应的词面前出现以上代号。暂不能对数字进行识别。因为在某种请况下数字也可表是为字符……稍有困难,但完成老师的针对程序段:area=b+c*d。那简直是小菜一碟。-a simple lexical analyzer, a representative character, the two representatives keyword (command word), with four tables operator sector website Note : The wangs.txt the document on the desktop, then the TXT Lane write you to identify words. Then preserved customs Albert, running WANG lexical analysis. EXE for lexical analysis. After completing the identification, in the appropriate words appear in front of the above code. Provisional figures for the right not to identify. Because of the status of requests under certain figures might be for the characters ... the slightest difficulty, but the completion of procedural teachers : area = b, c* d. It is simply to touch.
    2022-07-26 00:51:29下载
    积分:1
  • 一个小型c compiler的设计与实现
    一个小型c compiler的设计与实现-a small c compiler Design and Implementation
    2022-03-13 15:59:46下载
    积分:1
  • 卷积码的MATLAB的实现,通过MATLAB的平台轻易地实现卷积码的编译。...
    卷积码的MATLAB的实现,通过MATLAB的平台轻易地实现卷积码的编译。-Convolutional codes of the realization of the MATLAB
    2022-04-10 16:12:19下载
    积分:1
  • The use of C/C++ language as the implementation language, to achieve a simple PL...
    使用C/C++语言作为实现语言,实现一个简单PL/0语言的编译器。手工编码实现编译器的组成部分。语法分析程序采用递归下降分析法。-The use of C/C++ language as the implementation language, to achieve a simple PL/0 language compiler. Hand-coding part of the compiler. Parser uses recursive descent analysis.
    2023-03-06 02:05:03下载
    积分:1
  • Full support for extended regular expressions (those with intersection and compl
    Full support for extended regular expressions (those with intersection and complement); Support for some kinds of cycles in grammar; DFA-based operation; Unicode support; C++ only, requires a modern compiler; Lexical analyzers can be configured to get symbols from any input class (built-in support for std::istream, std::wistream and FILE *); Designed to work with Whale, but can work standalone or interface to other parsers.-Full support for extended regular expressions (those with intersection and complement); Support for some kinds of cycles in grammar; DFA-based operation; Unicode support; C only, requires a modern compiler; Lexical analyzers can be configured to get symbols from any input class (built-in support for std::istream, std::wistream and FILE*); Designed to work with Whale, but can work standalone or interface to other parsers.
    2022-05-27 12:54:56下载
    积分:1
  • 编译原理的一个小实例 YACC(Yet Another Compiler
    编译原理的一个小实例 YACC(Yet Another Compiler-Compiler)是LALR(1)分析器的自动生成工具,它的第一版于70年代初发表,是美国贝尔实验室的软件产品(作者为S.C.Johnson) YACC将一前后文无关文法转换为一LALR(1)分析表,并提供使用该分析表进行语法分析的总控程序yyparse().-compiler principles of a small example of YACC (Yet Another Compiler- Compiler) is LALR (1) the automatic generation analyzer tool, its first edition in the early 1970s, was published in the United States Bell Labs software products (the author S. C. Johnson) will be a before and after YACC grammar unrelated to the text converted to a LALR (1) Analysis Table, and provide analysis of the use of the table for syntax analysis of the total control procedures yyparse ().
    2022-05-19 22:49:02下载
    积分:1
  • Many many developers all over the net respect NASM for what i s
    Many many developers all over the net respect NASM for what i s - a widespread (thus netwide), portable (thus netwide!), very flexible and mature assembler tool with support for many output formats (thus netwide!!). Now we have good news for you: NASM is licensed under LGPL. This means its development is open to even wider society of programmers wishing to improve their lovely assembler. The NASM project is now situated at SourceForge.net, the most famous Open Source development center on The Net. Visit our development page at http://nasm.2y.net/ and our SF project at http://sf.net/projects/nasm/
    2022-01-26 00:55:29下载
    积分:1
  • 编译原理习题vc代码,可供参考
    编译原理习题vc代码,可供参考-compiler theory Exercise vc code is available for reference,
    2023-05-22 02:30:03下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载