搜索结果
找到约 84 项符合
syntax-Directed 的查询结果
软件设计/软件工程 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.
其他书籍 ASN.1 specific Abstract Syntax Notation One (ASN.1): Specification of basic notation
ASN.1 specific Abstract Syntax Notation One (ASN.1): Specification of basic notation
其他书籍 Abstract Syntax Notation One (ASN.1): Information object specification
Abstract Syntax Notation One (ASN.1): Information object specification
其他书籍 Abstract Syntax Notation One (ASN.1): Constraint specification
Abstract Syntax Notation One (ASN.1): Constraint specification
其他书籍 Abstract Syntax Notation One (ASN.1): Parameterization of ASN.1 specifications
Abstract Syntax Notation One (ASN.1): Parameterization of ASN.1 specifications
其他 The C++ Editor is a text editor for C++ programmers. The editor have color syntax highlighting. Ed
The C++ Editor is a text editor for C++ programmers. The editor have
color syntax highlighting. Editor s main purpose is to edit source
code files outside the IDE (Integrated Development Environment) with
multiple opened copies of program, when programmer needs to find,
replace or compare source ...
VHDL/FPGA/Verilog Vhdl hand book a very good reference for vhdl language describing , syntax of the language with ex
Vhdl hand book a very good reference for vhdl language describing , syntax of the language with examples to each syntax are explained in details in the book.
其他 Write a program to decide if a graph has a cycle or not. The given graph can be a directed or undire
Write a program to decide if a graph has a cycle or not. The given graph can be a directed or undirected graph, which is indicated at the time of reading the input (0 for directed graph and 1 for undirected graphs). The input is given as an adjacency list.
其他 Edge Disjoint Cycles. You are given an input graph that is either directed or undirected. Write a pr
Edge Disjoint Cycles. You are given an input graph that is either directed or undirected. Write a program that reads in a vertex number and lists the number of edge disjoint cycles that start and end at this vertex. The output should also list the edges in each of the cycle discovered. Input will be ...
汇编语言 AT&T ASM Syntax
AT&T ASM Syntax,嵌入式里面编写makefile等的时候需要用到,同时u-boot语法也是这个