搜索资源列表
outinof
- 对 输入输出流的简单报装,可以在程序调试是用于文本打印输出-of the input and output streams simple reportedly armored, and the procedure can be used to debug text printouts
ascii_change_to_text
- 以字符串形式输入的16进制的ascii码文本,打印出text文本,在命令提示符窗口显示出来。
huffman
- 哈弗曼编解码器 输入一段文本 可以将其进行哈弗曼编码输出,画出生成哈夫曼树,编码表等-Hafu Man codec type in a text can be encoded output for Hafu Man, draw generate Huffman trees, coding table, etc.
DOS_edlin
- DOS下行编辑器 功能: 编辑软件的状态 编辑软件分为两种状态: 状态一:命令状态(命令态) 输入、处理各种行编辑命令。所输入的内容要根据事先定义的编辑命令进行解释,完成规定的操作。 编辑命令状态提示符:* 状态二:行输入状态(编辑态) 输入文本行。所输入的内容要全部作为文本存入文件中。 输入态提示符:无 系统启动进入命令状态,显示提示符 *。-DOS downlink editor functions : editing software edi
HuffmanTree
- 通过文本输入字母数据,统计输出这些字母出现的频率,并输出这些字母的哈夫曼编码结果!-Text input through letters, statistical output of the frequency of these letters and the output of the Huffman coding the result of those letters!
Linux2win
- 解决LINUX下的文本文件在WINDOWS下显示乱码的问题。只要输入源文件和目标文件即可立即完成转换!-txt file from linux to windows
1
- (1)编辑文本; (2)保存、打开指定位置的文本文件; (3)具有输入输出界面。 -(1) Edit the text (2) Save the text file to open the specified location (3) with input and output interface.
calculator
- 计算器,功能要求: <1>用户输入算式文本,确定后程序给出计算结果,支持两个操作数的加减乘除四则运算即可。例如 用户输入“1234+5678”,敲回车键后,屏幕显示“1234+5678=6912”,然后等待用户输入下一个算式文本; 又如用户输入“123/78”,敲回车键后,屏幕显示“123/78=1.577”, 然后等待用户输入下一个算式文本; 乘法符号用“*”表示 <2>操作数最多不超过四位,可以是整数或小数;结果如果是小数,保留到小数点后3位。
TextQueryExpend
- C++primer第四版中的扩展文本查询,支持&|~ 注意输入查询条件的时候操作符与字符串之间要加空格。例如:~ it | ~ is 表示匹配既不含"it"又不含"is"的所有行。input.txt为查询文本。-The C++ primer fourth edition extended text queries, supported & | ~. attention to the input query spaces between the operator and the string. F
test1
- 编制一个源程序的输入过程,从键盘、文件或文本框输入若干行语句,依次存入输入缓冲区(字符型数据);然后编制一个预处理子程序,去掉输入串中的回车符、换行符和跳格符等编辑性文字;把多个空白符合并为一个;去掉注释-Preparation of a source input from keyboard, file or text box, enter a number of rows statement sequentially stored in the input buffer (character
Assistant
- 文学研究人员需要统计某篇英文小说中某些形容词出现的次数和位置。试写一个实现这一目标的文字统计系统,称为“文学研究助手”。 基本要求为: 英文小说存于一个文本文件中。待统计的词汇集合要一次输入完毕,即统计工作必须在程序的一次运行之后就全部完成。程序的输出结果是每个词出现的次数和出现位置所在行的行号,格式自行设计。-Literary researchers need to count the number and location of some of the adjectives in t
B06040324_A3
- 文本编辑器 要求:(1)编辑文本; (2)保存、打开指定位置的文本文件; (3)具有输入输出界面。 -Text editor requirements: (1) Edit the text (2) save, open the text file specified location (3) having an input and output interface.
test1.1.1
- 编译原理的文法化简 输入:一个文本文件,里面的内容例如 position := initial + rate * 60 或者更复杂的,但是要符合给定语法 语法可以自定义,可借鉴参考课本P104的内容 最少要求要包括3个语句,例如语句表、for循环和赋值语句 处理:读入文本、处理、输出文本 输出:一个文本文件,对前面例子,里面内容例如 (标识符,position) (赋值运算符,:=) (标识符,initial) (加法运算符,+) (标识符