字数统计 源码
号码计数器 计算单词出现次数的计数器,2019年10月4日 珍妮弗·巴塔拉(Jennifer Batara) 描述 此应用程序是在控制台中运行的C#.Net应用程序,它接收用户输入,并以报告的形式回复每个独特单词在输入中的写入频率。 规格:重复计数器 规格 输入 输出 CreateList函数将创建一个字符串列表,这些字符串根据空格和换行符将单词分解。 这是有效输入的示例。 它甚至需要诸如多余字符$之类的东西。 new List(){“ This”,“ is”,“ an”,“ example”,“ of”,“ a”,“ valid”,“ input。”,“ It”,“ even”,“ ta
文件列表
WordCounter-master.zip
(预估有个6文件)
WordCounter-master
README.md
3KB
WordCounter.Tests
ModelTests
WordCounterTests.cs
4KB
WordCounterTests.csproj
483B
WordCounter
Program.cs
2KB
WordCounter.csproj
169B
Model
暂无评论