搜索资源列表
dancitongji
- 对读入的某个文本文件input.txt中,拆出英文单词,输出一个按字典顺序排列的单词表,结果输出在文本文件output.txt中,每个单词一行,并在单词后输出该单词出现的个数,两个字段之间用逗号分隔。约定单词仅由英文字母组成,单词间由非英文字母分隔,相同单词只输出一个,大小写不区分。 利用二叉树实现-the right time to a text file input.txt, divestment English words, Output by an order of the dict
对读入的某个文本文件input.txt中,拆出英文单词
- 对读入的某个文本文件input.txt中,拆出英文单词,输出一个按字典顺序排列的单词表,结果输出在文本文件output.txt中,每个单词一行,并在单词后输出该单词出现的个数,两个字段之间用逗号分隔。约定单词仅由英文字母组成,单词间由非英文字母分隔,相同单词只输出一个,大小写不区分。-Of reading a text file input.txt, the demolition of the English word, the output of a lexicographical order
hadoop-invertedindex
- 基于Hadoop的反向索引的生成工具。输入一系列文本文件,输出word和其出现的文档和位置-Hadoop-based reverse index generation tool. Enter a series of text files, the output word and its emergence and location of the document
firstGTK
- 一个基于GTK+的单词数值计算器,1、 按照规则计算单词的值,如果 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 26个字母(全部用大写)的值分别为 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26,如: WINJACK这个单词的值就为:W+I+N+J+A+C+K=23+9+14+1+3+11=71% HARDWORK=H+A+R+D+W+O+
bookxml
- 文本处理输出为二进制文件,每个文件大小不超过20m,需要的请下载-Text-processing output is a binary file, each file size of no more than 20m, need to download the
cutsheet
- 本程序对CAE技术在建筑材料工程应用方面进行了探索。通过认真学习linux操作系统、C语言编程技术、计算机辅助工程(CAE)应用程序的工作原理,在Ubuntu linux环境下,应用C语言编码开发了板材切割软件,实现了信息录入(包括成型板材规格、所需板材规格与数量等信息的录入)、科学计算(设计相关算法,通过计算获取板材切割最优方案 )、结果输出(使用文本方式输出板材切割方案)三大功能。-This procedure works on the application of CAE technolo
v4_code_util_guide_b12_2r1_2
- CODE使用指南:输出ASCII文本,输出图形,Archive II数据演示使用-Guide CODE: ASCII text output, output graphics, Archive II data demonstrates the use of more
Linux-color
- 文本终端的颜色可以使用“ANSI非常规字符序列”来生成。举例: echo -e "\033[44 37 5m ME \033[0m COOL" 以上命令设置作用如下:背景色为蓝色,前景色为白色,字体闪烁,输出字符“ME-The color of the text terminal can use the ANSI unconventional character sequence to generate. Example: echo-e " \ 033 [44 37
ManC
- 本程序在unix环境提取相关源代码所写,对所有源文件内的文本查找与过滤,支持关键字查询,整段代码的匹配输出等功能.-The program in the unix environment to extract relevant source code written text in all source files Find filtering, support keyword query, the entire section of code matching output.
emmc_test
- 针对于linux memory的压力测试,自动生成文本文件并且输出至屏幕。-In the linux memory of pressure test, automatically generate a text file and output to the screen.
XIAOXIDUILIE
- 消息队列:先定义一个消息结构,包含消息类型和文本长度。在SERVER函数中,首先获得一个KEY为75的消息的描述符,然后利用do while循环来判断当消息类型为1的时候打印输出。在CLIENT函数中,先获得消息队列,然后利用for循环将消息类型从10赋值到1,发送队列,并打印输出。最后在main函数中调用这两个函数。-The message queue: define a message structure, contains the message type and the length o