搜索资源列表
A-simple-language-interpreter
- 一个简单的语言解释器, 它可以读入一个简单的文本标记文件,并提取和 转换相应的成员关系信息。文件内容如下所示。 一个简单的文本标记文件: <class> <student> <name>ABC</name> <id>123456</id> group1 </student> </class> 每组"标记"包含两部分:标记名称和标记值。例如,
TxT_to_pices
- MATLAB文本分割器,运行程序,输入文件名和分割大小,就可以分割了。 本人比较爱看小说,经常会用到文本分割器,于是用m语言编了一个,分割效率还是挺高的,希望各位会喜欢。-MATLAB version of partition, and run the program, enter the file name and the partition size, you can split it. I am more love stories, often used for text segmen
lovePet
- 实用功能主要有:文件分割与合并、文件加解密(新增)、控件注册(新增)、 显示/恢复桌面(新增)、定时关机(新增)、开机自启动(新增)、显示/隐藏宠物、 定制自我情话、暂停情话播放、两岸通--简繁字体互转、窃取星号密码、位图转 换为文本、文件隐藏到位图中、发送邮件、光驱管理、系统管理等等。-Practical features include: split and merge files, file encryption and decryption (new), the contro
splitfile.pl
- 這個perl程式用於把文本文件按照指定的行數拆分成多個文件。-The perl program for the text file in accordance with the specified number of rows split into multiple files.
lovePet20090730
- 爱圣小工具集vc++源代码2009最新版,这些工具集主要有控件注册器、显示/恢复桌面、文件加解密、定时关机、简繁字体互转、窃取星号密码、BMP转文本、文件隐藏到位图、光驱管理、系统管理、扁平组合框显示类、平面按钮显示及鼠标捕捉不到按钮郊果、文件分割为多种格式的大小,并将其合并在一起等。 -Caritas St. gadget set vc++ source code for the latest version of 2009, these tools are mainly controls
MySlpit880425
- Split a text file into desired number of lines for each splitted file
string_split
- 读文本文件,将里面的字符串筛选出来,split函数的运用,分割字符串。-Read a text file, which filter out the string, split function, the use of split strings.
TextFileSplitter
- Text file Splitter - Used to Split Text files by number of lines-Text file Splitter- Used to Split Text files by number of lines
TextMerge
- 用C++ Builder写的一个文本文件分割和合并工具,原先是用来将文本小说放到手机用的,可以根据自己需要将文件分割成任意大小,或者将多个文件合并成一个文件。然后可以通过工具做成Jar格式的电子书放到手机中阅读。-Using C++ Builder to write a text file split and merge tools, original text of the novel is used to put in mobile phone use, according to his n
fg
- 一个用于分割文本文件的perl程序,用于大文本文件中分割固定内容的程序-A separate text file for the perl program, a large text file split for the content of the program fixed
DSP2812-code-segment
- DSP2812 代码段(.text段)太长的解决办法——通过cmd文件拆分.text段-DSP2812 code segment (text above) is too long a solution- split cmd file text segment
txt_file_split
- 将一个大的文本文件拆分成许多个小的文本文件,我自己编写的。-A large text file will be split into many small text file written by myself.
MathSearch
- 编写一个程序,要求定义一种比较直观的文本文件格式,用户可以按照这种格式在一个文本文件中输入学生姓名和考试成绩。然后,程序可以打开指定的文本文件,从中读取所有的学生姓名和考试成绩,并计算础平均考试成绩、最高考试成绩以及取得最高考试成绩的学生名单。这些输出结果要求输出到一个指定的文本文件中。可考虑stringObj.split(“separator”)-Write a program that require the definition of a more intuitive text file
filecut
- 将文本文件可以自定义行数进行分割,虽然简单点,但很实用-You can customize the text file lines to split, although simple, but very practical
AnitVirus
- 基于Android杀毒软件 初学Android,此程序为毕设设计,仅作为学习使用,病毒库特征码保存在文本文件中,使用几个特殊字符分割,该文件保存在我临时网盘中,测试请自行更换URL,也可联系我获取病毒特征码提取程序-Android-based antivirus software beginner Android, this procedure is completed the set design, just as learning to use virus signatures stor
1
- 某文本文件由 字符 组成, 字符 被 分割符 分割为 单词 。 要求程序接受指定文件,分析出其有哪些 单词 组成,并统计每一个 单词 的出现次数, 最后根据出现次数由少到多排序,输出 单词 列表。 //文件包含源码、详细解题报告等-A text file by the " character" component, " character" was " delimiter" split " the word."
split-txt
- 可以用于大规模拆分文本文件,将一个文件切割成若干文件-Can be used for large-scale split text file
textoperation
- 文本处理,将文本文件以字符串的方式读入,然后对其进行拆分,排序等相关处理。可以自开发处理类(通过反射支持任何格式的接口),编译成dll文件,配置进去,便可以支持新的处理方式。将处理结果展示在文本框中- 文本处理,将文本文件以字符串的方式读入,然后对其进行拆分,排序等相关处理。可以自开发处理类(通过反射支持任何格式的接口),编译成dll文件,配置进去,便可以支持新的处理方式。将处理结果展示在文本框中 Text proc
FindwordCnt
- 1 .工作从控制台读取文本文件的名称。 2。在文本文件中逐行读取。 3。把每一行分成单词,丢弃标点,把所有的字母都折叠进去小写。 4。存储唯一的单词并保持对每个不同单词的计数。 5。首先通过减少计数,如果有多个单词,相同的数,按字母顺序。 6。在已排序的列表中输出前十个单词,以及它们的计数。 7。在列表中输出最后十个单词,以及它们的计数。(1. Read the name of the text file from the console. 2. Read in a text fi
splitTxtFile
- 把一个大的文本文件分成N个小的文件 。以防止文件太大,用记事本无法正常打开。(split a big text file into some small size files.)