- 1、本文档共30页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
vb编程练习题(VB programming exercises)
vb编程练习题(VB programming exercises)
VB programming exercises
Explanation: when doing exercises, engineering documents, standard modules, and main processes can be created by themselves,
This exercise provides only one sample.
First question
[problem description]
Please open the project file Count.vbp under the specified folder, and Module1 in the standard module
In the main process, the following functions are implemented: the specified key is specified in the given data sequence
The number of words that appear in the sequence, and write the result to the output file out.Txt.
Explain:
The 1. output statement uses Print, and if multiple expressions are output on the same line, many expressions are compact lattices
Type output.
2. when you open the file, use the relative path, and do not use the absolute path, that is, you can use the file name directly.
[input file]
The input file in.txt has 2 rows, and the first number in the first row represents the number of numbers in the data sequence
In the 1 line, second numbers represent the key to be searched, and the second line represents the given data sequence. Each number
Spaces are separated from each other.
[output file]
The output file out.Txt is the 1 line that represents the statistical result.
[input example]
555
3423551255
[output sample]
Two
Second questions
[problem description]
Please open the project file CountWord.vbp under the specified folder, and in the standard module
The main process in Module1 implements the following functions: in the given word sequence, statistics are specified
The number of times a keyword appears in the sequence, and writes the result to the output file out.Txt.
Explain:
The 1. output statement uses Print, and if multiple expressions are output on the same line, many expressions are compact lattices
Type output.
2. when you open the file, use the relative path, and do not use the absolute path, that is, you can use the file name directly.
[input file]
The input file in.txt has 2 row
您可能关注的文档
- c语言延时程序(C language delay program).doc
- c语言小游戏源代码《打砖块》(C language game source code playing bricks.).doc
- c语言播放声音文件的函数(The function of playing sound files in C language).doc
- c语言改错题技巧(C language error correction problem skills).doc
- c语言枚举类型举例(C language enumeration type example).doc
- C语言的布尔类型(_Bool)(The boolean type (_Bool) of the C language).doc
- c语言试卷4(C language test paper 4).doc
- da控制面板说明(DA control panel instructions).doc
- db2 环境 设置技巧篇(DB2 environment settings tips).doc
- dbgrid的实用技巧(Practical skills of DBGrid).doc
- 新能源构网控制性能评估与提升——天津大学 朱介北.docx
- 2024年新人教版8年级上册物理全册课件.pptx
- 辽宁省阜新二中2025届高考数学四模试卷含解析.doc
- 山东省菏泽市部分重点学校2025届高三下第一次测试语文试题含解析.doc
- 2025届深圳高级中学高考语文一模试卷含解析.doc
- 北京市海淀区第二十中学2025届高三第六次模拟考试语文试卷含解析.doc
- 2025届河南省普通高中学高考语文考前最后一卷预测卷含解析.doc
- 2025届浙江省杭十四中高三下学期第六次检测语文试卷含解析.doc
- 2025届福建省福州八县一中高考仿真模拟语文试卷含解析.doc
- 2025届甘肃省武威第十八中学高考英语三模试卷含解析.doc
文档评论(0)