搜索资源列表
DOC2TXT.zip
- 此文件为Word 格式文件.DOC转换为TXT文件的源代码。,This file format for Word documents. DOC converted to TXT file s source code.
Little_Student.rar
- 某小学给学生留作业,要求为一个5000以内的加减乘除括号四则运算的题目。 要求: 1. 程序每次运行都生成30道包含+,-,*,/,(,)的题目。 2. 操作符号顺序是随机的。 3. 因为是小学生,没有代数和以及负数的概念,所以任何时刻减法都必须是减数小于被减数。 4. 任何中间过程中的除法都必须能整除,无分数的概念。 5. 所有中间结果和最终结果都要小于5000. 6. 将正确结果也输出出来,但是用16进制表示 7.
cffxsy
- 1.任选一个C语言词法子集设计DFA模型 2.要求对C语言词法规则设计编码,最后编写成源程序并能输出正确的结果。 3.给出2个测试实例,一个正确的和一个错误的来验证本词法分析程序。 4.用文件输出单词属性表(名字为班号最后2位+学号.txt)-1. Choose a C-word method design DFA model 2. Calls for the design of C language lexical coding rules, and finally devel
WordToTxt
- 将Word 转为txt并存储的vc++源代码,对学习读取Word文件很有帮助-Txt will be converted to Word and save the vc++ source code, to be helpful to learn to read Word files
wordnum
- 词典词条信息统计,词典文本为txt文件,词语为中文,以换行符隔开,输入词典文件名进行统计-Dictionary entries of information statistics, dictionary txt text files, word to Chinese, in order to line breaks to separate dictionary file name input statistics
hw1-project
- 导入n*n的square和要搜索的英文单词txt,输出全部存在的单词-Into n* n the square and the English word to search for txt, output of all existing words
EnglishL
- 实现背单词工程MainFrame(含菜单栏),左右两个View切分,顶部一个DialogBar,一个Overlapped类型的对话框;运行程序弹出“我要背单词”窗口,初始化两个View, 正确读入文件填充两个ListControl(左边读入单词以及“Yes/No”的状态,右边仅读入状态为No的单词);菜单栏“打开”将wordlist.txt文件中所有单词加入到左ListControl中,同时状态为“No”的单词加入到右ListControl中;选中左侧的一项或几项单词,点击“需要背”,使其加
searchModel
- 这是一个基于向量空间模型的信息检索模型程序,在程序中我们可以对指定目录下的txt文件的单词进行检索,及对要查询的单词进行相关文件权重排名-This is a model based on the vector space information retrieval model program, we can specify the directory txt file of the word in the program to retrieve relevant documents right
dictionary
- 电子词典,需要自己存入一些单词在txt文档中,然后用程序调用文件内容,实现单词的查找。-Electronic dictionary, the need to deposit some words txt document, and then use the program to call the contents of the file, word lookup.
python-ictclas
- 运用python编写的中文分词,运行try文件并将路径改变就可以实现中文分词 中文存储在txt文档中-Use python to write the Chinese word, you can run try to change file and path to achieve the Chinese word Chinese storage txt document
215
- 程序运行时,先从键盘输入一个文本文件的文件名(约定:字符数≤127字节,可含路径)和一个字符串(约定:字符数≤20字节,其中不含空格、TAB等,后面称之为Str),再在屏幕上显示该文件的内容。要求显示完内容后,在屏幕上输出文件的行数(行之间以’\n’为分隔、每行的长度不定但均≤200个字节)、字符串Str在文件中第1次出现的行号和最后一次出现的行号(查找时不区分大小写、不跨行查找,若未找到,则行号显示为-1)。 注意,程序中不能使用库函数fgets或使用同名的变量、函数、单词,行的编号从
CIPINTONGJI
- 可以统计一个txt文件里的单词的频率,并进行排序,并将打印的结果输出到文件里,适合初学者们学习。-Statistics can be a txt file of the word frequency, and sort, and print the resulting output to a file, suitable for beginners to learn.
Frequency
- 这是已经封装好的exe程序,可以获取指定txt文本中词频统计信息,方便爬取数据-It is already packaged exe program, you can get the text to specify txt word frequency statistics to facilitate crawling data
yuliao-PHP
- 一对一随机聊天系统 网站: http://www.woaiyl.com 在线演示: http://www.woaiyl.com 免费开源,任意使用 视频版:http://www.woaiyl.com/xvo.html 30元一套 简介: 一对一随机聊天系统是一个类似chatroulette.com的在线匿名聊天系统。 功能: 1.匿名用户配对聊天 2.聊天记录可以下载 3.可以显示对方输入状态 4.采用轮询服务器方式传输数据,相比come
Java
- 实现读取TXT文本文件,并统计文本中出现的单词的词频,并讲输出结果存入到另外一个文本文件中。- Achieve read TXT text files, and word frequency statistics appear in the text, and talk to the other output is stored in a text file.
Project2
- 分词实验程序,通过读取txt中的中文词典,根据词典中的词语对文本进行中文分词-Word segmentation experiments, by reading the Chinese dictionary in txt, according to the words in the dictionary to Chinese word segmentation
FlexPaper_2.3.6
- 文件预览,在java项目中实现word、ppt、excel、txt等文件的在线预览(File preview, in the Java project to achieve word, PPT, Excel, txt and other documents online preview)
Char-RNN-PyTorch-master
- # Char-RNN-PyTorch 使用字符级别的RNN进行文本生成,使用PyTorch框架。[Gluon实现] ## Requirements - PyTorch 0.2 - numpy ## Basic Usage 如果希望训练网络,使用如下的代码 ```bash python main.py \ --state train \ --txt './data/poetry.txt' \ # 训练用的txt文本 --batch 128 \ # batch_siz
CorpusWordParser
- 语料分词和词性标注软件。 软件只支持打开文本格式(.txt)的文件,其他类型文件需先另存为文本文件格式后再处理。 软件可以自动识别、处理文本文件的不同字符编码(GB或Unicode等)。(Word segmentation and part of speech tagging software. Software only supports files that open text format (.Txt), and other types of files need to be sav
批量word转txt
- 能够批量将某个文件夹下的doc文档全部转化为txt文档,比较好用。可以方便的去掉word的格式。对于大文件,不用再复制粘贴去格式(Could convert all .doc file to .txt file in a file once a time.)
