Membrane computing model based on JSON language
Închide
Articolul precedent
Articolul urmator
296 1
Ultima descărcare din IBN:
2021-09-30 12:19
SM ISO690:2012
MUNTEANU, Silvia. Membrane computing model based on JSON language. In: Mathematics and IT: Research and Education, 1-3 iulie 2021, Chişinău. Chișinău, Republica Moldova: 2021, pp. 108-109.
EXPORT metadate:
Google Scholar
Crossref
CERIF

DataCite
Dublin Core
Mathematics and IT: Research and Education 2021
Conferința "Mathematics and IT: Research and Education "
Chişinău, Moldova, 1-3 iulie 2021

Membrane computing model based on JSON language


Pag. 108-109

Munteanu Silvia
 
Technical University of Moldova
 
 
Disponibil în IBN: 1 iulie 2021


Rezumat

Membrane computing (P-system) is a branch of natural calculation, which is inspired by the structure and way of activities of living cells [1,2]. The main concepts were formulated by Gh. Paun in 1998 and then were developed by many researchers, particularly, from the field of theoretical calculations. Membrane computing is based on the notion of membrane that structures the calculation system (i.e. creates a topology of calculation units (cells)) in conformity with the mathematical model or data processing algorithm. A membrane defines a region that may comprise objects, rules or other regions functioning in parallel or concurrently. This thesis suggests a technique of formal description of topology of Membrane computing systems as based on JSON (JavaScript Object Notation) language, thus allowing to translate them automatically to reconfigurable Hardware structures (FPGA) for parallel or concurrent data processing. We provide here the topology of membranous calculation system as defined basing on the model:formulawhere Mi is the membrane i, ¢ ¢ ¢ is the region of the membrane. The JSON model of the topology of the Membrane computing system as defined basing on () is the following: { //Membrane Computing JSON Model “psystem” : [ {“name” : “M1”, ”regiondescription” : “...”}, “membrane” : {“name” : “M2”, ”regiondescription” : “...”}, “membrane” : {“name” : “M3”, “regiondescription” : “...”} ] } The JSON model gives a possibility to save the topology of the Membrane computing system to files, to organize the exchange of topologies between different applications and to realize dynamical processes in the topology thereof.