Skip to content

This repository is used to read characters or strings from source data files, match and compare them with reserved words in reserved word files, and count them.

Notifications You must be signed in to change notification settings

Shen-Ruyu/Statistical-program-for-retaining-words

Repository files navigation

Statistical-program-for-retaining-words

This is a statistical program that preserves words (or keywords):

⚫ Establish a reserved word file;

⚫ Read characters or strings from the source data file (C or C++language program), and preserve them from the word file Retain words for matching and comparison, and count them;

⚫ Output two table files: reserved words and their counts, and non reserved words and their counts;

⚫ Output the number of scans and the time taken for scanning the source file.

As shown in the figure, output non reserved words and their counts. image

As shown in the figure, output table file: reserved words and their counts. image

About

This repository is used to read characters or strings from source data files, match and compare them with reserved words in reserved word files, and count them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published