搜索资源列表
TextAreaCount
- 统计一个文本域中行、单词、字符的数量。 提示:在图形界面中除了安排文本域输入数据外,还安排一个按钮触发统计操作,另外安排3个标签显示结果,界面采用GridLayout布局。 -Statistics on a text field line, word, number of characters. Tip: in the graphical interface in addition to arrangements for the text field to enter data, but
SparkWordsCount
- 用spark 统计file文本文件中的单词数量,再打印输出-spark words count
1.c
- 已知文件dict.txt中存储一段由若干单词组成的文本,统计出该段文本中单词的数量(The known file, dict.txt, stores a text of a number of words to count the number of words in the text.)