CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - binary word file

搜索资源列表

  1. dancitongji

    0下载:
  2. 对读入的某个文本文件input.txt中,拆出英文单词,输出一个按字典顺序排列的单词表,结果输出在文本文件output.txt中,每个单词一行,并在单词后输出该单词出现的个数,两个字段之间用逗号分隔。约定单词仅由英文字母组成,单词间由非英文字母分隔,相同单词只输出一个,大小写不区分。 利用二叉树实现-the right time to a text file input.txt, divestment English words, Output by an order of the dict
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:41015
    • 提供者:李剑
  1. 绝地程序编辑器

    0下载:
  2. 此软件支持多文档打开,支持多种程序语言语法高亮度显示:Delphi,SQL,Basic,C++, Perl,Java,HTML, TCL/tk,AWK scr ipt,Python CA-Clipper MS-DOS Patch File。多种选择模式支持,支持程序语言语法高亮度显示颜色的可视化调整,支持书签:十个书签,支持多级Undo和Redo操作,层次数可以自己设置。 支持最近文件列表,最近文件的数量可以自己设置。支持查找、替换:同Delphi: 支持直接编辑Delphi的窗体文件(dfm)
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:312494
    • 提供者:张强
  1. LA_Debug

    0下载:
  2. 对c语言的简单语法分析器 文件说明: input.txt内为输入的源程序,包括for,while和if else控制等 output.txt内为输出的二元单词序列 k.txt为关键字表 l.txt为运算符和界符表 i.txt为该输入的源程序的标志符 c.txt为常数表 个别表需要序列号,这时各表的序列号默认为从1开始,每行加1。 使用说明: 在提示符下输入input.txt文件的路径和文件名字, 运行完成后,打开文件output.txt看结果。 -right language syntax a
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:184655
    • 提供者:好好
  1. Senfore_DragDrop_v4.1

    0下载:
  2. Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
  3. 所属分类:Windows编程

    • 发布日期:2011-12-21
    • 文件大小:2130304
    • 提供者:smj_9547
  1. BinToTxt

    0下载:
  2. BinToTxt.rar * 实现 WORD 序列存储的二进制文件到数字文本的转换-BinToTxt.rar * Achieve WORD binary file to store the sequence of digital text conversion
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-05
    • 文件大小:182584
    • 提供者:cc
  1. CFI

    0下载:
  2. Common Flash Interface BIN Parser-Dump CFI binary data from any flash memory chip and use this MS Windows application to interpret this file and extract useful information about the flash memory chip: Primary OEM Command Set, Address for Primary Exte
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:24035
    • 提供者:Alexander
  1. pl0C1

    0下载:
  2. 一个简单词法编译器。具体内容是产生一个二元式文本文件,扩展名为dyd,可将Pascal或C程序(测试程序)分解成为一个一个的单词及类型。-A simple lexical compiler. The specific contents of a binary-type text file, extension dyd, can be Pascal or C procedures (test procedures) as a decomposition of a word and type.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:189077
    • 提供者:婴宁
  1. autodafe-0.1.tar

    0下载:
  2. 一个模糊测试的框架,可以测试协议和文档读取程序。-A fuzzing framework which used to fuzz protocols and files. It uses different tools to improve its ability to detect buffer overflows. It can fuzz: - every tcp binary and ASCII protocol based - every udp binary a
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:347273
    • 提供者:avi
  1. cifafenxiqi

    0下载:
  2. 实现一个词法分析器,词法分析程序的主要任务是从左到右扫描每行源程序,拼成单词,换成统一的内部表示 (token)输出,送给语法分析器。具体包括: –组织源程序的输入; –按规则拼单词,并转换成二元形式; –滤掉空白符,跳过注释、换行符及一些无用的符号(如字符常数的引号) (实验一已完成); –进行行列计数,用于指出出错的行列号,并复制出错部分; –列表打印源程序; –发现并定位词法错误; –生成符号表。token 文件和符号表用作语法分析的输入部分。
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:28856
    • 提供者:何娜
  1. libscl-1.0.2

    0下载:
  2. This a Small Container Library, SCL. If you are not sure what a container is, then ignore the word container in this file and you ll probably understand everything. This library provides hash tables, list, queue, stack, symbol, balanced b
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:196000
    • 提供者:GV
  1. cuongtv_53_hw01

    0下载:
  2. Write a program using Java language has the duty to read a text file and statistics of the words in the file. Programs need to use dynamic data structures (eg binary tree or linked list). Information about each word stored in a node in the structure.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2712
    • 提供者:cuongtv
  1. searchBST

    0下载:
  2. 二叉搜索树实现的文本文件单词索引表,可将文本中单词按字母顺序列出并且列出每个单词在文本中出现的次数-Binary search tree implementation of the text file the word index table, you can text the word list in alphabetical order and each word in the text are listed in the number of occurrences
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:140722
    • 提供者:yexianshow
  1. Word97-2007BinaryFileFormat(doc)Specification

    0下载:
  2. Word 97-2007 Binary File Format (doc)Specification
  3. 所属分类:File Formats

    • 发布日期:2017-05-07
    • 文件大小:1965915
    • 提供者:夏峰
  1. cifafenxiqi

    0下载:
  2. 分析输入的源文件串,输出对应的二元组。 各种单词符号及对应的种别码: 单词符号 种别码 单词符号 种别码 begin 1 : 17 if 2 := 18 then 3 < 20 while 4 <> 21 do 5 <= 22 end 6 > 23 letter(letter|digit)* 10 >= 24 digit digit* 11 = 25 + 13 26 - 14 ( 27 * 15 ) 28
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:1317
    • 提供者:chen xiang
  1. LexicalParsers

    0下载:
  2. 对给定的程序通过词法分析器能够识别一个个单词符号,并以二元式(单词种别码,单词符号的属性值)显示。而本程序则是通过对给定路径的文件的分析后以单词符号和文字提示显示。-The procedures given by the lexical analyzer to recognize one word symbols, and binary-type (word types of ID, the word symbol property value) are displayed. While the
  3. 所属分类:Compiler program

    • 发布日期:2017-05-04
    • 文件大小:1064680
    • 提供者:杨玥
  1. scaner2

    0下载:
  2. 对给定的程序通过词法分析器弄够识别一个个单词符号,并以二元式(单词种别码,单词符号的属性值)显示。而本程序则是通过对给定路径的文件的分析后以单词符号和文字提示显示。-The procedures given by the lexical analyzer words get enough to identify a symbol, and binary-type (other types of code words, words, symbols of the property value) a
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:1634
    • 提供者:林泽期
  1. WORD-BINARY-FILE-FORMAT

    0下载:
  2. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1965892
    • 提供者:李希艾
  1. getwords

    0下载:
  2. VB实现Word97-2003二进制文件格式文本提取程序的源代码,在此提醒:本控件本方法在vc中使用正常, 但是在vb中如果doc文件太大(测试过40M的)就会崩溃!同时也期待高手找到解决办法。   直接复制需要打开的WORD文件的绝对址,就能打开,注意文件不要太大。 -VB Word97-2003 binary file format text extraction program source code, to remind: this control method in vc u
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:625975
    • 提供者:汪志红
  1. Lexical-analysis-program

    0下载:
  2. c++词法分析程序,它从左到右逐个字符的对源程序进行扫描,产生一个个的单词的二元式,形成二元式(记号)流文件输出。-Lexical analysis program, it left to right, character by character scan the source code to produce a word binary form binary stream file output (mark).
  3. 所属分类:Compiler program

    • 发布日期:2017-11-12
    • 文件大小:1952
    • 提供者:heyuhong
  1. word

    0下载:
  2. 编译原理课程的词法分析程序。 该程序主要是完成上述Pascal语言子集单词符号的词法分析;不区分大小写,字母为a-z A-Z,数字为0-9;‘/*……*/’为程序的注释部分;词法分析程序应能发现输入串中的错误;词法分析结果为二元式序列组成的中间文件。-Compiler theory courses lexical analysis procedure. The program is the completion of a subset of the Pascal language lexic
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:210880
    • 提供者:li
« 12 »
搜珍网 www.dssz.com