Skip to content

MichaelVanHouHei/C-Project-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ basic road simluation (python for data visiualizion)

for traffric congestion

Build Status This is a project based on CUHK physics major ----simulation.cpp(outdated) because the project dont allow any data structure,class,algothrm due to this reason , we have to use the simplest method only "array and for" for creating the tasks

  • no data structure is allowed ( so no class and struct)
  • no lib such as algothrm or self-writed algothrm is allowed

files

  • simulation.cpp(allowed) the C++ simulation code which dont have any data structure and algothrm
  • test.py for creating gif to visualising the data ,parsing the xyzAn files
  • xyz file (output of C++ program) the xyz file originally is used for VMD , but since the gui is so suck , we use test.py for data visualizision #project difficult since the project is not elasticity enough for us to use any data structure and algothrm,somehow its makes our task more complicated

performance problem

since that we dont allowed to use any data structure and algothrm , and the searching is linear , so that when the n size is large(number of cars ) it encouter slow performance originally is used in VMD , but since the gui and the result is poor so , we make a file "xyzAn" for the test.py to visualising the data

result 1 this is the first 100 secords (frames) of data

alt text #result 2 this is the first 1000 secrods (frames) of data alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published