期刊文献+
共找到8篇文章
< 1 >
每页显示 20 50 100
An Entertaining Example of Using the Concepts of Context-Free Grammar and Pushdown Automation
1
作者 Krasimir Yordzhev 《Open Journal of Discrete Mathematics》 2012年第3期105-108,共4页
A formal-linguistic approach for solving an entertaining task is offered in this paper. The well-known task of the Hanoi towers is discussed in relation to some concepts of formal languages and grammars. A context-fre... A formal-linguistic approach for solving an entertaining task is offered in this paper. The well-known task of the Hanoi towers is discussed in relation to some concepts of formal languages and grammars. A context-free grammar which generates an algorithm for solving this task is described. A deterministic pushdown automation which in its work imitates the work of monks in solving the task of the Hanoi towers is built. 展开更多
关键词 context-free GRAMMAR context-free language Pushdown AUTOMATION HANOI TOWERS Discrete MATHEMATICS Learning
下载PDF
Interrelation of Languages of Colored Petri Nets and Some Traditional Languages
2
作者 Goharik R. Petrosyan Andrey M. Avetisyan Lilit A. Ter-Vardanyan 《Open Journal of Modelling and Simulation》 2013年第3期27-29,共3页
The article studies the interrelation of Languages of Colored Petri Nets and Traditional formal languages. The author constructed the graph of Colored Petri Net, which generates L* Context-free language. This language... The article studies the interrelation of Languages of Colored Petri Nets and Traditional formal languages. The author constructed the graph of Colored Petri Net, which generates L* Context-free language. This language may not be modeled using standard Petri Nets [1]. The Venn graph and diagram that the author modified [1], show the interrelation between languages of Colored Petri Nets and some Traditional languages. Thus the class of languages of Colored Petri Nets is supposed to include an entire class of Context-free languages. 展开更多
关键词 PETRI NETS COLORED PETRI NETS context-free languages CONTEXT-SENSITIVE languages REGULAR languages
下载PDF
Practical Type Checking of Functions Defined on Context-Free Languages 被引量:1
3
作者 Hai-MingChen Yun-MeiDong 《Journal of Computer Science & Technology》 SCIE EI CSCD 2004年第6期840-847,共8页
A type checking method for the functional language LFC is presented. A distinct feature of LFC is that it uses Context-Free (CF) languages as data types to represent compound data structures. This makes LFC a dynamica... A type checking method for the functional language LFC is presented. A distinct feature of LFC is that it uses Context-Free (CF) languages as data types to represent compound data structures. This makes LFC a dynamically typed language. To improve efficiency, a practical type checking method is presented, which consists of both static and dynamic type checking. Although the inclusion relation of CF languages is not decidable, a special subset of the relation is decidable, i.e., the sentential form relation, which can be statically checked. Moreover, most of the expressions in actual LFC programs appear to satisfy this relation according to the statistic data of experiments. So, despite that the static type checking is not complete, it undertakes most of the type checking task. Consequently the run-time efficiency is effectively improved. Another feature of the type checking is that it converts the expressions with implicit structures to structured representation. Structure reconstruction technique is presented. 展开更多
关键词 type checking context-free language ALGORITHM
原文传递
Pattern Matching Compilation of Functions Definedin Context-Free Languages
4
作者 陈海明 董韫美 《Journal of Computer Science & Technology》 SCIE EI CSCD 2001年第2期159-167,共9页
LFC is a functional language based on recursive functions defined in context-free languages. In this paper, a new pattern matching algorithm for LFC is presented, which can represent a sequence of patterns as an integ... LFC is a functional language based on recursive functions defined in context-free languages. In this paper, a new pattern matching algorithm for LFC is presented, which can represent a sequence of patterns as an integer by an encoding method. It is a rather simple method and produces efficient case-expressions for pattern matching definitions of LFC. The algorithm can also be used for other functional languages, but for nested patterns it may become complicated and further studies are needed. 展开更多
关键词 pattern matching ALGORITHM recursive function context-free language functional language
原文传递
A Grammatical Approach of Multi-Localization of GUIs: Application to the Multi-Localization of the Checkers Game GUI
5
作者 Maurice Tchoupé Tchendji Freddy-Viany Tatou Ahoukeng 《Journal of Software Engineering and Applications》 2018年第11期552-567,共16页
By proposing tools that help for the accomplishment of tasks in almost all sectors of activities, computer science has revolutionized the world in a general way. Nowadays, it addresses the peculiarities of peoples thr... By proposing tools that help for the accomplishment of tasks in almost all sectors of activities, computer science has revolutionized the world in a general way. Nowadays, it addresses the peculiarities of peoples through their culture in order to produce increasingly easy-to-use software for end users: This is the aim of software localization. Localizing a software consists among other things, in adapting its GUI according to the end user culture. We propose in this paper a generic approach allowing accomplishing this adaptation, even for multi-user applications like gaming applications, collaborative editors, etc. Techniques of functional interpretations of abstracts structures parameterized by algebras, constitute the formal base of our approach. 展开更多
关键词 GUIs context-free GRAMMARS Multi-Localization Abstract Syntax Tree and Its Interpretations XML GUI Description language HASKELL
下载PDF
Function Definition Language FDL andIts Implementation 被引量:1
6
作者 陈海明 《Journal of Computer Science & Technology》 SCIE EI CSCD 1999年第4期414-421,共8页
A Function Definition Language (FDL) is presented. Though de-signed for describing specifications, FDL is also a general-purpose functional pro-gramming language. It uses context-free language as data type, supports p... A Function Definition Language (FDL) is presented. Though de-signed for describing specifications, FDL is also a general-purpose functional pro-gramming language. It uses context-free language as data type, supports patternmatching definition of functions, offers several function definition forms, and is exe-cutable. It is shown that FDL has strong expressiveness, is easy to use and describesalgorithms concisely and naturally. An interpreter of FDL is introduced. Experi-ments and discussion are included. 展开更多
关键词 programming language recursive function context-free language interpreter PARSING formal specification
原文传递
A complexity analysis of the elementary cellular automaton of rule 122 被引量:4
7
作者 JIANG ZhisongMathematics Department, Suzhou University, Suzhou 215006, China 《Chinese Science Bulletin》 SCIE EI CAS 2001年第7期600-603,共4页
S. Wolfram initiated the use of formal languages and automata theory in study of cellular automata (CAs). By means of extensive experiments with computer, he classified all CAs into four classes and conjectured that t... S. Wolfram initiated the use of formal languages and automata theory in study of cellular automata (CAs). By means of extensive experiments with computer, he classified all CAs into four classes and conjectured that the limit languages of the third class of CAs, which produce chaotic aperiodic behavior, are not regular. Using symbolic dynamics and formal languages, we prove that the limit language of the elementary CA of rule 122 is neither regular nor context-free. 展开更多
关键词 cellular AUTOMATON FORMAL languagE complexity limit languagE REGULAR languagE context-free language.
原文传递
An Interactive Learning Algorithm for Acquisition of Concepts Represented as CFl
8
作者 董韫美 《Journal of Computer Science & Technology》 SCIE EI CSCD 1998年第1期1-8,共8页
In this paper, an interactive learning algorithm of context-free language is presented. This algorithm is designed especially for system SAQ, which is a system for formal specification acquisition and verification. A... In this paper, an interactive learning algorithm of context-free language is presented. This algorithm is designed especially for system SAQ, which is a system for formal specification acquisition and verification. As the kernel of concept acquisition subsystem (SAQ/CL) of SAQ, the algorithm has been implemented on SUN SPARC workstation. The grammar to be obtained can represent sentence structure naturally. 展开更多
关键词 Interactive learning algorithm context-free language grammatical inference.
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部