All Projects → feiyutalk → mcnp

feiyutalk / mcnp

Licence: other
📊复杂网络建模课程设计. The project of modeling of complex networks course.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to mcnp

Covid19 scenarios
Models of COVID-19 outbreak trajectories and hospital demand
Stars: ✭ 1,355 (+1863.77%)
Mutual labels:  simulation, model
terrain generator
A wizard that generates terrains for Gazebo using height maps.
Stars: ✭ 46 (-33.33%)
Mutual labels:  simulation, model
Covasim
COVID-19 Agent-based Simulator (Covasim): a model for exploring coronavirus dynamics and interventions
Stars: ✭ 122 (+76.81%)
Mutual labels:  simulation, model
Jomini
Historical battle simulation package for Python
Stars: ✭ 31 (-55.07%)
Mutual labels:  simulation, model
football-graphs
Graphs and passing networks in football.
Stars: ✭ 81 (+17.39%)
Mutual labels:  complex-networks, clustering-coefficient
GameOfLife
Conway's Game of Life
Stars: ✭ 18 (-73.91%)
Mutual labels:  simulation
MAESTRO
A low Mach number stellar hydrodynamics code
Stars: ✭ 29 (-57.97%)
Mutual labels:  simulation
Incoherent-Light-Simulation
Simulation of the propagation of incoherent light, aiming to illustrate the concept of spatial coherence.
Stars: ✭ 98 (+42.03%)
Mutual labels:  simulation
destructible terrain demo
A simple demo on how to create destructible terrain on Godot.
Stars: ✭ 23 (-66.67%)
Mutual labels:  project
MetacommunityDynamics.jl
a julia libarary for simulating the dynamics of ecological communities across space
Stars: ✭ 14 (-79.71%)
Mutual labels:  simulation
ATtiny13-TinySolder
T12 Quick Heating Soldering Station
Stars: ✭ 45 (-34.78%)
Mutual labels:  project
woss-ns3
WOSS is a multi-threaded C++ framework that permits the integration of any existing underwater channel simulator that expects environmental data as input and provides as output a channel realization. Currently, WOSS integrates the Bellhop ray-tracing program. Thanks to its automation the user only has to specify the location in the world and the…
Stars: ✭ 20 (-71.01%)
Mutual labels:  simulation
hephaestus-engine
Render, animate and interact with custom entity models in Minecraft: Java Edition servers
Stars: ✭ 77 (+11.59%)
Mutual labels:  model
wrangler
Wrangler Transform: A DMD system for transforming Big Data
Stars: ✭ 63 (-8.7%)
Mutual labels:  project
kr mav control
Code for quadrotor control
Stars: ✭ 31 (-55.07%)
Mutual labels:  simulation
plc-programmable-3d-simulation
Project for students who want to learn PLC programming but don't have access to real-world machines or constructions to learn programming on.
Stars: ✭ 49 (-28.99%)
Mutual labels:  simulation
assign-one-project-github-action
Automatically add an issue or pull request to specific GitHub Project(s) when you create and/or label them.
Stars: ✭ 140 (+102.9%)
Mutual labels:  project
js-simulator
General-purpose discrete-event multiagent simulation library for agent-based modelling and simulation
Stars: ✭ 52 (-24.64%)
Mutual labels:  simulation
hash
Data management, integration and modeling with blocks #
Stars: ✭ 400 (+479.71%)
Mutual labels:  simulation
ad-xolib
C++ library for Parsing OpenScenario (1.1.1) & OpenDrive files (1.7) ASAM Specifications
Stars: ✭ 56 (-18.84%)
Mutual labels:  simulation

Modeling Of Complex Networks Project

CircleCI Packagist

Description

We have done an investigation on the connections in our class, and three corresponding social networks under different conditions (i.e., knowing someone’s name, knowing someone’s hometown,

and knowing someone’s dialect) are formulated. Please download the data from our assigned FTP.

(1) Perform some computer simulations (by using whatever computer software or programming language) on the three graphs to analyze the network properties (such as node-degree distribution, average shortest path-length, clustering coefficient, etc.) and dynamical behaviors (such as robustness against intentional attack and random attack, etc.).

(2) Calculate the node coreness in the three graphs;

(3) Draw necessary figures and/or tables to demonstrate your simulation results and to support your observations;

(4) To have extra bonus, you can develop a small system (including friendly interfaces, or graphic demonstrations) to show the layout of the networks of our class.

To see full project requirement : Project Requirment[pdf]

Run

  • install JDK and add it's path to environment

  • cd /bin

  • run command:

    java -jar caiconghuai-networks.jar

Features

  • A Concise UI Interface.
  • Rich in Function.
  • Simple Code, Use Java's Drawing Pack.

Preparation

In this project, you need to known the basic knowledge about complex networks, such as Erdos-Renyi random graph model, Watts-Strogatz small-world network network model, Newman-Watts small-world model and so on.

Property

Attribute finished
clustering coefficient yes
coreness yes
degree yes
shortest path yes
attention attack test yes
random attack test yes
node number/edge number statistics yes
size of the largest subgraph yes
average path length yes

Display

Contact

Any questions please contact me.

Email : [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].