搜索资源列表
CPP
- 输入若干个百分制成绩,输出对应的五分制成绩,输入结束后再分别输出这五个分段的人数。五分制成绩用字母A、B、C、D和E分别表示百分制成绩的100~90、89~80、79~70、69~60、59~0-Input several centesimal system performance, the output of the five grade marking system corresponding to the input end result, after the five output re
cPP
- 此源代码是实现一个简单的语法分析功能,是编译原理实验的一个基本实验。-This source code is a simple syntax analysis, is to compile a basic principle experiment experiment.
CPP
- n this section, you will interface with the operating system using DOS commands. For each of the following tasks, list the correct DOS command. Note: While it is not necessary to perform these tasks on a computer, the assignment is structured fo
CPP-source-word-scanner
- 实验一:C++源代码单词扫描程序(词法分析) 功能: (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你
CPP-lexical-analyzer
- 词法分析器功能的输入源,按照构词规则成一系列字的符号。Word是一个独立意义的语言,包括关键字,标识符,运算符,行业经营者和常量等的最小单位-Lexical analyzer function input source, in accordance with the rules of word formation into a series of word symbols. Word is the smallest unit of an independent meaning language,
cPP
- 利用C语言编写一个微型命令解释程序,接受并解释以下命令: ⑴ dir 列当前目录 ⑵ cop 文件1 文件2 拷贝文件 ⑶ era文件名 删除文件 ⑷ dis字符串 显示字符串 ⑸ end 结束,退出 -Use C language to write a mini-command interpreter, receive and interpret the following command: ⑴ dir files listed in the current direc
supermarket-billing-system-project-in-cpp
- This a supermarket billing program for c-This is a supermarket billing program for c++
Find-Transpose-of-a-matrix-in-CPP-Code
- Find Transpose of a matrix in C++ Code
FruitTetris.cpp
- This program build a hybrid game of falling fruit and tetris in 2D plane
wordAnalysis
- 词法分析器。输入为txt文档,一个字符一个字符的读取输出为词+所属类别(所属类别在注释内有写) 后期要改入加到分析器内可以给一个词,一个字符一个字符读取后输出类别,非常方便。 Xcode开发,下载后可直接查看cpp文件(This is a lexical analysis. Input:txt Output:every single word and their type)