搜索结果

找到约 24 项符合 parsing 的查询结果

编译器/解释器 Complete support for EBNF notation; Object-oriented parser design; C++ output; Deterministic bottom-

Complete support for EBNF notation; Object-oriented parser design; C++ output; Deterministic bottom-up "shift-reduce" parsing; SLR(1), LALR(1) and LR(1) table construction methods; Automatic parse tree creation; Possibility to output parse tree in XML format; Verbose conflict diagnostics; Generation ...
https://www.eeworm.com/dl/628/103267.html
下载: 189
查看: 1112

Java编程 java课的一个功课

java课的一个功课,有意读取html里的数据,parsing 一个网站的log file
https://www.eeworm.com/dl/633/127991.html
下载: 131
查看: 1025

压缩解压 ffmpeg是一个大项目

ffmpeg是一个大项目,它包含各种音视频标准的codec,还支持各类file format(.avi, .mp4, .mkv and etc)的parsing。所以,很多开源项目都有直接或间接地采用了ffmpeg,
https://www.eeworm.com/dl/617/201007.html
下载: 192
查看: 1072

其他 SVMcfg: Learns a weighted context free grammar from examples. Training examples (e.g. for natural la

SVMcfg: Learns a weighted context free grammar from examples. Training examples (e.g. for natural language parsing) specify the sentence along with the correct parse tree. The goal is to predict the parse tree of new sentences.
https://www.eeworm.com/dl/534/230045.html
下载: 165
查看: 1047

编译器/解释器 Using the UnderC Tokenizer Class It s often necessary to parse complex text files, where standard

Using the UnderC Tokenizer Class It s often necessary to parse complex text files, where standard i/o is too clumsy. C programmers fall back on strtok(), but this can be tricky to use properly. Besides, you are still responsible for keeping strtok() fed with new input, and I don t like the schlepp. ...
https://www.eeworm.com/dl/628/235246.html
下载: 165
查看: 1054

DSP编程 This R2.9 revision of the CLID detector provides the TYPE 1 (on-hook, between first and second ring,

This R2.9 revision of the CLID detector provides the TYPE 1 (on-hook, between first and second ring, or before first ring) signal detection and returns the message raw byte data without parsing of particular fields such as Message Type, Parameter(s) Type(s), etc. The decoding of the message meaning ...
https://www.eeworm.com/dl/516/259741.html
下载: 185
查看: 1047

数学计算 The CoinUtils project is a collection of open-source utilities developed and used by a variety of ot

The CoinUtils project is a collection of open-source utilities developed and used by a variety of other projects in the COIN-OR repository. The project includes classes for storing and manipulating sparse matrices and vectors, performing matrix factorization, parsing input files in standard formats, ...
https://www.eeworm.com/dl/641/309280.html
下载: 76
查看: 1149

网络 GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications

GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, object serialization, thread-optimized String and data structure classes, etc. This framework offers ...
https://www.eeworm.com/dl/635/314911.html
下载: 56
查看: 1091

其他 For advanced geometry, most apps will prefer to load pre-authored meshes from a file. Fortunately,

For advanced geometry, most apps will prefer to load pre-authored meshes from a file. Fortunately, when using meshes, D3DX does most of the work for this, parsing a geometry file and creating vertx buffers for us. This tutorial shows how to use a D3DXMESH object, including loading it from a file and ...
https://www.eeworm.com/dl/534/339069.html
下载: 186
查看: 1026

软件设计/软件工程 Lex helps write programs whose control flow is directed by instances of regular expressions in the

Lex helps write programs whose control flow is directed by instances of regular expressions in the input stream. It is well suited for editor-script type transformations and for segmenting input in preparation for a parsing routine.
https://www.eeworm.com/dl/684/367344.html
下载: 110
查看: 1033