The process of division, growth and death for tumour cell mass in the early is simulated. An integrated GUI is provided for users to set the value of each parameters, which are cell growth rates, cell mass division rates, cell mass death rates, simulate type, maximum running time, polarity and cell colour. It can display the growth process of each cell on result GUI. Also, it can display the values of each parameters for observing and analysing in current life cycle on result GUI, which are cell mass division times, cell mass death rate, cell mass division rate and cell mass growth rate. In the process of simulation, The cell growth rate is described by the approach to combine the exponential model with the linear model. In addition, a linked list data structure to store the tumour cells is used by the cellular automata for a reference to determine the position of each cell. It sets up two linked list to store the cells, one of them save the new small division cells and the other one save the big cell. That can make the painting process of cells on result GUI clearer and more organized. At last, the polarity of tumour growth is described for determining the growth direction of cells.
The process of division, growth and death for tumour cell mass in the early is simulated. An integrated GUI is provided for users to set the value of each parameters, which are cell growth rates, cell mass division rates, cell mass death rates, simulate type, maximum running time, polarity and cell colour. It can display the growth process of each cell on result GUI. Also, it can display the values of each parameters for observing and analysing in current life cycle on result GUI, which are cell mass division times, cell mass death rate, cell mass division rate and cell mass growth rate. In the process of simulation, The cell growth rate is described by the approach to combine the exponential model with the linear model. In addition, a linked list data structure to store the tumour cells is used by the cellular automata for a reference to determine the position of each cell. It sets up two linked list to store the cells, one of them save the new small division cells and the other one save the big cell. That can make the painting process of cells on result GUI clearer and more organized. At last, the polarity oftumour growth is described for determining the growth direction of cells.