Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
Implement database storage management demo
no vote
Database storage management to achieve the establishment of B + tree indexes and hash index from the input file and index file stored in external memory. Experiment to achieve the establishment B + tree index, search, insert, delete, and index the external memory write, re-read and reconstruct functions
elly981565
2016-08-23
1
1
C language compiler
no vote
C language compiler, syntax analysis, lexical analysis. Analyzer generator is a program that specifies the syntax of a language in a certain format as its input and generates the analysis process for that language as its output. Historically, analyzer generator is called compiler compiler (compiler compiler). This is because according to the law, all the compilation steps can be executed as actions included in the analyzer. The current view is that the parser is only considered as part of the compilation process, so the term is somewhat outdated. Merging LALR (1) analysis algorithm is a common analysis generator, which is called yacc (another compiler). Given the general picture of yacc, we will use yacc to develop an analysis program for small languages.
elly981565
2016-08-23
0
1
No more~