Entries Tagged as ‘P Systems’

August 4, 2007

Setting up at JRDC

After a week of trying to work on the SPARC machines, I settled for an Intel machine. With the help of Sir Mario, I was able to make contact with the J2BB/PediaApp group (Dy Tioco, Habana, Rescuber) and they (Bimbo) gave permission for me to use the machine they used last year. A little more [...]

July 26, 2007

How the user input will most likely appear

After reading and rereading a decent amount of related materials, I came up with a draft on how I want the user input to appear on the final program. (Based on the formal definition of a P System.) Here is a preview on a sample input:
/*~~ The Alphabet ~~*/
V={’a’,’b’,’c’,’d’};

July 18, 2007

Web-based Transition P Systems Simulator in Java: Research Problem

Working Title: Java WePSys (Java Web-based P Systems Simulator)
Problem Description and Objectives
P Systems, a relatively new field of study initiated by Gh. Paun, is computation by the use of membranes and is a branch of Molecular Computing. It is a computing model similar to the petri nets and the Turing machine, and abstractly simulates the [...]